Module: Google::Cloud::ContactCenterInsights::V1::ConversationView

Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

Represents the options for viewing a conversation.

Constant Summary collapse

CONVERSATION_VIEW_UNSPECIFIED =

The conversation view is not specified.

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

Populates all fields in the conversation.

2
BASIC =

Populates all fields in the conversation except the transcript.

1