Class: Google::Cloud::DiscoveryEngine::V1::GetConversationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::GetConversationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb
Overview
Request for GetConversation method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the Conversation to get. Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}/conversations/{conversation_id}
.
173 174 175 176 |
# File 'proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb', line 173 class GetConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |