Class: Google::Cloud::Dialogflow::V2::ListConversationProfilesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ListConversationProfilesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
The response message for ConversationProfiles.ListConversationProfiles.
Instance Attribute Summary collapse
-
#conversation_profiles ⇒ ::Array<::Google::Cloud::Dialogflow::V2::ConversationProfile>
The list of project conversation profiles.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#conversation_profiles ⇒ ::Array<::Google::Cloud::Dialogflow::V2::ConversationProfile>
Returns The list of project conversation profiles. There is a maximum number of items returned based on the page_size field in the request.
120 121 122 123 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 120 class ListConversationProfilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
120 121 122 123 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb', line 120 class ListConversationProfilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |