V2models Intent Confirmation Setting Prompt Specification Args
data class V2modelsIntentConfirmationSettingPromptSpecificationArgs(val allowInterrupt: Output<Boolean>? = null, val maxRetries: Output<Int>, val messageGroups: Output<List<V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupArgs>>? = null, val messageSelectionStrategy: Output<String>? = null, val promptAttemptsSpecifications: Output<List<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationArgs>>? = null) : ConvertibleToJava<V2modelsIntentConfirmationSettingPromptSpecificationArgs>
Constructors
Link copied to clipboard
fun V2modelsIntentConfirmationSettingPromptSpecificationArgs(allowInterrupt: Output<Boolean>? = null, maxRetries: Output<Int>, messageGroups: Output<List<V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupArgs>>? = null, messageSelectionStrategy: Output<String>? = null, promptAttemptsSpecifications: Output<List<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationArgs>>? = null)
Functions
Properties
Link copied to clipboard
val messageGroups: Output<List<V2modelsIntentConfirmationSettingPromptSpecificationMessageGroupArgs>>? = null
Link copied to clipboard