Enum ConversationView (1.3.0)

public 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.