Interface protos.google.cloud.dialogflow.cx.v3beta1.IIntent (2.13.0)

Properties of an Intent.

Package

@google-cloud/dialogflow-cx!

Properties

description

description?: (string|null);

Intent description

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

Intent displayName

Property Value
TypeDescription
(string|null)

isFallback

isFallback?: (boolean|null);

Intent isFallback

Property Value
TypeDescription
(boolean|null)

labels

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

Intent labels

Property Value
TypeDescription
({ [k: string]: string }|null)

name

name?: (string|null);

Intent name

Property Value
TypeDescription
(string|null)

parameters

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

Intent parameters

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

priority

priority?: (number|null);

Intent priority

Property Value
TypeDescription
(number|null)

trainingPhrases

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

Intent trainingPhrases

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.Intent.ITrainingPhrase[]|null)