Class: Google::Cloud::Dialogflow::V2::ListParticipantsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/participant.rb

Overview

The response message for Participants.ListParticipants.

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.



216
217
218
219
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 216

class ListParticipantsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#participants::Array<::Google::Cloud::Dialogflow::V2::Participant>

The list of participants. There is a maximum number of items returned based on the page_size field in the request.

Returns:



216
217
218
219
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 216

class ListParticipantsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end