Google Cloud Dialogflow Cx V3 Client - Class AnswerFeedbackSettings (0.3.2)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class AnswerFeedbackSettings.

Settings for answer feedback collection.

Generated from protobuf message google.cloud.dialogflow.cx.v3.Agent.AnswerFeedbackSettings

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3 \ Agent

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ enable_answer_feedback bool

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.

getEnableAnswerFeedback

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.

Returns
Type Description
bool

setEnableAnswerFeedback

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.

Parameter
Name Description
var bool
Returns
Type Description
$this