Contact Center AI Insights v1 API - Enum ConversationView (2.16.0)

public enum ConversationView

Reference documentation and code samples for the Contact Center AI Insights v1 API enum ConversationView.

Represents the options for viewing a conversation.

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Fields

Name Description
Basic

Populates all fields in the conversation except the transcript.

Full

Populates all fields in the conversation.

Unspecified

The conversation view is not specified.

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