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