Class: Google::Cloud::GeminiDataAnalytics::V1beta::QueryDataResponse

Inherits:
Object
  • Object
show all
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

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