public sealed class HumanReadable : IMessage<HumanReadable>, IEquatable<HumanReadable>, IDeepCloneable<HumanReadable>, IBufferMessage, IMessage
Reference documentation and code samples for the Data QnA v1alpha API class HumanReadable.
Human readable interpretation.
Implements
IMessageHumanReadable, IEquatableHumanReadable, IDeepCloneableHumanReadable, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
HumanReadable()
public HumanReadable()
HumanReadable(HumanReadable)
public HumanReadable(HumanReadable other)
Parameter | |
---|---|
Name | Description |
other | HumanReadable |
Properties
GeneratedInterpretation
public AnnotatedString GeneratedInterpretation { get; set; }
Generated query explaining the interpretation.
Property Value | |
---|---|
Type | Description |
AnnotatedString |
OriginalQuestion
public AnnotatedString OriginalQuestion { get; set; }
Annotations on the original query.
Property Value | |
---|---|
Type | Description |
AnnotatedString |