Class protos.google.cloud.contactcenterinsights.v1.Conversation (1.6.0)

Represents a Conversation.

Package

@google-cloud/contact-center-insights!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.contactcenterinsights.v1.IConversation);

Constructs a new Conversation.

Parameter
NameDescription
properties IConversation

Properties to set

Properties

agentId

public agentId: string;

Conversation agentId.

Property Value
TypeDescription
string

callMetadata

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

Conversation callMetadata.

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

createTime

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

Conversation createTime.

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

dataSource

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

Conversation dataSource.

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

dialogflowIntents

public dialogflowIntents: { [k: string]: google.cloud.contactcenterinsights.v1.IDialogflowIntent };

Conversation dialogflowIntents.

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

duration

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

Conversation duration.

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

expiration

public expiration?: ("expireTime"|"ttl");

Conversation expiration.

Property Value
TypeDescription
("expireTime"|"ttl")

expireTime

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

Conversation expireTime.

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

labels

public labels: { [k: string]: string };

Conversation labels.

Property Value
TypeDescription
{ [k: string]: string }

languageCode

public languageCode: string;

Conversation languageCode.

Property Value
TypeDescription
string

latestAnalysis

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

Conversation latestAnalysis.

Property Value
TypeDescription
(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.

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

metadata

public metadata?: "callMetadata";

Conversation metadata.

Property Value
TypeDescription
"callMetadata"

name

public name: string;

Conversation name.

Property Value
TypeDescription
string

runtimeAnnotations

public runtimeAnnotations: google.cloud.contactcenterinsights.v1.IRuntimeAnnotation[];

Conversation runtimeAnnotations.

Property Value
TypeDescription
google.cloud.contactcenterinsights.v1.IRuntimeAnnotation[]

startTime

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

Conversation startTime.

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

transcript

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

Conversation transcript.

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

ttl

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

Conversation ttl.

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

turnCount

public turnCount: number;

Conversation turnCount.

Property Value
TypeDescription
number

updateTime

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

Conversation updateTime.

Property Value
TypeDescription
(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.

Parameter
NameDescription
properties IConversation

Properties to set

Returns
TypeDescription
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.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
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.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
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.

Parameters
NameDescription
message IConversation

Conversation message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$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.

Parameters
NameDescription
message IConversation

Conversation message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$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.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.cloud.contactcenterinsights.v1.Conversation

Conversation

toJSON()

public toJSON(): { [k: string]: any };

Converts this Conversation to JSON.

Returns
TypeDescription
{ [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.

Parameters
NameDescription
message google.cloud.contactcenterinsights.v1.Conversation

Conversation

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a Conversation message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not