Class: Google::Cloud::Dialogflow::CX::V3::ListWebhooksResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::ListWebhooksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb
Overview
The response message for Webhooks.ListWebhooks.
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.
-
#webhooks ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Webhook>
The list of webhooks.
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.
272 273 274 275 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 272 class ListWebhooksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#webhooks ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Webhook>
Returns The list of webhooks. There will be a maximum number of items returned based on the page_size field in the request.
272 273 274 275 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 272 class ListWebhooksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |