Interface protos.google.cloud.dialogflow.v2.IConversation (4.3.1)

Properties of a Conversation.

Package

@google-cloud/dialogflow!

Properties

conversationProfile

conversationProfile?: (string|null);

Conversation conversationProfile

Property Value
TypeDescription
(string|null)

conversationStage

conversationStage?: (google.cloud.dialogflow.v2.Conversation.ConversationStage|keyof typeof google.cloud.dialogflow.v2.Conversation.ConversationStage|null);

Conversation conversationStage

Property Value
TypeDescription
(google.cloud.dialogflow.v2.Conversation.ConversationStage|keyof typeof google.cloud.dialogflow.v2.Conversation.ConversationStage|null)

endTime

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

Conversation endTime

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

lifecycleState

lifecycleState?: (google.cloud.dialogflow.v2.Conversation.LifecycleState|keyof typeof google.cloud.dialogflow.v2.Conversation.LifecycleState|null);

Conversation lifecycleState

Property Value
TypeDescription
(google.cloud.dialogflow.v2.Conversation.LifecycleState|keyof typeof google.cloud.dialogflow.v2.Conversation.LifecycleState|null)

name

name?: (string|null);

Conversation name

Property Value
TypeDescription
(string|null)

phoneNumber

phoneNumber?: (google.cloud.dialogflow.v2.IConversationPhoneNumber|null);

Conversation phoneNumber

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

startTime

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

Conversation startTime

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