Class: Google::Cloud::Dialogflow::V2::ListToolsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ListToolsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/tool.rb
Overview
Response of ListTools.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#tools ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Tool>
List of tools retrieved.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
84 85 86 87 |
# File 'proto_docs/google/cloud/dialogflow/v2/tool.rb', line 84 class ListToolsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tools ⇒ ::Array<::Google::Cloud::Dialogflow::V2::Tool>
Returns List of tools retrieved.
84 85 86 87 |
# File 'proto_docs/google/cloud/dialogflow/v2/tool.rb', line 84 class ListToolsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |