Class: Google::Cloud::Dialogflow::V2::ListConversationModelsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ListConversationModelsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_model.rb
Overview
The response message for ConversationModels.ListConversationModels
Instance Attribute Summary collapse
-
#conversation_models ⇒ ::Array<::Google::Cloud::Dialogflow::V2::ConversationModel>
The list of models to return.
-
#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_models ⇒ ::Array<::Google::Cloud::Dialogflow::V2::ConversationModel>
Returns The list of models to return.
319 320 321 322 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 319 class ListConversationModelsResponse 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.
319 320 321 322 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 319 class ListConversationModelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |