public sealed class QaAnswer.Types.AnswerSource : IMessage<QaAnswer.Types.AnswerSource>, IEquatable<QaAnswer.Types.AnswerSource>, IDeepCloneable<QaAnswer.Types.AnswerSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class QaAnswer.Types.AnswerSource.
A question may have multiple answers from varying sources, one of which
becomes the "main" answer above. AnswerSource represents each individual
answer.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `QaAnswer.Types.AnswerSource` class within the Google Cloud Contact Center Insights v1 API."],["`QaAnswer.Types.AnswerSource` represents an individual answer to a question, which can be one of multiple answers from varying sources."],["The latest version of `QaAnswer.Types.AnswerSource` is 2.19.0, and the page lists versions back to 1.0.0, with all the versions linking to their respective documentations."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities for message handling, comparison, cloning, and buffering."],["Key properties of the `AnswerSource` class include `AnswerValue`, which holds the answer from the source, and `SourceType`, indicating how the answer was generated, as well as including constructors to initiate the class."]]],[]]