V2models Intent Confirmation Setting Prompt Specification
data class V2modelsIntentConfirmationSettingPromptSpecification(val allowInterrupt: Boolean? = null, val maxRetries: Int, val messageGroups: List<V2modelsIntentConfirmationSettingPromptSpecificationMessageGroup>? = null, val messageSelectionStrategy: String? = null, val promptAttemptsSpecifications: List<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecification>? = null)
Constructors
Link copied to clipboard
fun V2modelsIntentConfirmationSettingPromptSpecification(allowInterrupt: Boolean? = null, maxRetries: Int, messageGroups: List<V2modelsIntentConfirmationSettingPromptSpecificationMessageGroup>? = null, messageSelectionStrategy: String? = null, promptAttemptsSpecifications: List<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecification>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard