V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypesArgs

data class V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypesArgs(val allowAudioInput: Output<Boolean>, val allowDtmfInput: Output<Boolean>) : ConvertibleToJava<V2modelsIntentConfirmationSettingPromptSpecificationPromptAttemptsSpecificationAllowedInputTypesArgs>

Constructors

constructor(allowAudioInput: Output<Boolean>, allowDtmfInput: Output<Boolean>)

Properties

Link copied to clipboard

Whether audio input is allowed.

Link copied to clipboard
val allowDtmfInput: Output<Boolean>

Whether DTMF input is allowed.

Functions

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