Class: Google::Cloud::Dialogflow::V2::ListConversationModelEvaluationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::ListConversationModelEvaluationsResponse
- 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.ListConversationModelEvaluations
Instance Attribute Summary collapse
-
#conversation_model_evaluations ⇒ ::Array<::Google::Cloud::Dialogflow::V2::ConversationModelEvaluation>
The list of evaluations 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_model_evaluations ⇒ ::Array<::Google::Cloud::Dialogflow::V2::ConversationModelEvaluation>
Returns The list of evaluations to return.
396 397 398 399 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 396 class ListConversationModelEvaluationsResponse 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.
396 397 398 399 |
# File 'proto_docs/google/cloud/dialogflow/v2/conversation_model.rb', line 396 class ListConversationModelEvaluationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |