Interface protos.google.cloud.dialogflow.v2beta1.IMessage (3.5.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.v2beta1.IMessageAnnotation|null);

Message messageAnnotation

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.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.v2beta1.Participant.Role|keyof typeof google.cloud.dialogflow.v2beta1.Participant.Role|null);

Message participantRole

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

sendTime

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

Message sendTime

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

sentimentAnalysis

sentimentAnalysis?: (google.cloud.dialogflow.v2beta1.ISentimentAnalysisResult|null);

Message sentimentAnalysis

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.ISentimentAnalysisResult|null)