Class: Google::Cloud::GeminiDataAnalytics::V1beta::ClarificationMessage

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 of questions to help clarify the user's query. This is returned when the system cannot confidently answer the user's question.

Instance Attribute Summary collapse

Instance Attribute Details

#questions::Array<::Google::Cloud::GeminiDataAnalytics::V1beta::ClarificationQuestion>

Returns Required. A batch of clarification questions to ask the user.

Returns:



807
808
809
810
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 807

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