Package intrinsic_proto.kvstore
Messages
message StorageLocation intrinsic/platform/pubsub/storage_location.proto
Represents a reference to an entry in a key-value store, which can be passed around e.g. between skills and services.
| Field | Type | Description | |
|---|---|---|---|
| 1 | store |
string
|
The store (or |
| 2 | key |
string
|
The key of the entry. |