Messenger Settings Params
data class MessengerSettingsParams(val aiAgentId: String, val userId: String? = null, var language: String? = null, val country: String? = null, val context: Map<String, String>? = null)
Represents the parameters for getting the messenger settings.
Since
4.26.0
Parameters
ai Agent Id
The ai-agent ID.
user Id
The user ID.
Constructors
Properties
Link copied to clipboard
The language of the metadata. The language will be applied to the metadata. This string should follow IETF BCP 47 format format. For example, it might be "ko-KR" for Korean in South Korea or "en-US" for English in the United States.