Properties of an Intent.
Package
@google-cloud/dialogflowProperties
action
action?: (string|null);
Intent action
defaultResponsePlatforms
defaultResponsePlatforms?: (google.cloud.dialogflow.v2beta1.Intent.Message.Platform[]|null);
Intent defaultResponsePlatforms
displayName
displayName?: (string|null);
Intent displayName
endInteraction
endInteraction?: (boolean|null);
Intent endInteraction
events
events?: (string[]|null);
Intent events
followupIntentInfo
followupIntentInfo?: (google.cloud.dialogflow.v2beta1.Intent.IFollowupIntentInfo[]|null);
Intent followupIntentInfo
inputContextNames
inputContextNames?: (string[]|null);
Intent inputContextNames
isFallback
isFallback?: (boolean|null);
Intent isFallback
liveAgentHandoff
liveAgentHandoff?: (boolean|null);
Intent liveAgentHandoff
messages
messages?: (google.cloud.dialogflow.v2beta1.Intent.IMessage[]|null);
Intent messages
mlDisabled
mlDisabled?: (boolean|null);
Intent mlDisabled
mlEnabled
mlEnabled?: (boolean|null);
Intent mlEnabled
name
name?: (string|null);
Intent name
outputContexts
outputContexts?: (google.cloud.dialogflow.v2beta1.IContext[]|null);
Intent outputContexts
parameters
parameters?: (google.cloud.dialogflow.v2beta1.Intent.IParameter[]|null);
Intent parameters
parentFollowupIntentName
parentFollowupIntentName?: (string|null);
Intent parentFollowupIntentName
priority
priority?: (number|null);
Intent priority
resetContexts
resetContexts?: (boolean|null);
Intent resetContexts
rootFollowupIntentName
rootFollowupIntentName?: (string|null);
Intent rootFollowupIntentName
trainingPhrases
trainingPhrases?: (google.cloud.dialogflow.v2beta1.Intent.ITrainingPhrase[]|null);
Intent trainingPhrases
webhookState
webhookState?: (google.cloud.dialogflow.v2beta1.Intent.WebhookState|keyof typeof google.cloud.dialogflow.v2beta1.Intent.WebhookState|null);
Intent webhookState