Class: Google::Cloud::Ces::V1::GetConversationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1/agent_service.rb

Overview

Request message for AgentService.GetConversation.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the conversation to retrieve.

Returns:

  • (::String)

    Required. The resource name of the conversation to retrieve.



692
693
694
695
# File 'proto_docs/google/cloud/ces/v1/agent_service.rb', line 692

class GetConversationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source::Google::Cloud::Ces::V1::Conversation::Source

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns Optional. Indicate the source of the conversation. If not set, all source will be searched.

Returns:



692
693
694
695
# File 'proto_docs/google/cloud/ces/v1/agent_service.rb', line 692

class GetConversationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end