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.
18147 18148 18149 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18147 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
18140 18141 18142 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18140 def next_page_token @next_page_token end |
#tools ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Tool>
Corresponds to the JSON property tools
18145 18146 18147 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18145 def tools @tools end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18152 18153 18154 18155 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18152 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @tools = args[:tools] if args.key?(:tools) end |