public sealed class InterpretIncompleteQueryDetails : IMessage<InterpretError.Types.InterpretIncompleteQueryDetails>, IEquatable<InterpretError.Types.InterpretIncompleteQueryDetails>, IDeepCloneable<InterpretError.Types.InterpretIncompleteQueryDetails>, IBufferMessage, IMessage
Details about an incomplete query.
Implements
IMessage<InterpretError.Types.InterpretIncompleteQueryDetails>, IEquatable<InterpretError.Types.InterpretIncompleteQueryDetails>, IDeepCloneable<InterpretError.Types.InterpretIncompleteQueryDetails>, IBufferMessage, IMessageNamespace
Google.Cloud.DataQnA.V1AlphaAssembly
Google.Cloud.DataQnA.V1Alpha.dll
Constructors
InterpretIncompleteQueryDetails()
public InterpretIncompleteQueryDetails()
InterpretIncompleteQueryDetails(InterpretError.Types.InterpretIncompleteQueryDetails)
public InterpretIncompleteQueryDetails(InterpretError.Types.InterpretIncompleteQueryDetails other)
Parameter | |
---|---|
Name | Description |
other | InterpretError.Types.InterpretIncompleteQueryDetails |
Properties
Entities
public RepeatedField<InterpretEntity> Entities { get; }
List of missing interpret entities.
Property Value | |
---|---|
Type | Description |
RepeatedField<InterpretEntity> |