Class GoogleCloudDialogflowCxV3FilterSpecs
Inheritance
GoogleCloudDialogflowCxV3FilterSpecs
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3FilterSpecs : IDirectResponseSchema
Properties
DataStores
Declaration
[JsonProperty("dataStores")]
public virtual IList<string> DataStores { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Filter
Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Implements