Interface protos.google.cloud.contactcenterinsights.v1.IConversation (1.4.0)

Properties of a Conversation.

Package

@google-cloud/contact-center-insights!

Properties

agentId

agentId?: (string|null);

Conversation agentId

Property Value
TypeDescription
(string|null)

callMetadata

callMetadata?: (google.cloud.contactcenterinsights.v1.Conversation.ICallMetadata|null);

Conversation callMetadata

Property Value
TypeDescription
(google.cloud.contactcenterinsights.v1.Conversation.ICallMetadata|null)

createTime

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

Conversation createTime

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

dataSource

dataSource?: (google.cloud.contactcenterinsights.v1.IConversationDataSource|null);

Conversation dataSource

Property Value
TypeDescription
(google.cloud.contactcenterinsights.v1.IConversationDataSource|null)

dialogflowIntents

dialogflowIntents?: ({ [k: string]: google.cloud.contactcenterinsights.v1.IDialogflowIntent }|null);

Conversation dialogflowIntents

Property Value
TypeDescription
({ [k: string]: google.cloud.contactcenterinsights.v1.IDialogflowIntent }|null)

duration

duration?: (google.protobuf.IDuration|null);

Conversation duration

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

expireTime

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

Conversation expireTime

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

labels

labels?: ({ [k: string]: string }|null);

Conversation labels

Property Value
TypeDescription
({ [k: string]: string }|null)

languageCode

languageCode?: (string|null);

Conversation languageCode

Property Value
TypeDescription
(string|null)

latestAnalysis

latestAnalysis?: (google.cloud.contactcenterinsights.v1.IAnalysis|null);

Conversation latestAnalysis

Property Value
TypeDescription
(google.cloud.contactcenterinsights.v1.IAnalysis|null)

medium

medium?: (google.cloud.contactcenterinsights.v1.Conversation.Medium|keyof typeof google.cloud.contactcenterinsights.v1.Conversation.Medium|null);

Conversation medium

Property Value
TypeDescription
(google.cloud.contactcenterinsights.v1.Conversation.Medium|keyof typeof google.cloud.contactcenterinsights.v1.Conversation.Medium|null)

name

name?: (string|null);

Conversation name

Property Value
TypeDescription
(string|null)

runtimeAnnotations

runtimeAnnotations?: (google.cloud.contactcenterinsights.v1.IRuntimeAnnotation[]|null);

Conversation runtimeAnnotations

Property Value
TypeDescription
(google.cloud.contactcenterinsights.v1.IRuntimeAnnotation[]|null)

startTime

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

Conversation startTime

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

transcript

transcript?: (google.cloud.contactcenterinsights.v1.Conversation.ITranscript|null);

Conversation transcript

Property Value
TypeDescription
(google.cloud.contactcenterinsights.v1.Conversation.ITranscript|null)

ttl

ttl?: (google.protobuf.IDuration|null);

Conversation ttl

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

turnCount

turnCount?: (number|null);

Conversation turnCount

Property Value
TypeDescription
(number|null)

updateTime

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

Conversation updateTime

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