Discovery Engine v1beta API - Class AnswerQueryRequest.Types.RelatedQuestionsSpec (1.0.0-beta12)

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.

Related questions specification.

Inheritance

object > AnswerQueryRequest.Types.RelatedQuestionsSpec

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

RelatedQuestionsSpec()

public RelatedQuestionsSpec()

RelatedQuestionsSpec(RelatedQuestionsSpec)

public RelatedQuestionsSpec(AnswerQueryRequest.Types.RelatedQuestionsSpec other)
Parameter
NameDescription
otherAnswerQueryRequestTypesRelatedQuestionsSpec

Properties

Enable

public bool Enable { get; set; }

Enable related questions feature if true.

Property Value
TypeDescription
bool