Class: Google::Cloud::DiscoveryEngine::V1::ConverseConversationResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::ConverseConversationResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb
Overview
Response message for ConversationalSearchService.ConverseConversation method.
Instance Attribute Summary collapse
-
#conversation ⇒ ::Google::Cloud::DiscoveryEngine::V1::Conversation
Updated conversation including the answer.
-
#reply ⇒ ::Google::Cloud::DiscoveryEngine::V1::Reply
Answer to the current query.
-
#search_results ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::SearchResponse::SearchResult>
Search Results.
Instance Attribute Details
#conversation ⇒ ::Google::Cloud::DiscoveryEngine::V1::Conversation
Returns Updated conversation including the answer.
99 100 101 102 |
# File 'proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb', line 99 class ConverseConversationResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reply ⇒ ::Google::Cloud::DiscoveryEngine::V1::Reply
Returns Answer to the current query.
99 100 101 102 |
# File 'proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb', line 99 class ConverseConversationResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#search_results ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::SearchResponse::SearchResult>
Returns Search Results.
99 100 101 102 |
# File 'proto_docs/google/cloud/discoveryengine/v1/conversational_search_service.rb', line 99 class ConverseConversationResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |