V2models Slot Value Elicitation Setting Prompt Specification Args
data class V2modelsSlotValueElicitationSettingPromptSpecificationArgs(val allowInterrupt: Output<Boolean>? = null, val maxRetries: Output<Int>, val messageGroups: Output<List<V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupArgs>>? = null, val messageSelectionStrategy: Output<String>? = null, val promptAttemptsSpecifications: Output<List<V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationArgs>>? = null) : ConvertibleToJava<V2modelsSlotValueElicitationSettingPromptSpecificationArgs>
Constructors
Link copied to clipboard
constructor(allowInterrupt: Output<Boolean>? = null, maxRetries: Output<Int>, messageGroups: Output<List<V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupArgs>>? = null, messageSelectionStrategy: Output<String>? = null, promptAttemptsSpecifications: Output<List<V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecificationArgs>>? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val messageGroups: Output<List<V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupArgs>>? = null
Link copied to clipboard
Link copied to clipboard