Google Cloud Contact Center Insights V1 Client - Class ConversationView (1.1.0)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

CONVERSATION_VIEW_UNSPECIFIED

Value: 0

The conversation view is not specified.

  • Defaults to FULL in GetConversationRequest.
  • Defaults to BASIC in ListConversationsRequest.

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;