V2modelsSlotValueElicitationSettingPromptSpecification

data class V2modelsSlotValueElicitationSettingPromptSpecification(val allowInterrupt: Boolean? = null, val maxRetries: Int, val messageGroups: List<V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroup>? = null, val messageSelectionStrategy: String? = null, val promptAttemptsSpecifications: List<V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecification>? = null)

Constructors

constructor(allowInterrupt: Boolean? = null, maxRetries: Int, messageGroups: List<V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroup>? = null, messageSelectionStrategy: String? = null, promptAttemptsSpecifications: List<V2modelsSlotValueElicitationSettingPromptSpecificationPromptAttemptsSpecification>? = null)

Types

Link copied to clipboard
object Companion