V2models Intent Initial Response Setting Code Hook Post Code Hook Specification Failure Conditional Conditional Branch Response
data class V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponse(val allowInterrupt: Boolean? = null, val messageGroups: List<V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup>? = null)
Constructors
Link copied to clipboard
constructor(allowInterrupt: Boolean? = null, messageGroups: List<V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup>? = null)
Properties
Link copied to clipboard
Whether the user can interrupt a speech response from Amazon Lex.
Link copied to clipboard
val messageGroups: List<V2modelsIntentInitialResponseSettingCodeHookPostCodeHookSpecificationFailureConditionalConditionalBranchResponseMessageGroup>? = null
Configuration blocks for responses that Amazon Lex can send to the user. Amazon Lex chooses the actual response to send at runtime. See message_group
.