V2modelsSlotValueElicitationSettingPromptSpecificationArgs

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

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
val allowInterrupt: Output<Boolean>? = null
Link copied to clipboard
val maxRetries: Output<Int>
Link copied to clipboard
val messageSelectionStrategy: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): V2modelsSlotValueElicitationSettingPromptSpecificationArgs