Interface ListConversationModelEvaluationsResponseOrBuilder

    • Method Detail

      • getConversationModelEvaluationsList

        List<ConversationModelEvaluation> getConversationModelEvaluationsList()
         The list of evaluations to return.
         
        repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;
      • getConversationModelEvaluations

        ConversationModelEvaluation getConversationModelEvaluations​(int index)
         The list of evaluations to return.
         
        repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;
      • getConversationModelEvaluationsCount

        int getConversationModelEvaluationsCount()
         The list of evaluations to return.
         
        repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;
      • getConversationModelEvaluationsOrBuilderList

        List<? extends ConversationModelEvaluationOrBuilder> getConversationModelEvaluationsOrBuilderList()
         The list of evaluations to return.
         
        repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;
      • getConversationModelEvaluationsOrBuilder

        ConversationModelEvaluationOrBuilder getConversationModelEvaluationsOrBuilder​(int index)
         The list of evaluations to return.
         
        repeated .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluations = 1;
      • getNextPageToken

        String getNextPageToken()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.