Class GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart
Inheritance
GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3DataStoreConnectionSignalsAnswerPart : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
SupportingIndices
Declaration
[JsonProperty("supportingIndices")]
public virtual IList<int?> SupportingIndices { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Implements