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

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

Overview

Represents the options for views of a conversation.

Constant Summary collapse

CONVERSATION_VIEW_UNSPECIFIED =

Not specified. Defaults to FULL on GetConversationRequest and BASIC for ListConversationsRequest.

0
BASIC =

Transcript field is not populated in the response.

1
FULL =

All fields are populated.

2