Class: Google::Cloud::Dialogflow::V2::GeneratorEvaluationOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GeneratorEvaluationOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/operations.rb
Overview
Metadata for a GeneratorEvaluations.CreateGeneratorEvaluation operation.
Instance Attribute Summary collapse
-
#generator_evaluation ⇒ ::String
readonly
Output only.
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>.
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 |