Dialogflow v3 API - Class BoostSpecs (2.25.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class BoostSpecs : IMessage<BoostSpecs>, IEquatable<BoostSpecs>, IDeepCloneable<BoostSpecs>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class BoostSpecs.
Boost specifications for data stores.
Implements
IMessage BoostSpecs, IEquatable BoostSpecs, IDeepCloneable BoostSpecs, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
BoostSpecs()
public BoostSpecs()BoostSpecs(BoostSpecs)
public BoostSpecs(BoostSpecs other)| Parameter | |
|---|---|
| Name | Description |
other |
BoostSpecs |
Properties
DataStores
public RepeatedField<string> DataStores { get; }Optional. Data Stores where the boosting configuration is applied. The full
names of the referenced data stores. Formats:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
projects/{project}/locations/{location}/dataStores/{data_store}
| Property Value | |
|---|---|
| Type | Description |
RepeatedField string |
|
DataStoresAsDataStoreNames
public ResourceNameList<DataStoreName> DataStoresAsDataStoreNames { get; }DataStoreName-typed view over the DataStores resource name property.
| Property Value | |
|---|---|
| Type | Description |
ResourceNameList DataStoreName |
|
Spec
public RepeatedField<BoostSpec> Spec { get; }Optional. A list of boosting specifications.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField BoostSpec |
|