Interface CreateConversationModelEvaluationRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The conversation model resource name. Format:
         `projects/<Project ID>/locations/<Location
         ID>/conversationModels/<Conversation Model ID>`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The conversation model resource name. Format:
         `projects/<Project ID>/locations/<Location
         ID>/conversationModels/<Conversation Model ID>`
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasConversationModelEvaluation

        boolean hasConversationModelEvaluation()
         Required. The conversation model evaluation to be created.
         
        .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluation = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the conversationModelEvaluation field is set.
      • getConversationModelEvaluation

        ConversationModelEvaluation getConversationModelEvaluation()
         Required. The conversation model evaluation to be created.
         
        .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluation = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The conversationModelEvaluation.
      • getConversationModelEvaluationOrBuilder

        ConversationModelEvaluationOrBuilder getConversationModelEvaluationOrBuilder()
         Required. The conversation model evaluation to be created.
         
        .google.cloud.dialogflow.v2.ConversationModelEvaluation conversation_model_evaluation = 2 [(.google.api.field_behavior) = REQUIRED];