public sealed class AnswerQueryRequest.Types.RelatedQuestionsSpec : IMessage<AnswerQueryRequest.Types.RelatedQuestionsSpec>, IEquatable<AnswerQueryRequest.Types.RelatedQuestionsSpec>, IDeepCloneable<AnswerQueryRequest.Types.RelatedQuestionsSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class AnswerQueryRequest.Types.RelatedQuestionsSpec.
[[["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 documentation covers the `AnswerQueryRequest.Types.RelatedQuestionsSpec` class, a part of the Google Cloud Discovery Engine v1beta API."],["The `RelatedQuestionsSpec` class is designed to define specifications for related questions, and it inherits from the base `object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one, `RelatedQuestionsSpec()`, and another that allows for copying an existing `RelatedQuestionsSpec` object."],["The `Enable` property, a boolean, controls whether the related questions feature is activated."]]],[]]