Interface AnswerFeedbackOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AnswerFeedback, AnswerFeedback.Builder

    public interface AnswerFeedbackOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getCorrectnessLevelValue

        int getCorrectnessLevelValue()
         The correctness level of the specific answer.
         
        .google.cloud.dialogflow.v2beta1.AnswerFeedback.CorrectnessLevel correctness_level = 1;
        Returns:
        The enum numeric value on the wire for correctnessLevel.
      • getCorrectnessLevel

        AnswerFeedback.CorrectnessLevel getCorrectnessLevel()
         The correctness level of the specific answer.
         
        .google.cloud.dialogflow.v2beta1.AnswerFeedback.CorrectnessLevel correctness_level = 1;
        Returns:
        The correctnessLevel.
      • hasAgentAssistantDetailFeedback

        boolean hasAgentAssistantDetailFeedback()
         Optional. Detail feedback of agent assistant suggestions.
         
        .google.cloud.dialogflow.v2beta1.AgentAssistantFeedback agent_assistant_detail_feedback = 2;
        Returns:
        Whether the agentAssistantDetailFeedback field is set.
      • getAgentAssistantDetailFeedback

        AgentAssistantFeedback getAgentAssistantDetailFeedback()
         Optional. Detail feedback of agent assistant suggestions.
         
        .google.cloud.dialogflow.v2beta1.AgentAssistantFeedback agent_assistant_detail_feedback = 2;
        Returns:
        The agentAssistantDetailFeedback.
      • getAgentAssistantDetailFeedbackOrBuilder

        AgentAssistantFeedbackOrBuilder getAgentAssistantDetailFeedbackOrBuilder()
         Optional. Detail feedback of agent assistant suggestions.
         
        .google.cloud.dialogflow.v2beta1.AgentAssistantFeedback agent_assistant_detail_feedback = 2;
      • getClicked

        boolean getClicked()
         Indicates whether the answer/item was clicked by the human agent
         or not. Default to false.
         For knowledge search, the answer record is considered to be clicked if the
         answer was copied or any URI was clicked.
         
        bool clicked = 3;
        Returns:
        The clicked.
      • hasClickTime

        boolean hasClickTime()
         Time when the answer/item was clicked.
         
        .google.protobuf.Timestamp click_time = 5;
        Returns:
        Whether the clickTime field is set.
      • getClickTime

        com.google.protobuf.Timestamp getClickTime()
         Time when the answer/item was clicked.
         
        .google.protobuf.Timestamp click_time = 5;
        Returns:
        The clickTime.
      • getClickTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getClickTimeOrBuilder()
         Time when the answer/item was clicked.
         
        .google.protobuf.Timestamp click_time = 5;
      • getDisplayed

        boolean getDisplayed()
         Indicates whether the answer/item was displayed to the human
         agent in the agent desktop UI. Default to false.
         
        bool displayed = 4;
        Returns:
        The displayed.
      • hasDisplayTime

        boolean hasDisplayTime()
         Time when the answer/item was displayed.
         
        .google.protobuf.Timestamp display_time = 6;
        Returns:
        Whether the displayTime field is set.
      • getDisplayTime

        com.google.protobuf.Timestamp getDisplayTime()
         Time when the answer/item was displayed.
         
        .google.protobuf.Timestamp display_time = 6;
        Returns:
        The displayTime.
      • getDisplayTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getDisplayTimeOrBuilder()
         Time when the answer/item was displayed.
         
        .google.protobuf.Timestamp display_time = 6;