Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#continuous_test_results ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult>
Corresponds to the JSON property
continuousTestResults. -
#next_page_token ⇒ String
Corresponds to the JSON property
nextPageToken.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse
Returns a new instance of GoogleCloudDialogflowCxV3beta1ListContinuousTestResultsResponse.
8962 8963 8964 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8962 def initialize(**args) update!(**args) end |
Instance Attribute Details
#continuous_test_results ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ContinuousTestResult>
Corresponds to the JSON property continuousTestResults
8955 8956 8957 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8955 def continuous_test_results @continuous_test_results end |
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
8960 8961 8962 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8960 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8967 8968 8969 8970 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 8967 def update!(**args) @continuous_test_results = args[:continuous_test_results] if args.key?(:continuous_test_results) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |