You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since apps may allow users to switch themes manually or follow the device's settings, theme updates need to be explicitly called.
283
+
Since apps may allow users to switch themes manually or follow the device's settings, theme updates need to be explicitly called.
284
284
285
285
286
286
### Deauthenticateand clear session
@@ -290,4 +290,24 @@ When the user logs out of your app, de-authenticate the SDK to clear session dat
290
290
```kotlin
291
291
AIAgentMessenger.deauthenticate()
292
292
```
293
-
293
+
294
+
295
+
### Passing context object to Agent
296
+
297
+
You can predefine customer-specific information such as country, language, or other custom context data to guide the AIAgentin providing faster and more accurate responses.
298
+
299
+
This allows for a more personalized and context-aware interaction experience.
300
+
301
+
>Once the contexts are set, they will be used throughout the conversation to provide personalized and context-aware responses.
0 commit comments