Class: Google::Cloud::GeminiDataAnalytics::V1beta::ExampleQueries

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

A message containing derived and authored example queries.

Instance Attribute Summary collapse

Instance Attribute Details

#example_queries::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::ExampleQuery>

Returns Optional. A list of derived and authored example queries, providing examples of relevant and commonly used SQL queries and their corresponding natural language queries optionally present. Currently only used for BigQuery data sources.

Returns:

  • (::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::ExampleQuery>)

    Optional. A list of derived and authored example queries, providing examples of relevant and commonly used SQL queries and their corresponding natural language queries optionally present. Currently only used for BigQuery data sources.



745
746
747
748
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 745

class ExampleQueries
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end