Class GoogleCloudDialogflowCxV3beta1FilterSpecs
Inheritance
GoogleCloudDialogflowCxV3beta1FilterSpecs
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1FilterSpecs : 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