Class GetConversationRequest (1.4.3)

GetConversationRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request to get a conversation.

Attributes

NameDescription
name str
Required. The name of the conversation to get.
view google.cloud.contact_center_insights_v1.types.ConversationView
The level of details of the conversation. Default is ``FULL``.

Inheritance

builtins.object > proto.message.Message > GetConversationRequest