ConversationView

Represents the options for viewing a conversation.

Enums
CONVERSATION_VIEW_UNSPECIFIED

The conversation view is not specified.

  • Defaults to FULL in GetConversationRequest.
  • Defaults to BASIC in ListConversationsRequest.
FULL Populates all fields in the conversation.
BASIC Populates all fields in the conversation except the transcript.
DF_CONVERSATION

Populates all fields in the conversation plus DialogflowCxConversationData. This option only applies to conversations that came to Insights via Dialogflow runtime integration.

  • This option will show the raw Dialogflow request and response data when it is used in GetConversationRequest.
  • This option will not show the raw Dialogflow request and response data when it is used in ListConversationsRequest.