Skip to main content

dateTimeRangeToSpeech

Stentor API Reference


Stentor API Reference / stentor-utils/src / dateTimeRangeToSpeech

Function: dateTimeRangeToSpeech()

dateTimeRangeToSpeech(value, type): string

Defined in: packages/stentor-utils/src/response.ts:99

Converts a date time range to speech to be added to a response.

In the case where the date is the same for the start and the end, the date will only be mentioned once. For example "on July 4th 2019 from 1:00 PM to 2:00PM"

Parameters​

value​

DateTimeRange

DateTimeRange slot value

type​

Optional type, defaults to "ssml".

"displayText" | "ssml"

Returns​

string