Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ListToolsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ListToolsResponse
- 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
-
#next_page_token ⇒ String
Corresponds to the JSON property
nextPageToken. -
#tools ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Tool>
Corresponds to the JSON property
tools.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ListToolsResponse
constructor
A new instance of GoogleCloudDialogflowV2beta1ListToolsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowV2beta1ListToolsResponse
Returns a new instance of GoogleCloudDialogflowV2beta1ListToolsResponse.
17820 17821 17822 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17820 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
17813 17814 17815 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17813 def next_page_token @next_page_token end |
#tools ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Tool>
Corresponds to the JSON property tools
17818 17819 17820 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17818 def tools @tools end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
17825 17826 17827 17828 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 17825 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @tools = args[:tools] if args.key?(:tools) end |