Class AnswerRecord

  • All Implemented Interfaces:
    AnswerRecordOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class AnswerRecord
    extends com.google.protobuf.GeneratedMessageV3
    implements AnswerRecordOrBuilder
     Answer records are records to manage answer history and feedbacks for
     Dialogflow.
    
     Currently, answer record includes:
    
     - human agent assistant article suggestion
     - human agent assistant faq article
    
     It doesn't include:
    
     - `DetectIntent` intent matching
     - `DetectIntent` knowledge
    
     Answer records are not related to the conversation history in the
     Dialogflow Console. A Record is generated even when the end-user disables
     conversation history in the console. Records are created when there's a human
     agent assistant suggestion generated.
    
     A typical workflow for customers provide feedback to an answer is:
    
     1. For human agent assistant, customers get suggestion via ListSuggestions
        API. Together with the answers,
        [AnswerRecord.name][google.cloud.dialogflow.v2beta1.AnswerRecord.name] are
        returned to the customers.
     2. The customer uses the
     [AnswerRecord.name][google.cloud.dialogflow.v2beta1.AnswerRecord.name] to
     call the
        [UpdateAnswerRecord][] method to send feedback about a specific answer
        that they believe is wrong.
     
    Protobuf type google.cloud.dialogflow.v2beta1.AnswerRecord
    See Also:
    Serialized Form
    • Field Detail

      • ANSWER_FEEDBACK_FIELD_NUMBER

        public static final int ANSWER_FEEDBACK_FIELD_NUMBER
        See Also:
        Constant Field Values
      • AGENT_ASSISTANT_RECORD_FIELD_NUMBER

        public static final int AGENT_ASSISTANT_RECORD_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getName

        public String getName()
         The unique identifier of this answer record.
         Required for
         [AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2beta1.AnswerRecords.UpdateAnswerRecord]
         method. Format: `projects/<Project ID>/locations/<Location
         ID>/answerRecords/<Answer Record ID>`.
         
        string name = 1;
        Specified by:
        getName in interface AnswerRecordOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The unique identifier of this answer record.
         Required for
         [AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2beta1.AnswerRecords.UpdateAnswerRecord]
         method. Format: `projects/<Project ID>/locations/<Location
         ID>/answerRecords/<Answer Record ID>`.
         
        string name = 1;
        Specified by:
        getNameBytes in interface AnswerRecordOrBuilder
        Returns:
        The bytes for name.
      • hasAnswerFeedback

        public boolean hasAnswerFeedback()
         Optional. The AnswerFeedback for this record. You can set this with
         [AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2beta1.AnswerRecords.UpdateAnswerRecord]
         in order to give us feedback about this answer.
         
        .google.cloud.dialogflow.v2beta1.AnswerFeedback answer_feedback = 3;
        Specified by:
        hasAnswerFeedback in interface AnswerRecordOrBuilder
        Returns:
        Whether the answerFeedback field is set.
      • getAnswerFeedback

        public AnswerFeedback getAnswerFeedback()
         Optional. The AnswerFeedback for this record. You can set this with
         [AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2beta1.AnswerRecords.UpdateAnswerRecord]
         in order to give us feedback about this answer.
         
        .google.cloud.dialogflow.v2beta1.AnswerFeedback answer_feedback = 3;
        Specified by:
        getAnswerFeedback in interface AnswerRecordOrBuilder
        Returns:
        The answerFeedback.
      • getAnswerFeedbackOrBuilder

        public AnswerFeedbackOrBuilder getAnswerFeedbackOrBuilder()
         Optional. The AnswerFeedback for this record. You can set this with
         [AnswerRecords.UpdateAnswerRecord][google.cloud.dialogflow.v2beta1.AnswerRecords.UpdateAnswerRecord]
         in order to give us feedback about this answer.
         
        .google.cloud.dialogflow.v2beta1.AnswerFeedback answer_feedback = 3;
        Specified by:
        getAnswerFeedbackOrBuilder in interface AnswerRecordOrBuilder
      • hasAgentAssistantRecord

        public boolean hasAgentAssistantRecord()
         Output only. The record for human agent assistant.
         
        .google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
        Specified by:
        hasAgentAssistantRecord in interface AnswerRecordOrBuilder
        Returns:
        Whether the agentAssistantRecord field is set.
      • getAgentAssistantRecord

        public AgentAssistantRecord getAgentAssistantRecord()
         Output only. The record for human agent assistant.
         
        .google.cloud.dialogflow.v2beta1.AgentAssistantRecord agent_assistant_record = 4;
        Specified by:
        getAgentAssistantRecord in interface AnswerRecordOrBuilder
        Returns:
        The agentAssistantRecord.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static AnswerRecord parseFrom​(ByteBuffer data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AnswerRecord parseFrom​(ByteBuffer data,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AnswerRecord parseFrom​(com.google.protobuf.ByteString data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AnswerRecord parseFrom​(com.google.protobuf.ByteString data,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AnswerRecord parseFrom​(byte[] data)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AnswerRecord parseFrom​(byte[] data,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static AnswerRecord parseFrom​(com.google.protobuf.CodedInputStream input,
                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                      throws IOException
        Throws:
        IOException
      • newBuilderForType

        public AnswerRecord.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public AnswerRecord.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected AnswerRecord.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static AnswerRecord getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<AnswerRecord> parser()
      • getParserForType

        public com.google.protobuf.Parser<AnswerRecord> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public AnswerRecord getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder