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