Class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs
Inheritance
GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecs : 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<GoogleCloudDialogflowV2beta1SearchKnowledgeRequestSearchConfigBoostSpecsBoostSpec> Spec { get; set; }
Property Value
Implements