Kindly Event UIAction
data class KindlyEventUIAction(val type: KindlyUIActionType, val source: String = "user", val chatId: String, val value: Map<String, Any>? = null, val feedbackType: String? = null, val feedbackValue: Map<String, Any>? = null, val languageCode: String? = null, val languageName: String? = null, val previousLanguageCode: String? = null, val previousLanguageName: String? = null, val nextPage: String? = null)
UI action data for events
Constructors
Link copied to clipboard
constructor(type: KindlyUIActionType, source: String = "user", chatId: String, value: Map<String, Any>? = null, feedbackType: String? = null, feedbackValue: Map<String, Any>? = null, languageCode: String? = null, languageName: String? = null, previousLanguageCode: String? = null, previousLanguageName: String? = null, nextPage: String? = null)
Properties
Link copied to clipboard
Feedback type if applicable
Link copied to clipboard
Feedback value if applicable
Link copied to clipboard
Language code for language change events
Link copied to clipboard
Language name for language change events
Link copied to clipboard
Previous language code for language change events
Link copied to clipboard
Previous language name for language change events
Link copied to clipboard
Action type