Class: Google::Cloud::DiscoveryEngine::V1beta::GetConversationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb

Overview

Request for GetConversation method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the Conversation to get. Format: projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}/conversations/{conversation_id}.

Returns:

  • (::String)

    Required. The resource name of the Conversation to get. Format: projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}/conversations/{conversation_id}



153
154
155
156
# File 'proto_docs/google/cloud/discoveryengine/v1beta/conversational_search_service.rb', line 153

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