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."],[[["The latest version of the `QaAnswer.Types.AnswerSource` class within the Contact Center AI Insights v1 API is 2.19.0, with multiple previous versions ranging from 2.18.0 down to 1.0.0 available."],["The `QaAnswer.Types.AnswerSource` class represents an individual answer to a question, as multiple sources may offer answers, one of which is selected as the main answer."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration within the Google Protobuf framework."],["Key properties of the `QaAnswer.Types.AnswerSource` include `AnswerValue`, representing the actual answer content, and `SourceType`, which indicates how the answer was generated."],["The available documentation references and code samples are for the Contact Center AI Insights v1 API, and more specifically, for the class QaAnswer.Types.AnswerSource."]]],[]]