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

Represents feedback the customer has about the quality & correctness of a certain answer in a conversation.

Attributes

  • agentAssistantDetailFeedback (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AgentAssistantFeedback.t, default: nil) - Detail feedback of agent assist suggestions.
  • clickTime (type: DateTime.t, default: nil) - Time when the answer/item was clicked.
  • clicked (type: boolean(), default: nil) - Indicates whether the answer/item was clicked by the human agent or not. Default to false.
  • correctnessLevel (type: String.t, default: nil) - The correctness level of the specific answer.
  • displayTime (type: DateTime.t, default: nil) - Time when the answer/item was displayed.
  • displayed (type: boolean(), default: nil) - Indicates whether the answer/item was displayed to the human agent in the agent desktop UI. Default to false.

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.GoogleCloudDialogflowV2AnswerFeedback{
  agentAssistantDetailFeedback:
    GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2AgentAssistantFeedback.t()
    | nil,
  clickTime: DateTime.t() | nil,
  clicked: boolean() | nil,
  correctnessLevel: String.t() | nil,
  displayTime: DateTime.t() | nil,
  displayed: boolean() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.