public sealed class HumanReadable : IMessage<HumanReadable>, IEquatable<HumanReadable>, IDeepCloneable<HumanReadable>, IBufferMessage, IMessage
Human readable interpretation.
Implements
IMessage<HumanReadable>, IEquatable<HumanReadable>, IDeepCloneable<HumanReadable>, 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 |