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

Properties of an Intent.

Package

@google-cloud/dialogflow!

Properties

action

action?: (string|null);

Intent action

Property Value
TypeDescription
(string|null)

defaultResponsePlatforms

defaultResponsePlatforms?: (google.cloud.dialogflow.v2.Intent.Message.Platform[]|null);

Intent defaultResponsePlatforms

Property Value
TypeDescription
(google.cloud.dialogflow.v2.Intent.Message.Platform[]|null)

displayName

displayName?: (string|null);

Intent displayName

Property Value
TypeDescription
(string|null)

endInteraction

endInteraction?: (boolean|null);

Intent endInteraction

Property Value
TypeDescription
(boolean|null)

events

events?: (string[]|null);

Intent events

Property Value
TypeDescription
(string[]|null)

followupIntentInfo

followupIntentInfo?: (google.cloud.dialogflow.v2.Intent.IFollowupIntentInfo[]|null);

Intent followupIntentInfo

Property Value
TypeDescription
(google.cloud.dialogflow.v2.Intent.IFollowupIntentInfo[]|null)

inputContextNames

inputContextNames?: (string[]|null);

Intent inputContextNames

Property Value
TypeDescription
(string[]|null)

isFallback

isFallback?: (boolean|null);

Intent isFallback

Property Value
TypeDescription
(boolean|null)

liveAgentHandoff

liveAgentHandoff?: (boolean|null);

Intent liveAgentHandoff

Property Value
TypeDescription
(boolean|null)

messages

messages?: (google.cloud.dialogflow.v2.Intent.IMessage[]|null);

Intent messages

Property Value
TypeDescription
(google.cloud.dialogflow.v2.Intent.IMessage[]|null)

mlDisabled

mlDisabled?: (boolean|null);

Intent mlDisabled

Property Value
TypeDescription
(boolean|null)

name

name?: (string|null);

Intent name

Property Value
TypeDescription
(string|null)

outputContexts

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

Intent outputContexts

Property Value
TypeDescription
(google.cloud.dialogflow.v2.IContext[]|null)

parameters

parameters?: (google.cloud.dialogflow.v2.Intent.IParameter[]|null);

Intent parameters

Property Value
TypeDescription
(google.cloud.dialogflow.v2.Intent.IParameter[]|null)

parentFollowupIntentName

parentFollowupIntentName?: (string|null);

Intent parentFollowupIntentName

Property Value
TypeDescription
(string|null)

priority

priority?: (number|null);

Intent priority

Property Value
TypeDescription
(number|null)

resetContexts

resetContexts?: (boolean|null);

Intent resetContexts

Property Value
TypeDescription
(boolean|null)

rootFollowupIntentName

rootFollowupIntentName?: (string|null);

Intent rootFollowupIntentName

Property Value
TypeDescription
(string|null)

trainingPhrases

trainingPhrases?: (google.cloud.dialogflow.v2.Intent.ITrainingPhrase[]|null);

Intent trainingPhrases

Property Value
TypeDescription
(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

Property Value
TypeDescription
(google.cloud.dialogflow.v2.Intent.WebhookState|keyof typeof google.cloud.dialogflow.v2.Intent.WebhookState|null)