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