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