Enum ConversationView (2.0.0)

public enum ConversationView

Represents the options for viewing a conversation.

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Fields

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