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 \ ConversationMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTranscriptSegments
A list of sequential transcript segments that comprise the conversation.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\ContactCenterInsights\V1\Conversation\Transcript\TranscriptSegment>
|
Returns | |
---|---|
Type | Description |
$this |