Class BotVectorStoreConfiguration
-
- All Implemented Interfaces:
public final class BotVectorStoreConfiguration
-
-
Constructor Summary
Constructors Constructor Description BotVectorStoreConfiguration(Id<BotVectorStoreConfiguration> _id, String namespace, String botId, Boolean enabled, VectorStoreSettingBase<SecretKey> setting)
-
Method Summary
Modifier and Type Method Description final Id<BotVectorStoreConfiguration>get_id()final StringgetNamespace()final StringgetBotId()final BooleangetEnabled()final VectorStoreSettingBase<SecretKey>getSetting()-
-
Constructor Detail
-
BotVectorStoreConfiguration
BotVectorStoreConfiguration(Id<BotVectorStoreConfiguration> _id, String namespace, String botId, Boolean enabled, VectorStoreSettingBase<SecretKey> setting)
-
-
Method Detail
-
get_id
final Id<BotVectorStoreConfiguration> get_id()
-
getNamespace
final String getNamespace()
-
getEnabled
final Boolean getEnabled()
-
getSetting
final VectorStoreSettingBase<SecretKey> getSetting()
-
-
-
-