Dialogflow v3 API - Class AnswerFeedback (2.24.0)

public sealed class AnswerFeedback : IMessage<AnswerFeedback>, IEquatable<AnswerFeedback>, IDeepCloneable<AnswerFeedback>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class AnswerFeedback.

Stores information about feedback provided by users about a response.

Inheritance

object > AnswerFeedback

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

AnswerFeedback()

public AnswerFeedback()

AnswerFeedback(AnswerFeedback)

public AnswerFeedback(AnswerFeedback other)
Parameter
Name Description
other AnswerFeedback

Properties

CustomRating

public string CustomRating { get; set; }

Optional. Custom rating from the user about the provided answer, with maximum length of 1024 characters. For example, client could use a customized JSON object to indicate the rating.

Property Value
Type Description
string

Rating

public AnswerFeedback.Types.Rating Rating { get; set; }

Optional. Rating from user for the specific Dialogflow response.

Property Value
Type Description
AnswerFeedback Types Rating

RatingReason

public AnswerFeedback.Types.RatingReason RatingReason { get; set; }

Optional. In case of thumbs down rating provided, users can optionally provide context about the rating.

Property Value
Type Description
AnswerFeedback Types RatingReason

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.