V2models Intent Confirmation Setting Confirmation Response
data class V2modelsIntentConfirmationSettingConfirmationResponse(val allowInterrupt: Boolean? = null, val messageGroups: List<V2modelsIntentConfirmationSettingConfirmationResponseMessageGroup>? = null)
Constructors
Link copied to clipboard
constructor(allowInterrupt: Boolean? = null, messageGroups: List<V2modelsIntentConfirmationSettingConfirmationResponseMessageGroup>? = null)