botframework-webchat-core 4.18.2 → 4.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/activity.js +3 -0
- package/boot/deprecated/activity.js +7 -0
- package/boot/deprecated/activity.mjs +5 -0
- package/boot/deprecated/graph.js +7 -0
- package/boot/deprecated/graph.mjs +5 -0
- package/boot/deprecated/internal.js +7 -0
- package/boot/deprecated/internal.mjs +5 -0
- package/dist/WebChatActivity-CYqxBG_4.d.mts +271 -0
- package/dist/WebChatActivity-CYqxBG_4.d.ts +271 -0
- package/dist/_dtsroll-chunks/B7Whm73Q-tagged.d.ts +71 -0
- package/dist/_dtsroll-chunks/C-MxR98A-botframework-webchat-core-debug-api.d.ts +135 -0
- package/dist/_dtsroll-chunks/CAquHfZK-botframework-webchat-base.utils.d.ts +17 -0
- package/dist/_dtsroll-chunks/CDVed0Q--botframework-webchat-core.org-schema.d.ts +601 -0
- package/dist/_dtsroll-chunks/vlDgTKWF-botframework-webchat-core-graph.d.ts +239 -0
- package/dist/botframework-webchat-core.activity.d.mts +23 -0
- package/dist/botframework-webchat-core.activity.d.ts +23 -0
- package/dist/botframework-webchat-core.activity.js +2 -0
- package/dist/botframework-webchat-core.activity.js.map +1 -0
- package/dist/botframework-webchat-core.activity.mjs +2 -0
- package/dist/botframework-webchat-core.activity.mjs.map +1 -0
- package/dist/botframework-webchat-core.d.mts +267 -662
- package/dist/botframework-webchat-core.d.ts +556 -0
- package/dist/botframework-webchat-core.graph.d.mts +9 -0
- package/dist/botframework-webchat-core.graph.d.ts +9 -0
- package/dist/botframework-webchat-core.graph.js +2 -0
- package/dist/botframework-webchat-core.graph.js.map +1 -0
- package/dist/botframework-webchat-core.graph.mjs +2 -0
- package/dist/botframework-webchat-core.graph.mjs.map +1 -0
- package/dist/botframework-webchat-core.internal.d.mts +61 -0
- package/dist/botframework-webchat-core.internal.d.ts +61 -0
- package/dist/botframework-webchat-core.internal.js +2 -0
- package/dist/botframework-webchat-core.internal.js.map +1 -0
- package/dist/botframework-webchat-core.internal.mjs +2 -0
- package/dist/botframework-webchat-core.internal.mjs.map +1 -0
- package/dist/botframework-webchat-core.js +2 -0
- package/dist/botframework-webchat-core.js.map +1 -0
- package/dist/botframework-webchat-core.json-ld.d.mts +2 -0
- package/dist/botframework-webchat-core.json-ld.d.ts +2 -0
- package/dist/botframework-webchat-core.json-ld.js +2 -0
- package/dist/botframework-webchat-core.json-ld.js.map +1 -0
- package/dist/botframework-webchat-core.json-ld.mjs +2 -0
- package/dist/botframework-webchat-core.json-ld.mjs.map +1 -0
- package/dist/botframework-webchat-core.mjs +1 -2
- package/dist/botframework-webchat-core.mjs.map +1 -1
- package/dist/botframework-webchat-core.org-schema.d.mts +2 -0
- package/dist/botframework-webchat-core.org-schema.d.ts +2 -0
- package/dist/botframework-webchat-core.org-schema.js +2 -0
- package/dist/botframework-webchat-core.org-schema.js.map +1 -0
- package/dist/botframework-webchat-core.org-schema.mjs +2 -0
- package/dist/botframework-webchat-core.org-schema.mjs.map +1 -0
- package/dist/chunk-A4GEFYZJ.mjs +2 -0
- package/dist/chunk-A4GEFYZJ.mjs.map +1 -0
- package/dist/chunk-HZWWJL43.mjs +2 -0
- package/dist/chunk-HZWWJL43.mjs.map +1 -0
- package/dist/chunk-ICNZKQJW.mjs +2 -0
- package/dist/chunk-ICNZKQJW.mjs.map +1 -0
- package/dist/chunk-K6E6QQMQ.js +2 -0
- package/dist/chunk-K6E6QQMQ.js.map +1 -0
- package/dist/chunk-KPT5FBH2.mjs +2 -0
- package/dist/chunk-KPT5FBH2.mjs.map +1 -0
- package/dist/chunk-LO5BZSVE.js +2 -0
- package/dist/chunk-LO5BZSVE.js.map +1 -0
- package/dist/chunk-LP2X2JTR.js +2 -0
- package/dist/chunk-LP2X2JTR.js.map +1 -0
- package/dist/chunk-RUERYYZO.js +2 -0
- package/dist/chunk-RUERYYZO.js.map +1 -0
- package/dist/chunk-XOE3AOSM.js +2 -0
- package/dist/chunk-XOE3AOSM.js.map +1 -0
- package/dist/chunk-Y6ZDNVRT.mjs +2 -0
- package/dist/chunk-Y6ZDNVRT.mjs.map +1 -0
- package/{lib/createStore.d.ts → dist/createStore-CcvouBrW.d.mts} +29 -7
- package/dist/createStore-CcvouBrW.d.ts +65 -0
- package/dist/metafile-cjs.json +1 -0
- package/dist/metafile-esm.json +1 -1
- package/graph.js +3 -0
- package/internal.js +3 -0
- package/json-ld.js +3 -0
- package/org-schema.js +3 -0
- package/package.json +147 -73
- package/src/__tests__/activityFromBot.spec.js +2 -0
- package/src/__tests__/addMetaTag.spec.js +8 -0
- package/src/__tests__/addMetaTag.spec.mjs +8 -0
- package/src/__tests__/connectSaga.spec.js +2 -0
- package/src/__tests__/deleteKey.spec.js +2 -0
- package/src/__tests__/detectSlowConnectionSaga.spec.js +3 -1
- package/src/__tests__/observeOnce.spec.js +2 -0
- package/src/__tests__/speakableActivity.spec.js +2 -0
- package/src/__tests__/uniqueID.spec.js +2 -0
- package/src/actions/clearSuggestedActions.ts +20 -0
- package/src/actions/{connect.js → connect.ts} +9 -1
- package/src/actions/muteVoiceRecording.ts +17 -0
- package/src/actions/postVoiceActivity.ts +21 -0
- package/src/actions/registerActionSink.ts +29 -0
- package/src/actions/registerVoiceHandler.ts +24 -0
- package/src/actions/{sendEvent.js → sendEvent.ts} +1 -1
- package/src/actions/{sendMessageBack.js → sendMessageBack.ts} +1 -1
- package/src/actions/{sendPostBack.js → sendPostBack.ts} +1 -1
- package/src/actions/{setDictateInterims.js → setDictateInterims.ts} +1 -1
- package/src/actions/{setDictateState.js → setDictateState.ts} +1 -1
- package/src/actions/{setLanguage.js → setLanguage.ts} +1 -1
- package/src/actions/{setSendBox.js → setSendBox.ts} +1 -1
- package/src/actions/{setSendTimeout.js → setSendTimeout.ts} +1 -1
- package/src/actions/setSendTypingIndicator.ts +1 -1
- package/src/actions/setSuggestedActions.ts +35 -0
- package/src/actions/setVoiceState.ts +21 -0
- package/src/actions/startVoiceRecording.ts +17 -0
- package/src/actions/stopVoiceRecording.ts +17 -0
- package/src/actions/{submitSendBox.js → submitSendBox.ts} +1 -1
- package/src/actions/unmuteVoiceRecording.ts +17 -0
- package/src/actions/unregisterActionSink.ts +29 -0
- package/src/actions/unregisterVoiceHandler.ts +19 -0
- package/src/boot/activity.ts +19 -0
- package/src/boot/graph.ts +18 -0
- package/src/boot/internal.ts +11 -0
- package/src/boot/json-ld.ts +6 -0
- package/src/boot/org-schema.ts +29 -0
- package/src/buildInfo.ts +9 -0
- package/src/constants/{ActivityClientState.js → ActivityClientState.ts} +3 -3
- package/src/constants/DictateState.ts +10 -0
- package/src/createPromiseQueue.js +8 -6
- package/src/createReducer.ts +28 -20
- package/src/createSagas.ts +6 -3
- package/src/createStore.ts +26 -10
- package/src/env.d.ts +12 -0
- package/src/graph/createGraphFromStore.ts +121 -0
- package/src/index.ts +62 -45
- package/src/internal/StoreDebugAPIRegistry.ts +4 -0
- package/src/internal/actions/setRawState.ts +48 -0
- package/src/internal/types/suggestedActions.ts +11 -0
- package/src/internal/types/suggestedActionsOriginActivity.ts +16 -0
- package/src/reducers/activities/combineActivitiesReducer.ts +58 -0
- package/src/reducers/activities/createGroupedActivitiesReducer.ts +297 -0
- package/src/reducers/activities/patchActivity.ts +37 -0
- package/src/reducers/activities/sort/deleteActivityByLocalId.activity.spec.ts +144 -0
- package/src/reducers/activities/sort/deleteActivityByLocalId.howTo.spec.ts +148 -0
- package/src/reducers/activities/sort/deleteActivityByLocalId.howToWithLivestream.spec.ts +248 -0
- package/src/reducers/activities/sort/deleteActivityByLocalId.livestream.spec.ts +156 -0
- package/src/reducers/activities/sort/deleteActivityByLocalId.ts +177 -0
- package/src/reducers/activities/sort/private/computePartListTimestamp.ts +9 -0
- package/src/reducers/activities/sort/private/computeSortedActivities.ts +51 -0
- package/src/reducers/activities/sort/private/getLogicalTimestamp.spec.ts +49 -0
- package/src/reducers/activities/sort/private/getLogicalTimestamp.ts +33 -0
- package/src/reducers/activities/sort/private/getPartGroupingMetadataMap.spec.ts +92 -0
- package/src/reducers/activities/sort/private/getPartGroupingMetadataMap.ts +37 -0
- package/src/reducers/activities/sort/private/insertSorted.spec.ts +106 -0
- package/src/reducers/activities/sort/private/insertSorted.ts +18 -0
- package/src/reducers/activities/sort/property/LocalId.ts +60 -0
- package/src/reducers/activities/sort/property/Position.ts +39 -0
- package/src/reducers/activities/sort/property/ReceivedAt.ts +45 -0
- package/src/reducers/activities/sort/property/SendStatus.ts +51 -0
- package/src/reducers/activities/sort/queryLocalIdByActivityId.ts +6 -0
- package/src/reducers/activities/sort/queryLocalIdByClientActivityId.ts +6 -0
- package/src/reducers/activities/sort/types.ts +80 -0
- package/src/reducers/activities/sort/updateActivityChannelData.ts +101 -0
- package/src/reducers/activities/sort/updateSendState.ts +22 -0
- package/src/reducers/activities/sort/upsert.activity.spec.ts +500 -0
- package/src/reducers/activities/sort/upsert.howTo.spec.ts +368 -0
- package/src/reducers/activities/sort/upsert.howToWithLivestream.spec.ts +384 -0
- package/src/reducers/activities/sort/upsert.livestream.spec.ts +418 -0
- package/src/reducers/activities/sort/upsert.ts +498 -0
- package/src/reducers/activities/tsconfig.json +4 -0
- package/src/reducers/createNotificationsReducer.ts +4 -4
- package/src/reducers/suggestedActions.ts +21 -0
- package/src/reducers/suggestedActionsOriginActivity.ts +24 -0
- package/src/reducers/voiceActivity.ts +102 -0
- package/src/sagas/actionSinkSaga.ts +39 -0
- package/src/sagas/observeActivitySaga.ts +51 -1
- package/src/sagas/postActivitySaga.ts +17 -10
- package/src/sagas/postVoiceActivitySaga.ts +76 -0
- package/src/sagas/queueIncomingActivitySaga.ts +10 -4
- package/src/sagas/sendMessageToPostActivitySaga.ts +4 -1
- package/src/sagas/speakActivityAndStartDictateOnIncomingActivityFromOthersSaga.js +10 -4
- package/src/sagas/startDictateOnSpeakCompleteSaga.js +3 -3
- package/src/sagas/startSpeakActivityOnPostActivitySaga.js +15 -5
- package/src/sagas/stopDictateOnCardActionSaga.js +11 -3
- package/src/sagas/stopSpeakingActivityOnInputSaga.js +22 -4
- package/src/selectors/combineSelectors.ts +1 -1
- package/src/tsconfig.json +3 -15
- package/src/types/StoreDebugAPI.ts +25 -0
- package/src/types/WebChatActivity.ts +31 -14
- package/src/types/external/DirectLineActivity.ts +1 -1
- package/src/types/external/Observable.ts +4 -1
- package/src/types/internal/GlobalScopeClock.ts +10 -10
- package/src/types/internal/ReduxState.ts +2 -0
- package/src/types/internal/WebChatOutgoingActivity.ts +1 -1
- package/src/utils/dateToLocaleISOString.chatham.spec.js +1 -2
- package/src/utils/dateToLocaleISOString.japan.spec.js +1 -2
- package/src/utils/dateToLocaleISOString.newfoundland.spec.js +1 -2
- package/src/utils/dateToLocaleISOString.pacific.spec.js +1 -2
- package/src/utils/dateToLocaleISOString.utc.spec.js +1 -3
- package/src/utils/deleteKey.ts +1 -1
- package/src/utils/getActivityLivestreamingMetadata.spec.ts +297 -0
- package/src/utils/getActivityLivestreamingMetadata.ts +197 -0
- package/src/utils/getOrgSchemaMessage.spec.ts +4 -1
- package/src/utils/getOrgSchemaMessage.ts +16 -16
- package/src/utils/onErrorResumeNext.ts +1 -1
- package/src/utils/voiceActivity/getVoiceActivityRole.spec.ts +150 -0
- package/src/utils/voiceActivity/getVoiceActivityRole.ts +16 -0
- package/src/utils/voiceActivity/getVoiceActivityText.spec.ts +100 -0
- package/src/utils/voiceActivity/getVoiceActivityText.ts +11 -0
- package/src/utils/voiceActivity/isVoiceActivity.spec.ts +202 -0
- package/src/utils/voiceActivity/isVoiceActivity.ts +21 -0
- package/src/utils/voiceActivity/isVoiceTranscriptActivity.spec.ts +224 -0
- package/src/utils/voiceActivity/isVoiceTranscriptActivity.ts +24 -0
- package/dist/botframework-webchat-core.mjs.LEGAL.txt +0 -0
- package/lib/actions/clearSuggestedActions.js +0 -15
- package/lib/actions/connect.js +0 -33
- package/lib/actions/connectionStatusUpdate.js +0 -20
- package/lib/actions/deleteActivity.d.ts +0 -13
- package/lib/actions/deleteActivity.d.ts.map +0 -1
- package/lib/actions/deleteActivity.js +0 -19
- package/lib/actions/disconnect.js +0 -21
- package/lib/actions/dismissNotification.d.ts +0 -12
- package/lib/actions/dismissNotification.d.ts.map +0 -1
- package/lib/actions/dismissNotification.js +0 -19
- package/lib/actions/emitTypingIndicator.js +0 -15
- package/lib/actions/incomingActivity.d.ts +0 -14
- package/lib/actions/incomingActivity.d.ts.map +0 -1
- package/lib/actions/incomingActivity.js +0 -19
- package/lib/actions/markActivity.d.ts +0 -17
- package/lib/actions/markActivity.d.ts.map +0 -1
- package/lib/actions/markActivity.js +0 -22
- package/lib/actions/postActivity.d.ts +0 -64
- package/lib/actions/postActivity.d.ts.map +0 -1
- package/lib/actions/postActivity.js +0 -31
- package/lib/actions/queueIncomingActivity.js +0 -18
- package/lib/actions/reconnect.js +0 -17
- package/lib/actions/sagaError.d.ts +0 -8
- package/lib/actions/sagaError.d.ts.map +0 -1
- package/lib/actions/sagaError.js +0 -15
- package/lib/actions/sendEvent.js +0 -19
- package/lib/actions/sendFiles.d.ts +0 -19
- package/lib/actions/sendFiles.d.ts.map +0 -1
- package/lib/actions/sendFiles.js +0 -20
- package/lib/actions/sendMessage.d.ts +0 -19
- package/lib/actions/sendMessage.d.ts.map +0 -1
- package/lib/actions/sendMessage.js +0 -24
- package/lib/actions/sendMessageBack.js +0 -20
- package/lib/actions/sendPostBack.js +0 -18
- package/lib/actions/setClockSkewAdjustment.js +0 -12
- package/lib/actions/setDictateInterims.js +0 -18
- package/lib/actions/setDictateState.js +0 -18
- package/lib/actions/setLanguage.js +0 -18
- package/lib/actions/setNotification.d.ts +0 -10
- package/lib/actions/setNotification.d.ts.map +0 -1
- package/lib/actions/setNotification.js +0 -37
- package/lib/actions/setReferenceGrammarID.js +0 -18
- package/lib/actions/setSendBox.js +0 -18
- package/lib/actions/setSendBoxAttachments.d.ts +0 -13
- package/lib/actions/setSendBoxAttachments.d.ts.map +0 -1
- package/lib/actions/setSendBoxAttachments.js +0 -18
- package/lib/actions/setSendTimeout.js +0 -18
- package/lib/actions/setSendTypingIndicator.d.ts +0 -11
- package/lib/actions/setSendTypingIndicator.d.ts.map +0 -1
- package/lib/actions/setSendTypingIndicator.js +0 -18
- package/lib/actions/setSuggestedActions.js +0 -20
- package/lib/actions/startDictate.js +0 -15
- package/lib/actions/startSpeakingActivity.js +0 -15
- package/lib/actions/stopDictate.js +0 -15
- package/lib/actions/stopSpeakingActivity.js +0 -15
- package/lib/actions/submitSendBox.js +0 -22
- package/lib/actions/updateConnectionStatus.js +0 -18
- package/lib/constants/ActivityClientState.js +0 -16
- package/lib/constants/DictateState.js +0 -17
- package/lib/createPromiseQueue.js +0 -30
- package/lib/createReducer.d.ts +0 -60
- package/lib/createReducer.d.ts.map +0 -1
- package/lib/createReducer.js +0 -45
- package/lib/createSagas.d.ts +0 -8
- package/lib/createSagas.d.ts.map +0 -1
- package/lib/createSagas.js +0 -112
- package/lib/createStore.d.ts.map +0 -1
- package/lib/createStore.js +0 -131
- package/lib/definitions/activityFromBot.js +0 -11
- package/lib/definitions/speakableActivity.js +0 -10
- package/lib/definitions/speakingActivity.js +0 -13
- package/lib/index.d.ts +0 -76
- package/lib/index.d.ts.map +0 -1
- package/lib/index.js +0 -309
- package/lib/reducers/connectivityStatus.js +0 -49
- package/lib/reducers/createActivitiesReducer.d.ts +0 -12
- package/lib/reducers/createActivitiesReducer.d.ts.map +0 -1
- package/lib/reducers/createActivitiesReducer.js +0 -267
- package/lib/reducers/createInternalReducer.d.ts +0 -10
- package/lib/reducers/createInternalReducer.d.ts.map +0 -1
- package/lib/reducers/createInternalReducer.js +0 -19
- package/lib/reducers/createNotificationsReducer.d.ts +0 -11
- package/lib/reducers/createNotificationsReducer.d.ts.map +0 -1
- package/lib/reducers/createNotificationsReducer.js +0 -55
- package/lib/reducers/createTypingReducer.d.ts +0 -14
- package/lib/reducers/createTypingReducer.d.ts.map +0 -1
- package/lib/reducers/createTypingReducer.js +0 -50
- package/lib/reducers/dictateInterims.js +0 -23
- package/lib/reducers/dictateState.js +0 -38
- package/lib/reducers/language.js +0 -23
- package/lib/reducers/private/findBeforeAfter.d.ts +0 -4
- package/lib/reducers/private/findBeforeAfter.d.ts.map +0 -1
- package/lib/reducers/private/findBeforeAfter.js +0 -24
- package/lib/reducers/readyState.js +0 -23
- package/lib/reducers/referenceGrammarID.js +0 -23
- package/lib/reducers/sendBoxAttachments.d.ts +0 -9
- package/lib/reducers/sendBoxAttachments.d.ts.map +0 -1
- package/lib/reducers/sendBoxAttachments.js +0 -23
- package/lib/reducers/sendBoxValue.js +0 -23
- package/lib/reducers/sendTimeout.js +0 -23
- package/lib/reducers/sendTypingIndicator.js +0 -23
- package/lib/reducers/shouldSpeakIncomingActivity.js +0 -25
- package/lib/reducers/suggestedActions.js +0 -32
- package/lib/sagas/clearSuggestedActionsOnPostActivitySaga.js +0 -62
- package/lib/sagas/connectSaga.js +0 -445
- package/lib/sagas/connectionStatusToNotificationSaga.js +0 -107
- package/lib/sagas/connectionStatusUpdateSaga.js +0 -63
- package/lib/sagas/detectSlowConnectionSaga.d.ts +0 -5
- package/lib/sagas/detectSlowConnectionSaga.d.ts.map +0 -1
- package/lib/sagas/detectSlowConnectionSaga.js +0 -50
- package/lib/sagas/effects/forever.js +0 -19
- package/lib/sagas/effects/forkPut.js +0 -51
- package/lib/sagas/effects/observeEach.js +0 -45
- package/lib/sagas/effects/observeOnce.d.ts +0 -3
- package/lib/sagas/effects/observeOnce.d.ts.map +0 -1
- package/lib/sagas/effects/observeOnce.js +0 -42
- package/lib/sagas/effects/whileConnected.d.ts +0 -7
- package/lib/sagas/effects/whileConnected.d.ts.map +0 -1
- package/lib/sagas/effects/whileConnected.js +0 -55
- package/lib/sagas/emitTypingIndicatorToPostActivitySaga.js +0 -63
- package/lib/sagas/markAllAsSpokenOnStopSpeakActivitySaga.js +0 -78
- package/lib/sagas/observeActivitySaga.d.ts +0 -2
- package/lib/sagas/observeActivitySaga.d.ts.map +0 -1
- package/lib/sagas/observeActivitySaga.js +0 -117
- package/lib/sagas/postActivitySaga.d.ts +0 -3
- package/lib/sagas/postActivitySaga.d.ts.map +0 -1
- package/lib/sagas/postActivitySaga.js +0 -264
- package/lib/sagas/queueIncomingActivitySaga.d.ts +0 -3
- package/lib/sagas/queueIncomingActivitySaga.d.ts.map +0 -1
- package/lib/sagas/queueIncomingActivitySaga.js +0 -197
- package/lib/sagas/sendEventToPostActivitySaga.js +0 -68
- package/lib/sagas/sendFilesToPostActivitySaga.js +0 -85
- package/lib/sagas/sendMessageBackToPostActivitySaga.js +0 -70
- package/lib/sagas/sendMessageToPostActivitySaga.d.ts +0 -2
- package/lib/sagas/sendMessageToPostActivitySaga.d.ts.map +0 -1
- package/lib/sagas/sendMessageToPostActivitySaga.js +0 -91
- package/lib/sagas/sendPostBackToPostActivitySaga.js +0 -69
- package/lib/sagas/sendTypingIndicatorOnSetSendBoxSaga.d.ts +0 -3
- package/lib/sagas/sendTypingIndicatorOnSetSendBoxSaga.d.ts.map +0 -1
- package/lib/sagas/sendTypingIndicatorOnSetSendBoxSaga.js +0 -145
- package/lib/sagas/speakActivityAndStartDictateOnIncomingActivityFromOthersSaga.js +0 -106
- package/lib/sagas/startDictateOnSpeakCompleteSaga.js +0 -65
- package/lib/sagas/startSpeakActivityOnPostActivitySaga.js +0 -62
- package/lib/sagas/stopDictateOnCardActionSaga.js +0 -65
- package/lib/sagas/stopSpeakingActivityOnInputSaga.js +0 -68
- package/lib/sagas/submitSendBoxSaga.js +0 -84
- package/lib/selectors/activities.d.ts +0 -9
- package/lib/selectors/activities.d.ts.map +0 -1
- package/lib/selectors/activities.js +0 -33
- package/lib/selectors/combineSelectors.js +0 -31
- package/lib/selectors/dictateState.js +0 -12
- package/lib/selectors/language.d.ts +0 -4
- package/lib/selectors/language.d.ts.map +0 -1
- package/lib/selectors/language.js +0 -12
- package/lib/selectors/notifications.js +0 -13
- package/lib/selectors/sendBoxAttachments.js +0 -11
- package/lib/selectors/sendBoxValue.js +0 -12
- package/lib/selectors/sendTimeout.d.ts +0 -4
- package/lib/selectors/sendTimeout.d.ts.map +0 -1
- package/lib/selectors/sendTimeout.js +0 -12
- package/lib/selectors/sendTypingIndicator.d.ts +0 -4
- package/lib/selectors/sendTypingIndicator.d.ts.map +0 -1
- package/lib/selectors/sendTypingIndicator.js +0 -12
- package/lib/selectors/shouldSpeakIncomingActivity.js +0 -12
- package/lib/types/AnyAnd.d.ts +0 -2
- package/lib/types/AnyAnd.d.ts.map +0 -1
- package/lib/types/AnyAnd.js +0 -6
- package/lib/types/GlobalScopePonyfill.d.ts +0 -8
- package/lib/types/GlobalScopePonyfill.d.ts.map +0 -1
- package/lib/types/GlobalScopePonyfill.js +0 -6
- package/lib/types/OneOrMany.d.ts +0 -3
- package/lib/types/OneOrMany.d.ts.map +0 -1
- package/lib/types/OneOrMany.js +0 -6
- package/lib/types/SendBoxAttachment.d.ts +0 -5
- package/lib/types/SendBoxAttachment.d.ts.map +0 -1
- package/lib/types/SendBoxAttachment.js +0 -6
- package/lib/types/WebChatActivity.d.ts +0 -128
- package/lib/types/WebChatActivity.d.ts.map +0 -1
- package/lib/types/WebChatActivity.js +0 -6
- package/lib/types/external/DirectLineActivity.d.ts +0 -3
- package/lib/types/external/DirectLineActivity.d.ts.map +0 -1
- package/lib/types/external/DirectLineActivity.js +0 -6
- package/lib/types/external/DirectLineAnimationCard.d.ts +0 -6
- package/lib/types/external/DirectLineAnimationCard.d.ts.map +0 -1
- package/lib/types/external/DirectLineAnimationCard.js +0 -6
- package/lib/types/external/DirectLineAttachment.d.ts +0 -9
- package/lib/types/external/DirectLineAttachment.d.ts.map +0 -1
- package/lib/types/external/DirectLineAttachment.js +0 -6
- package/lib/types/external/DirectLineAudioCard.d.ts +0 -6
- package/lib/types/external/DirectLineAudioCard.d.ts.map +0 -1
- package/lib/types/external/DirectLineAudioCard.js +0 -6
- package/lib/types/external/DirectLineBasicCardEssence.d.ts +0 -12
- package/lib/types/external/DirectLineBasicCardEssence.d.ts.map +0 -1
- package/lib/types/external/DirectLineBasicCardEssence.js +0 -6
- package/lib/types/external/DirectLineCardAction.d.ts +0 -110
- package/lib/types/external/DirectLineCardAction.d.ts.map +0 -1
- package/lib/types/external/DirectLineCardAction.js +0 -6
- package/lib/types/external/DirectLineCardImage.d.ts +0 -8
- package/lib/types/external/DirectLineCardImage.d.ts.map +0 -1
- package/lib/types/external/DirectLineCardImage.js +0 -6
- package/lib/types/external/DirectLineHeroCard.d.ts +0 -6
- package/lib/types/external/DirectLineHeroCard.d.ts.map +0 -1
- package/lib/types/external/DirectLineHeroCard.js +0 -6
- package/lib/types/external/DirectLineJSBotConnection.d.ts +0 -3
- package/lib/types/external/DirectLineJSBotConnection.d.ts.map +0 -1
- package/lib/types/external/DirectLineJSBotConnection.js +0 -6
- package/lib/types/external/DirectLineMediaCardEssence.d.ts +0 -21
- package/lib/types/external/DirectLineMediaCardEssence.d.ts.map +0 -1
- package/lib/types/external/DirectLineMediaCardEssence.js +0 -6
- package/lib/types/external/DirectLineOAuthCard.d.ts +0 -8
- package/lib/types/external/DirectLineOAuthCard.d.ts.map +0 -1
- package/lib/types/external/DirectLineOAuthCard.js +0 -6
- package/lib/types/external/DirectLineReceiptCard.d.ts +0 -28
- package/lib/types/external/DirectLineReceiptCard.d.ts.map +0 -1
- package/lib/types/external/DirectLineReceiptCard.js +0 -6
- package/lib/types/external/DirectLineSignInCard.d.ts +0 -8
- package/lib/types/external/DirectLineSignInCard.d.ts.map +0 -1
- package/lib/types/external/DirectLineSignInCard.js +0 -6
- package/lib/types/external/DirectLineSuggestedAction.d.ts +0 -7
- package/lib/types/external/DirectLineSuggestedAction.d.ts.map +0 -1
- package/lib/types/external/DirectLineSuggestedAction.js +0 -6
- package/lib/types/external/DirectLineThumbnailCard.d.ts +0 -6
- package/lib/types/external/DirectLineThumbnailCard.d.ts.map +0 -1
- package/lib/types/external/DirectLineThumbnailCard.js +0 -6
- package/lib/types/external/DirectLineVideoCard.d.ts +0 -6
- package/lib/types/external/DirectLineVideoCard.d.ts.map +0 -1
- package/lib/types/external/DirectLineVideoCard.js +0 -6
- package/lib/types/external/Observable.d.ts +0 -49
- package/lib/types/external/Observable.d.ts.map +0 -1
- package/lib/types/external/Observable.js +0 -6
- package/lib/types/external/OrgSchema/Action.d.ts +0 -29
- package/lib/types/external/OrgSchema/Action.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/Action.js +0 -38
- package/lib/types/external/OrgSchema/Claim.d.ts +0 -35
- package/lib/types/external/OrgSchema/Claim.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/Claim.js +0 -41
- package/lib/types/external/OrgSchema/CreativeWork.d.ts +0 -57
- package/lib/types/external/OrgSchema/CreativeWork.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/CreativeWork.js +0 -52
- package/lib/types/external/OrgSchema/DefinedTerm.d.ts +0 -26
- package/lib/types/external/OrgSchema/DefinedTerm.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/DefinedTerm.js +0 -33
- package/lib/types/external/OrgSchema/Project.d.ts +0 -20
- package/lib/types/external/OrgSchema/Project.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/Project.js +0 -32
- package/lib/types/external/OrgSchema/Thing.d.ts +0 -53
- package/lib/types/external/OrgSchema/Thing.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/Thing.js +0 -54
- package/lib/types/external/OrgSchema/VoteAction.d.ts +0 -22
- package/lib/types/external/OrgSchema/VoteAction.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/VoteAction.js +0 -34
- package/lib/types/external/OrgSchema/private/orgSchemaProperties.d.ts +0 -3
- package/lib/types/external/OrgSchema/private/orgSchemaProperties.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/private/orgSchemaProperties.js +0 -22
- package/lib/types/external/OrgSchema/private/orgSchemaProperty.d.ts +0 -4
- package/lib/types/external/OrgSchema/private/orgSchemaProperty.d.ts.map +0 -1
- package/lib/types/external/OrgSchema/private/orgSchemaProperty.js +0 -15
- package/lib/types/internal/GlobalScopeClock.d.ts +0 -15
- package/lib/types/internal/GlobalScopeClock.d.ts.map +0 -1
- package/lib/types/internal/GlobalScopeClock.js +0 -6
- package/lib/types/internal/Notification.d.ts +0 -10
- package/lib/types/internal/Notification.d.ts.map +0 -1
- package/lib/types/internal/Notification.js +0 -6
- package/lib/types/internal/ReduxState.d.ts +0 -19
- package/lib/types/internal/ReduxState.d.ts.map +0 -1
- package/lib/types/internal/ReduxState.js +0 -6
- package/lib/types/internal/SendStatus.d.ts +0 -7
- package/lib/types/internal/SendStatus.d.ts.map +0 -1
- package/lib/types/internal/SendStatus.js +0 -19
- package/lib/types/internal/WebChatOutgoingActivity.d.ts +0 -49
- package/lib/types/internal/WebChatOutgoingActivity.d.ts.map +0 -1
- package/lib/types/internal/WebChatOutgoingActivity.js +0 -6
- package/lib/utils/dateToLocaleISOString.d.ts +0 -2
- package/lib/utils/dateToLocaleISOString.d.ts.map +0 -1
- package/lib/utils/dateToLocaleISOString.js +0 -52
- package/lib/utils/deleteKey.d.ts +0 -2
- package/lib/utils/deleteKey.d.ts.map +0 -1
- package/lib/utils/deleteKey.js +0 -30
- package/lib/utils/getOrgSchemaMessage.d.ts +0 -4
- package/lib/utils/getOrgSchemaMessage.d.ts.map +0 -1
- package/lib/utils/getOrgSchemaMessage.js +0 -21
- package/lib/utils/isForbiddenPropertyName.d.ts +0 -2
- package/lib/utils/isForbiddenPropertyName.d.ts.map +0 -1
- package/lib/utils/isForbiddenPropertyName.js +0 -16
- package/lib/utils/onErrorResumeNext.d.ts +0 -3
- package/lib/utils/onErrorResumeNext.d.ts.map +0 -1
- package/lib/utils/onErrorResumeNext.js +0 -19
- package/lib/utils/once.d.ts +0 -2
- package/lib/utils/once.d.ts.map +0 -1
- package/lib/utils/once.js +0 -16
- package/lib/utils/singleToArray.d.ts +0 -2
- package/lib/utils/singleToArray.d.ts.map +0 -1
- package/lib/utils/singleToArray.js +0 -10
- package/lib/utils/sleep.d.ts +0 -3
- package/lib/utils/sleep.d.ts.map +0 -1
- package/lib/utils/sleep.js +0 -12
- package/lib/utils/uniqueID.d.ts +0 -2
- package/lib/utils/uniqueID.d.ts.map +0 -1
- package/lib/utils/uniqueID.js +0 -14
- package/lib/utils/warnOnce.d.ts +0 -2
- package/lib/utils/warnOnce.d.ts.map +0 -1
- package/lib/utils/warnOnce.js +0 -14
- package/src/actions/clearSuggestedActions.js +0 -9
- package/src/actions/setSuggestedActions.js +0 -12
- package/src/constants/DictateState.js +0 -7
- package/src/reducers/createActivitiesReducer.ts +0 -304
- package/src/reducers/private/findBeforeAfter.spec.ts +0 -90
- package/src/reducers/private/findBeforeAfter.ts +0 -30
- package/src/reducers/suggestedActions.js +0 -23
- package/src/types/OneOrMany.ts +0 -3
- package/src/types/external/OrgSchema/Action.spec.ts +0 -35
- package/src/types/external/OrgSchema/Action.ts +0 -52
- package/src/types/external/OrgSchema/Claim.spec.ts +0 -45
- package/src/types/external/OrgSchema/Claim.ts +0 -48
- package/src/types/external/OrgSchema/CreativeWork.parseCreativeWork.spec.ts +0 -51
- package/src/types/external/OrgSchema/CreativeWork.ts +0 -83
- package/src/types/external/OrgSchema/DefinedTerm.ts +0 -37
- package/src/types/external/OrgSchema/Project.parseProject.spec.ts +0 -17
- package/src/types/external/OrgSchema/Project.ts +0 -29
- package/src/types/external/OrgSchema/Thing.parseThing.spec.ts +0 -54
- package/src/types/external/OrgSchema/Thing.ts +0 -94
- package/src/types/external/OrgSchema/VoteAction.spec.ts +0 -35
- package/src/types/external/OrgSchema/VoteAction.ts +0 -31
- package/src/types/external/OrgSchema/private/orgSchemaProperties.spec.ts +0 -41
- package/src/types/external/OrgSchema/private/orgSchemaProperties.ts +0 -23
- package/src/types/external/OrgSchema/private/orgSchemaProperty.spec.ts +0 -21
- package/src/types/external/OrgSchema/private/orgSchemaProperty.ts +0 -6
- package/src/utils/isForbiddenPropertyName.spec.js +0 -6
- package/src/utils/isForbiddenPropertyName.ts +0 -33
- package/src/utils/singleToArray.ts +0 -3
- package/src/utils/warnOnce.ts +0 -5
- /package/src/actions/{connectionStatusUpdate.js → connectionStatusUpdate.ts} +0 -0
- /package/src/actions/{disconnect.js → disconnect.ts} +0 -0
- /package/src/actions/{emitTypingIndicator.js → emitTypingIndicator.ts} +0 -0
- /package/src/actions/{queueIncomingActivity.js → queueIncomingActivity.ts} +0 -0
- /package/src/actions/{reconnect.js → reconnect.ts} +0 -0
- /package/src/actions/{startDictate.js → startDictate.ts} +0 -0
- /package/src/actions/{startSpeakingActivity.js → startSpeakingActivity.ts} +0 -0
- /package/src/actions/{stopDictate.js → stopDictate.ts} +0 -0
- /package/src/actions/{stopSpeakingActivity.js → stopSpeakingActivity.ts} +0 -0
- /package/src/actions/{updateConnectionStatus.js → updateConnectionStatus.ts} +0 -0
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { parse } from 'valibot';
|
|
2
|
+
import { orgSchemaCreativeWorkSchema, type OrgSchemaCreativeWork } from '@msinternal/botframework-webchat-core-json-ld';
|
|
3
|
+
import type { WebChatActivity } from '../types/WebChatActivity';
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
graph: readonly WebChatActivity['entities'][0][]
|
|
7
|
-
): CreativeWork | undefined {
|
|
8
|
-
const messageEntity = (graph || []).find(entity => {
|
|
9
|
-
const isThing = entity.type?.startsWith('https://schema.org/');
|
|
5
|
+
type EntityType = NonNullable<WebChatActivity['entities']>[number];
|
|
10
6
|
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
export default function getOrgSchemaMessage(graph: readonly EntityType[]): OrgSchemaCreativeWork | undefined {
|
|
8
|
+
for (const entity of graph ?? []) {
|
|
9
|
+
const isPossiblySelfMessage =
|
|
10
|
+
entity &&
|
|
11
|
+
typeof entity === 'object' &&
|
|
12
|
+
'type' in entity &&
|
|
13
|
+
entity.type?.startsWith('https://schema.org/') &&
|
|
14
|
+
'@id' in entity &&
|
|
15
|
+
entity['@id'] === '';
|
|
13
16
|
|
|
14
|
-
|
|
17
|
+
if (isPossiblySelfMessage) {
|
|
18
|
+
return parse(orgSchemaCreativeWorkSchema, entity);
|
|
15
19
|
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
const message = messageEntity && parseCreativeWork(messageEntity);
|
|
19
|
-
|
|
20
|
-
return message && parseCreativeWork(message);
|
|
20
|
+
}
|
|
21
21
|
}
|
|
@@ -9,7 +9,7 @@ export default function onErrorResumeNext<T, U = T>(fn: () => T, defaultValue: U
|
|
|
9
9
|
export default function onErrorResumeNext<T>(fn: () => T, defaultValue?: T): T | undefined {
|
|
10
10
|
try {
|
|
11
11
|
return fn();
|
|
12
|
-
} catch
|
|
12
|
+
} catch {
|
|
13
13
|
return defaultValue;
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
import getVoiceActivityRole from './getVoiceActivityRole';
|
|
2
|
+
import { WebChatActivity } from '../../types/WebChatActivity';
|
|
3
|
+
|
|
4
|
+
// Mock activity factory for testing
|
|
5
|
+
const createMockActivity = (type: string = 'event', name?: string, value?: any, valueType?: string): WebChatActivity =>
|
|
6
|
+
({
|
|
7
|
+
type: type as any,
|
|
8
|
+
id: 'test-activity-id',
|
|
9
|
+
from: { id: 'test-user' },
|
|
10
|
+
channelData: {
|
|
11
|
+
'webchat:sequence-id': 1
|
|
12
|
+
},
|
|
13
|
+
...(name && { name }),
|
|
14
|
+
...(value && { value }),
|
|
15
|
+
...(valueType && { valueType })
|
|
16
|
+
}) as WebChatActivity;
|
|
17
|
+
|
|
18
|
+
const createMockVoiceActivity = (
|
|
19
|
+
name: string,
|
|
20
|
+
value: Record<string, any>,
|
|
21
|
+
valueType: string = 'application/vnd.microsoft.activity.azure.directline.audio.chunk'
|
|
22
|
+
): WebChatActivity => createMockActivity('event', name, value, valueType);
|
|
23
|
+
|
|
24
|
+
const createMockTranscriptActivity = (
|
|
25
|
+
origin: 'user' | 'agent',
|
|
26
|
+
transcription: string = 'test',
|
|
27
|
+
valueType: string = 'application/vnd.microsoft.activity.azure.directline.audio.transcript'
|
|
28
|
+
): WebChatActivity => createMockActivity('event', 'media.end', { transcription, origin }, valueType);
|
|
29
|
+
|
|
30
|
+
describe('getVoiceActivityRole', () => {
|
|
31
|
+
describe.each([
|
|
32
|
+
['user', 'user', 'Hello world'],
|
|
33
|
+
['user', 'user', '']
|
|
34
|
+
] as const)('Voice transcript activities with origin %s', (expectedRole, origin, transcription) => {
|
|
35
|
+
test(`should return "${expectedRole}" for media.end with origin ${origin}${transcription ? '' : ' and empty transcription'}`, () => {
|
|
36
|
+
const activity = createMockTranscriptActivity(origin, transcription);
|
|
37
|
+
|
|
38
|
+
const result = getVoiceActivityRole(activity);
|
|
39
|
+
|
|
40
|
+
expect(result).toBe(expectedRole);
|
|
41
|
+
});
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
describe.each([
|
|
45
|
+
['bot', 'agent', 'Hello, how can I help you?'],
|
|
46
|
+
['bot', 'agent', '']
|
|
47
|
+
] as const)('Voice transcript activities with origin %s', (expectedRole, origin, transcription) => {
|
|
48
|
+
test(`should return "${expectedRole}" for media.end with origin ${origin}${transcription ? '' : ' and empty transcription'}`, () => {
|
|
49
|
+
const activity = createMockTranscriptActivity(origin, transcription);
|
|
50
|
+
|
|
51
|
+
const result = getVoiceActivityRole(activity);
|
|
52
|
+
|
|
53
|
+
expect(result).toBe(expectedRole);
|
|
54
|
+
});
|
|
55
|
+
});
|
|
56
|
+
|
|
57
|
+
describe('Non-transcript voice activities', () => {
|
|
58
|
+
test.each([
|
|
59
|
+
['media.chunk', { content: 'base64' }, 'application/vnd.microsoft.activity.azure.directline.audio.chunk'],
|
|
60
|
+
['request.update', { state: 'detected' }, 'application/vnd.microsoft.activity.azure.directline.audio.state']
|
|
61
|
+
])('should return undefined for %s', (name, value, valueType) => {
|
|
62
|
+
const activity = createMockVoiceActivity(name, value, valueType);
|
|
63
|
+
|
|
64
|
+
const result = getVoiceActivityRole(activity);
|
|
65
|
+
|
|
66
|
+
expect(result).toBeUndefined();
|
|
67
|
+
});
|
|
68
|
+
});
|
|
69
|
+
|
|
70
|
+
describe('Non-voice activities', () => {
|
|
71
|
+
test.each([
|
|
72
|
+
['message', 'regular message activity'],
|
|
73
|
+
['typing', 'typing activity']
|
|
74
|
+
])('should return undefined for %s', type => {
|
|
75
|
+
const activity = createMockActivity(type);
|
|
76
|
+
|
|
77
|
+
const result = getVoiceActivityRole(activity);
|
|
78
|
+
|
|
79
|
+
expect(result).toBeUndefined();
|
|
80
|
+
});
|
|
81
|
+
|
|
82
|
+
test('should return undefined for event activity without audio valueType', () => {
|
|
83
|
+
const activity = createMockActivity('event', 'test', { someOtherData: 'test' }, 'application/json');
|
|
84
|
+
|
|
85
|
+
const result = getVoiceActivityRole(activity);
|
|
86
|
+
|
|
87
|
+
expect(result).toBeUndefined();
|
|
88
|
+
});
|
|
89
|
+
});
|
|
90
|
+
|
|
91
|
+
describe('Real-world scenarios', () => {
|
|
92
|
+
test('should correctly identify user transcript in conversation flow', () => {
|
|
93
|
+
const userActivities = [
|
|
94
|
+
createMockVoiceActivity(
|
|
95
|
+
'request.update',
|
|
96
|
+
{ state: 'detected' },
|
|
97
|
+
'application/vnd.microsoft.activity.azure.directline.audio.state'
|
|
98
|
+
),
|
|
99
|
+
createMockVoiceActivity(
|
|
100
|
+
'media.chunk',
|
|
101
|
+
{ content: 'base64' },
|
|
102
|
+
'application/vnd.microsoft.activity.azure.directline.audio.chunk'
|
|
103
|
+
),
|
|
104
|
+
createMockTranscriptActivity('user', 'What is the weather today?')
|
|
105
|
+
];
|
|
106
|
+
|
|
107
|
+
const roles = userActivities.map(activity => getVoiceActivityRole(activity));
|
|
108
|
+
|
|
109
|
+
expect(roles).toEqual([undefined, undefined, 'user']);
|
|
110
|
+
});
|
|
111
|
+
|
|
112
|
+
test('should correctly identify bot transcript in conversation flow', () => {
|
|
113
|
+
const botActivities = [
|
|
114
|
+
createMockVoiceActivity(
|
|
115
|
+
'media.chunk',
|
|
116
|
+
{ content: 'chunk1' },
|
|
117
|
+
'application/vnd.microsoft.activity.azure.directline.audio.chunk'
|
|
118
|
+
),
|
|
119
|
+
createMockVoiceActivity(
|
|
120
|
+
'media.chunk',
|
|
121
|
+
{ content: 'chunk2' },
|
|
122
|
+
'application/vnd.microsoft.activity.azure.directline.audio.chunk'
|
|
123
|
+
),
|
|
124
|
+
createMockTranscriptActivity('agent', 'Today will be sunny with a high of 75 degrees.'),
|
|
125
|
+
createMockVoiceActivity(
|
|
126
|
+
'request.update',
|
|
127
|
+
{ state: 'processing' },
|
|
128
|
+
'application/vnd.microsoft.activity.azure.directline.audio.state'
|
|
129
|
+
)
|
|
130
|
+
];
|
|
131
|
+
|
|
132
|
+
const roles = botActivities.map(activity => getVoiceActivityRole(activity));
|
|
133
|
+
|
|
134
|
+
expect(roles).toEqual([undefined, undefined, 'bot', undefined]);
|
|
135
|
+
});
|
|
136
|
+
|
|
137
|
+
test('should handle mixed activity types in conversation', () => {
|
|
138
|
+
const mixedActivities = [
|
|
139
|
+
createMockActivity('message'),
|
|
140
|
+
createMockTranscriptActivity('user', 'Hello'),
|
|
141
|
+
createMockActivity('typing'),
|
|
142
|
+
createMockTranscriptActivity('agent', 'Hi there!')
|
|
143
|
+
];
|
|
144
|
+
|
|
145
|
+
const roles = mixedActivities.map(activity => getVoiceActivityRole(activity));
|
|
146
|
+
|
|
147
|
+
expect(roles).toEqual([undefined, 'user', undefined, 'bot']);
|
|
148
|
+
});
|
|
149
|
+
});
|
|
150
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { WebChatActivity } from '../../types/WebChatActivity';
|
|
2
|
+
import isVoiceTranscriptActivity from './isVoiceTranscriptActivity';
|
|
3
|
+
|
|
4
|
+
const getVoiceActivityRole = (activity: WebChatActivity): 'bot' | 'user' | undefined => {
|
|
5
|
+
if (isVoiceTranscriptActivity(activity)) {
|
|
6
|
+
if (activity.value.origin === 'agent') {
|
|
7
|
+
return 'bot';
|
|
8
|
+
} else if (activity.value.origin === 'user') {
|
|
9
|
+
return 'user';
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
return undefined;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export default getVoiceActivityRole;
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import getVoiceActivityText from './getVoiceActivityText';
|
|
2
|
+
import { WebChatActivity } from '../../types/WebChatActivity';
|
|
3
|
+
|
|
4
|
+
// Mock activity factory for testing
|
|
5
|
+
const createMockActivity = (type: string = 'event', name?: string, value?: any, valueType?: string): WebChatActivity =>
|
|
6
|
+
({
|
|
7
|
+
type: type as any,
|
|
8
|
+
id: 'test-activity-id',
|
|
9
|
+
from: { id: 'test-user' },
|
|
10
|
+
channelData: {
|
|
11
|
+
'webchat:sequence-id': 1
|
|
12
|
+
},
|
|
13
|
+
...(name && { name }),
|
|
14
|
+
...(value && { value }),
|
|
15
|
+
...(valueType && { valueType })
|
|
16
|
+
}) as WebChatActivity;
|
|
17
|
+
|
|
18
|
+
const createMockTranscriptActivity = (
|
|
19
|
+
transcription: string | undefined,
|
|
20
|
+
origin: 'user' | 'agent' = 'user',
|
|
21
|
+
valueType: string = 'application/vnd.microsoft.activity.azure.directline.audio.transcript'
|
|
22
|
+
): WebChatActivity =>
|
|
23
|
+
createMockActivity(
|
|
24
|
+
'event',
|
|
25
|
+
'media.end',
|
|
26
|
+
transcription !== undefined ? { transcription, origin } : { origin },
|
|
27
|
+
valueType
|
|
28
|
+
);
|
|
29
|
+
|
|
30
|
+
describe('getVoiceActivityText', () => {
|
|
31
|
+
describe('Voice transcript activities', () => {
|
|
32
|
+
test.each([
|
|
33
|
+
['Hello world', 'Hello world'],
|
|
34
|
+
['How can I help you today?', 'How can I help you today?'],
|
|
35
|
+
['', '']
|
|
36
|
+
])('should return %p for media.end with transcription %p', (expected, transcription) => {
|
|
37
|
+
const activity = createMockTranscriptActivity(transcription);
|
|
38
|
+
|
|
39
|
+
const result = getVoiceActivityText(activity);
|
|
40
|
+
|
|
41
|
+
expect(result).toBe(expected);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
test('should return undefined for media.end without transcript property', () => {
|
|
45
|
+
const activity = createMockTranscriptActivity(undefined);
|
|
46
|
+
|
|
47
|
+
const result = getVoiceActivityText(activity);
|
|
48
|
+
|
|
49
|
+
expect(result).toBeUndefined();
|
|
50
|
+
});
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
describe('Non-transcript voice activities', () => {
|
|
54
|
+
test.each([['media.chunk'], ['request.update']])('should return undefined for %s activity', name => {
|
|
55
|
+
const activity = createMockActivity(
|
|
56
|
+
'event',
|
|
57
|
+
name,
|
|
58
|
+
{ content: 'base64' },
|
|
59
|
+
'application/vnd.microsoft.activity.azure.directline.audio.chunk'
|
|
60
|
+
);
|
|
61
|
+
|
|
62
|
+
const result = getVoiceActivityText(activity);
|
|
63
|
+
|
|
64
|
+
expect(result).toBeUndefined();
|
|
65
|
+
});
|
|
66
|
+
});
|
|
67
|
+
|
|
68
|
+
describe('Non-voice activities', () => {
|
|
69
|
+
test.each([
|
|
70
|
+
['message', undefined, undefined, undefined],
|
|
71
|
+
['event', undefined, { someData: 'test' }, undefined]
|
|
72
|
+
])('should return undefined for %s', (type, name, value, valueType) => {
|
|
73
|
+
const activity = createMockActivity(type, name, value, valueType);
|
|
74
|
+
|
|
75
|
+
const result = getVoiceActivityText(activity);
|
|
76
|
+
|
|
77
|
+
expect(result).toBeUndefined();
|
|
78
|
+
});
|
|
79
|
+
});
|
|
80
|
+
|
|
81
|
+
describe('Edge cases', () => {
|
|
82
|
+
test('should handle transcript with whitespace only', () => {
|
|
83
|
+
const activity = createMockTranscriptActivity(' ');
|
|
84
|
+
|
|
85
|
+
const result = getVoiceActivityText(activity);
|
|
86
|
+
|
|
87
|
+
expect(result).toBe(' ');
|
|
88
|
+
});
|
|
89
|
+
|
|
90
|
+
test('should handle very long transcript', () => {
|
|
91
|
+
const longText = 'A'.repeat(10000);
|
|
92
|
+
const activity = createMockTranscriptActivity(longText);
|
|
93
|
+
|
|
94
|
+
const result = getVoiceActivityText(activity);
|
|
95
|
+
|
|
96
|
+
expect(result).toBe(longText);
|
|
97
|
+
expect(result?.length).toBe(10000);
|
|
98
|
+
});
|
|
99
|
+
});
|
|
100
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { WebChatActivity } from '../../types/WebChatActivity';
|
|
2
|
+
import isVoiceTranscriptActivity from './isVoiceTranscriptActivity';
|
|
3
|
+
|
|
4
|
+
const getVoiceActivityText = (activity: WebChatActivity): string | undefined => {
|
|
5
|
+
if (isVoiceTranscriptActivity(activity)) {
|
|
6
|
+
return activity.value.transcription;
|
|
7
|
+
}
|
|
8
|
+
return undefined;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export default getVoiceActivityText;
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
import isVoiceActivity from './isVoiceActivity';
|
|
2
|
+
import { WebChatActivity } from '../../types/WebChatActivity';
|
|
3
|
+
|
|
4
|
+
// Mock activity factory for testing
|
|
5
|
+
const createMockActivity = (type: string = 'event', name?: string, value?: any, valueType?: string): WebChatActivity =>
|
|
6
|
+
({
|
|
7
|
+
type: type as any,
|
|
8
|
+
id: 'test-activity-id',
|
|
9
|
+
from: { id: 'test-user' },
|
|
10
|
+
channelData: {
|
|
11
|
+
'webchat:sequence-id': 1
|
|
12
|
+
},
|
|
13
|
+
...(name && { name }),
|
|
14
|
+
...(value && { value }),
|
|
15
|
+
...(valueType && { valueType })
|
|
16
|
+
}) as WebChatActivity;
|
|
17
|
+
|
|
18
|
+
const createMockVoiceActivity = (
|
|
19
|
+
name: string,
|
|
20
|
+
value: Record<string, any>,
|
|
21
|
+
valueType: string = 'application/vnd.microsoft.activity.azure.directline.audio.chunk'
|
|
22
|
+
): WebChatActivity => createMockActivity('event', name, value, valueType);
|
|
23
|
+
|
|
24
|
+
const createMockDtmfActivity = (name: string, value: Record<string, any>): WebChatActivity =>
|
|
25
|
+
createMockActivity('event', name, value, 'application/vnd.microsoft.activity.ccv2.dtmf');
|
|
26
|
+
|
|
27
|
+
describe('isVoiceActivity', () => {
|
|
28
|
+
describe('Valid voice activities', () => {
|
|
29
|
+
test('should return true for event activity with azure directline audio valueType', () => {
|
|
30
|
+
const activity = createMockVoiceActivity(
|
|
31
|
+
'media.chunk',
|
|
32
|
+
{ content: 'base64', contentType: 'audio/webm' },
|
|
33
|
+
'application/vnd.microsoft.activity.azure.directline.audio.chunk'
|
|
34
|
+
);
|
|
35
|
+
|
|
36
|
+
const result = isVoiceActivity(activity);
|
|
37
|
+
|
|
38
|
+
expect(result).toBe(true);
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
test('should return true for event activity with ccv2 audio valueType', () => {
|
|
42
|
+
const activity = createMockVoiceActivity(
|
|
43
|
+
'media.chunk',
|
|
44
|
+
{ content: 'base64' },
|
|
45
|
+
'application/vnd.microsoft.activity.ccv2.audio.chunk'
|
|
46
|
+
);
|
|
47
|
+
|
|
48
|
+
const result = isVoiceActivity(activity);
|
|
49
|
+
|
|
50
|
+
expect(result).toBe(true);
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
test('should return true for event activity with dtmf valueType', () => {
|
|
54
|
+
const activity = createMockDtmfActivity('media.end', { key: '1' });
|
|
55
|
+
|
|
56
|
+
const result = isVoiceActivity(activity);
|
|
57
|
+
|
|
58
|
+
expect(result).toBe(true);
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
test('should return true for request.update with audio.state valueType', () => {
|
|
62
|
+
const activity = createMockVoiceActivity(
|
|
63
|
+
'request.update',
|
|
64
|
+
{ state: 'detected', message: 'Your request is identified' },
|
|
65
|
+
'application/vnd.microsoft.activity.azure.directline.audio.state'
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
const result = isVoiceActivity(activity);
|
|
69
|
+
|
|
70
|
+
expect(result).toBe(true);
|
|
71
|
+
});
|
|
72
|
+
});
|
|
73
|
+
|
|
74
|
+
describe('Invalid activities', () => {
|
|
75
|
+
const testCases = [
|
|
76
|
+
{
|
|
77
|
+
name: 'message activity with audio valueType',
|
|
78
|
+
activity: () =>
|
|
79
|
+
createMockActivity(
|
|
80
|
+
'message',
|
|
81
|
+
'media.chunk',
|
|
82
|
+
{ content: 'base64' },
|
|
83
|
+
'application/vnd.microsoft.activity.azure.directline.audio.chunk'
|
|
84
|
+
)
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
name: 'typing activity',
|
|
88
|
+
activity: () => createMockActivity('typing')
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
name: 'event activity with non-audio valueType',
|
|
92
|
+
activity: () => createMockActivity('event', 'test', { data: 'test' }, 'application/json')
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
name: 'event activity without valueType',
|
|
96
|
+
activity: () => createMockActivity('event', 'test', { someData: 'value' })
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
name: 'event activity with no value',
|
|
100
|
+
activity: () =>
|
|
101
|
+
createMockActivity(
|
|
102
|
+
'event',
|
|
103
|
+
'test',
|
|
104
|
+
undefined,
|
|
105
|
+
'application/vnd.microsoft.activity.azure.directline.audio.chunk'
|
|
106
|
+
)
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
name: 'event activity with no name',
|
|
110
|
+
activity: () =>
|
|
111
|
+
createMockActivity(
|
|
112
|
+
'event',
|
|
113
|
+
undefined,
|
|
114
|
+
{ data: 'test' },
|
|
115
|
+
'application/vnd.microsoft.activity.azure.directline.audio.chunk'
|
|
116
|
+
)
|
|
117
|
+
}
|
|
118
|
+
];
|
|
119
|
+
|
|
120
|
+
test.each(testCases)('should return false for $name', ({ activity }) => {
|
|
121
|
+
const result = isVoiceActivity(activity());
|
|
122
|
+
|
|
123
|
+
expect(result).toBe(false);
|
|
124
|
+
});
|
|
125
|
+
});
|
|
126
|
+
|
|
127
|
+
describe('Real-world voice activity scenarios', () => {
|
|
128
|
+
const voiceScenarios = [
|
|
129
|
+
{
|
|
130
|
+
name: 'request.update with speech detected state',
|
|
131
|
+
eventName: 'request.update',
|
|
132
|
+
value: { state: 'detected', message: 'Your request is identified' },
|
|
133
|
+
valueType: 'application/vnd.microsoft.activity.azure.directline.audio.state'
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
name: 'request.update with processing state',
|
|
137
|
+
eventName: 'request.update',
|
|
138
|
+
value: { state: 'processing', message: 'Your request is being processed' },
|
|
139
|
+
valueType: 'application/vnd.microsoft.activity.azure.directline.audio.state'
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
name: 'media.end with user transcription',
|
|
143
|
+
eventName: 'media.end',
|
|
144
|
+
value: { transcription: 'My destination is bangalore', origin: 'user' },
|
|
145
|
+
valueType: 'application/vnd.microsoft.activity.azure.directline.audio.transcript'
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
name: 'media.chunk with server audio response',
|
|
149
|
+
eventName: 'media.chunk',
|
|
150
|
+
value: { content: 'base64chunk', contentType: 'audio/webm' },
|
|
151
|
+
valueType: 'application/vnd.microsoft.activity.azure.directline.audio.chunk'
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
name: 'media.end with bot transcription',
|
|
155
|
+
eventName: 'media.end',
|
|
156
|
+
value: { transcription: 'Your destination is at 1000m above sea level', origin: 'agent' },
|
|
157
|
+
valueType: 'application/vnd.microsoft.activity.azure.directline.audio.transcript'
|
|
158
|
+
}
|
|
159
|
+
];
|
|
160
|
+
|
|
161
|
+
test.each(voiceScenarios)('should return true for $name', ({ eventName, value, valueType }) => {
|
|
162
|
+
const activity = createMockVoiceActivity(eventName, value, valueType);
|
|
163
|
+
|
|
164
|
+
const result = isVoiceActivity(activity);
|
|
165
|
+
|
|
166
|
+
expect(result).toBe(true);
|
|
167
|
+
});
|
|
168
|
+
});
|
|
169
|
+
|
|
170
|
+
describe('Real-world DTMF activity scenarios', () => {
|
|
171
|
+
const dtmfScenarios = [
|
|
172
|
+
{
|
|
173
|
+
name: 'DTMF with digit 1',
|
|
174
|
+
eventName: 'media.end',
|
|
175
|
+
value: { key: '1' }
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
name: 'DTMF with star key',
|
|
179
|
+
eventName: 'media.end',
|
|
180
|
+
value: { key: '*' }
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
name: 'DTMF with hash key',
|
|
184
|
+
eventName: 'media.end',
|
|
185
|
+
value: { key: '#' }
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
name: 'DTMF with digit 5',
|
|
189
|
+
eventName: 'media.end',
|
|
190
|
+
value: { key: '5' }
|
|
191
|
+
}
|
|
192
|
+
];
|
|
193
|
+
|
|
194
|
+
test.each(dtmfScenarios)('should return true for $name', ({ eventName, value }) => {
|
|
195
|
+
const activity = createMockDtmfActivity(eventName, value);
|
|
196
|
+
|
|
197
|
+
const result = isVoiceActivity(activity);
|
|
198
|
+
|
|
199
|
+
expect(result).toBe(true);
|
|
200
|
+
});
|
|
201
|
+
});
|
|
202
|
+
});
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { check, is, literal, looseObject, object, pipe, string, type InferOutput } from 'valibot';
|
|
2
|
+
|
|
3
|
+
import { WebChatActivity } from '../../types/WebChatActivity';
|
|
4
|
+
|
|
5
|
+
// Activity spec proposal - https://github.com/microsoft/Agents/issues/416
|
|
6
|
+
// valueType: contains 'audio' or 'dtmf' (works with any server prefix like azure.directline, ccv2, etc.)
|
|
7
|
+
const VoiceActivitySchema = object({
|
|
8
|
+
name: string(),
|
|
9
|
+
type: literal('event'),
|
|
10
|
+
value: looseObject({}),
|
|
11
|
+
valueType: pipe(
|
|
12
|
+
string(),
|
|
13
|
+
check(value => value.includes('audio') || value.includes('dtmf'))
|
|
14
|
+
)
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const isVoiceActivity = (
|
|
18
|
+
activity: WebChatActivity
|
|
19
|
+
): activity is WebChatActivity & InferOutput<typeof VoiceActivitySchema> => is(VoiceActivitySchema, activity);
|
|
20
|
+
|
|
21
|
+
export default isVoiceActivity;
|