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