Enum ConversationView (2.41.0)

public enum ConversationView extends Enum<ConversationView> implements ProtocolMessageEnum

Represents the options for viewing a conversation.

Protobuf enum google.cloud.contactcenterinsights.v1.ConversationView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BASIC

Populates all fields in the conversation except the transcript.

BASIC = 1;

BASIC_VALUE

Populates all fields in the conversation except the transcript.

BASIC = 1;

CONVERSATION_VIEW_UNSPECIFIED

The conversation view is not specified.

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

CONVERSATION_VIEW_UNSPECIFIED = 0;

CONVERSATION_VIEW_UNSPECIFIED_VALUE

The conversation view is not specified.

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

CONVERSATION_VIEW_UNSPECIFIED = 0;

FULL

Populates all fields in the conversation.

FULL = 2;

FULL_VALUE

Populates all fields in the conversation.

FULL = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()