Google Cloud Contact Center Insights V1 Client - Class Transcript (1.8.0)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class Transcript.

A message representing the transcript of a conversation.

Generated from protobuf message google.cloud.contactcenterinsights.v1.Conversation.Transcript

Namespace

Google \ Cloud \ ContactCenterInsights \ V1 \ Conversation

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ transcript_segments array<Google\Cloud\ContactCenterInsights\V1\Conversation\Transcript\TranscriptSegment>

A list of sequential transcript segments that comprise the conversation.

getTranscriptSegments

A list of sequential transcript segments that comprise the conversation.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTranscriptSegments

A list of sequential transcript segments that comprise the conversation.

Parameter
NameDescription
var array<Google\Cloud\ContactCenterInsights\V1\Conversation\Transcript\TranscriptSegment>
Returns
TypeDescription
$this