public sealed class BoostSpecs : IMessage<BoostSpecs>, IEquatable<BoostSpecs>, IDeepCloneable<BoostSpecs>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class BoostSpecs.
Boost specifications for data stores.
Implements
IMessageBoostSpecs, IEquatableBoostSpecs, IDeepCloneableBoostSpecs, 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 |
RepeatedFieldstring |
DataStoresAsDataStoreNames
public ResourceNameList<DataStoreName> DataStoresAsDataStoreNames { get; }
DataStoreName-typed view over the DataStores resource name property.
Property Value | |
---|---|
Type | Description |
ResourceNameListDataStoreName |
Spec
public RepeatedField<BoostSpec> Spec { get; }
Optional. A list of boosting specifications.
Property Value | |
---|---|
Type | Description |
RepeatedFieldBoostSpec |