Class: Google::Cloud::DiscoveryEngine::V1::DeleteConversationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::DeleteConversationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb
Overview
Request for DeleteConversation method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the Conversation to delete. Format:
projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}/conversations/{conversation_id}
.
140 141 142 143 |
# File 'proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb', line 140 class DeleteConversationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |