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