Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v2beta1/classes.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb,
lib/google/apis/dialogflow_v2beta1/representations.rb
Instance Attribute Summary collapse
-
#generator_evaluations ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorEvaluation>
Corresponds to the JSON property
generatorEvaluations. -
#next_page_token ⇒ String
Corresponds to the JSON property
nextPageToken.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse
constructor
A new instance of GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse
Returns a new instance of GoogleCloudDialogflowV2beta1ListGeneratorEvaluationsResponse.
17791 17792 17793 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17791 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generator_evaluations ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorEvaluation>
Corresponds to the JSON property generatorEvaluations
17784 17785 17786 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17784 def generator_evaluations @generator_evaluations end |
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
17789 17790 17791 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17789 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17796 17797 17798 17799 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17796 def update!(**args) @generator_evaluations = args[:generator_evaluations] if args.key?(:generator_evaluations) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |