View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings (google_api_dialogflow v0.88.3)
Settings for answer feedback collection.
Attributes
-
enableAnswerFeedback
(type:boolean()
, default:nil
) - Optional. If enabled, end users will be able to provide answer feedback to Dialogflow responses. Feature works only if interaction logging is enabled in the Dialogflow agent.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3AgentAnswerFeedbackSettings{ enableAnswerFeedback: boolean() | nil }