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.
17570 17571 17572 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17570 def initialize(**args) update!(**args) end |
Instance Attribute Details
#generator_evaluations ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorEvaluation>
Corresponds to the JSON property generatorEvaluations
17563 17564 17565 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17563 def generator_evaluations @generator_evaluations end |
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
17568 17569 17570 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17568 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17575 17576 17577 17578 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17575 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 |