Interface protos.google.cloud.dialogflow.v2.IIntent (6.6.0)

Properties of an Intent.

Package

@google-cloud/dialogflow

Properties

action

action?: (string|null);

Intent action

defaultResponsePlatforms

defaultResponsePlatforms?: (google.cloud.dialogflow.v2.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.v2.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.v2.Intent.IMessage[]|null);

Intent messages

mlDisabled

mlDisabled?: (boolean|null);

Intent mlDisabled

name

name?: (string|null);

Intent name

outputContexts

outputContexts?: (google.cloud.dialogflow.v2.IContext[]|null);

Intent outputContexts

parameters

parameters?: (google.cloud.dialogflow.v2.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.v2.Intent.ITrainingPhrase[]|null);

Intent trainingPhrases

webhookState

webhookState?: (google.cloud.dialogflow.v2.Intent.WebhookState|keyof typeof google.cloud.dialogflow.v2.Intent.WebhookState|null);

Intent webhookState