Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::GetConversationRequest.
The request to get a conversation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. The name of the conversation to get.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The name of the conversation to get.
Returns
- (::String) — Required. The name of the conversation to get.
#view
def view() -> ::Google::Cloud::ContactCenterInsights::V1::ConversationView
Returns
-
(::Google::Cloud::ContactCenterInsights::V1::ConversationView) — The level of details of the conversation. Default is
FULL
.
#view=
def view=(value) -> ::Google::Cloud::ContactCenterInsights::V1::ConversationView
Parameter
-
value (::Google::Cloud::ContactCenterInsights::V1::ConversationView) — The level of details of the conversation. Default is
FULL
.
Returns
-
(::Google::Cloud::ContactCenterInsights::V1::ConversationView) — The level of details of the conversation. Default is
FULL
.