Class: Google::Cloud::Dialogflow::V2::ListGeneratorEvaluationsRequest

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

Overview

Request of ListGeneratorEvaluations.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. Maximum number of evaluations to return in a single page. By default 100 and at most 1000.

Returns:

  • (::Integer)

    Optional. Maximum number of evaluations to return in a single page. By default 100 and at most 1000.



62
63
64
65
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 62

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

#page_token::String

Returns Optional. The next_page_token value returned from a previous list request.

Returns:

  • (::String)

    Optional. The next_page_token value returned from a previous list request.



62
63
64
65
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 62

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

#parent::String

Returns Required. The generator resource name. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID> Wildcard value - is supported on generator_id to list evaluations across all generators under same project.

Returns:

  • (::String)

    Required. The generator resource name. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID> Wildcard value - is supported on generator_id to list evaluations across all generators under same project.



62
63
64
65
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 62

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