Google Cloud Dialogflow Cx V3Form Parameter Args
data class GoogleCloudDialogflowCxV3FormParameterArgs(val defaultValue: Output<Any>? = null, val displayName: Output<String>, val entityType: Output<String>, val fillBehavior: Output<GoogleCloudDialogflowCxV3FormParameterFillBehaviorArgs>, val isList: Output<Boolean>? = null, val redact: Output<Boolean>? = null, val required: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3FormParameterArgs>
Represents a form parameter.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3FormParameterArgs(defaultValue: Output<Any>? = null, displayName: Output<String>, entityType: Output<String>, fillBehavior: Output<GoogleCloudDialogflowCxV3FormParameterFillBehaviorArgs>, isList: Output<Boolean>? = null, redact: Output<Boolean>? = null, required: Output<Boolean>? = null)