Interface CreateConversationModelEvaluationOperationMetadataOrBuilder

    • Method Detail

      • getConversationModelEvaluation

        String getConversationModelEvaluation()
         The resource name of the conversation model. Format:
         `projects/<Project ID>/locations/<Location
         ID>/conversationModels/<Conversation Model Id>/evaluations/<Evaluation Id>`
         
        string conversation_model_evaluation = 1;
        Returns:
        The conversationModelEvaluation.
      • getConversationModelEvaluationBytes

        com.google.protobuf.ByteString getConversationModelEvaluationBytes()
         The resource name of the conversation model. Format:
         `projects/<Project ID>/locations/<Location
         ID>/conversationModels/<Conversation Model Id>/evaluations/<Evaluation Id>`
         
        string conversation_model_evaluation = 1;
        Returns:
        The bytes for conversationModelEvaluation.
      • getConversationModel

        String getConversationModel()
         The resource name of the conversation model. Format:
         `projects/<Project ID>/locations/<Location
         ID>/conversationModels/<Conversation Model Id>`
         
        string conversation_model = 4;
        Returns:
        The conversationModel.
      • getConversationModelBytes

        com.google.protobuf.ByteString getConversationModelBytes()
         The resource name of the conversation model. Format:
         `projects/<Project ID>/locations/<Location
         ID>/conversationModels/<Conversation Model Id>`
         
        string conversation_model = 4;
        Returns:
        The bytes for conversationModel.
      • getStateValue

        int getStateValue()
         State of CreateConversationModel operation.
         
        .google.cloud.dialogflow.v2.CreateConversationModelEvaluationOperationMetadata.State state = 2;
        Returns:
        The enum numeric value on the wire for state.
      • hasCreateTime

        boolean hasCreateTime()
         Timestamp when the request to create conversation model was submitted. The
         time is measured on server side.
         
        .google.protobuf.Timestamp create_time = 3;
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        com.google.protobuf.Timestamp getCreateTime()
         Timestamp when the request to create conversation model was submitted. The
         time is measured on server side.
         
        .google.protobuf.Timestamp create_time = 3;
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Timestamp when the request to create conversation model was submitted. The
         time is measured on server side.
         
        .google.protobuf.Timestamp create_time = 3;