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