Class: Google::Cloud::Dialogflow::V2::GeneratorEvaluationOperationMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/operations.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#generator_evaluation::String (readonly)

Returns Output only. The resource name of the generator evaluation. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>/evaluations/<Evaluation ID>.

Returns:

  • (::String)

    Output only. The resource name of the generator evaluation. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>/evaluations/<Evaluation ID>



32
33
34
35
# File 'proto_docs/google/cloud/dialogflow/v2/operations.rb', line 32

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