Interface protos.google.cloud.dialogflow.v2.Intent.ITrainingPhrase (4.4.0)

Properties of a TrainingPhrase.

Package

@google-cloud/dialogflow!

Properties

name

name?: (string|null);

TrainingPhrase name

Property Value
TypeDescription
(string|null)

parts

parts?: (google.cloud.dialogflow.v2.Intent.TrainingPhrase.IPart[]|null);

TrainingPhrase parts

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

timesAddedCount

timesAddedCount?: (number|null);

TrainingPhrase timesAddedCount

Property Value
TypeDescription
(number|null)

type

type?: (google.cloud.dialogflow.v2.Intent.TrainingPhrase.Type|keyof typeof google.cloud.dialogflow.v2.Intent.TrainingPhrase.Type|null);

TrainingPhrase type

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