Class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs
Inheritance
GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecs : 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
Spec
Declaration
[JsonProperty("spec")]
public virtual IList<GoogleCloudDialogflowV2SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec> Spec { get; set; }
Property Value
Implements