Class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig
Inheritance
GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfig : IDirectResponseSchema
Properties
BoostSpecs
Declaration
[JsonProperty("boostSpecs")]
public virtual IList<GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs> BoostSpecs { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FilterSpecs
Declaration
[JsonProperty("filterSpecs")]
public virtual IList<GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigFilterSpecs> FilterSpecs { get; set; }
Property Value
Implements