Interface AgentAssistantFeedback.KnowledgeSearchFeedbackOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAnswerCopied()
      Whether the answer was copied by the human agent or not.
      String getClickedUris​(int index)
      The URIs clicked by the human agent.
      com.google.protobuf.ByteString getClickedUrisBytes​(int index)
      The URIs clicked by the human agent.
      int getClickedUrisCount()
      The URIs clicked by the human agent.
      List<String> getClickedUrisList()
      The URIs clicked by the human agent.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getAnswerCopied

        boolean getAnswerCopied()
         Whether the answer was copied by the human agent or not.
         If the value is set to be true,
         [AnswerFeedback.clicked][google.cloud.dialogflow.v2.AnswerFeedback.clicked]
         will be updated to be true.
         
        bool answer_copied = 1;
        Returns:
        The answerCopied.
      • getClickedUrisList

        List<String> getClickedUrisList()
         The URIs clicked by the human agent. The value is appended for each
         [UpdateAnswerRecordRequest][google.cloud.dialogflow.v2.UpdateAnswerRecordRequest].
         If the value is not empty,
         [AnswerFeedback.clicked][google.cloud.dialogflow.v2.AnswerFeedback.clicked]
         will be updated to be true.
         
        repeated string clicked_uris = 2;
        Returns:
        A list containing the clickedUris.
      • getClickedUrisCount

        int getClickedUrisCount()
         The URIs clicked by the human agent. The value is appended for each
         [UpdateAnswerRecordRequest][google.cloud.dialogflow.v2.UpdateAnswerRecordRequest].
         If the value is not empty,
         [AnswerFeedback.clicked][google.cloud.dialogflow.v2.AnswerFeedback.clicked]
         will be updated to be true.
         
        repeated string clicked_uris = 2;
        Returns:
        The count of clickedUris.
      • getClickedUris

        String getClickedUris​(int index)
         The URIs clicked by the human agent. The value is appended for each
         [UpdateAnswerRecordRequest][google.cloud.dialogflow.v2.UpdateAnswerRecordRequest].
         If the value is not empty,
         [AnswerFeedback.clicked][google.cloud.dialogflow.v2.AnswerFeedback.clicked]
         will be updated to be true.
         
        repeated string clicked_uris = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The clickedUris at the given index.
      • getClickedUrisBytes

        com.google.protobuf.ByteString getClickedUrisBytes​(int index)
         The URIs clicked by the human agent. The value is appended for each
         [UpdateAnswerRecordRequest][google.cloud.dialogflow.v2.UpdateAnswerRecordRequest].
         If the value is not empty,
         [AnswerFeedback.clicked][google.cloud.dialogflow.v2.AnswerFeedback.clicked]
         will be updated to be true.
         
        repeated string clicked_uris = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the clickedUris at the given index.