Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class ConversationView.
Represents the options for viewing a conversation.
Protobuf type google.cloud.contactcenterinsights.v1.ConversationView
Namespace
Google \ Cloud \ ContactCenterInsights \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CONVERSATION_VIEW_UNSPECIFIED
Value: 0
The conversation view is not specified.
- Defaults to
FULL
inGetConversationRequest
. - Defaults to
BASIC
inListConversationsRequest
.
Generated from protobuf enum CONVERSATION_VIEW_UNSPECIFIED = 0;
FULL
Value: 2
Populates all fields in the conversation.
Generated from protobuf enum FULL = 2;
BASIC
Value: 1
Populates all fields in the conversation except the transcript.
Generated from protobuf enum BASIC = 1;