Class: Google::Cloud::Dialogflow::CX::V3::ListWebhooksResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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