Google Cloud Dialogflow V2beta1Intent Parameter Args
data class GoogleCloudDialogflowV2beta1IntentParameterArgs(val defaultValue: Output<String>? = null, val displayName: Output<String>, val entityTypeDisplayName: Output<String>? = null, val isList: Output<Boolean>? = null, val mandatory: Output<Boolean>? = null, val name: Output<String>? = null, val prompts: Output<List<String>>? = null, val value: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentParameterArgs>
Represents intent parameters.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowV2beta1IntentParameterArgs(defaultValue: Output<String>? = null, displayName: Output<String>, entityTypeDisplayName: Output<String>? = null, isList: Output<Boolean>? = null, mandatory: Output<Boolean>? = null, name: Output<String>? = null, prompts: Output<List<String>>? = null, value: Output<String>? = null)