Represents a Conversation.
Package
@google-cloud/contact-center-insights!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.contactcenterinsights.v1.IConversation);Constructs a new Conversation.
| Name | Description |
| properties |
IConversation
Properties to set |
Properties
agentId
public agentId: string;Conversation agentId.
| Type | Description |
| string |
callMetadata
public callMetadata?: (google.cloud.contactcenterinsights.v1.Conversation.ICallMetadata|null);Conversation callMetadata.
| Type | Description |
| (google.cloud.contactcenterinsights.v1.Conversation.ICallMetadata|null) |
createTime
public createTime?: (google.protobuf.ITimestamp|null);Conversation createTime.
| Type | Description |
| (google.protobuf.ITimestamp|null) |
dataSource
public dataSource?: (google.cloud.contactcenterinsights.v1.IConversationDataSource|null);Conversation dataSource.
| Type | Description |
| (google.cloud.contactcenterinsights.v1.IConversationDataSource|null) |
dialogflowIntents
public dialogflowIntents: { [k: string]: google.cloud.contactcenterinsights.v1.IDialogflowIntent };Conversation dialogflowIntents.
| Type | Description |
| { [k: string]: google.cloud.contactcenterinsights.v1.IDialogflowIntent } |
duration
public duration?: (google.protobuf.IDuration|null);Conversation duration.
| Type | Description |
| (google.protobuf.IDuration|null) |
expiration
public expiration?: ("expireTime"|"ttl");Conversation expiration.
| Type | Description |
| ("expireTime"|"ttl") |
expireTime
public expireTime?: (google.protobuf.ITimestamp|null);Conversation expireTime.
| Type | Description |
| (google.protobuf.ITimestamp|null) |
labels
public labels: { [k: string]: string };Conversation labels.
| Type | Description |
| { [k: string]: string } |
languageCode
public languageCode: string;Conversation languageCode.
| Type | Description |
| string |
latestAnalysis
public latestAnalysis?: (google.cloud.contactcenterinsights.v1.IAnalysis|null);Conversation latestAnalysis.
| Type | Description |
| (google.cloud.contactcenterinsights.v1.IAnalysis|null) |
medium
public medium: (google.cloud.contactcenterinsights.v1.Conversation.Medium|keyof typeof google.cloud.contactcenterinsights.v1.Conversation.Medium);Conversation medium.
| Type | Description |
| (google.cloud.contactcenterinsights.v1.Conversation.Medium|keyof typeof google.cloud.contactcenterinsights.v1.Conversation.Medium) |
metadata
public metadata?: "callMetadata";Conversation metadata.
| Type | Description |
| "callMetadata" |
name
public name: string;Conversation name.
| Type | Description |
| string |
runtimeAnnotations
public runtimeAnnotations: google.cloud.contactcenterinsights.v1.IRuntimeAnnotation[];Conversation runtimeAnnotations.
| Type | Description |
| google.cloud.contactcenterinsights.v1.IRuntimeAnnotation[] |
startTime
public startTime?: (google.protobuf.ITimestamp|null);Conversation startTime.
| Type | Description |
| (google.protobuf.ITimestamp|null) |
transcript
public transcript?: (google.cloud.contactcenterinsights.v1.Conversation.ITranscript|null);Conversation transcript.
| Type | Description |
| (google.cloud.contactcenterinsights.v1.Conversation.ITranscript|null) |
ttl
public ttl?: (google.protobuf.IDuration|null);Conversation ttl.
| Type | Description |
| (google.protobuf.IDuration|null) |
turnCount
public turnCount: number;Conversation turnCount.
| Type | Description |
| number |
updateTime
public updateTime?: (google.protobuf.ITimestamp|null);Conversation updateTime.
| Type | Description |
| (google.protobuf.ITimestamp|null) |
Methods
create(properties)
public static create(properties?: google.cloud.contactcenterinsights.v1.IConversation): google.cloud.contactcenterinsights.v1.Conversation;Creates a new Conversation instance using the specified properties.
| Name | Description |
| properties |
IConversation
Properties to set |
| Type | Description |
| google.cloud.contactcenterinsights.v1.Conversation | Conversation instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.contactcenterinsights.v1.Conversation;Decodes a Conversation message from the specified reader or buffer.
| Name | Description |
| reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
| length |
number
Message length if known beforehand |
| Type | Description |
| google.cloud.contactcenterinsights.v1.Conversation | Conversation |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.contactcenterinsights.v1.Conversation;Decodes a Conversation message from the specified reader or buffer, length delimited.
| Name | Description |
| reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
| Type | Description |
| google.cloud.contactcenterinsights.v1.Conversation | Conversation |
encode(message, writer)
public static encode(message: google.cloud.contactcenterinsights.v1.IConversation, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified Conversation message. Does not implicitly messages.
| Name | Description |
| message |
IConversation
Conversation message or plain object to encode |
| writer |
$protobuf.Writer
Writer to encode to |
| Type | Description |
| $protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.contactcenterinsights.v1.IConversation, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified Conversation message, length delimited. Does not implicitly messages.
| Name | Description |
| message |
IConversation
Conversation message or plain object to encode |
| writer |
$protobuf.Writer
Writer to encode to |
| Type | Description |
| $protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.contactcenterinsights.v1.Conversation;Creates a Conversation message from a plain object. Also converts values to their respective internal types.
| Name | Description |
| object |
{ [k: string]: any }
Plain object |
| Type | Description |
| google.cloud.contactcenterinsights.v1.Conversation | Conversation |
toJSON()
public toJSON(): { [k: string]: any };Converts this Conversation to JSON.
| Type | Description |
| { [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.contactcenterinsights.v1.Conversation, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from a Conversation message. Also converts values to other types if specified.
| Name | Description |
| message |
google.cloud.contactcenterinsights.v1.Conversation
Conversation |
| options |
$protobuf.IConversionOptions
Conversion options |
| Type | Description |
| { [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);Verifies a Conversation message.
| Name | Description |
| message |
{ [k: string]: any }
Plain object to verify |
| Type | Description |
| (string|null) |
|