Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ListTestCasesResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ListTestCasesResponse

Returns a new instance of GoogleCloudDialogflowCxV3beta1ListTestCasesResponse.



9362
9363
9364
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 9362

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#next_page_tokenString

Corresponds to the JSON property nextPageToken

Returns:

  • (String)


9355
9356
9357
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 9355

def next_page_token
  @next_page_token
end

#test_casesArray<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TestCase>

Corresponds to the JSON property testCases



9360
9361
9362
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 9360

def test_cases
  @test_cases
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9367
9368
9369
9370
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 9367

def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @test_cases = args[:test_cases] if args.key?(:test_cases)
end