Class InterpretError.Types.InterpretIncompleteQueryDetails (2.0.0-alpha01)

public sealed class InterpretIncompleteQueryDetails : IMessage<InterpretError.Types.InterpretIncompleteQueryDetails>, IEquatable<InterpretError.Types.InterpretIncompleteQueryDetails>, IDeepCloneable<InterpretError.Types.InterpretIncompleteQueryDetails>, IBufferMessage, IMessage

Details about an incomplete query.

Inheritance

Object > InterpretError.Types.InterpretIncompleteQueryDetails

Namespace

Google.Cloud.DataQnA.V1Alpha

Assembly

Google.Cloud.DataQnA.V1Alpha.dll

Constructors

InterpretIncompleteQueryDetails()

public InterpretIncompleteQueryDetails()

InterpretIncompleteQueryDetails(InterpretError.Types.InterpretIncompleteQueryDetails)

public InterpretIncompleteQueryDetails(InterpretError.Types.InterpretIncompleteQueryDetails other)
Parameter
NameDescription
otherInterpretError.Types.InterpretIncompleteQueryDetails

Properties

Entities

public RepeatedField<InterpretEntity> Entities { get; }

List of missing interpret entities.

Property Value
TypeDescription
RepeatedField<InterpretEntity>