View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AnswerRecord (google_api_dialogflow v0.74.0)

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 are returned to the customers. 2. The customer uses the AnswerRecord.name to call the UpdateAnswerRecord method to send feedback about a specific answer that they believe is wrong.

Attributes

  • agentAssistantRecord (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AgentAssistantRecord.t, default: nil) - Output only. The record for human agent assistant.
  • answerFeedback (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AnswerFeedback.t, default: nil) - Required. The AnswerFeedback for this record. You can set this with AnswerRecords.UpdateAnswerRecord in order to give us feedback about this answer.
  • name (type: String.t, default: nil) - The unique identifier of this answer record. Format: projects//locations//answerRecords/.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AnswerRecord{
  agentAssistantRecord:
    GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AgentAssistantRecord.t()
    | nil,
  answerFeedback:
    GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AnswerFeedback.t()
    | nil,
  name: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.