Interface protos.google.cloud.dialogflow.v2beta1.Intent.TrainingPhrase.IPart (4.2.0)

Properties of a Part.

Package

@google-cloud/dialogflow!

Properties

alias

alias?: (string|null);

Part alias

Property Value
TypeDescription
(string|null)

entityType

entityType?: (string|null);

Part entityType

Property Value
TypeDescription
(string|null)

text

text?: (string|null);

Part text

Property Value
TypeDescription
(string|null)

userDefined

userDefined?: (boolean|null);

Part userDefined

Property Value
TypeDescription
(boolean|null)