Class ConversationView (1.6.1)

ConversationView(value)

Represents the options for viewing a conversation.

Values: CONVERSATION_VIEW_UNSPECIFIED (0): The conversation view is not specified.

    -  Defaults to `FULL` in `GetConversationRequest`.
    -  Defaults to `BASIC` in `ListConversationsRequest`.
FULL (2):
    Populates all fields in the conversation.
BASIC (1):
    Populates all fields in the conversation
    except the transcript.