Google Cloud Dialogflow Cx V3beta1Intent Parameter Args
data class GoogleCloudDialogflowCxV3beta1IntentParameterArgs(val entityType: Output<String>, val id: Output<String>, val isList: Output<Boolean>? = null, val redact: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1IntentParameterArgs>
Represents an intent parameter.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3beta1IntentParameterArgs(entityType: Output<String>, id: Output<String>, isList: Output<Boolean>? = null, redact: Output<Boolean>? = null)