ResponseSegmentsMap
Stentor API Reference / stentor-models/src / ResponseSegmentsMap
Interface: ResponseSegmentsMap
Defined in: packages/stentor-models/src/Response/ResponseSegment.ts:64
Map of response segments where the key is name within the template.
For example a string with ${ GREETING }, GREETING is the key for the array of segments.
Indexable​
[key: string]: ResponseSegment[]