Class: Google::Cloud::DataQnA::V1alpha::ExecuteQuestionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataqna/v1alpha/question_service.rb

Overview

Request to execute an interpretation.

Instance Attribute Summary collapse

Instance Attribute Details

#interpretation_index::Integer

Returns Required. Index of the interpretation to execute.

Returns:

  • (::Integer)

    Required. Index of the interpretation to execute.



58
59
60
61
# File 'proto_docs/google/cloud/dataqna/v1alpha/question_service.rb', line 58

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

#name::String

Returns Required. The unique identifier for the question. Example: projects/foo/locations/bar/questions/1234.

Returns:

  • (::String)

    Required. The unique identifier for the question. Example: projects/foo/locations/bar/questions/1234



58
59
60
61
# File 'proto_docs/google/cloud/dataqna/v1alpha/question_service.rb', line 58

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