Class: Google::Cloud::GeminiDataAnalytics::V1beta::QueryDataResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::QueryDataResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb
Overview
Response containing the generated query and related information.
Instance Attribute Summary collapse
-
#disambiguation_question ⇒ ::Array<::String>
If ambiguity was detected in the natural language query and options.generate_disambiguation_question was true, this field contains a question to the user for clarification.
-
#generated_query ⇒ ::String
Generated query for the given user prompt.
-
#intent_explanation ⇒ ::String
A natural language explanation of the generated query.
-
#natural_language_answer ⇒ ::String
A natural language answer to the query, based on the query_result.
-
#query_result ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::ExecutedQueryResult
The result of executing the query.
Instance Attribute Details
#disambiguation_question ⇒ ::Array<::String>
102 103 104 105 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 102 class QueryDataResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generated_query ⇒ ::String
102 103 104 105 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 102 class QueryDataResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#intent_explanation ⇒ ::String
102 103 104 105 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 102 class QueryDataResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#natural_language_answer ⇒ ::String
102 103 104 105 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 102 class QueryDataResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#query_result ⇒ ::Google::Cloud::GeminiDataAnalytics::V1beta::ExecutedQueryResult
102 103 104 105 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 102 class QueryDataResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |