Interface protos.google.cloud.dialogflow.cx.v3.IIntent (4.6.0)

Properties of an Intent.

Package

@google-cloud/dialogflow-cx

Properties

description

description?: (string|null);

Intent description

displayName

displayName?: (string|null);

Intent displayName

isFallback

isFallback?: (boolean|null);

Intent isFallback

labels

labels?: ({ [k: string]: string }|null);

Intent labels

name

name?: (string|null);

Intent name

parameters

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

Intent parameters

priority

priority?: (number|null);

Intent priority

trainingPhrases

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

Intent trainingPhrases