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.
18041 18042 18043 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18041 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
18034 18035 18036 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18034 def next_page_token @next_page_token end |
#tools ⇒ Array<Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1Tool>
Corresponds to the JSON property tools
18039 18040 18041 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18039 def tools @tools end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18046 18047 18048 18049 |
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 18046 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @tools = args[:tools] if args.key?(:tools) end |