Represents a TranscriptSegment.
Package
@google-cloud/contact-center-insights!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.contactcenterinsights.v1.Conversation.Transcript.ITranscriptSegment);
Constructs a new TranscriptSegment.
Name | Description |
properties |
ITranscriptSegment
Properties to set |
Properties
channelTag
public channelTag: number;
TranscriptSegment channelTag.
Type | Description |
number |
confidence
public confidence: number;
TranscriptSegment confidence.
Type | Description |
number |
dialogflowSegmentMetadata
public dialogflowSegmentMetadata?: (google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.IDialogflowSegmentMetadata|null);
TranscriptSegment dialogflowSegmentMetadata.
Type | Description |
(google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.IDialogflowSegmentMetadata|null) |
languageCode
public languageCode: string;
TranscriptSegment languageCode.
Type | Description |
string |
messageTime
public messageTime?: (google.protobuf.ITimestamp|null);
TranscriptSegment messageTime.
Type | Description |
(google.protobuf.ITimestamp|null) |
segmentParticipant
public segmentParticipant?: (google.cloud.contactcenterinsights.v1.IConversationParticipant|null);
TranscriptSegment segmentParticipant.
Type | Description |
(google.cloud.contactcenterinsights.v1.IConversationParticipant|null) |
sentiment
public sentiment?: (google.cloud.contactcenterinsights.v1.ISentimentData|null);
TranscriptSegment sentiment.
Type | Description |
(google.cloud.contactcenterinsights.v1.ISentimentData|null) |
text
public text: string;
TranscriptSegment text.
Type | Description |
string |
words
public words: google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.IWordInfo[];
TranscriptSegment words.
Type | Description |
google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.IWordInfo[] |
Methods
create(properties)
public static create(properties?: google.cloud.contactcenterinsights.v1.Conversation.Transcript.ITranscriptSegment): google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment;
Creates a new TranscriptSegment instance using the specified properties.
Name | Description |
properties |
ITranscriptSegment
Properties to set |
Type | Description |
google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment | TranscriptSegment instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment;
Decodes a TranscriptSegment 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.Transcript.TranscriptSegment | TranscriptSegment |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment;
Decodes a TranscriptSegment 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.Transcript.TranscriptSegment | TranscriptSegment |
encode(message, writer)
public static encode(message: google.cloud.contactcenterinsights.v1.Conversation.Transcript.ITranscriptSegment, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified TranscriptSegment message. Does not implicitly messages.
Name | Description |
message |
ITranscriptSegment
TranscriptSegment 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.Conversation.Transcript.ITranscriptSegment, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified TranscriptSegment message, length delimited. Does not implicitly messages.
Name | Description |
message |
ITranscriptSegment
TranscriptSegment 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.Transcript.TranscriptSegment;
Creates a TranscriptSegment 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.Transcript.TranscriptSegment | TranscriptSegment |
toJSON()
public toJSON(): { [k: string]: any };
Converts this TranscriptSegment to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a TranscriptSegment message. Also converts values to other types if specified.
Name | Description |
message |
google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment
TranscriptSegment |
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 TranscriptSegment message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|