Interface protos.google.cloud.dialogflow.v2.IMessage (4.4.0)

Properties of a Message.

Package

@google-cloud/dialogflow!

Properties

content

content?: (string|null);

Message content

Property Value
TypeDescription
(string|null)

createTime

createTime?: (google.protobuf.ITimestamp|null);

Message createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

languageCode

languageCode?: (string|null);

Message languageCode

Property Value
TypeDescription
(string|null)

messageAnnotation

messageAnnotation?: (google.cloud.dialogflow.v2.IMessageAnnotation|null);

Message messageAnnotation

Property Value
TypeDescription
(google.cloud.dialogflow.v2.IMessageAnnotation|null)

name

name?: (string|null);

Message name

Property Value
TypeDescription
(string|null)

participant

participant?: (string|null);

Message participant

Property Value
TypeDescription
(string|null)

participantRole

participantRole?: (google.cloud.dialogflow.v2.Participant.Role|keyof typeof google.cloud.dialogflow.v2.Participant.Role|null);

Message participantRole

Property Value
TypeDescription
(google.cloud.dialogflow.v2.Participant.Role|keyof typeof google.cloud.dialogflow.v2.Participant.Role|null)