Compare commits

...

5 Commits

Author SHA1 Message Date
f6dfc1363f Logging & Documentation 2026-04-27 21:49:10 +03:00
Jacob Dubin
8c97968d95 refactors 2026-04-26 20:57:08 -05:00
Jacob Dubin
acbba413db a couple more features for version 18 2026-04-26 20:19:16 -05:00
Jacob Dubin
df78170aa2 add regression test runbook 2026-04-26 20:03:30 -05:00
Jacob Dubin
eab4efd820 version 18 fixes from testing and some documentation around leaks and untested paths, future prep 2026-04-26 11:20:00 -05:00
37 changed files with 10658 additions and 555 deletions

15
.gitignore vendored
View File

@@ -4,6 +4,21 @@
##
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
#Kevins project namager :) - trace [934875333]
.tmp/
.manifest/
Monospace/
VMspace/
Sharedspace/
Graphene/
Graph2Code-Jibo
Shovel-netProj
Shoveled-Jibo-Cloud
Shoveled-Jibo-Cloud-OpenMemory
latest.ShovelDump
# User-specific files
*.rsuser
*.suo

86
JiboExperiments.sln Normal file
View File

@@ -0,0 +1,86 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "OpenJibo", "OpenJibo", "{2FDD1CD9-89DA-D176-F85D-DC517FF08BF4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{9CD502EA-259A-A102-F54F-DB66ECB43CCA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jibo.Runtime.Abstractions", "OpenJibo\src\Jibo.Runtime.Abstractions\Jibo.Runtime.Abstractions.csproj", "{4EC1F8A2-7A15-79FC-2A37-9620624156F8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playground", "OpenJibo\src\Playground\Playground.csproj", "{61A125DD-6776-6FF9-D0B9-9945ADBCC0E1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C6EF17FD-82CB-6C4D-B0EB-AB57E442D309}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jibo.Cloud.Tests", "OpenJibo\tests\Jibo.Cloud.Tests\Jibo.Cloud.Tests.csproj", "{C18A6AEA-FD8E-FDAF-1589-0BC2EF6C8F46}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Jibo.Cloud", "Jibo.Cloud", "{1E709A93-6AAE-CBDE-D98F-8B1F8D079AE6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dotnet", "dotnet", "{7A0D8E3B-15D1-0621-86F9-1CAFD1E26384}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{42A75C5C-1B56-2C7E-5D8B-C570665075F4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jibo.Cloud.Api", "OpenJibo\src\Jibo.Cloud\dotnet\src\Jibo.Cloud.Api\Jibo.Cloud.Api.csproj", "{888E2B18-7919-73EF-DF00-AD1A4EA157FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jibo.Cloud.Application", "OpenJibo\src\Jibo.Cloud\dotnet\src\Jibo.Cloud.Application\Jibo.Cloud.Application.csproj", "{EEDE5906-13C3-E9FB-0AFB-27376A77F1AD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jibo.Cloud.Domain", "OpenJibo\src\Jibo.Cloud\dotnet\src\Jibo.Cloud.Domain\Jibo.Cloud.Domain.csproj", "{6B4AD66C-CACD-D9D6-4803-33A5DB0C7F4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jibo.Cloud.Infrastructure", "OpenJibo\src\Jibo.Cloud\dotnet\src\Jibo.Cloud.Infrastructure\Jibo.Cloud.Infrastructure.csproj", "{5BD9420F-7E77-81A2-713B-8FDBF17C2D6E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4EC1F8A2-7A15-79FC-2A37-9620624156F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4EC1F8A2-7A15-79FC-2A37-9620624156F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4EC1F8A2-7A15-79FC-2A37-9620624156F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4EC1F8A2-7A15-79FC-2A37-9620624156F8}.Release|Any CPU.Build.0 = Release|Any CPU
{61A125DD-6776-6FF9-D0B9-9945ADBCC0E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61A125DD-6776-6FF9-D0B9-9945ADBCC0E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61A125DD-6776-6FF9-D0B9-9945ADBCC0E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61A125DD-6776-6FF9-D0B9-9945ADBCC0E1}.Release|Any CPU.Build.0 = Release|Any CPU
{C18A6AEA-FD8E-FDAF-1589-0BC2EF6C8F46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C18A6AEA-FD8E-FDAF-1589-0BC2EF6C8F46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C18A6AEA-FD8E-FDAF-1589-0BC2EF6C8F46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C18A6AEA-FD8E-FDAF-1589-0BC2EF6C8F46}.Release|Any CPU.Build.0 = Release|Any CPU
{888E2B18-7919-73EF-DF00-AD1A4EA157FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{888E2B18-7919-73EF-DF00-AD1A4EA157FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{888E2B18-7919-73EF-DF00-AD1A4EA157FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{888E2B18-7919-73EF-DF00-AD1A4EA157FF}.Release|Any CPU.Build.0 = Release|Any CPU
{EEDE5906-13C3-E9FB-0AFB-27376A77F1AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EEDE5906-13C3-E9FB-0AFB-27376A77F1AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EEDE5906-13C3-E9FB-0AFB-27376A77F1AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EEDE5906-13C3-E9FB-0AFB-27376A77F1AD}.Release|Any CPU.Build.0 = Release|Any CPU
{6B4AD66C-CACD-D9D6-4803-33A5DB0C7F4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B4AD66C-CACD-D9D6-4803-33A5DB0C7F4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B4AD66C-CACD-D9D6-4803-33A5DB0C7F4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B4AD66C-CACD-D9D6-4803-33A5DB0C7F4C}.Release|Any CPU.Build.0 = Release|Any CPU
{5BD9420F-7E77-81A2-713B-8FDBF17C2D6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BD9420F-7E77-81A2-713B-8FDBF17C2D6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BD9420F-7E77-81A2-713B-8FDBF17C2D6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BD9420F-7E77-81A2-713B-8FDBF17C2D6E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9CD502EA-259A-A102-F54F-DB66ECB43CCA} = {2FDD1CD9-89DA-D176-F85D-DC517FF08BF4}
{4EC1F8A2-7A15-79FC-2A37-9620624156F8} = {9CD502EA-259A-A102-F54F-DB66ECB43CCA}
{61A125DD-6776-6FF9-D0B9-9945ADBCC0E1} = {9CD502EA-259A-A102-F54F-DB66ECB43CCA}
{C6EF17FD-82CB-6C4D-B0EB-AB57E442D309} = {2FDD1CD9-89DA-D176-F85D-DC517FF08BF4}
{C18A6AEA-FD8E-FDAF-1589-0BC2EF6C8F46} = {C6EF17FD-82CB-6C4D-B0EB-AB57E442D309}
{1E709A93-6AAE-CBDE-D98F-8B1F8D079AE6} = {9CD502EA-259A-A102-F54F-DB66ECB43CCA}
{7A0D8E3B-15D1-0621-86F9-1CAFD1E26384} = {1E709A93-6AAE-CBDE-D98F-8B1F8D079AE6}
{42A75C5C-1B56-2C7E-5D8B-C570665075F4} = {7A0D8E3B-15D1-0621-86F9-1CAFD1E26384}
{888E2B18-7919-73EF-DF00-AD1A4EA157FF} = {42A75C5C-1B56-2C7E-5D8B-C570665075F4}
{EEDE5906-13C3-E9FB-0AFB-27376A77F1AD} = {42A75C5C-1B56-2C7E-5D8B-C570665075F4}
{6B4AD66C-CACD-D9D6-4803-33A5DB0C7F4C} = {42A75C5C-1B56-2C7E-5D8B-C570665075F4}
{5BD9420F-7E77-81A2-713B-8FDBF17C2D6E} = {42A75C5C-1B56-2C7E-5D8B-C570665075F4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E18C2B78-D343-47FC-9314-42977AE46261}
EndGlobalSection
EndGlobal

View File

@@ -1,3 +1,18 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/UserDictionary/Words/=ampm/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Arrrr/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=esml/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Hotphrase/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Jibo/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=openjibo/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Jibo_0027s/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=multichunk/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=nevermind/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=noinput/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=openjibo/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Photobooth/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=slnx/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=slowdance/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=timecoded/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Todays/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=whispercpp/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=YESNO/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

View File

@@ -7,6 +7,7 @@
<File Path="docs/live-jibo-test-runbook.md" />
<File Path="docs/protocol-inventory.md" />
<File Path="docs/public-site-plan.md" />
<File Path="docs/regression-test-plan.md" />
<File Path="docs/support-tiers.md" />
</Folder>
<Folder Name="/docs/prompts/">

View File

@@ -6,7 +6,7 @@ This document is the current working plan for the OpenJibo hosted cloud.
The production lane is the `.NET` cloud in `src/Jibo.Cloud/dotnet`. The Node server remains the protocol oracle, capture harness, and fast reverse-engineering lab, but it is no longer the long-term hosted architecture.
Day-to-day feature sequencing lives in [feature-backlog.md](feature-backlog.md). This file tracks release shape, current code truth, evidence sources, and the boundary between `1.0.18` closeout work and `1.0.19` follow-up work.
Day-to-day feature sequencing lives in [feature-backlog.md](feature-backlog.md). Live closeout checks live in [regression-test-plan.md](regression-test-plan.md). This file tracks release shape, current code truth, evidence sources, and the boundary between `1.0.18` closeout work and `1.0.19` follow-up work.
## Current Release Snapshot
@@ -21,15 +21,14 @@ Release `1.0.18` is now in feature-hardening. Its main bug-fix theme is alarm an
## Latest Live Evidence
`jibo test 23` was captured after the `jibo test 22` alarm/photo hardening pass.
`jibo test 24` was captured after the `jibo test 23` alarm/photo fixes.
- Radio remained live-valid.
- News live validation passed. The robot spoke the current synthetic quick brief: `technology companies are still racing on AI...`. This proves the Nimbus-shaped path, not provider-backed headline expansion.
- Backup/update remains unresolved. The user observed backup-in-progress sluggishness and the update menu could not proceed while backups were active; the spoken "start backups" style command is not currently a wired OpenJibo voice path.
- The first alarm path succeeded: `set an alarm for 743` scheduled a local `7:43 AM` alarm and the alarm fired. A later clarification answer was logged by the robot as `- Time. - 7, 14.` and local NLU interpreted it as `7:00 PM`, causing the confusing replacement prompt.
- Current source now accepts short clock value answers during `clock/alarm_set_value` / `clock/timer_set_value`, parses comma-separated alarm digits such as `7, 44`, and maps stock alarm yes/no prompt rules `clock/alarm_timer_change` and `clock/alarm_timer_none_set`.
- Photo/gallery still needs a clean live pass. The gallery path opened, but several `shared/yes_no` turns had empty ASR text, so there was no positive `yes` transcript for the cloud to map.
- No `ffmpeg` / `whisper.cpp` error was evident in the `jibo test 23` turn timeline, unlike `jibo test 22`. Treat any future decode errors separately from the gallery yes/no payload path.
- Basic news remained live-proven from `jibo test 23`; `jibo test 24` focused on alarm and photo/gallery regression.
- Alarm replacement yes/no improved: `Yes.` on `clock/alarm_timer_change` was recognized locally. The persistent `7:00 PM` alarm from the previous session still caused repeated replacement prompts until menu cleanup.
- Alarm still struggled around value-entry cleanup. Empty ASR under `clock/alarm_set_value` fell into generic Nimbus speech (`I heard you.`), and `CLIENT_NLU intent=cancel` under `clock/alarm_set_value` mapped back to alarm clarification instead of closing the clock value prompt. Current source now treats clock value empty turns as local no-input and maps value-prompt cancel to local clock `cancel`.
- Photo/gallery cleanup improved: the blue-ring/listening state appeared to settle, create keeper yes/no could complete, and robot logs showed photo adoption/upload plus `it's a keeper`.
- Photo/gallery still has spotty speech recognition. Empty ASR under `gallery/gallery_preview` caused the other observed `I heard you.` after gallery opened. Current source now treats gallery preview empty turns as local no-input instead of relaunching Nimbus fallback speech.
- No `ffmpeg` / `whisper.cpp` error was evident in the `jibo test 24` websocket timeline. Remaining alarm/gallery failures are now mostly local no-input handling and STT/recognition quality, not decode failures.
## Release Rhythm
@@ -73,7 +72,7 @@ Current websocket scope:
- local whisper only attempts external decoding when buffered audio contains an Opus identification header
- auto-finalize thresholds for buffered audio after a real listen phase
- late-audio ignore windows after completed turns
- no-input local completion for constrained prompts
- no-input local completion for constrained prompts, clock value prompts, and gallery preview prompts
- unknown inbound websocket types dropped silently instead of echoing stock-OS-unknown OpenJibo events
- file telemetry and fixture export for HTTP, websocket, and turn captures
@@ -92,18 +91,22 @@ The following behavior is present in source and covered by focused tests:
- apostrophes are no longer escaped to `&apos;` in spoken ESML, while `&`, `<`, `>`, and `"` remain escaped
- radio voice launch supports `open the radio` and genre launch such as `play country music`, using local `@be/radio` `menu` payloads, `SKILL_REDIRECT`, and silent completion
- news has a first Nimbus-shaped cloud path using `match.cloudSkill = news` and a `news` `SKILL_ACTION` with synthetic briefing content
- stop commands such as `stop that` and `never mind` emit stock `global_commands` `stop` NLU plus a local `@be/idle` redirect, without generic chat speech
- volume commands emit stock `global_commands` volume intents: `volumeUp`, `volumeDown`, and `volumeToValue` with `volumeLevel`; `show volume controls` redirects to `@be/settings` `volumeQuery`
- stock-shaped clock handoffs cover time, date, day, clock open, timer/alarm menu, timer/alarm value, timer/alarm clarification, and timer/alarm delete
- alarm parsing covers forms such as `7:30 am`, `830`, `8 30`, `7, 44`, `10-25`, `10:25 pm`, and `10 25 p m`
- ambiguous alarm times can prefer the next local occurrence when the robot context includes `runtime.location.iso`
- short clock value follow-up transcripts are accepted under `clock/alarm_set_value` and `clock/timer_set_value` instead of being dropped before parsing
- `CLIENT_NLU intent=set` with only `domain=alarm` stays on the local clock clarification path instead of defaulting to a fabricated time
- `CLIENT_NLU intent=cancel` on `clock/alarm_timer_query_menu` can reuse the last active clock domain
- `CLIENT_NLU intent=cancel` on `clock/alarm_set_value` / `clock/timer_set_value` maps to local clock `cancel` instead of re-asking for a value
- photo flows route `open photo gallery` to `@be/gallery`, `snap a picture` to `@be/create/createOnePhoto`, and `open photobooth` to `@be/create/createSomePhotos`
- passive gallery/create context does not reopen a stale cloud turn
- media metadata persists across store recreation and `/media/{path}` can serve the current text-body placeholder payload
- constrained yes/no handling covers `clock/alarm_timer_change`, `clock/alarm_timer_none_set`, `create/is_it_a_keeper`, `shared/yes_no`, `settings/download_now_later`, `surprises-date/offer_date_fact`, `surprises-ota/want_to_download_now`, and `$YESNO` hints
- outbound constrained yes/no responses strip unrelated `globals/*` rules so stock OS stays local
- no-input fallback for constrained yes/no prompts emits local `LISTEN`/`EOS` instead of relaunching generic Nimbus speech, including `shared/yes_no` after STT failure
- no-input fallback for clock value prompts and `gallery/gallery_preview` emits local `LISTEN`/`EOS` instead of generic `I heard you` Nimbus speech
- repeated empty `create/is_it_a_keeper` replies redirect to `@be/idle` after the second miss so the photo/create flow can settle instead of leaving a stale listening state
- local whisper skips buffered audio turns that do not contain `OpusHead`, preventing a known `ffmpeg` failure path from becoming the noisy failure mode
- Word of the Day launch, spoken guesses, structured `CLIENT_NLU` guesses, hint-order guesses, fuzzy hint matching, right-word cleanup, and late audio cleanup are covered in the websocket layer
@@ -125,6 +128,14 @@ The Pegasus tree is especially useful for cloud service intent: `packages/hub` d
The JiboOS trees are especially useful for local skill ownership and payload shape: `@be/clock`, `@be/gallery`, `@be/create`, `@be/radio`, `@be/nimbus`, `@be/settings`, `@be/surprises*`, `@be/restore`, `@be/who-am-i`, and `@be/idle`.
The original test suites are useful as behavior contracts before more live-device trial and error:
- `..\jibo\sdk\skills\clock\tests\AlarmTimer` documents alarm/timer state expectations. Cancel at the alarm value prompt exits without scheduling; no-alarm query `yes` redirects to the value prompt while `no` exits without touching KB/scheduler; existing-alarm `keep` preserves KB/scheduler while `delete`, `change`, and `cancel` clear it; cross-domain cancel uses the `OtherSet` yes/no branch before deleting the other clock domain.
- `..\jibo\sdk\skills\gallery\tests` documents gallery ownership. Empty gallery `yes` redirects to `@be/create`, empty gallery `no` exits, media-load failure exits, gallery/item views lifecycle out around two minutes, and delete confirmation only deletes on a positive `yes`.
- `..\jibo\sdk\skills\surprises-ota\tests\OTASurprise.test.js` shows OTA/backup surprise priority is robot-local and rate-limited by status plus last-notification timestamps. Backup-in-progress sluggishness should be investigated as local scheduler/status behavior before assuming a cloud backup API issue.
- `..\jibo\sdk\skills\nimbus\tests` and `..\jibo\pegasus\packages\integration-tests-int\src\listen*.test.ts` show the cloud/Nimbus contract: listen transactions emit `SOS`, `EOS`, and `LISTEN`, with optional `SKILL_ACTION`; matched responses preserve `match.skillID` or `match.cloudSkill`; `CLIENT_ASR` and `CLIENT_NLU` should both be first-class test inputs.
- `..\jibo\pegasus\packages\report-skill\tests\subskills\News.test.js` is the best source-backed guide for news expansion: use category preferences, filter unusable or duplicate items, gate adult headlines for children or unidentified speakers, and provide image metadata alongside spoken headlines.
When sources disagree, prefer the newest live stock-OS capture for runtime behavior, then stock robot source for local ownership, then Pegasus for original cloud intent, then Node for known working compatibility behavior.
## `1.0.18` Closeout Gates
@@ -132,11 +143,13 @@ When sources disagree, prefer the newest live stock-OS capture for runtime behav
Before calling `1.0.18` complete, prove or explicitly defer these:
- Run the focused `.NET` cloud test suite after the last feature slice.
- Run the current-release live checklist in [regression-test-plan.md](regression-test-plan.md).
- Confirm the running robot build reports cloud version `1.0.18`.
- Regression test alarm flows again after the `jibo test 23` fixes: set with explicit time, set with compact/spoken/comma-separated time, clarify missing time, replace an existing alarm, cancel/delete by voice, and verify the menu agrees.
- Regression test photo/gallery flows again after the `jibo test 23` fixes: open gallery, answer the stock `shared/yes_no` prompt with a transcript-bearing `yes`, hand into create, take one photo, and avoid blue-ring stale turns.
- Regression test alarm flows again after the `jibo test 24` fixes: set with explicit time, set with compact/spoken/comma-separated time, clarify missing time, replace an existing alarm, cancel/delete by voice, cancel out of a value prompt, and verify the menu agrees.
- Regression test photo/gallery flows again after the `jibo test 24` fixes: open gallery, answer the stock `shared/yes_no` prompt with a transcript-bearing `yes`, hand into create, take one photo, keep it, and avoid blue-ring or `I heard you` stale turns.
- Live-test radio launch: `open the radio` passed in `jibo test 22`; re-run `play country music` if that exact phrase was not captured.
- Treat basic news as live-proven by `jibo test 23`; defer provider-backed or category-expanded news unless it is chosen as an optional feature slice.
- Regression test the added stop and volume slices: `stop that`, `never mind`, `turn it up`, `turn it down`, `set volume to six`, and `show volume controls`.
- Recheck constrained yes/no prompts for update/backup/share/gallery/alarm replacement without leaking global rules.
- Recheck that stock OS no longer logs OpenJibo-only websocket events such as synthetic pending/context/ack packets from the current build.
- Recheck backup/update behavior with explicit attention to robot-local `jibo.scheduler.backupStatus`, CPU/load, and whether the deployed cloud is involved at all.
@@ -154,13 +167,13 @@ These are not blockers for calling `1.0.18` complete unless the live test shows
- news content is synthetic; `jibo test 23` proved the path but not live provider-backed headlines
- gallery `shared/yes_no` still needs a successful transcript-bearing live `yes` pass
- weather, calendar, commute, personal report, identity, memory, and proactivity are still mostly discovery or placeholder content paths
- volume, stop, robot age, and command-versus-question personality routing are not implemented yet
- stop and volume are implemented but still need live stock-OS proof; robot age and command-versus-question personality routing are not implemented yet
## `1.0.19` Direction
After `1.0.18` is tested and tagged, `1.0.19` should move back into feature work:
- one lightweight device-control feature, most likely stop or volume
- harden whichever stop/volume behavior is not fully proven by the `1.0.18` live pass, or pick the next lightweight device/persona slice
- end-to-end update/backup/restore proof
- STT reliability improvements, including noise screening and a managed STT comparison
- provider-backed first content path, likely news or weather

View File

@@ -6,6 +6,8 @@ This backlog turns discovery into implementation slices for the hosted `.NET` cl
Use it as the working queue when picking the next feature or bug-fix slice. The release pattern is: implement a narrow slice, test it on stock OS `1.9`, update this file with what happened, then either close the release or roll the next larger idea forward.
The live regression checklist for release closeout is [regression-test-plan.md](regression-test-plan.md).
Status key:
- `implemented`: present in current source and covered by focused tests
@@ -39,6 +41,7 @@ Current release theme:
- radio, ESML apostrophe cleanup, and first news are implemented in source/tests; radio and basic news are live-proven as of `jibo test 23`
- `jibo test 22` validated radio, exposed backup/load interference, exposed a shared yes/no no-input gap, exposed repeated create keeper prompts after photo handoff, and showed local whisper `ffmpeg` failures on unusable buffered audio
- `jibo test 23` validated basic news, proved one alarm set/fire path at `7:43 AM`, exposed comma-separated/short alarm follow-up parsing risk, showed stock alarm replacement yes/no rules that needed cloud handling, and showed photo gallery still failing when `shared/yes_no` ASR came back empty
- `jibo test 24` showed alarm replacement yes/no working, but exposed empty `clock/alarm_set_value` and `gallery/gallery_preview` turns falling into generic `I heard you` fallback speech; it also showed `CLIENT_NLU cancel` inside `clock/alarm_set_value` re-asking for an alarm value instead of closing the prompt
## Immediate `1.0.18` Queue
@@ -75,6 +78,7 @@ Current release theme:
- JiboOS Nimbus checks `match.cloudSkill === "news"` and waits for a cloud response
- `jibo test 22` captured the phrase `So, play the news.` reaching the `news` intent, but live behavior was not cleanly confirmed
- `jibo test 23` successfully played the synthetic quick brief
- original Pegasus `report-skill` news tests cover the next expansion shape: category preferences, default categories, duplicate filtering, missing-summary filtering, child/unidentified-speaker content filtering, and headline image metadata
- Exit criteria:
- live `tell me the news` reaches the Nimbus-shaped path
- the robot behavior feels like a cloud skill response, not generic chat playback
@@ -96,6 +100,7 @@ Current release theme:
- Latest evidence:
- `jibo test 22` did not show `Backup_*` HTTP traffic during the backup complaint
- stock `@be/surprises-ota` drives the backup notification from robot-local `jibo.scheduler.backupStatus`
- original `surprises-ota` tests make backup and OTA notifications contextual-priority prompts, with repeat suppression through last-notification timestamps
- a spoken `take a backup` command currently routes as generic chat and is not the same as proving the local backup scheduler path
- `jibo test 23` again showed backup-in-progress sluggishness and update-menu blockage while backups were active; explicit backup voice launch remains unwired
- Exit criteria:
@@ -113,10 +118,13 @@ Current release theme:
- Current code:
- alarm values parse explicit, compact, spaced, comma-separated, hyphenated, and local-context ambiguous times
- short alarm/timer value replies are accepted during clock value follow-up rules instead of being filtered out before parsing
- empty alarm/timer value turns complete locally as no-input instead of falling through to generic Nimbus speech
- missing alarm times stay in local `@be/clock` clarification
- alarm cancel can reuse the last active clock domain
- cancel inside a clock value prompt maps to local clock `cancel`
- stock alarm replacement/no-alarm prompts use the constrained yes/no path
- gallery opens as `@be/gallery`; snapshot and photobooth open through `@be/create`
- empty `gallery/gallery_preview` turns complete locally as no-input instead of relaunching Nimbus fallback speech
- passive gallery/create context no longer reopens stale cloud turns
- `shared/yes_no` no-input fallback and repeated create keeper cleanup were added after `jibo test 22`
- Latest evidence:
@@ -125,26 +133,40 @@ Current release theme:
- `ffmpeg` failures were present during the same test window, so alarm/gallery retest should separate transcript quality from payload shape
- `jibo test 23` set and fired a `7:43 AM` alarm, then failed a later clarify/replacement path when the robot heard `- Time. - 7, 14.` and stock NLU converted that to `7:00 PM`
- `jibo test 23` photo gallery got stuck on `shared/yes_no` turns with empty ASR, not on a transcript-bearing `yes` that the cloud mapped incorrectly
- `jibo test 24` recognized `Yes.` for `clock/alarm_timer_change`, but empty `clock/alarm_set_value` produced `I heard you`; current source now keeps that as local no-input
- `jibo test 24` showed photo/gallery blue-ring cleanup improved and create keeper completion working, but empty `gallery/gallery_preview` produced `I heard you`; current source now keeps that as local no-input
- original clock tests confirm cancel inside the alarm value prompt must close without scheduling, existing-alarm `keep` must preserve KB/scheduler state, and existing-alarm `delete` or `cancel` must clear it
- original gallery tests confirm empty-gallery `yes` redirects to `@be/create`, empty-gallery `no` exits, media-load failure exits, and delete confirmation only deletes on a positive `yes`
- Exit criteria:
- gallery opens, offers to take a picture if empty, accepts `yes`, and hands into create
- alarm set, clarify, replacement yes/no, and cancel/delete flows behave locally and agree with the menu state
- alarm set, clarify, replacement yes/no, cancel from value prompt, and cancel/delete flows behave locally and agree with the menu state
- alarm replacement and deletion regression checks verify both websocket payload shape and persistent robot menu state where possible
- failures caused by collapsed STT transcripts are logged as STT issues rather than misdiagnosed as payload bugs
- Next action:
- re-run a stock OS `1.9` regression bundle before declaring `1.0.18` complete
### 5. Optional Small Feature Before `1.0.18` Freeze
- Status: `ready`
- Status: `implemented`
- Tags: `protocol`
- Why now: the user wants one or two features before `1.0.18` is called complete, but the release should not take on a risky subsystem.
- Preferred candidates:
- Selected slices:
- Stop command
- Volume up / volume down voice control
- How old are you / robot age persona
- Guidance:
- pick only one if the live regression pass finds bugs
- pick at most two if the current bug-fix paths stay stable
- keep the implementation source-backed and easy to revert or defer
- Volume up / volume down / set-to-value voice control
- Current code:
- `stop`, `stop that`, and `never mind` map to stock `global_commands` `stop` NLU plus local `@be/idle` redirect/completion
- `turn it up` and `turn it down` emit stock `global_commands` `volumeUp` / `volumeDown` with `volumeLevel = null` and no cloud speech
- `set volume to six` emits stock `global_commands` `volumeToValue` with `volumeLevel = 6` and no cloud speech
- `show volume controls` redirects into `@be/settings` with `volumeQuery`
- Evidence:
- Pegasus `globals/global_commands_launch.rule` defines `stop`, `volumeUp`, `volumeDown`, and `volumeToValue`
- stock Jibo `VolumePlugin` subscribes to global volume events and uses the same intent/entity names
- stock `@be/settings` exposes `volumeQuery` and opens the volume panel
- Exit criteria:
- live stop settles the robot without a generic chat reply
- live volume up/down audibly changes volume or logs a local volume event
- live volume-to-value changes the setting to the requested value or logs the expected stock local handling
- live volume controls opens the settings volume panel
## Implemented In Current Source
@@ -187,10 +209,13 @@ Current release theme:
- timer/alarm menu, value, clarify, and delete are implemented
- compact, spoken, comma-separated, and local-context alarm parsing has focused tests
- short clock value replies under `clock/alarm_set_value` and `clock/timer_set_value` are not filtered out by websocket finalization
- empty clock value turns produce local no-input instead of generic Nimbus fallback speech
- `CLIENT_NLU cancel` inside a clock value prompt maps to local clock `cancel`
- alarm replacement/no-alarm yes/no prompts are mapped as constrained local prompts
- client NLU alarm clarify/cancel cases from `jibo test 20` and `jibo test 21` are reflected in source
- client NLU alarm clarify/cancel cases from `jibo test 20`, `jibo test 21`, and `jibo test 24` are reflected in source
- Follow-up:
- live regression remains in the immediate queue
- add fixture coverage for original clock-test branches that are not yet mirrored in `.NET`: no-alarm query `yes`/`no`, existing-alarm `keep` versus `delete`, and cross-domain `OtherSet` behavior
### Photo / Gallery / Create Family
@@ -200,9 +225,11 @@ Current release theme:
- gallery, snapshot, and photobooth voice paths route to the correct local skills
- media metadata persists locally
- `/media/{path}` serves the current text-body placeholder payload
- empty `gallery/gallery_preview` turns produce local no-input instead of generic Nimbus fallback speech
- repeated empty `create/is_it_a_keeper` turns redirect to `@be/idle` after the second miss
- Follow-up:
- live regression remains in the immediate queue
- add fixture coverage for original gallery-test branches that are not yet mirrored in `.NET`: empty-gallery `yes` redirect to create, empty-gallery `no` exit, media-load failure exit, and delete confirmation `yes`/`no`
- binary-safe media storage remains future work
### Constrained Yes-No Cleanup
@@ -230,6 +257,19 @@ Current release theme:
- Follow-up:
- keep this in regression coverage because it shares turn-state machinery with gallery and alarm flows
### Stop And Volume First Pass
- Status: `implemented`
- Tags: `protocol`
- Result:
- global stop commands emit stock `global_commands` `stop` and redirect to `@be/idle`
- relative volume commands emit stock `global_commands` `volumeUp` / `volumeDown`
- absolute volume commands emit `volumeToValue` with a `volumeLevel` entity
- volume controls launch redirects to `@be/settings` `volumeQuery`
- websocket responses avoid generic chat speech for these local/global command paths
- Follow-up:
- live validation remains in the immediate queue because volume depends on stock robot local global-command handling
### Unknown OpenJibo Event Noise
- Status: `implemented`
@@ -254,7 +294,7 @@ Current release theme:
### 6. Stop Command
- Status: `ready`
- Status: `polish`
- Tags: `protocol`
- User goals:
- `stop`
@@ -262,15 +302,15 @@ Current release theme:
- `never mind`
- Evidence:
- `@be/idle` exists and is already used as a cleanup redirect target
- current `1.0.18` source emits stock `global_commands` `stop` plus local `@be/idle` redirect
- Questions:
- whether stock source has a dedicated stop/cancel intent beyond idle redirect
- whether stop should interrupt active local skills or only cloud speech paths in the first pass
- whether live stock OS treats the combined global stop plus idle redirect as cleanly as expected during active local skills
- Exit criteria:
- a spoken stop command settles the robot locally without a generic chat reply
### 7. Volume Up / Volume Down Voice Control
- Status: `ready`
- Status: `polish`
- Tags: `protocol`
- User goals:
- `turn it up`
@@ -278,10 +318,11 @@ Current release theme:
- `increase the volume`
- `decrease the volume`
- Evidence:
- stock Jibo exposes volume control through robot UX, so there should be a local control or settings path to mirror
- Pegasus global commands define `volumeUp`, `volumeDown`, and `volumeToValue`
- stock Jibo `VolumePlugin` listens for those global intents and `volumeLevel`
- current `1.0.18` source emits those stock NLU shapes and opens `@be/settings` `volumeQuery`
- Questions:
- exact local payload shape for relative volume changes
- whether first pass should support absolute values such as `set volume to 5`
- whether live stock OS applies the global volume event from the hosted cloud response without any additional local event payload
- Exit criteria:
- relative voice volume commands adjust volume without generic cloud speech
@@ -294,6 +335,7 @@ Current release theme:
- Current evidence:
- `@be/settings` contains update and backup flows
- `@be/restore` waits for a UGC key, runs restore, and reboots
- original OTA surprise tests treat backup/download status as robot-local scheduler state, not as a direct cloud backup command path
- no-op update fabrication has been removed from `.NET`
- Exit criteria:
- no phantom "always has updates" behavior
@@ -310,6 +352,7 @@ Current release theme:
- Current evidence:
- `jibo test 22` showed `ffmpeg` and `whisper.cpp` failures
- `jibo test 23` did not show the same decode failure pattern, but gallery yes/no turns still produced empty ASR
- `jibo test 24` still had collapsed or empty transcripts in alarm/gallery paths, including `Sudden alarm.`, `I'm setting alarm for seven.`, empty clock value input, and empty gallery preview input
- current source now skips local whisper when buffered audio does not contain an Opus identification header
- yes/no and alarm flows are especially sensitive to short or collapsed transcripts
- Implementation notes:
@@ -362,6 +405,11 @@ Current release theme:
- which source should provide headlines for hosted OpenJibo
- whether news belongs under a broader Lasso-style aggregation service
- how to keep content short and Jibo-native
- Source-backed implementation notes:
- original report-skill news tests expect default general, technology, sports, and business headlines for unidentified users
- category counts are preference-dependent: one active category gets multiple headlines, two categories get two each, and three or more get one each
- filter items without summaries, corrections, duplicate headlines, banned words, and adult headlines for children or unidentified speakers
- include image view metadata with unique IDs, category labels, source image URLs, and sane scaling
### 14. Proactivity Selector And Surprise Offers
@@ -480,11 +528,13 @@ Before closing `1.0.18`:
2. Basic news regression, with provider-backed expansion deferred
3. Backup / OTA / share yes-no regression
4. Alarm and photo/gallery regression
5. Optional small feature only if the regression pass stays calm
5. Stop and volume first-pass validation
Use [regression-test-plan.md](regression-test-plan.md) as the detailed checklist for this sequence.
For `1.0.19`:
1. Stop command or volume control
1. Harden stop or volume if the `1.0.18` live pass exposes stock-OS quirks; otherwise pick robot age/persona or another lightweight slice
2. Update, backup, and restore proof
3. STT upgrade and noise screening
4. Hosted capture/storage plan

View File

@@ -6,6 +6,8 @@ Run the first real `Jibo -> .NET OpenJibo cloud` test on the Ubuntu machine usin
This runbook intentionally avoids introducing Azure, new hostnames, or new robot bootstrap changes during the first live test.
For release closeout coverage after the robot is connected, use [regression-test-plan.md](regression-test-plan.md).
## Recommended Approach
Use the existing Ubuntu networking path and certificate material first.

22
OpenJibo/docs/logging.md Normal file
View File

@@ -0,0 +1,22 @@
# Logging argument!
- - -
using the new `DetailedOperationLogger` class you can do tiered logging , from level 1 -10
you can `LogStep` at any level, and it will only log if the log level is 4+
`logstate` at any level, and it will only log if the log level is 5+ (state tracking)
`logDecision` at any level, and it will only log if the log level is 3+ (decision points)
`logTiming` at any level, and it will only log if the log level is 6= (timing performance metrics)
`logPayload` at any level, and it will only log if the log level is 8+ (payload data)
`logExternalCall` at any level, and it will only log if the log level is 5+ (external service calls)
`LogMatch` at any level, and it will only log if the log level is 4+ (pattern matching)
i didnt touch the existing logging but its easy to implement the new logging system in the existing code
you can see implementations at:
- OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Infrastructure/Telemetry/FileWebSocketTelemetrySink.cs
- OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Infrastructure/Telemetry/FileWebSocketTelemetrySink.cs
the parser is also inside :
`OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Api/Logging/LogLevelConfigurator.cs`

View File

@@ -0,0 +1,219 @@
# Regression Test Plan
## Purpose
This plan is the repeatable live regression checklist for OpenJibo Cloud releases.
Use [live-jibo-test-runbook.md](live-jibo-test-runbook.md) for the environment setup and capture mechanics. Use this file for what to test once the robot is connected and the hosted `.NET` cloud is running.
The goal is to reduce trial-and-error cycles: every live pass should prove the release theme, keep prior working paths warm, and produce enough evidence to separate payload bugs, local robot behavior, and STT quality issues.
## When To Run
Run this plan:
- after the last code change before calling a release complete
- after any fix that touches websocket turn finalization, local skill redirects, constrained yes/no, or STT
- before moving from `1.0.18` bug-fix closeout into `1.0.19` feature work
For small feature slices, run the automated `.NET` tests plus the smoke checks and only the live sections that share the same machinery. Before release closeout, run the full current-release suite.
## Required Evidence
For each live pass, keep these artifacts together under a named test folder such as `artifact-output/jibo-test-N`:
- `.NET` console logs
- websocket captures and fixture exports
- HTTP captures when startup, update, backup, media, or upload paths are involved
- robot runtime logs pulled after the session
- operator notes with exact phrases attempted and visible robot/menu state
Record failures with the observed transcript, active listen rules, emitted websocket response shape, and whether the robot menu state agreed with the cloud response.
## Release Gates
A release is not ready until these are true or explicitly deferred in [development-plan.md](development-plan.md):
- focused `.NET` cloud tests pass
- running robot reports the expected cloud version by voice and `/health`
- no current-release path emits obsolete OpenJibo-only websocket events such as synthetic pending/context/ack packets
- known working live paths still work: startup, simple chat, radio, basic news, constrained yes/no, alarm, and gallery/create
- any remaining failure is classified as cloud payload, local robot state, STT/audio quality, environment/routing, or deferred feature gap
## Automated Baseline
Run before the live session:
```powershell
dotnet test tests\Jibo.Cloud.Tests\Jibo.Cloud.Tests.csproj --no-restore --nologo -v minimal
```
Expected result for the current baseline: all tests pass.
## Live Smoke Checks
Run these first so obvious environment problems do not pollute feature results:
1. Start the `.NET` cloud using the live runbook.
2. Confirm `/health` reports the expected version.
3. Ask `cloud version`; confirm Jibo speaks the same version.
4. Run one simple chat turn.
5. Run one joke turn.
6. Confirm websocket capture is being written before continuing.
Stop and fix environment issues if startup, websocket connection, or capture output is not clean.
## Current `1.0.18` Regression Suite
### Radio
Goal: keep the local radio redirect path proven.
- Say `open the radio`.
- Say `play country music`.
- Expected: Jibo opens or resumes the radio locally, and the country phrase carries a `Country` station entity.
- Capture check: websocket output should be local `SKILL_REDIRECT` plus silent completion, not generic chat speech.
### News
Goal: keep the Nimbus-shaped cloud skill path proven.
- Say `tell me the news`.
- Expected: Jibo plays the current synthetic quick brief.
- Capture check: `LISTEN` match includes `cloudSkill = news`, followed by a `news` `SKILL_ACTION`.
- Current limitation: provider-backed and category-expanded headlines are deferred unless selected as the optional feature slice.
### Backup, OTA, And Share Yes/No
Goal: prove constrained yes/no prompts stay local and do not leak global launch rules.
- Trigger the update menu path when available and answer one short `yes` or `no` prompt.
- Exercise any available share/date/offer yes-no prompt and answer both `yes` and `no` across runs when practical.
- Observe backup-in-progress behavior separately from explicit voice commands.
- Do not treat a spoken `take a backup` failure as proof of the backup scheduler path; that command is not currently wired as a hosted-cloud voice feature.
- Expected: short `yes`/`no` replies map locally, empty replies no-input locally, and backup/download notifications are not repeatedly re-announced once acknowledged.
- Capture check: active rule remains the constrained rule such as `surprises-ota/want_to_download_now`, `settings/download_now_later`, `shared/yes_no`, or another stock prompt rule.
### Alarm
Goal: prove the clock skill behaves locally and menu state agrees after the `jibo test 24` fixes.
Start from a known state. If an alarm already exists, record it and clear it through the menu or a controlled voice delete before beginning.
Test these paths:
- explicit set: `set an alarm for 7:43 AM`, adjusted to a near-future time during the actual run
- compact set: `set alarm for 743`, adjusted to a near-future time during the actual run
- clarification: `set an alarm`, then answer the value prompt with a short time such as `7 44` or `7, 44`
- replacement: with an alarm already set, set a different alarm and answer the replacement prompt; verify whether the answer kept or replaced the old alarm
- value-prompt cancel: `set an alarm`, then say `cancel`
- voice delete: `delete my alarm` or `cancel alarm`
- no-input cleanup: allow one value prompt to miss or time out when practical
Expected:
- successful set paths appear in the robot alarm menu and fire at the expected time
- replacement prompt answer changes or preserves the alarm consistently with the robot's question
- `cancel` inside the value prompt closes without scheduling
- voice delete clears the robot menu state
- empty value prompt turns complete locally instead of generic `I heard you` speech
Capture check:
- clock payloads use local `@be/clock` handoff with alarm entities when a value exists
- missing values stay in local clock clarification
- `CLIENT_NLU cancel` under `clock/alarm_set_value` or `clock/timer_set_value` maps to local clock `cancel`
- no-input under `clock/alarm_set_value` or `clock/timer_set_value` returns local `LISTEN`/`EOS` only
### Photo Gallery And Create
Goal: prove gallery/create no longer leaves stale listening state after yes/no or preview prompts.
Test these paths:
- `open photo gallery`
- if gallery is empty, answer `yes` to the offer to take a picture
- take one photo and answer the keeper prompt with `yes`
- repeat a gallery empty prompt or create keeper prompt with a missed/empty answer when practical
- if using disposable test photos, test delete confirmation once with `no` and once with `yes`
Expected:
- empty gallery `yes` redirects to `@be/create`
- empty gallery `no` exits cleanly when tested
- keeper `yes` completes and Jibo settles without a stale blue ring
- empty `shared/yes_no`, `create/is_it_a_keeper`, and `gallery/gallery_preview` turns no-input locally instead of generic `I heard you`
- delete confirmation only deletes on a positive `yes`
Capture check:
- gallery launch redirects to `@be/gallery`
- create photo redirects to `@be/create/createOnePhoto`
- local no-input replies keep the active constrained rule and strip unrelated global launch rules
### STT And Audio Quality
Goal: avoid misclassifying transcript failures as payload regressions.
For every failed voice turn, record:
- phrase attempted
- transcript observed in websocket capture
- active listen rule
- whether the transcript was empty, collapsed, or semantically wrong
- whether local `ffmpeg` or `whisper.cpp` logged an error
Expected:
- no `ffmpeg` failure should become the dominant failure mode for non-Opus buffered audio
- short replies such as `yes`, `no`, `cancel`, and short alarm times should either map correctly or be classified as STT misses with evidence
### Stop And Volume
Goal: prove the added lightweight device-control slice before closing `1.0.18`.
Test these phrases:
- `stop`
- `stop that`
- `never mind`
- `turn it up`
- `turn it down`
- `set volume to six`
- `show volume controls`
Expected:
- stop commands settle the robot locally without generic chat speech
- `turn it up` and `turn it down` adjust volume or at least produce the stock local volume event/log
- `set volume to six` sets or attempts to set the local volume level to `6`
- `show volume controls` opens the settings volume panel
Capture check:
- stop emits `nlu.intent = stop`, `nlu.domain = global_commands`, then redirects to `@be/idle`
- relative volume emits `nlu.intent = volumeUp` or `volumeDown`, `nlu.domain = global_commands`, and `entities.volumeLevel = null`, with no `SKILL_ACTION` cloud speech
- absolute volume emits `nlu.intent = volumeToValue` and `entities.volumeLevel` matching the requested value, with no `SKILL_ACTION` cloud speech
- volume controls redirects to `@be/settings` with `nlu.intent = volumeQuery`
## Optional Feature Slice Checks
When a new feature is added before a release closes:
- add two or three exact phrases to this section before live testing
- capture one successful path and one near-miss phrase if the feature is voice-routed
- keep the test narrow enough that a failure can be fixed or deferred without reopening the whole release
For the current candidate list, add cases here when implemented:
- robot age/persona: `how old are you`
## After The Run
After each session:
1. Summarize pass/fail by section.
2. Mark each failure as cloud payload, local robot state, STT/audio, environment, or deferred gap.
3. Import any high-value websocket fixture.
4. Update [development-plan.md](development-plan.md) with latest live evidence.
5. Update [feature-backlog.md](feature-backlog.md) with what remains in the current release versus what moves to the next release.

View File

@@ -0,0 +1,72 @@
using Microsoft.Extensions.Logging;
namespace Jibo.Cloud.Api.Logging;
/// <summary>
/// Configures logging levels based on command-line arguments.
/// Higher log values = more verbose logging.
/// </summary>
public static class LogLevelConfigurator
{
/// <summary>
/// Parses the log level from command-line arguments (format: log=N where N is 0-10).
/// Returns null if no log argument is found.
/// </summary>
public static int? ParseLogLevelFromArgs(string[] args)
{
foreach (var arg in args)
{
if (arg.StartsWith("log=", StringComparison.OrdinalIgnoreCase))
{
var value = arg["log=".Length..];
if (int.TryParse(value, out var level) && level >= 0)
{
return Math.Min(level, 10);
}
}
}
return null;
}
/// <summary>
/// Configures logging level based on the numeric intensity (0-10).
/// Higher values enable more verbose logging.
/// </summary>
public static void ConfigureLogging(WebApplicationBuilder builder, int logLevel)
{
builder.Logging.ClearProviders();
builder.Logging.AddConsole();
builder.Logging.AddDebug();
var level = MapToLogLevel(logLevel);
builder.Logging.SetMinimumLevel(level);
builder.Logging.AddFilter("Microsoft.AspNetCore", logLevel >= 8 ? LogLevel.Debug : LogLevel.Warning);
builder.Logging.AddFilter("Microsoft.Hosting", logLevel >= 7 ? LogLevel.Information : LogLevel.Warning);
builder.Logging.AddFilter("System", logLevel >= 9 ? LogLevel.Debug : LogLevel.Warning);
builder.Logging.AddFilter("Jibo.Cloud", logLevel >= 5 ? LogLevel.Debug : LogLevel.Information);
builder.Logging.AddFilter("Jibo.Cloud.Application", logLevel >= 3 ? LogLevel.Debug : LogLevel.Information);
builder.Logging.AddFilter("Jibo.Cloud.Infrastructure", logLevel >= 4 ? LogLevel.Debug : LogLevel.Information);
}
private static LogLevel MapToLogLevel(int value)
{
return value switch
{
0 => LogLevel.Error,
1 => LogLevel.Warning,
2 => LogLevel.Warning,
3 => LogLevel.Information,
4 => LogLevel.Information,
5 => LogLevel.Information,
6 => LogLevel.Debug,
7 => LogLevel.Debug,
8 => LogLevel.Debug,
9 => LogLevel.Trace,
10 => LogLevel.Trace,
_ => LogLevel.Information
};
}
}

View File

@@ -1,5 +1,6 @@
using System.Net.WebSockets;
using System.Text;
using Jibo.Cloud.Api.Logging;
using Jibo.Cloud.Application.Abstractions;
using Jibo.Cloud.Application.Services;
using Jibo.Cloud.Domain.Models;
@@ -7,7 +8,13 @@ using Jibo.Cloud.Infrastructure.DependencyInjection;
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddOpenJiboCloud(builder.Configuration);
var logLevel = LogLevelConfigurator.ParseLogLevelFromArgs(args);
if (logLevel.HasValue)
{
LogLevelConfigurator.ConfigureLogging(builder, logLevel.Value);
}
builder.Services.AddOpenJiboCloud(builder.Configuration, logLevel);
var app = builder.Build();
@@ -25,22 +32,15 @@ app.Use(async (context, next) =>
var kind = ResolveSocketKind(context.Request.Host.Host, context.Request.Path);
var token = ResolveToken(context.Request);
if (kind == "unknown")
switch (kind)
{
context.Response.StatusCode = StatusCodes.Status404NotFound;
return;
}
if (kind == "api-socket" && string.IsNullOrWhiteSpace(token))
{
context.Response.StatusCode = StatusCodes.Status401Unauthorized;
return;
}
if (kind is "neo-hub-listen" or "neo-hub-proactive" && string.IsNullOrWhiteSpace(token))
{
context.Response.StatusCode = StatusCodes.Status401Unauthorized;
return;
case "unknown":
context.Response.StatusCode = StatusCodes.Status404NotFound;
return;
case "api-socket" when string.IsNullOrWhiteSpace(token):
case "neo-hub-listen" or "neo-hub-proactive" when string.IsNullOrWhiteSpace(token):
context.Response.StatusCode = StatusCodes.Status401Unauthorized;
return;
}
var webSocketService = context.RequestServices.GetRequiredService<JiboWebSocketService>();

View File

@@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<ProjectReference Include="..\Jibo.Cloud.Domain\Jibo.Cloud.Domain.csproj" />
<ProjectReference Include="..\..\..\..\Jibo.Runtime.Abstractions\Jibo.Runtime.Abstractions.csproj" />
</ItemGroup>

View File

@@ -0,0 +1,145 @@
using Microsoft.Extensions.Logging;
namespace Jibo.Cloud.Application.Logging;
/// <summary>
/// Provides detailed operation logging that activates based on log intensity level.
/// Higher log levels = more detailed logging.
/// </summary>
public sealed class DetailedOperationLogger
{
private readonly ILogger _logger;
private readonly int _configuredLogLevel;
public DetailedOperationLogger(ILogger logger, int? configuredLogLevel = null)
{
_logger = logger;
_configuredLogLevel = configuredLogLevel ?? 3;
}
/// <summary>
/// Log method entry at Debug level when log level >= 3
/// </summary>
public void LogEntry(string methodName, params (string Key, object? Value)[] parameters)
{
if (_configuredLogLevel < 3) return;
if (_logger.IsEnabled(LogLevel.Debug))
{
var paramStr = parameters.Length > 0
? string.Join(", ", parameters.Select(p => $"{p.Key}={p.Value}"))
: "none";
_logger.LogDebug("[ENTRY] {MethodName}({Parameters})", methodName, paramStr);
}
}
/// <summary>
/// Log method exit at Debug level when log level >= 3
/// </summary>
public void LogExit(string methodName, string? result = null)
{
if (_configuredLogLevel < 3) return;
if (_logger.IsEnabled(LogLevel.Debug))
{
var resultStr = result ?? "void";
_logger.LogDebug("[EXIT] {MethodName} -> {Result}", methodName, resultStr);
}
}
/// <summary>
/// Log a detailed operation step at Debug level when log level >= 4
/// </summary>
public void LogStep(string operation, string step, string? details = null)
{
if (_configuredLogLevel < 4) return;
if (_logger.IsEnabled(LogLevel.Debug))
{
var detailStr = details != null ? $" | {details}" : "";
_logger.LogDebug("[STEP] {Operation}.{Step}{Details}", operation, step, detailStr);
}
}
/// <summary>
/// Log state information at Debug level when log level >= 5
/// </summary>
public void LogState(string context, string stateName, object? value)
{
if (_configuredLogLevel < 5) return;
if (_logger.IsEnabled(LogLevel.Debug))
{
_logger.LogDebug("[STATE] {Context}.{StateName} = {Value}", context, stateName, value);
}
}
/// <summary>
/// Log decision information at Information level when log level >= 3
/// </summary>
public void LogDecision(string context, string decision, string? reason = null)
{
if (_configuredLogLevel < 3) return;
if (_logger.IsEnabled(LogLevel.Information))
{
var reasonStr = reason != null ? $" (reason: {reason})" : "";
_logger.LogInformation("[DECISION] {Context}: {Decision}{Reason}", context, decision, reasonStr);
}
}
/// <summary>
/// Log performance timing at Debug level when log level >= 6
/// </summary>
public void LogTiming(string operation, long elapsedMs)
{
if (_configuredLogLevel < 6) return;
if (_logger.IsEnabled(LogLevel.Debug))
{
_logger.LogDebug("[TIMING] {Operation} completed in {ElapsedMs}ms", operation, elapsedMs);
}
}
/// <summary>
/// Log data payload at Trace level when log level >= 8
/// </summary>
public void LogPayload(string context, string dataType, int dataSize, string? preview = null)
{
if (_configuredLogLevel < 8) return;
if (_logger.IsEnabled(LogLevel.Trace))
{
var previewStr = preview != null ? $" preview: {preview}" : "";
_logger.LogTrace("[PAYLOAD] {Context} {DataType} size={Size}{Preview}", context, dataType, dataSize, previewStr);
}
}
/// <summary>
/// Log external call at Debug level when log level >= 5
/// </summary>
public void LogExternalCall(string service, string operation, string? details = null)
{
if (_configuredLogLevel < 5) return;
if (_logger.IsEnabled(LogLevel.Debug))
{
var detailStr = details != null ? $" ({details})" : "";
_logger.LogDebug("[EXTERNAL] {Service}.{Operation}{Details}", service, operation, detailStr);
}
}
/// <summary>
/// Log match/pattern information at Debug level when log level >= 4
/// </summary>
public void LogMatch(string context, string pattern, string input, bool matched)
{
if (_configuredLogLevel < 4) return;
if (_logger.IsEnabled(LogLevel.Debug))
{
_logger.LogDebug("[MATCH] {Context}: Pattern '{Pattern}' against '{Input}' => {Result}",
context, pattern, input, matched ? "MATCHED" : "NO MATCH");
}
}
}

View File

@@ -74,6 +74,11 @@ public sealed class DemoConversationBroker(JiboInteractionService interactionSer
"word_of_the_day_guess" => false,
"radio" => false,
"radio_genre" => false,
"stop" => false,
"volume_up" => false,
"volume_down" => false,
"volume_to_value" => false,
"volume_query" => false,
"time" => false,
"date" => false,
"day" => false,

View File

@@ -1,11 +1,16 @@
using System.Text.Json;
using Jibo.Cloud.Application.Abstractions;
using Jibo.Cloud.Application.Logging;
using Jibo.Cloud.Domain.Models;
using Microsoft.Extensions.Logging;
namespace Jibo.Cloud.Application.Services;
public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
public sealed class JiboCloudProtocolService(
ICloudStateStore stateStore,
ILogger<JiboCloudProtocolService> logger)
{
private readonly DetailedOperationLogger _detailedLogger = new(logger);
private static readonly string[] AcceptedHosts =
[
"api.jibo.com",
@@ -16,16 +21,25 @@ public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
public Task<ProtocolDispatchResult> DispatchAsync(ProtocolEnvelope envelope, CancellationToken cancellationToken = default)
{
_detailedLogger.LogEntry(nameof(DispatchAsync),
("method", envelope.Method),
("path", envelope.Path),
("host", envelope.HostName),
("servicePrefix", envelope.ServicePrefix),
("operation", envelope.Operation));
if (envelope.Method.Equals("GET", StringComparison.OrdinalIgnoreCase) &&
envelope.Path == "/" &&
string.IsNullOrWhiteSpace(envelope.ServicePrefix))
{
_detailedLogger.LogExit(nameof(DispatchAsync), "NoContent");
return Task.FromResult(ProtocolDispatchResult.NoContent());
}
if (envelope.Method.Equals("GET", StringComparison.OrdinalIgnoreCase) &&
envelope.Path.Equals("/health", StringComparison.OrdinalIgnoreCase))
{
_detailedLogger.LogExit(nameof(DispatchAsync), "Health");
return Task.FromResult(ProtocolDispatchResult.Ok(new { ok = true, host = envelope.HostName }));
}
@@ -45,6 +59,8 @@ public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
if (!AcceptedHosts.Contains(envelope.HostName, StringComparer.OrdinalIgnoreCase))
{
_detailedLogger.LogDecision(nameof(DispatchAsync), "HostNotAccepted", envelope.HostName);
_detailedLogger.LogExit(nameof(DispatchAsync), "NotAccepted");
return Task.FromResult(ProtocolDispatchResult.Ok(new
{
ok = true,
@@ -53,26 +69,32 @@ public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
}));
}
_detailedLogger.LogStep(nameof(DispatchAsync), "ServicePrefixResolved", $"prefix={envelope.ServicePrefix}, operation={envelope.Operation}");
var servicePrefix = envelope.ServicePrefix ?? string.Empty;
var operation = envelope.Operation ?? string.Empty;
if (servicePrefix.StartsWith("Log_", StringComparison.OrdinalIgnoreCase))
{
_detailedLogger.LogStep(nameof(DispatchAsync), "HandlerSelected", "Log");
return Task.FromResult(HandleLog(operation, envelope));
}
if (servicePrefix.StartsWith("Backup_", StringComparison.OrdinalIgnoreCase))
{
_detailedLogger.LogStep(nameof(DispatchAsync), "HandlerSelected", "Backup");
return Task.FromResult(HandleBackup(operation));
}
if (servicePrefix.StartsWith("Account_", StringComparison.OrdinalIgnoreCase))
{
_detailedLogger.LogStep(nameof(DispatchAsync), "HandlerSelected", "Account");
return Task.FromResult(HandleAccount(operation, envelope));
}
if (servicePrefix.StartsWith("Notification_", StringComparison.OrdinalIgnoreCase))
{
_detailedLogger.LogStep(nameof(DispatchAsync), "HandlerSelected", "Notification");
return Task.FromResult(HandleNotification(operation, envelope));
}
@@ -98,6 +120,7 @@ public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
if (servicePrefix.StartsWith("Robot_", StringComparison.OrdinalIgnoreCase))
{
_detailedLogger.LogStep(nameof(DispatchAsync), "HandlerSelected", "Robot");
return Task.FromResult(HandleRobot(operation, envelope));
}
@@ -106,6 +129,8 @@ public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
return Task.FromResult(HandleUpdate(operation, envelope));
}
_detailedLogger.LogDecision(nameof(DispatchAsync), "UnknownHandler", $"{servicePrefix}.{operation}");
_detailedLogger.LogExit(nameof(DispatchAsync), "DefaultResponse");
return Task.FromResult(ProtocolDispatchResult.Ok(new
{
ok = true,
@@ -194,27 +219,25 @@ public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
});
}
if (operation is "Update" or "ResetKeys" or "Remove" or "ActivateByCode" or "ResendActivationCode" or
"ChangePassword" or "SendPasswordReset" or "PasswordResetByCode" or "UpdatePhoto" or "RemovePhoto" or
"VerifyPhoneByCode" or "AcceptTerms" or "FacebookConnect" or "FacebookMobileConnect")
switch (operation)
{
return ProtocolDispatchResult.Ok(new
{
id = account.AccountId,
email = account.Email,
firstName = account.FirstName,
lastName = account.LastName,
accessKeyId = account.AccessKeyId,
secretAccessKey = account.SecretAccessKey
});
}
if (operation is "ChangeEmail" or "SendPhoneVerificationCode")
{
return ProtocolDispatchResult.Ok(new
{
id = account.AccountId
});
case "Update" or "ResetKeys" or "Remove" or "ActivateByCode" or "ResendActivationCode" or
"ChangePassword" or "SendPasswordReset" or "PasswordResetByCode" or "UpdatePhoto" or "RemovePhoto" or
"VerifyPhoneByCode" or "AcceptTerms" or "FacebookConnect" or "FacebookMobileConnect":
return ProtocolDispatchResult.Ok(new
{
id = account.AccountId,
email = account.Email,
firstName = account.FirstName,
lastName = account.LastName,
accessKeyId = account.AccessKeyId,
secretAccessKey = account.SecretAccessKey
});
case "ChangeEmail" or "SendPhoneVerificationCode":
return ProtocolDispatchResult.Ok(new
{
id = account.AccountId
});
}
if (operation.Equals("GetAccountByAccessToken", StringComparison.OrdinalIgnoreCase))
@@ -236,8 +259,8 @@ public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
var haystack = $"{account.Email} {account.FirstName} {account.LastName} {account.AccountId}".ToLowerInvariant();
return ProtocolDispatchResult.Ok(query.Length > 0 && haystack.Contains(query)
? new[]
{
?
[
new
{
id = account.AccountId,
@@ -245,7 +268,7 @@ public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
firstName = account.FirstName,
lastName = account.LastName
}
}
]
: Array.Empty<object>());
}
@@ -382,25 +405,24 @@ public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
return ProtocolDispatchResult.Ok(stateStore.RemoveMedia(ReadStringArray(body, "paths")).Select(MapMedia).ToArray());
}
if (operation.Equals("Create", StringComparison.OrdinalIgnoreCase))
{
var loopId = ReadHeader(envelope, "x-loop-id") ?? ReadString(body, "loopId") ?? stateStore.GetLoops()[0].LoopId;
var path = ReadHeader(envelope, "x-path") ?? ReadString(body, "path") ?? $"/media/{DateTimeOffset.UtcNow.ToUnixTimeMilliseconds()}";
var type = ReadHeader(envelope, "x-type") ?? ReadString(body, "type") ?? "unknown";
var reference = ReadHeader(envelope, "x-reference") ?? ReadString(body, "reference") ?? string.Empty;
var isEncrypted = ReadBooleanHeader(envelope, "x-encrypted") || ReadBool(body, "isEncrypted");
var meta = ReadObject(body, "meta") ?? new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase);
var contentType = ReadHeader(envelope, "Content-Type") ?? "application/octet-stream";
meta["contentType"] = contentType;
if (!string.IsNullOrWhiteSpace(envelope.BodyText))
{
meta["bodyText"] = envelope.BodyText;
}
if (!operation.Equals("Create", StringComparison.OrdinalIgnoreCase))
return ProtocolDispatchResult.Ok(Array.Empty<object>());
return ProtocolDispatchResult.Ok(MapMedia(stateStore.CreateMedia(loopId, path, type, reference, isEncrypted, meta)));
var loopId = ReadHeader(envelope, "x-loop-id") ?? ReadString(body, "loopId") ?? stateStore.GetLoops()[0].LoopId;
var path = ReadHeader(envelope, "x-path") ?? ReadString(body, "path") ?? $"/media/{DateTimeOffset.UtcNow.ToUnixTimeMilliseconds()}";
var type = ReadHeader(envelope, "x-type") ?? ReadString(body, "type") ?? "unknown";
var reference = ReadHeader(envelope, "x-reference") ?? ReadString(body, "reference") ?? string.Empty;
var isEncrypted = ReadBooleanHeader(envelope, "x-encrypted") || ReadBool(body, "isEncrypted");
var meta = ReadObject(body, "meta") ?? new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase);
var contentType = ReadHeader(envelope, "Content-Type") ?? "application/octet-stream";
meta["contentType"] = contentType;
if (!string.IsNullOrWhiteSpace(envelope.BodyText))
{
meta["bodyText"] = envelope.BodyText;
}
return ProtocolDispatchResult.Ok(Array.Empty<object>());
return ProtocolDispatchResult.Ok(MapMedia(stateStore.CreateMedia(loopId, path, type, reference, isEncrypted, meta)));
}
private ProtocolDispatchResult HandlePerson(string operation)
@@ -430,9 +452,10 @@ public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
});
}
string? symmetricKey;
if (operation.Equals("CreateSymmetricKey", StringComparison.OrdinalIgnoreCase))
{
var symmetricKey = stateStore.GetOrCreateSymmetricKey(loopId);
symmetricKey = stateStore.GetOrCreateSymmetricKey(loopId);
return ProtocolDispatchResult.Ok(new
{
loopId,
@@ -472,18 +495,17 @@ public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
return ProtocolDispatchResult.Ok(new { ok = true });
}
if (operation.Equals("LoadSymmetricKey", StringComparison.OrdinalIgnoreCase))
{
var symmetricKey = stateStore.GetOrCreateSymmetricKey(loopId);
return ProtocolDispatchResult.Ok(new
{
loopId,
key = symmetricKey,
symmetricKey
});
}
if (!operation.Equals("LoadSymmetricKey", StringComparison.OrdinalIgnoreCase))
return ProtocolDispatchResult.Ok(new { ok = true, operation });
symmetricKey = stateStore.GetOrCreateSymmetricKey(loopId);
return ProtocolDispatchResult.Ok(new
{
loopId,
key = symmetricKey,
symmetricKey
});
return ProtocolDispatchResult.Ok(new { ok = true, operation });
}
private ProtocolDispatchResult HandleRobot(string operation, ProtocolEnvelope envelope)
@@ -509,23 +531,22 @@ public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
});
}
if (operation.Equals("GetRobot", StringComparison.OrdinalIgnoreCase))
{
var profile = stateStore.GetRobotProfile();
if (!operation.Equals("GetRobot", StringComparison.OrdinalIgnoreCase))
return ProtocolDispatchResult.Ok(new
{
id = ReadString(envelope.TryParseBody(), "id") ?? profile.RobotId,
payload = profile.Payload,
calibrationPayload = profile.CalibrationPayload,
updated = profile.UpdatedUtc.ToUnixTimeMilliseconds(),
created = profile.CreatedUtc.ToUnixTimeMilliseconds()
result = "ok"
});
}
var profile = stateStore.GetRobotProfile();
return ProtocolDispatchResult.Ok(new
{
result = "ok"
id = ReadString(envelope.TryParseBody(), "id") ?? profile.RobotId,
payload = profile.Payload,
calibrationPayload = profile.CalibrationPayload,
updated = profile.UpdatedUtc.ToUnixTimeMilliseconds(),
created = profile.CreatedUtc.ToUnixTimeMilliseconds()
});
}
private ProtocolDispatchResult HandleUpdate(string operation, ProtocolEnvelope envelope)
@@ -674,10 +695,9 @@ public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
return [];
}
return property.EnumerateArray()
return [.. property.EnumerateArray()
.Select(item => item.ValueKind == JsonValueKind.String ? item.GetString() ?? string.Empty : item.ToString())
.Where(item => !string.IsNullOrWhiteSpace(item))
.ToArray();
.Where(item => !string.IsNullOrWhiteSpace(item))];
}
private static IDictionary<string, object?>? ReadObject(JsonElement? element, string propertyName)

View File

@@ -1,19 +1,31 @@
using Jibo.Cloud.Application.Abstractions;
using Jibo.Cloud.Application.Logging;
using Jibo.Runtime.Abstractions;
using System.Text.Json;
using System.Text.RegularExpressions;
using Microsoft.Extensions.Logging;
namespace Jibo.Cloud.Application.Services;
public sealed class JiboInteractionService(
JiboExperienceContentCache contentCache,
IJiboRandomizer randomizer)
IJiboRandomizer randomizer,
ILogger<JiboInteractionService> logger)
{
private readonly DetailedOperationLogger _detailedLogger = new(logger);
public async Task<JiboInteractionDecision> BuildDecisionAsync(TurnContext turn, CancellationToken cancellationToken = default)
{
_detailedLogger.LogEntry(nameof(BuildDecisionAsync),
("transcript", turn.NormalizedTranscript ?? turn.RawTranscript),
("inputMode", turn.InputMode),
("sourceKind", turn.SourceKind));
var catalog = await contentCache.GetCatalogAsync(cancellationToken);
var transcript = (turn.NormalizedTranscript ?? turn.RawTranscript ?? string.Empty).Trim();
var lowered = transcript.ToLowerInvariant();
_detailedLogger.LogState(nameof(BuildDecisionAsync), "NormalizedTranscript", transcript);
_detailedLogger.LogState(nameof(BuildDecisionAsync), "ClientIntent", turn.Attributes.TryGetValue("clientIntent", out var ci) ? ci : null);
var referenceLocalTime = TryResolveReferenceLocalTime(turn);
var clientIntent = turn.Attributes.TryGetValue("clientIntent", out var rawClientIntent)
? rawClientIntent?.ToString()
@@ -40,7 +52,10 @@ public sealed class JiboInteractionService(
isYesNoTurn,
isTimerValueTurn,
isAlarmValueTurn);
return semanticIntent switch
_detailedLogger.LogDecision(nameof(BuildDecisionAsync), "SemanticIntentResolved", semanticIntent);
var decision = semanticIntent switch
{
"joke" => BuildJokeDecision(catalog),
"dance" => BuildRandomDanceDecision(catalog),
@@ -51,12 +66,19 @@ public sealed class JiboInteractionService(
"cloud_version" => new JiboInteractionDecision("cloud_version", OpenJiboCloudBuildInfo.SpokenVersion),
"radio" => BuildRadioLaunchDecision(),
"radio_genre" => BuildRadioGenreLaunchDecision(lowered),
"stop" => BuildStopDecision(),
"volume_up" => BuildVolumeControlDecision("volume_up", "volumeUp", "null"),
"volume_down" => BuildVolumeControlDecision("volume_down", "volumeDown", "null"),
"volume_to_value" => BuildVolumeControlDecision("volume_to_value", "volumeToValue", ResolveVolumeLevel(lowered, clientEntities) ?? "7"),
"volume_query" => BuildSettingsVolumeDecision(),
"clock_open" => BuildClockLaunchDecision("clock_open", "clock", "askForTime", "Opening the clock."),
"clock_menu" => BuildClockLaunchDecision("clock_menu", "clock", "menu", "Opening the clock menu."),
"timer_menu" => BuildClockLaunchDecision("timer", "Opening the timer."),
"alarm_menu" => BuildClockLaunchDecision("alarm", "Opening the alarm."),
"timer_delete" => BuildClockLaunchDecision("timer_delete", "timer", "delete", "Canceling the timer."),
"alarm_delete" => BuildClockLaunchDecision("alarm_delete", "alarm", "delete", "Canceling the alarm."),
"timer_cancel" => BuildClockLaunchDecision("timer_cancel", "timer", "cancel", "Canceling the timer."),
"alarm_cancel" => BuildClockLaunchDecision("alarm_cancel", "alarm", "cancel", "Canceling the alarm."),
"timer_value" => BuildTimerValueDecision(lowered, isTimerValueTurn, clientEntities),
"alarm_value" => BuildAlarmValueDecision(lowered, isAlarmValueTurn, referenceLocalTime, clientEntities),
"timer_clarify" => BuildClockClarifyDecision("timer_clarify", "timer", "How long should I set the timer for?"),
@@ -78,6 +100,9 @@ public sealed class JiboInteractionService(
"news" => BuildNewsDecision(catalog),
_ => new JiboInteractionDecision("chat", BuildGenericReply(catalog, transcript, lowered))
};
_detailedLogger.LogExit(nameof(BuildDecisionAsync), $"intent={decision.IntentName}, skill={decision.SkillName ?? "null"}");
return decision;
}
private JiboInteractionDecision BuildJokeDecision(JiboExperienceCatalog catalog)
@@ -218,6 +243,19 @@ public sealed class JiboInteractionService(
return "alarm_value";
}
if (IsCancelRequest(clientIntent, loweredTranscript))
{
if (isAlarmValueTurn)
{
return "alarm_cancel";
}
if (isTimerValueTurn)
{
return "timer_cancel";
}
}
if ((string.Equals(clientIntent, "start", StringComparison.OrdinalIgnoreCase) ||
string.Equals(clientIntent, "set", StringComparison.OrdinalIgnoreCase)) &&
clientEntities.TryGetValue("domain", out var startDomain))
@@ -294,6 +332,27 @@ public sealed class JiboInteractionService(
return "radio_genre";
}
if (TryResolveVolumeLevel(loweredTranscript) is not null ||
clientEntities.ContainsKey("volumeLevel"))
{
return "volume_to_value";
}
if (IsVolumeQueryRequest(loweredTranscript))
{
return "volume_query";
}
if (IsVolumeUpRequest(loweredTranscript))
{
return "volume_up";
}
if (IsVolumeDownRequest(loweredTranscript))
{
return "volume_down";
}
if (MatchesAny(loweredTranscript, "open the clock", "open clock", "show the clock", "show clock"))
{
return "clock_open";
@@ -331,6 +390,11 @@ public sealed class JiboInteractionService(
return "timer_delete";
}
if (IsGlobalStopRequest(loweredTranscript, clientIntent, clientEntities))
{
return "stop";
}
if (TryParseAlarmValue(loweredTranscript, isAlarmValueTurn, referenceLocalTime) is not null)
{
return "alarm_value";
@@ -438,14 +502,12 @@ public sealed class JiboInteractionService(
return "hello";
}
if (isYesNoTurn && MatchesAny(loweredTranscript, "yes", "yeah", "yup", "sure", "uh huh"))
switch (isYesNoTurn)
{
return "yes";
}
if (isYesNoTurn && MatchesAny(loweredTranscript, "no", "nope", "nah"))
{
return "no";
case true when MatchesAny(loweredTranscript, "yes", "yeah", "yup", "sure", "uh huh"):
return "yes";
case true when MatchesAny(loweredTranscript, "no", "nope", "nah"):
return "no";
}
if (MatchesAny(loweredTranscript, "what time is it", "current time", "the time", "time is it") ||
@@ -520,6 +582,47 @@ public sealed class JiboInteractionService(
});
}
private static JiboInteractionDecision BuildStopDecision()
{
return new JiboInteractionDecision(
"stop",
"Stopping.",
"@be/idle",
new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
{
["skillId"] = "@be/idle",
["globalIntent"] = "stop",
["nluDomain"] = "global_commands"
});
}
private static JiboInteractionDecision BuildVolumeControlDecision(string intentName, string globalIntent, string volumeLevel)
{
return new JiboInteractionDecision(
intentName,
"Adjusting volume.",
"global_commands",
new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
{
["globalIntent"] = globalIntent,
["nluDomain"] = "global_commands",
["volumeLevel"] = volumeLevel
});
}
private static JiboInteractionDecision BuildSettingsVolumeDecision()
{
return new JiboInteractionDecision(
"volume_query",
"Opening volume controls.",
"@be/settings",
new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
{
["skillId"] = "@be/settings",
["localIntent"] = "volumeQuery"
});
}
private static JiboInteractionDecision BuildClockLaunchDecision(string intentName, string domain, string clockIntent, string replyText)
{
return new JiboInteractionDecision(
@@ -665,12 +768,7 @@ public sealed class JiboInteractionService(
}
var fuzzyHintMatch = FindClosestHint(loweredTranscript, listenAsrHints);
if (!string.IsNullOrWhiteSpace(fuzzyHintMatch))
{
return fuzzyHintMatch;
}
return transcript;
return !string.IsNullOrWhiteSpace(fuzzyHintMatch) ? fuzzyHintMatch : transcript;
}
private static bool IsYesNoTurn(TurnContext turn)
@@ -718,11 +816,10 @@ public sealed class JiboInteractionService(
}
var distance = ComputeEditDistance(normalizedTranscript, normalizedHint);
if (distance < bestDistance)
{
bestDistance = distance;
bestHint = hint;
}
if (distance >= bestDistance) continue;
bestDistance = distance;
bestHint = hint;
}
return bestDistance <= 2 ? bestHint : null;
@@ -909,14 +1006,12 @@ public sealed class JiboInteractionService(
{
var compactHour = compact.Length switch
{
3 => compactValue / 100,
4 => compactValue / 100,
3 or 4 => compactValue / 100,
_ => -1
};
var compactMinute = compact.Length switch
{
3 => compactValue % 100,
4 => compactValue % 100,
3 or 4 => compactValue % 100,
_ => -1
};
if (compactHour is >= 1 and <= 12 && compactMinute is >= 0 and <= 59)
@@ -936,13 +1031,13 @@ public sealed class JiboInteractionService(
var hourToken = match.Groups["hour"].Value;
var minuteToken = match.Groups["minute"].Success ? match.Groups["minute"].Value : "00";
var hour = ParseNumberToken(hourToken);
if (hour is null || hour is < 1 or > 12)
if (hour is null or < 1 or > 12)
{
return null;
}
var minute = ParseNumberToken(minuteToken);
if (minute is null || minute is < 0 or > 59)
if (minute is null or < 0 or > 59)
{
return null;
}
@@ -1059,7 +1154,7 @@ public sealed class JiboInteractionService(
return lastClockDomain;
}
var combinedRules = clientRules.Concat(listenRules);
var combinedRules = clientRules.Concat(listenRules).ToArray();
if (combinedRules.Any(rule =>
rule.Contains("timer", StringComparison.OrdinalIgnoreCase) &&
!rule.Contains("alarm_timer_query_menu", StringComparison.OrdinalIgnoreCase)))
@@ -1067,14 +1162,9 @@ public sealed class JiboInteractionService(
return "timer";
}
if (combinedRules.Any(rule =>
rule.Contains("alarm", StringComparison.OrdinalIgnoreCase) &&
!rule.Contains("alarm_timer_query_menu", StringComparison.OrdinalIgnoreCase)))
{
return "alarm";
}
return null;
return combinedRules.Any(rule =>
rule.Contains("alarm", StringComparison.OrdinalIgnoreCase) &&
!rule.Contains("alarm_timer_query_menu", StringComparison.OrdinalIgnoreCase)) ? "alarm" : null;
}
private static bool IsTimerRequest(string loweredTranscript)
@@ -1098,6 +1188,146 @@ public sealed class JiboInteractionService(
"alarm for");
}
private static bool IsCancelRequest(string? clientIntent, string loweredTranscript)
{
return string.Equals(clientIntent, "cancel", StringComparison.OrdinalIgnoreCase) ||
string.Equals(clientIntent, "stop", StringComparison.OrdinalIgnoreCase) ||
loweredTranscript is "cancel" or "stop" or "never mind" or "nevermind";
}
private static bool IsGlobalStopRequest(
string loweredTranscript,
string? clientIntent,
IReadOnlyDictionary<string, string> clientEntities)
{
if (string.Equals(clientIntent, "stop", StringComparison.OrdinalIgnoreCase) &&
IsGlobalCommandsDomain(clientEntities))
{
return true;
}
return loweredTranscript is "stop" or "stop it" or "stop that" or "stop talking" or "be quiet" or "never mind" or "nevermind" or "forget it" ||
MatchesAny(loweredTranscript, "that s enough", "that's enough", "that will do", "that ll do", "that'll do", "cut it out", "cut that out");
}
private static bool IsVolumeQueryRequest(string loweredTranscript)
{
return MatchesAny(
loweredTranscript,
"volume controls",
"volume control",
"volume menu",
"volume level",
"show volume",
"show the volume",
"open volume",
"open the volume",
"what is your volume",
"what's your volume",
"how is your volume",
"how s your volume");
}
private static bool IsVolumeUpRequest(string loweredTranscript)
{
return MatchesAny(
loweredTranscript,
"turn it up",
"turn this up",
"turn that up",
"turn up the volume",
"turn the volume up",
"turn volume up",
"turn your volume up",
"increase the volume",
"increase your volume",
"raise the volume",
"raise your volume",
"make it louder",
"make that louder",
"speak louder",
"talk louder",
"be louder",
"louder");
}
private static bool IsVolumeDownRequest(string loweredTranscript)
{
return MatchesAny(
loweredTranscript,
"turn it down",
"turn this down",
"turn that down",
"turn down the volume",
"turn the volume down",
"turn volume down",
"turn your volume down",
"decrease the volume",
"decrease your volume",
"lower the volume",
"lower your volume",
"make it quieter",
"make that quieter",
"make it softer",
"speak quieter",
"talk quieter",
"be quieter",
"quieter",
"softer");
}
private static string? ResolveVolumeLevel(string loweredTranscript, IReadOnlyDictionary<string, string> clientEntities)
{
if (clientEntities.TryGetValue("volumeLevel", out var entityValue) &&
TryNormalizeVolumeLevel(entityValue) is { } structuredLevel)
{
return structuredLevel;
}
return TryResolveVolumeLevel(loweredTranscript);
}
private static string? TryResolveVolumeLevel(string loweredTranscript)
{
if (!loweredTranscript.Contains("volume", StringComparison.Ordinal) &&
!loweredTranscript.Contains("loudness", StringComparison.Ordinal))
{
return null;
}
if (MatchesAny(loweredTranscript, "max volume", "maximum volume", "volume max", "volume maximum"))
{
return "10";
}
if (MatchesAny(loweredTranscript, "min volume", "minimum volume", "volume min", "volume minimum"))
{
return "1";
}
var match = VolumeLevelPattern.Match(loweredTranscript);
return !match.Success ? null : TryNormalizeVolumeLevel(match.Groups["value"].Value);
}
private static string? TryNormalizeVolumeLevel(string token)
{
if (string.Equals(token, "null", StringComparison.OrdinalIgnoreCase))
{
return "null";
}
var parsed = ParseNumberToken(token);
return parsed is >= 1 and <= 10
? parsed.Value.ToString()
: null;
}
private static bool IsGlobalCommandsDomain(IReadOnlyDictionary<string, string> clientEntities)
{
return clientEntities.TryGetValue("domain", out var domain) &&
string.Equals(domain, "global_commands", StringComparison.OrdinalIgnoreCase);
}
private static bool IsClockTimerValueTurn(
IReadOnlyList<string> clientRules,
IReadOnlyList<string> listenRules)
@@ -1135,13 +1365,15 @@ public sealed class JiboInteractionService(
}
var parts = valueToken.Split(' ', StringSplitOptions.RemoveEmptyEntries | StringSplitOptions.TrimEntries);
if (parts.Length >= 2)
if (parts.Length < 2)
return parts.Length > 0
? ParseNumberToken(parts[^1])
: null;
parsed = ParseNumberToken(string.Join(' ', parts.TakeLast(2)));
if (parsed is not null)
{
parsed = ParseNumberToken(string.Join(' ', parts.TakeLast(2)));
if (parsed is not null)
{
return parsed;
}
return parsed;
}
return parts.Length > 0
@@ -1157,18 +1389,76 @@ public sealed class JiboInteractionService(
return numeric;
}
if (normalized.Contains(' '))
if (!normalized.Contains(' '))
{
var parts = normalized.Split(' ', StringSplitOptions.RemoveEmptyEntries | StringSplitOptions.TrimEntries);
if (parts.Length == 2)
return normalized switch
{
var first = ParseNumberToken(parts[0]);
var second = ParseNumberToken(parts[1]);
if (first is >= 20 && second is >= 0 and < 10)
{
return first + second;
}
}
"a" or "an" => 1,
"one" => 1,
"two" => 2,
"three" => 3,
"four" => 4,
"five" => 5,
"six" => 6,
"seven" => 7,
"eight" => 8,
"nine" => 9,
"ten" => 10,
"eleven" => 11,
"twelve" => 12,
"thirteen" => 13,
"fourteen" => 14,
"fifteen" => 15,
"sixteen" => 16,
"seventeen" => 17,
"eighteen" => 18,
"nineteen" => 19,
"twenty" => 20,
"thirty" => 30,
"forty" => 40,
"fifty" => 50,
_ => null
};
}
var parts = normalized.Split(' ', StringSplitOptions.RemoveEmptyEntries | StringSplitOptions.TrimEntries);
if (parts.Length != 2)
{
return normalized switch
{
"a" or "an" => 1,
"one" => 1,
"two" => 2,
"three" => 3,
"four" => 4,
"five" => 5,
"six" => 6,
"seven" => 7,
"eight" => 8,
"nine" => 9,
"ten" => 10,
"eleven" => 11,
"twelve" => 12,
"thirteen" => 13,
"fourteen" => 14,
"fifteen" => 15,
"sixteen" => 16,
"seventeen" => 17,
"eighteen" => 18,
"nineteen" => 19,
"twenty" => 20,
"thirty" => 30,
"forty" => 40,
"fifty" => 50,
_ => null
};
}
var first = ParseNumberToken(parts[0]);
var second = ParseNumberToken(parts[1]);
if (first is >= 20 && second is >= 0 and < 10)
{
return first + second;
}
return normalized switch
@@ -1213,6 +1503,10 @@ public sealed class JiboInteractionService(
@"\b(?<compact>\d{3,4})\s*(?<ampm>a[\s\.]*m\.?|p[\s\.]*m\.?)?\b",
RegexOptions.IgnoreCase | RegexOptions.CultureInvariant | RegexOptions.Compiled);
private static readonly Regex VolumeLevelPattern = new(
@"\b(?:volume|loudness)\s*(?:to|at|level|is)?\s*(?<value>10|\d|one|two|three|four|five|six|seven|eight|nine|ten)\b|\b(?:set|change|make|turn)\s+(?:the\s+|your\s+)?(?:volume|loudness)\s*(?:to|at)?\s*(?<value>10|\d|one|two|three|four|five|six|seven|eight|nine|ten)\b",
RegexOptions.IgnoreCase | RegexOptions.CultureInvariant | RegexOptions.Compiled);
private static readonly (string Phrase, string Station)[] RadioGenreAliases =
[
("country music", "Country"),

View File

@@ -1,78 +1,114 @@
using System.Text.Json;
using Jibo.Cloud.Application.Abstractions;
using Jibo.Cloud.Application.Logging;
using Jibo.Cloud.Domain.Models;
using Microsoft.Extensions.Logging;
namespace Jibo.Cloud.Application.Services;
public sealed class JiboWebSocketService(
ICloudStateStore stateStore,
IWebSocketTelemetrySink telemetrySink,
WebSocketTurnFinalizationService turnFinalizationService)
WebSocketTurnFinalizationService turnFinalizationService,
ILogger<JiboWebSocketService> logger)
{
private readonly DetailedOperationLogger _detailedLogger = new(logger);
public CloudSession GetOrCreateSession(WebSocketMessageEnvelope envelope)
{
return stateStore.FindSessionByToken(envelope.Token ?? string.Empty) ??
_detailedLogger.LogEntry(nameof(GetOrCreateSession),
("token", envelope.Token),
("kind", envelope.Kind),
("host", envelope.HostName));
var session = stateStore.FindSessionByToken(envelope.Token ?? string.Empty) ??
stateStore.OpenSession(envelope.Kind, null, envelope.Token, envelope.HostName, envelope.Path);
_detailedLogger.LogExit(nameof(GetOrCreateSession), $"sessionId={session.SessionId}");
return session;
}
public async Task<IReadOnlyList<WebSocketReply>> HandleMessageAsync(WebSocketMessageEnvelope envelope, CancellationToken cancellationToken = default)
{
_detailedLogger.LogEntry(nameof(HandleMessageAsync),
("isBinary", envelope.IsBinary),
("textLength", envelope.Text?.Length ?? 0),
("binaryLength", envelope.Binary?.Length ?? 0));
var session = GetOrCreateSession(envelope);
session.LastSeenUtc = DateTimeOffset.UtcNow;
_detailedLogger.LogState(nameof(HandleMessageAsync), "SessionId", session.SessionId);
_detailedLogger.LogState(nameof(HandleMessageAsync), "SessionKind", session.Kind);
if (envelope.IsBinary)
{
_detailedLogger.LogStep(nameof(HandleMessageAsync), "ProcessingBinaryAudio", $"bytes={envelope.Binary?.Length ?? 0}");
var replies = await turnFinalizationService.HandleBinaryAudioAsync(session, envelope, cancellationToken);
await telemetrySink.RecordTurnEventAsync(envelope, session, "binary_audio_received", new Dictionary<string, object?>
{
["bytes"] = envelope.Binary?.Length ?? 0
}, cancellationToken);
_detailedLogger.LogPayload(nameof(HandleMessageAsync), "BinaryAudio", envelope.Binary?.Length ?? 0, null);
_detailedLogger.LogExit(nameof(HandleMessageAsync), $"replies={replies.Count}");
return replies;
}
var parsedType = ReadMessageType(envelope.Text);
_detailedLogger.LogDecision(nameof(HandleMessageAsync), "MessageTypeResolved", parsedType);
session.LastMessageType = parsedType;
turnFinalizationService.ObserveIncomingMessage(session, envelope.Text);
WebSocketTurnFinalizationService.ObserveIncomingMessage(session, envelope.Text);
_detailedLogger.LogState(nameof(HandleMessageAsync), "LastMessageType", parsedType);
if (parsedType == "CONTEXT")
switch (parsedType)
{
var replies = await turnFinalizationService.HandleContextAsync(session, envelope, cancellationToken);
await telemetrySink.RecordTurnEventAsync(envelope, session, "context_received", new Dictionary<string, object?>
case "CONTEXT":
{
["transID"] = session.TurnState.TransId
}, cancellationToken);
return replies;
}
if (parsedType == "LISTEN")
{
var replies = ContainsInlineTurnPayload(envelope.Text)
? await turnFinalizationService.HandleTurnAsync(session, envelope, parsedType, cancellationToken)
: turnFinalizationService.HandleListenSetup(session, envelope);
await telemetrySink.RecordTurnEventAsync(envelope, session, "turn_processed", new Dictionary<string, object?>
_detailedLogger.LogStep(nameof(HandleMessageAsync), "ProcessingContext", $"transId={session.TurnState.TransId}");
var replies = await turnFinalizationService.HandleContextAsync(session, envelope, cancellationToken);
await telemetrySink.RecordTurnEventAsync(envelope, session, "context_received", new Dictionary<string, object?>
{
["transID"] = session.TurnState.TransId
}, cancellationToken);
_detailedLogger.LogExit(nameof(HandleMessageAsync), $"replies={replies.Count}");
return replies;
}
case "LISTEN":
{
["messageType"] = parsedType,
["replyCount"] = replies.Count,
["transcript"] = session.LastTranscript,
["intent"] = session.LastIntent
}, cancellationToken);
return replies;
}
if (parsedType is "CLIENT_NLU" or "CLIENT_ASR")
{
var replies = await turnFinalizationService.HandleTurnAsync(session, envelope, parsedType, cancellationToken);
await telemetrySink.RecordTurnEventAsync(envelope, session, "turn_processed", new Dictionary<string, object?>
var hasInlinePayload = ContainsInlineTurnPayload(envelope.Text);
_detailedLogger.LogDecision(nameof(HandleMessageAsync), "ListenHandlerSelected", hasInlinePayload ? "inline_turn" : "listen_setup");
var replies = hasInlinePayload
? await turnFinalizationService.HandleTurnAsync(session, envelope, parsedType, cancellationToken)
: WebSocketTurnFinalizationService.HandleListenSetup(session, envelope);
await telemetrySink.RecordTurnEventAsync(envelope, session, "turn_processed", new Dictionary<string, object?>
{
["messageType"] = parsedType,
["replyCount"] = replies.Count,
["transcript"] = session.LastTranscript,
["intent"] = session.LastIntent
}, cancellationToken);
_detailedLogger.LogExit(nameof(HandleMessageAsync), $"replies={replies.Count}");
return replies;
}
case "CLIENT_NLU" or "CLIENT_ASR":
{
["messageType"] = parsedType,
["replyCount"] = replies.Count,
["transcript"] = session.LastTranscript,
["intent"] = session.LastIntent
}, cancellationToken);
return replies;
_detailedLogger.LogStep(nameof(HandleMessageAsync), "ProcessingTurn", $"type={parsedType}");
var replies = await turnFinalizationService.HandleTurnAsync(session, envelope, parsedType, cancellationToken);
await telemetrySink.RecordTurnEventAsync(envelope, session, "turn_processed", new Dictionary<string, object?>
{
["messageType"] = parsedType,
["replyCount"] = replies.Count,
["transcript"] = session.LastTranscript,
["intent"] = session.LastIntent
}, cancellationToken);
_detailedLogger.LogExit(nameof(HandleMessageAsync), $"replies={replies.Count}");
return replies;
}
default:
_detailedLogger.LogDecision(nameof(HandleMessageAsync), "UnknownMessageType", $"type={parsedType}");
_detailedLogger.LogExit(nameof(HandleMessageAsync), "empty");
return [];
}
return [];
}
private static string ReadMessageType(string? text)

View File

@@ -93,52 +93,46 @@ public sealed class ProtocolToTurnContextMapper
using var document = JsonDocument.Parse(text);
var root = document.RootElement;
if (root.TryGetProperty("data", out var data))
if (!root.TryGetProperty("data", out var data)) return null;
if (data.TryGetProperty("text", out var transcript) && transcript.ValueKind == JsonValueKind.String)
{
if (data.TryGetProperty("text", out var transcript) && transcript.ValueKind == JsonValueKind.String)
{
return transcript.GetString();
}
if (data.TryGetProperty("asr", out var asr) &&
asr.ValueKind == JsonValueKind.Object &&
asr.TryGetProperty("text", out var asrText) &&
asrText.ValueKind == JsonValueKind.String)
{
return asrText.GetString();
}
if (data.TryGetProperty("transcriptHint", out var transcriptHint) && transcriptHint.ValueKind == JsonValueKind.String)
{
return transcriptHint.GetString();
}
if (data.TryGetProperty("intent", out var intent) && intent.ValueKind == JsonValueKind.String)
{
attributes["clientIntent"] = intent.GetString();
}
if (data.TryGetProperty("rules", out var rules) && rules.ValueKind == JsonValueKind.Array)
{
attributes["clientRules"] = rules.EnumerateArray()
.Where(item => item.ValueKind == JsonValueKind.String)
.Select(item => item.GetString() ?? string.Empty)
.Where(rule => !string.IsNullOrWhiteSpace(rule))
.ToArray();
}
if (data.TryGetProperty("entities", out var entities) && entities.ValueKind == JsonValueKind.Object)
{
attributes["clientEntities"] = entities.Clone();
}
if (intent.ValueKind == JsonValueKind.String)
{
return intent.GetString();
}
return transcript.GetString();
}
return null;
if (data.TryGetProperty("asr", out var asr) &&
asr.ValueKind == JsonValueKind.Object &&
asr.TryGetProperty("text", out var asrText) &&
asrText.ValueKind == JsonValueKind.String)
{
return asrText.GetString();
}
if (data.TryGetProperty("transcriptHint", out var transcriptHint) && transcriptHint.ValueKind == JsonValueKind.String)
{
return transcriptHint.GetString();
}
if (data.TryGetProperty("intent", out var intent) && intent.ValueKind == JsonValueKind.String)
{
attributes["clientIntent"] = intent.GetString();
}
if (data.TryGetProperty("rules", out var rules) && rules.ValueKind == JsonValueKind.Array)
{
attributes["clientRules"] = rules.EnumerateArray()
.Where(item => item.ValueKind == JsonValueKind.String)
.Select(item => item.GetString() ?? string.Empty)
.Where(rule => !string.IsNullOrWhiteSpace(rule))
.ToArray();
}
if (data.TryGetProperty("entities", out var entities) && entities.ValueKind == JsonValueKind.Object)
{
attributes["clientEntities"] = entities.Clone();
}
return intent.ValueKind == JsonValueKind.String ? intent.GetString() : null;
}
catch
{

View File

@@ -6,7 +6,8 @@ namespace Jibo.Cloud.Application.Services;
public sealed class ResponsePlanToSocketMessagesMapper
{
public static IReadOnlyList<SocketReplyPlan> Map(ResponsePlan plan, TurnContext turn, CloudSession session, bool emitSkillActions)
public static IReadOnlyList<SocketReplyPlan> Map(ResponsePlan plan, TurnContext turn, CloudSession session,
bool emitSkillActions)
{
var speak = plan.Actions.OfType<SpeakAction>().FirstOrDefault();
var skill = plan.Actions.OfType<InvokeNativeSkillAction>().FirstOrDefault();
@@ -22,9 +23,16 @@ public sealed class ResponsePlanToSocketMessagesMapper
var isYesNoIntent = string.Equals(plan.IntentName, "yes", StringComparison.OrdinalIgnoreCase) ||
string.Equals(plan.IntentName, "no", StringComparison.OrdinalIgnoreCase);
var isWordOfDayLaunch = string.Equals(plan.IntentName, "word_of_the_day", StringComparison.OrdinalIgnoreCase);
var isWordOfDayGuess = string.Equals(plan.IntentName, "word_of_the_day_guess", StringComparison.OrdinalIgnoreCase);
var isWordOfDayGuess =
string.Equals(plan.IntentName, "word_of_the_day_guess", StringComparison.OrdinalIgnoreCase);
var isRadioLaunch = string.Equals(plan.IntentName, "radio", StringComparison.OrdinalIgnoreCase) ||
string.Equals(plan.IntentName, "radio_genre", StringComparison.OrdinalIgnoreCase);
var isStopCommand = string.Equals(plan.IntentName, "stop", StringComparison.OrdinalIgnoreCase);
var isVolumeControl = string.Equals(plan.IntentName, "volume_up", StringComparison.OrdinalIgnoreCase) ||
string.Equals(plan.IntentName, "volume_down", StringComparison.OrdinalIgnoreCase) ||
string.Equals(plan.IntentName, "volume_to_value", StringComparison.OrdinalIgnoreCase);
var isSettingsLaunch = string.Equals(skill?.SkillName, "@be/settings", StringComparison.OrdinalIgnoreCase);
var isGlobalCommand = isStopCommand || isVolumeControl;
var isPhotoGalleryLaunch = string.Equals(plan.IntentName, "photo_gallery", StringComparison.OrdinalIgnoreCase);
var isPhotoCreateLaunch = string.Equals(plan.IntentName, "snapshot", StringComparison.OrdinalIgnoreCase) ||
string.Equals(plan.IntentName, "photobooth", StringComparison.OrdinalIgnoreCase);
@@ -39,55 +47,84 @@ public sealed class ResponsePlanToSocketMessagesMapper
var alarmAmPm = ReadSkillPayloadString(skill, "ampm");
var radioStation = ReadSkillPayloadString(skill, "station");
var cloudSkill = ReadSkillPayloadString(skill, "cloudSkill");
var globalIntent = ReadSkillPayloadString(skill, "globalIntent");
var nluDomain = ReadSkillPayloadString(skill, "nluDomain");
var volumeLevel = ReadSkillPayloadString(skill, "volumeLevel");
var nluGuess = ReadClientEntity(turn, "guess");
var wordOfDayGuess = ResolveWordOfDayGuess(turn, transcript, nluGuess);
var outboundIntent = isWordOfDayLaunch
? "menu"
: isRadioLaunch
? "menu"
: (isPhotoGalleryLaunch || isPhotoCreateLaunch) && !string.IsNullOrWhiteSpace(localIntent)
? localIntent
: isClockSkillLaunch && !string.IsNullOrWhiteSpace(clockIntent)
? clockIntent
: isWordOfDayGuess
? "guess"
: string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase) && !string.IsNullOrWhiteSpace(clientIntent)
? clientIntent
: plan.IntentName ?? "unknown";
var outboundIntent = isGlobalCommand && !string.IsNullOrWhiteSpace(globalIntent)
? globalIntent
: isWordOfDayLaunch
? "menu"
: isRadioLaunch
? "menu"
: isSettingsLaunch && !string.IsNullOrWhiteSpace(localIntent)
? localIntent
: (isPhotoGalleryLaunch || isPhotoCreateLaunch) && !string.IsNullOrWhiteSpace(localIntent)
? localIntent
: isClockSkillLaunch && !string.IsNullOrWhiteSpace(clockIntent)
? clockIntent
: isWordOfDayGuess
? "guess"
: string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase) &&
!string.IsNullOrWhiteSpace(clientIntent)
? clientIntent
: plan.IntentName ?? "unknown";
var outboundAsrText = isWordOfDayGuess && !string.IsNullOrWhiteSpace(wordOfDayGuess)
? wordOfDayGuess
: isWordOfDayLaunch
? string.Empty
: isRadioLaunch
? transcript
: isPhotoGalleryLaunch || isPhotoCreateLaunch
? transcript
: isClockSkillLaunch
? transcript
: string.Equals(clientIntent, "guess", StringComparison.OrdinalIgnoreCase) && !string.IsNullOrWhiteSpace(nluGuess)
? nluGuess
: isYesNoTurn && isYesNoIntent
? transcript
: string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase) && !string.IsNullOrWhiteSpace(clientIntent)
? clientIntent
: transcript;
? string.Empty
: isGlobalCommand
? transcript
: isRadioLaunch
? transcript
: isSettingsLaunch
? transcript
: isPhotoGalleryLaunch || isPhotoCreateLaunch
? transcript
: isClockSkillLaunch
? transcript
: string.Equals(clientIntent, "guess", StringComparison.OrdinalIgnoreCase) &&
!string.IsNullOrWhiteSpace(nluGuess)
? nluGuess
: isYesNoTurn && isYesNoIntent
? transcript
: string.Equals(messageType, "CLIENT_NLU",
StringComparison.OrdinalIgnoreCase) &&
!string.IsNullOrWhiteSpace(clientIntent)
? clientIntent
: transcript;
var outboundRules = isWordOfDayLaunch
? ["word-of-the-day/menu"]
: isRadioLaunch
? Array.Empty<string>()
: isPhotoGalleryLaunch || isPhotoCreateLaunch
? string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase) ? rules : Array.Empty<string>()
: isClockSkillLaunch
? string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase) ? rules : Array.Empty<string>()
: isWordOfDayGuess
? ["word-of-the-day/puzzle"]
: isYesNoTurn && isYesNoIntent ? [yesNoRule!] : rules;
: isGlobalCommand
? BuildGlobalCommandRules(rules)
: isRadioLaunch
? []
: isSettingsLaunch
? string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase)
? rules
: []
: isPhotoGalleryLaunch || isPhotoCreateLaunch
? string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase)
? rules
: []
: isClockSkillLaunch
? string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase)
? rules
: []
: isWordOfDayGuess
? ["word-of-the-day/puzzle"]
: isYesNoTurn && isYesNoIntent
? [yesNoRule!]
: rules;
var entities = ReadEntities(
turn,
messageType,
isYesNoTurn && isYesNoIntent,
ShouldIncludeCreateDomain(yesNoRule),
isWordOfDayLaunch,
isGlobalCommand,
volumeLevel,
isRadioLaunch,
isWordOfDayGuess,
wordOfDayGuess,
@@ -118,10 +155,12 @@ public sealed class ResponsePlanToSocketMessagesMapper
entities,
isWordOfDayLaunch ? "@be/word-of-the-day" :
isRadioLaunch ? "@be/radio" :
isSettingsLaunch ? "@be/settings" :
isPhotoGalleryLaunch ? "@be/gallery" :
isPhotoCreateLaunch ? "@be/create" :
isClockSkillLaunch ? "@be/clock" :
null),
null,
isGlobalCommand ? nluDomain ?? "global_commands" : null),
match = new
{
intent = outboundIntent,
@@ -177,6 +216,39 @@ public sealed class ResponsePlanToSocketMessagesMapper
DelayMs: 125));
}
if (isStopCommand)
{
messages.Add(new SocketReplyPlan(
JsonSerializer.Serialize(BuildSkillRedirectPayload(
transId,
"@be/idle",
outboundIntent,
outboundAsrText,
outboundRules,
entities)),
DelayMs: 75));
messages.Add(new SocketReplyPlan(
JsonSerializer.Serialize(BuildCompletionOnlySkillPayload(transId, "@be/idle")),
DelayMs: 125));
}
if (isSettingsLaunch &&
!string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase))
{
messages.Add(new SocketReplyPlan(
JsonSerializer.Serialize(BuildSkillRedirectPayload(
transId,
"@be/settings",
outboundIntent,
outboundAsrText,
outboundRules,
entities)),
DelayMs: 75));
messages.Add(new SocketReplyPlan(
JsonSerializer.Serialize(BuildCompletionOnlySkillPayload(transId, "@be/settings")),
DelayMs: 125));
}
if (isClockSkillLaunch &&
!string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase))
{
@@ -222,7 +294,8 @@ public sealed class ResponsePlanToSocketMessagesMapper
return messages;
}
public static IReadOnlyList<SocketReplyPlan> MapFallback(CloudSession session, string transId, IReadOnlyList<string> rules)
public static IReadOnlyList<SocketReplyPlan> MapFallback(CloudSession session, string transId,
IReadOnlyList<string> rules)
{
return
[
@@ -318,12 +391,12 @@ public sealed class ResponsePlanToSocketMessagesMapper
var messages = new List<SocketReplyPlan>(MapNoInput(transId, rules))
{
new(JsonSerializer.Serialize(BuildSkillRedirectPayload(
transId,
skillId,
string.Empty,
string.Empty,
[],
new Dictionary<string, object?>())),
transId,
skillId,
string.Empty,
string.Empty,
[],
new Dictionary<string, object?>())),
redirectDelayMs)
};
@@ -344,7 +417,7 @@ public sealed class ResponsePlanToSocketMessagesMapper
return value switch
{
IReadOnlyList<string> typedRules => typedRules,
IEnumerable<string> rules => rules.Where(rule => !string.IsNullOrWhiteSpace(rule)).ToArray(),
IEnumerable<string> rules => [.. rules.Where(rule => !string.IsNullOrWhiteSpace(rule))],
_ => []
};
}
@@ -355,6 +428,8 @@ public sealed class ResponsePlanToSocketMessagesMapper
bool yesNoTurn,
bool includeCreateDomain,
bool wordOfDayLaunch,
bool globalCommand,
string? volumeLevel,
bool radioLaunch,
bool wordOfDayGuess,
string? guess,
@@ -389,6 +464,17 @@ public sealed class ResponsePlanToSocketMessagesMapper
};
}
if (globalCommand)
{
var entities = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase);
if (!string.IsNullOrWhiteSpace(volumeLevel))
{
entities["volumeLevel"] = volumeLevel;
}
return entities;
}
if (radioLaunch)
{
var entities = new Dictionary<string, object?>();
@@ -416,12 +502,11 @@ public sealed class ResponsePlanToSocketMessagesMapper
entities["seconds"] = timerSeconds ?? "null";
}
if (string.Equals(clockDomain, "alarm", StringComparison.OrdinalIgnoreCase) &&
(!string.IsNullOrWhiteSpace(alarmTime) || !string.IsNullOrWhiteSpace(alarmAmPm)))
{
entities["time"] = alarmTime ?? string.Empty;
entities["ampm"] = alarmAmPm ?? string.Empty;
}
if (!string.Equals(clockDomain, "alarm", StringComparison.OrdinalIgnoreCase) ||
(string.IsNullOrWhiteSpace(alarmTime) && string.IsNullOrWhiteSpace(alarmAmPm))) return entities;
entities["time"] = alarmTime ?? string.Empty;
entities["ampm"] = alarmAmPm ?? string.Empty;
return entities;
}
@@ -434,12 +519,8 @@ public sealed class ResponsePlanToSocketMessagesMapper
};
}
if (!string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase))
{
return new Dictionary<string, object?>();
}
if (!turn.Attributes.TryGetValue("clientEntities", out var value) || value is null)
if (!string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase) ||
!turn.Attributes.TryGetValue("clientEntities", out var value) || value is null)
{
return new Dictionary<string, object?>();
}
@@ -511,7 +592,8 @@ public sealed class ResponsePlanToSocketMessagesMapper
return value switch
{
JsonElement { ValueKind: JsonValueKind.Object } jsonElement
when jsonElement.TryGetProperty(entityName, out var property) && property.ValueKind == JsonValueKind.String
when jsonElement.TryGetProperty(entityName, out var property) &&
property.ValueKind == JsonValueKind.String
=> property.GetString(),
IReadOnlyDictionary<string, string> typed when typed.TryGetValue(entityName, out var entityValue)
=> entityValue,
@@ -531,7 +613,7 @@ public sealed class ResponsePlanToSocketMessagesMapper
return value?.ToString();
}
private static string? ResolveWordOfDayGuess(TurnContext turn, string transcript, string? nluGuess)
private static string ResolveWordOfDayGuess(TurnContext turn, string transcript, string? nluGuess)
{
if (!string.IsNullOrWhiteSpace(nluGuess))
{
@@ -591,11 +673,10 @@ public sealed class ResponsePlanToSocketMessagesMapper
}
var distance = ComputeEditDistance(normalizedTranscript, normalizedHint);
if (distance < bestDistance)
{
bestDistance = distance;
bestHint = hint;
}
if (distance >= bestDistance) continue;
bestDistance = distance;
bestHint = hint;
}
return bestDistance <= 2 ? bestHint : null;
@@ -633,10 +714,12 @@ public sealed class ResponsePlanToSocketMessagesMapper
return previous[right.Length];
}
private static object BuildSkillPayload(ResponsePlan plan, TurnContext turn, string transId, SpeakAction speak, InvokeNativeSkillAction? skill)
private static object BuildSkillPayload(ResponsePlan plan, TurnContext turn, string transId, SpeakAction speak,
InvokeNativeSkillAction? skill)
{
var skillPayload = skill?.Payload;
if (string.Equals(ReadPayloadString(skillPayload, "cloudResponseMode"), "completion_only", StringComparison.OrdinalIgnoreCase))
if (string.Equals(ReadPayloadString(skillPayload, "cloudResponseMode"), "completion_only",
StringComparison.OrdinalIgnoreCase))
{
return BuildCompletionOnlySkillPayload(
transId,
@@ -647,12 +730,14 @@ public sealed class ResponsePlanToSocketMessagesMapper
string.Equals(skill?.SkillName, "@be/joke", StringComparison.OrdinalIgnoreCase);
var isDance = string.Equals(plan.IntentName, "dance", StringComparison.OrdinalIgnoreCase);
var payloadSkill = ReadPayloadString(skillPayload, "skillId");
var skillId = string.IsNullOrWhiteSpace(payloadSkill) ? isJoke ? "@be/joke" : skill?.SkillName ?? "chitchat-skill" : payloadSkill;
var skillId = string.IsNullOrWhiteSpace(payloadSkill)
? isJoke ? "@be/joke" : skill?.SkillName ?? "chitchat-skill"
: payloadSkill;
var esml = ReadPayloadString(skillPayload, "esml") ?? (isDance
? "<speak>Okay.<break size='0.2'/> Watch this.<anim cat='dance' filter='music, rom-upbeat' /></speak>"
: isJoke
? $"<speak><es cat='happy' filter='!ssa-only, !sfx-only' endNeutral='true'>{EscapeXml(speak.Text)}</es></speak>"
: $"<speak><es cat='neutral' filter='!ssa-only, !sfx-only' endNeutral='true'>{EscapeXml(speak.Text)}</es></speak>");
? $"<speak><es cat='happy' filter='!ssa-only, !sfx-only' endNeutral='true'>{EscapeXml(speak.Text)}</es></speak>"
: $"<speak><es cat='neutral' filter='!ssa-only, !sfx-only' endNeutral='true'>{EscapeXml(speak.Text)}</es></speak>");
var mimId = ReadPayloadString(skillPayload, "mim_id") ?? (isJoke ? "runtime-joke" : "runtime-chat");
var mimType = ReadPayloadString(skillPayload, "mim_type") ?? "announcement";
@@ -702,7 +787,8 @@ public sealed class ResponsePlanToSocketMessagesMapper
string outboundIntent,
IReadOnlyList<string> outboundRules,
object entities,
string? skillId)
string? skillId,
string? domain = null)
{
var payload = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
{
@@ -717,9 +803,22 @@ public sealed class ResponsePlanToSocketMessagesMapper
payload["skill"] = skillId;
}
if (!string.IsNullOrWhiteSpace(domain))
{
payload["domain"] = domain;
}
return payload;
}
private static IReadOnlyList<string> BuildGlobalCommandRules(IReadOnlyList<string> rules)
{
return rules.Any(static rule =>
string.Equals(rule, "globals/global_commands_launch", StringComparison.OrdinalIgnoreCase))
? ["globals/global_commands_launch"]
: [];
}
private static object BuildGenericFallbackSkillPayload(string transId)
{
return new
@@ -745,7 +844,8 @@ public sealed class ResponsePlanToSocketMessagesMapper
{
play = new
{
esml = "<speak><es cat='neutral' filter='!ssa-only, !sfx-only' endNeutral='true'>I heard you.</es></speak>",
esml =
"<speak><es cat='neutral' filter='!ssa-only, !sfx-only' endNeutral='true'>I heard you.</es></speak>",
meta = new
{
prompt_id = "RUNTIME_PROMPT",

View File

@@ -1,24 +1,25 @@
using System.Text.Json;
using Jibo.Cloud.Application.Abstractions;
using Jibo.Cloud.Application.Logging;
using Jibo.Cloud.Domain.Models;
using Jibo.Runtime.Abstractions;
using System.Text.RegularExpressions;
using Microsoft.Extensions.Logging;
namespace Jibo.Cloud.Application.Services;
public sealed class WebSocketTurnFinalizationService(
ProtocolToTurnContextMapper turnContextMapper,
public sealed partial class WebSocketTurnFinalizationService(
IConversationBroker conversationBroker,
ResponsePlanToSocketMessagesMapper replyMapper,
ISttStrategySelector sttStrategySelector,
ITurnTelemetrySink sink
)
ITurnTelemetrySink sink,
ILogger<WebSocketTurnFinalizationService> logger)
{
private readonly DetailedOperationLogger _detailedLogger = new(logger);
private const int AutoFinalizeMinBufferedAudioBytes = 12000;
private const int AutoFinalizeMinBufferedAudioChunks = 4;
private static readonly TimeSpan AutoFinalizeMinTurnAge = TimeSpan.FromMilliseconds(1400);
public void ObserveIncomingMessage(CloudSession session, string? text)
public static void ObserveIncomingMessage(CloudSession session, string? text)
{
if (!TryReadTransId(text, out var nextTransId) || string.IsNullOrWhiteSpace(nextTransId))
{
@@ -38,17 +39,18 @@ public sealed class WebSocketTurnFinalizationService(
WebSocketMessageEnvelope envelope,
CancellationToken cancellationToken = default)
{
var turnState = session.TurnState;
if (ShouldIgnoreLateAudio(session))
{
return [];
}
_detailedLogger.LogEntry(nameof(HandleBinaryAudioAsync),
("sessionId", session.SessionId),
("audioBytes", envelope.Binary?.Length ?? 0));
if (!turnState.AwaitingTurnCompletion &&
var turnState = session.TurnState;
if (ShouldIgnoreLateAudio(session) || !turnState.AwaitingTurnCompletion &&
!session.FollowUpOpen &&
!turnState.SawListen &&
!string.IsNullOrWhiteSpace(turnState.TransId))
{
_detailedLogger.LogDecision(nameof(HandleBinaryAudioAsync), "IgnoringLateAudio", $"transId={turnState.TransId}");
_detailedLogger.LogExit(nameof(HandleBinaryAudioAsync), "empty");
return [];
}
@@ -58,7 +60,7 @@ public sealed class WebSocketTurnFinalizationService(
turnState.BufferedAudioBytes += envelope.Binary?.Length ?? 0;
if (envelope.Binary is { Length: > 0 })
{
turnState.BufferedAudioFrames.Add(envelope.Binary.ToArray());
turnState.BufferedAudioFrames.Add([.. envelope.Binary]);
}
turnState.LastAudioReceivedUtc = DateTimeOffset.UtcNow;
turnState.AwaitingTurnCompletion = true;
@@ -66,9 +68,14 @@ public sealed class WebSocketTurnFinalizationService(
if (ShouldAutoFinalize(session))
{
return await FinalizeTurnAsync(session, envelope, "AUTO_FINALIZE", allowFallbackOnMissingTranscript: true, cancellationToken);
_detailedLogger.LogDecision(nameof(HandleBinaryAudioAsync), "AutoFinalizing", $"chunks={turnState.BufferedAudioChunkCount}, bytes={turnState.BufferedAudioBytes}");
var replies = await FinalizeTurnAsync(session, envelope, "AUTO_FINALIZE", allowFallbackOnMissingTranscript: true, cancellationToken);
_detailedLogger.LogExit(nameof(HandleBinaryAudioAsync), $"replies={replies.Count}");
return replies;
}
_detailedLogger.LogStep(nameof(HandleBinaryAudioAsync), "BufferingAudio", $"chunks={turnState.BufferedAudioChunkCount}, bytes={turnState.BufferedAudioBytes}");
_detailedLogger.LogExit(nameof(HandleBinaryAudioAsync), "empty-awaiting-more");
return [];
}
@@ -116,7 +123,7 @@ public sealed class WebSocketTurnFinalizationService(
return await FinalizeTurnAsync(session, envelope, messageType, allowFallbackOnMissingTranscript: false, cancellationToken);
}
public IReadOnlyList<WebSocketReply> HandleListenSetup(CloudSession session, WebSocketMessageEnvelope envelope)
public static IReadOnlyList<WebSocketReply> HandleListenSetup(CloudSession session, WebSocketMessageEnvelope envelope)
{
PersistTurnHints(session, envelope.Text);
@@ -129,7 +136,7 @@ public sealed class WebSocketTurnFinalizationService(
ResetBufferedAudio(session);
session.TurnState.SawListen = false;
session.TurnState.SawContext = false;
return ResponsePlanToSocketMessagesMapper.MapNoInputAndRedirectToSkill(
return [.. ResponsePlanToSocketMessagesMapper.MapNoInputAndRedirectToSkill(
session.TurnState.TransId ?? session.LastTransId ?? string.Empty,
session.TurnState.ListenRules,
"@be/idle")
@@ -137,8 +144,7 @@ public sealed class WebSocketTurnFinalizationService(
{
Text = map.Text,
DelayMs = map.DelayMs
})
.ToArray();
})];
}
session.TurnState.AwaitingTurnCompletion = true;
@@ -147,17 +153,12 @@ public sealed class WebSocketTurnFinalizationService(
private async Task<TurnContext> ResolveTranscriptAsync(TurnContext turn, CloudSession session, CancellationToken cancellationToken)
{
if (!string.IsNullOrWhiteSpace(turn.NormalizedTranscript) || !string.IsNullOrWhiteSpace(turn.RawTranscript))
if (!string.IsNullOrWhiteSpace(turn.NormalizedTranscript) || !string.IsNullOrWhiteSpace(turn.RawTranscript) || session.TurnState.BufferedAudioBytes <= 0)
{
return turn;
}
if (session.TurnState.BufferedAudioBytes <= 0)
{
return turn;
}
ISttStrategy? strategy = null;
ISttStrategy? strategy;
try
{
strategy = await sttStrategySelector.SelectAsync(turn, cancellationToken);
@@ -254,47 +255,44 @@ public sealed class WebSocketTurnFinalizationService(
}
}
if (root.TryGetProperty("data", out var data) && data.ValueKind == JsonValueKind.Object)
if (!root.TryGetProperty("data", out var data) || data.ValueKind != JsonValueKind.Object) return;
if (data.TryGetProperty("rules", out var rules) && rules.ValueKind == JsonValueKind.Array)
{
if (data.TryGetProperty("rules", out var rules) && rules.ValueKind == JsonValueKind.Array)
{
turnState.ListenRules = rules.EnumerateArray()
turnState.ListenRules = [.. rules.EnumerateArray()
.Select(item => item.ValueKind == JsonValueKind.String ? item.GetString() ?? string.Empty : item.ToString())
.Where(rule => !string.IsNullOrWhiteSpace(rule))
.ToArray();
session.Metadata["listenRules"] = turnState.ListenRules;
}
if (data.TryGetProperty("asr", out var asr) &&
asr.ValueKind == JsonValueKind.Object &&
asr.TryGetProperty("hints", out var hints) &&
hints.ValueKind == JsonValueKind.Array)
{
turnState.ListenAsrHints = hints.EnumerateArray()
.Where(static item => item.ValueKind == JsonValueKind.String)
.Select(static item => item.GetString() ?? string.Empty)
.Where(static hint => !string.IsNullOrWhiteSpace(hint))
.ToArray();
}
if (data.TryGetProperty("hotphrase", out var hotphrase) &&
(hotphrase.ValueKind == JsonValueKind.True || hotphrase.ValueKind == JsonValueKind.False))
{
turnState.ListenHotphrase = hotphrase.GetBoolean();
turnState.HotphraseEmptyTurnCount = 0;
}
if (data.TryGetProperty("intent", out var intent) && intent.ValueKind == JsonValueKind.String)
{
session.LastIntent = intent.GetString();
}
if (data.TryGetProperty("transcriptHint", out var transcriptHint) && transcriptHint.ValueKind == JsonValueKind.String)
{
turnState.AudioTranscriptHint = transcriptHint.GetString();
session.Metadata["audioTranscriptHint"] = turnState.AudioTranscriptHint;
}
.Where(rule => !string.IsNullOrWhiteSpace(rule))];
session.Metadata["listenRules"] = turnState.ListenRules;
}
if (data.TryGetProperty("asr", out var asr) &&
asr.ValueKind == JsonValueKind.Object &&
asr.TryGetProperty("hints", out var hints) &&
hints.ValueKind == JsonValueKind.Array)
{
turnState.ListenAsrHints = [.. hints.EnumerateArray()
.Where(static item => item.ValueKind == JsonValueKind.String)
.Select(static item => item.GetString() ?? string.Empty)
.Where(static hint => !string.IsNullOrWhiteSpace(hint))];
}
if (data.TryGetProperty("hotphrase", out var hotphrase) &&
hotphrase.ValueKind is JsonValueKind.True or JsonValueKind.False)
{
turnState.ListenHotphrase = hotphrase.GetBoolean();
turnState.HotphraseEmptyTurnCount = 0;
}
if (data.TryGetProperty("intent", out var intent) && intent.ValueKind == JsonValueKind.String)
{
session.LastIntent = intent.GetString();
}
if (!data.TryGetProperty("transcriptHint", out var transcriptHint) ||
transcriptHint.ValueKind != JsonValueKind.String) return;
turnState.AudioTranscriptHint = transcriptHint.GetString();
session.Metadata["audioTranscriptHint"] = turnState.AudioTranscriptHint;
}
catch
{
@@ -394,7 +392,7 @@ public sealed class WebSocketTurnFinalizationService(
ResetBufferedAudio(session);
turnState.SawListen = false;
turnState.SawContext = false;
return ResponsePlanToSocketMessagesMapper.MapNoInputAndRedirectToSkill(
return [.. ResponsePlanToSocketMessagesMapper.MapNoInputAndRedirectToSkill(
turnState.TransId ?? session.LastTransId ?? string.Empty,
turnState.ListenRules,
"@be/idle")
@@ -402,8 +400,7 @@ public sealed class WebSocketTurnFinalizationService(
{
Text = map.Text,
DelayMs = map.DelayMs
})
.ToArray();
})];
}
if (ShouldHandleAsLocalNoInput(finalizedTurn))
@@ -448,36 +445,38 @@ public sealed class WebSocketTurnFinalizationService(
turnState.FinalizeAttemptCount += 1;
}
if (allowFallbackOnMissingTranscript &&
turnState.BufferedAudioBytes >= AutoFinalizeMinBufferedAudioBytes &&
IsYesNoTurn(finalizedTurn))
switch (allowFallbackOnMissingTranscript)
{
turnState.AwaitingTurnCompletion = false;
session.LastTranscript = string.Empty;
session.LastIntent = null;
session.LastListenType = "no-input";
var localRule = ReadPrimaryYesNoRule(finalizedTurn);
var noInputReplies = BuildLocalNoInputReplies(session, turnState, localRule);
ResetBufferedAudio(session);
return noInputReplies;
case true when
turnState.BufferedAudioBytes >= AutoFinalizeMinBufferedAudioBytes &&
IsYesNoTurn(finalizedTurn):
{
turnState.AwaitingTurnCompletion = false;
session.LastTranscript = string.Empty;
session.LastIntent = null;
session.LastListenType = "no-input";
var localRule = ReadPrimaryYesNoRule(finalizedTurn);
var noInputReplies = BuildLocalNoInputReplies(session, turnState, localRule);
ResetBufferedAudio(session);
return noInputReplies;
}
case true when
turnState.BufferedAudioBytes >= AutoFinalizeMinBufferedAudioBytes &&
string.IsNullOrWhiteSpace(turnState.LastSttError):
{
turnState.AwaitingTurnCompletion = false;
session.LastTranscript = string.Empty;
session.LastIntent = "heyJibo";
session.LastListenType = "fallback";
var fallbackReplies = ResponsePlanToSocketMessagesMapper.MapFallback(session, turnState.TransId ?? session.LastTransId ?? string.Empty, turnState.ListenRules)
.Select(map => new WebSocketReply { Text = map.Text, DelayMs = map.DelayMs })
.ToArray();
ResetBufferedAudio(session);
return fallbackReplies;
}
default:
return [];
}
if (allowFallbackOnMissingTranscript &&
turnState.BufferedAudioBytes >= AutoFinalizeMinBufferedAudioBytes &&
string.IsNullOrWhiteSpace(turnState.LastSttError))
{
turnState.AwaitingTurnCompletion = false;
session.LastTranscript = string.Empty;
session.LastIntent = "heyJibo";
session.LastListenType = "fallback";
var fallbackReplies = ResponsePlanToSocketMessagesMapper.MapFallback(session, turnState.TransId ?? session.LastTransId ?? string.Empty, turnState.ListenRules)
.Select(map => new WebSocketReply { Text = map.Text, DelayMs = map.DelayMs })
.ToArray();
ResetBufferedAudio(session);
return fallbackReplies;
}
return [];
}
var plan = await conversationBroker.HandleTurnAsync(finalizedTurn, cancellationToken);
@@ -487,7 +486,7 @@ public sealed class WebSocketTurnFinalizationService(
session.LastListenType = listenAction?.Mode;
turnState.LastLocalNoInputRule = null;
turnState.LocalNoInputCount = 0;
if (plan.Actions.OfType<InvokeNativeSkillAction>().FirstOrDefault() is { SkillName: "@be/clock", Payload: not null } clockAction &&
if (plan.Actions.OfType<InvokeNativeSkillAction>().FirstOrDefault() is { SkillName: "@be/clock" } clockAction &&
clockAction.Payload.TryGetValue("domain", out var lastClockDomainValue) &&
lastClockDomainValue is not null)
{
@@ -504,6 +503,11 @@ public sealed class WebSocketTurnFinalizationService(
var emitSkillActions = !string.Equals(plan.IntentName, "word_of_the_day", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "radio", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "radio_genre", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "stop", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "volume_up", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "volume_down", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "volume_to_value", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "volume_query", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "time", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "date", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "day", StringComparison.OrdinalIgnoreCase) &&
@@ -511,6 +515,8 @@ public sealed class WebSocketTurnFinalizationService(
!string.Equals(plan.IntentName, "clock_menu", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "timer_menu", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "alarm_menu", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "timer_cancel", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "alarm_cancel", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "timer_clarify", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "alarm_clarify", StringComparison.OrdinalIgnoreCase) &&
!string.Equals(plan.IntentName, "timer_value", StringComparison.OrdinalIgnoreCase) &&
@@ -538,10 +544,7 @@ public sealed class WebSocketTurnFinalizationService(
var turnAge = turnState.FirstAudioReceivedUtc.HasValue
? DateTimeOffset.UtcNow - turnState.FirstAudioReceivedUtc.Value
: TimeSpan.Zero;
return turnState.AwaitingTurnCompletion &&
turnState.SawListen &&
turnState.BufferedAudioChunkCount >= AutoFinalizeMinBufferedAudioChunks &&
turnState.BufferedAudioBytes >= AutoFinalizeMinBufferedAudioBytes &&
return turnState is { AwaitingTurnCompletion: true, SawListen: true, BufferedAudioChunkCount: >= AutoFinalizeMinBufferedAudioChunks, BufferedAudioBytes: >= AutoFinalizeMinBufferedAudioBytes } &&
turnAge >= AutoFinalizeMinTurnAge;
}
@@ -748,7 +751,7 @@ public sealed class WebSocketTurnFinalizationService(
.FirstOrDefault(IsConstrainedYesNoRule);
}
private static IReadOnlyList<WebSocketReply> BuildLocalNoInputReplies(
private static WebSocketReply[] BuildLocalNoInputReplies(
CloudSession session,
WebSocketTurnState turnState,
string? localRule)
@@ -757,14 +760,12 @@ public sealed class WebSocketTurnFinalizationService(
var effectiveRule = string.IsNullOrWhiteSpace(localRule)
? turnState.ListenRules.FirstOrDefault(IsLocalNoInputRule)
: localRule;
IReadOnlyList<string> rules = string.IsNullOrWhiteSpace(effectiveRule) ? turnState.ListenRules : [effectiveRule];
var rules = string.IsNullOrWhiteSpace(effectiveRule) ? turnState.ListenRules : [effectiveRule];
var maps = ShouldRedirectRepeatedNoInputToIdle(turnState, effectiveRule)
? ResponsePlanToSocketMessagesMapper.MapNoInputAndRedirectToSkill(transId, rules, "@be/idle")
: ResponsePlanToSocketMessagesMapper.MapNoInput(transId, rules);
return maps
.Select(map => new WebSocketReply { Text = map.Text, DelayMs = map.DelayMs })
.ToArray();
return [.. maps.Select(map => new WebSocketReply { Text = map.Text, DelayMs = map.DelayMs })];
}
private static bool ShouldRedirectRepeatedNoInputToIdle(WebSocketTurnState turnState, string? localRule)
@@ -794,6 +795,8 @@ public sealed class WebSocketTurnFinalizationService(
private static bool IsLocalNoInputRule(string rule)
{
return string.Equals(rule, "clock/alarm_timer_okay", StringComparison.OrdinalIgnoreCase) ||
IsClockValueRule(rule) ||
IsGalleryPreviewRule(rule) ||
IsConstrainedYesNoRule(rule);
}
@@ -803,6 +806,11 @@ public sealed class WebSocketTurnFinalizationService(
string.Equals(rule, "clock/timer_set_value", StringComparison.OrdinalIgnoreCase);
}
private static bool IsGalleryPreviewRule(string rule)
{
return string.Equals(rule, "gallery/gallery_preview", StringComparison.OrdinalIgnoreCase);
}
private static bool IsConstrainedYesNoRule(string rule)
{
return string.Equals(rule, "clock/alarm_timer_change", StringComparison.OrdinalIgnoreCase) ||
@@ -839,7 +847,7 @@ public sealed class WebSocketTurnFinalizationService(
return string.Empty;
}
return Regex.Replace(transcript.Trim().ToLowerInvariant(), @"[^\w\s]", " ")
return TranscriptNormalizationRegex().Replace(transcript.Trim().ToLowerInvariant(), " ")
.Replace(" ", " ", StringComparison.Ordinal)
.Trim();
}
@@ -1022,4 +1030,7 @@ public sealed class WebSocketTurnFinalizationService(
_ => false
};
}
[GeneratedRegex(@"[^\w\s]")]
private static partial Regex TranscriptNormalizationRegex();
}

View File

@@ -6,16 +6,14 @@ public sealed class ExternalProcessRunner : IExternalProcessRunner
{
public async Task<ExternalProcessResult> RunAsync(string fileName, IReadOnlyList<string> arguments, CancellationToken cancellationToken = default)
{
using var process = new Process
using var process = new Process();
process.StartInfo = new ProcessStartInfo
{
StartInfo = new ProcessStartInfo
{
FileName = fileName,
RedirectStandardOutput = true,
RedirectStandardError = true,
UseShellExecute = false,
CreateNoWindow = true
}
FileName = fileName,
RedirectStandardOutput = true,
RedirectStandardError = true,
UseShellExecute = false,
CreateNoWindow = true
};
foreach (var argument in arguments)

View File

@@ -132,7 +132,7 @@ public sealed class LocalWhisperCppBufferedAudioSttStrategy(
.Split(['\r', '\n'], StringSplitOptions.RemoveEmptyEntries | StringSplitOptions.TrimEntries);
var timecoded = lines
.Where(static line => line.StartsWith("[", StringComparison.Ordinal) && line.Contains("-->", StringComparison.Ordinal))
.Where(static line => line.StartsWith('[') && line.Contains("-->", StringComparison.Ordinal))
.Select(static line =>
{
var closingBracket = line.IndexOf(']');
@@ -171,6 +171,6 @@ public sealed class LocalWhisperCppBufferedAudioSttStrategy(
return true;
}
return checkFileExists ? File.Exists(path) : true;
return !checkFileExists || File.Exists(path);
}
}

View File

@@ -79,13 +79,7 @@ internal static class OggOpusAudioNormalizer
private static uint ComputeCrc(byte[] buffer)
{
uint crc = 0;
foreach (var value in buffer)
{
crc = (crc << 8) ^ CrcTable[((crc >> 24) ^ value) & 0xff];
}
return crc;
return buffer.Aggregate<byte, uint>(0, (current, value) => (current << 8) ^ CrcTable[((current >> 24) ^ value) & 0xff]);
}
private static uint[] BuildCrcTable()

View File

@@ -7,13 +7,12 @@ using Jibo.Cloud.Infrastructure.Telemetry;
using Jibo.Runtime.Abstractions;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Configuration;
using System.IO;
namespace Jibo.Cloud.Infrastructure.DependencyInjection;
public static class ServiceCollectionExtensions
{
public static IServiceCollection AddOpenJiboCloud(this IServiceCollection services, IConfiguration? configuration = null)
public static IServiceCollection AddOpenJiboCloud(this IServiceCollection services, IConfiguration? configuration = null, int? logLevel = null)
{
var sttOptions = new BufferedAudioSttOptions();
if (configuration is not null)

View File

@@ -18,7 +18,7 @@ public sealed class InMemoryCloudStateStore : ICloudStateStore
private readonly ConcurrentDictionary<string, string> _symmetricKeys = new(StringComparer.OrdinalIgnoreCase);
private readonly ConcurrentDictionary<string, KeyRequestRecord> _keyRequests = new(StringComparer.OrdinalIgnoreCase);
private readonly string? _persistencePath;
private readonly object _syncRoot = new();
private readonly Lock _syncRoot = new();
private readonly List<UpdateManifest> _updates;
private readonly List<MediaRecord> _media = [];
private readonly List<BackupRecord> _backups = [];
@@ -186,21 +186,20 @@ public sealed class InMemoryCloudStateStore : ICloudStateStore
public UpdateManifest RemoveUpdate(string? updateId)
{
var existing = _updates.FirstOrDefault(update => update.UpdateId == updateId);
if (existing is not null)
{
_updates.Remove(existing);
PersistState();
return existing;
}
if (existing is null)
return new UpdateManifest
{
UpdateId = updateId ?? "unknown-update",
Changes = "Update not found",
Url = "https://api.jibo.com/update/missing",
ShaHash = "missing",
Subsystem = "unknown"
};
_updates.Remove(existing);
PersistState();
return existing;
return new UpdateManifest
{
UpdateId = updateId ?? "unknown-update",
Changes = "Update not found",
Url = "https://api.jibo.com/update/missing",
ShaHash = "missing",
Subsystem = "unknown"
};
}
public IReadOnlyList<MediaRecord> ListMedia(IReadOnlyList<string>? loopIds = null, long? after = null, long? before = null)

View File

@@ -1,6 +1,7 @@
using System.Collections.Concurrent;
using System.Text.Json;
using Jibo.Cloud.Application.Abstractions;
using Jibo.Cloud.Application.Logging;
using Jibo.Cloud.Domain.Models;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
@@ -11,6 +12,7 @@ public sealed class FileWebSocketTelemetrySink(
ILogger<FileWebSocketTelemetrySink> logger,
IOptions<WebSocketTelemetryOptions> options) : IWebSocketTelemetrySink
{
private readonly DetailedOperationLogger _detailedLogger = new(logger);
private static readonly JsonSerializerOptions JsonOptions = new(JsonSerializerDefaults.Web)
{
WriteIndented = true
@@ -21,8 +23,14 @@ public sealed class FileWebSocketTelemetrySink(
public async Task RecordConnectionOpenedAsync(WebSocketMessageEnvelope envelope, CloudSession session, CancellationToken cancellationToken = default)
{
_detailedLogger.LogEntry(nameof(RecordConnectionOpenedAsync),
("sessionId", session.SessionId),
("host", envelope.HostName),
("kind", envelope.Kind));
if (!options.Value.Enabled)
{
_detailedLogger.LogStep(nameof(RecordConnectionOpenedAsync), "TelemetryDisabled");
return;
}
@@ -42,10 +50,20 @@ public sealed class FileWebSocketTelemetrySink(
public Task RecordInboundAsync(WebSocketMessageEnvelope envelope, CloudSession session, string? messageType, CancellationToken cancellationToken = default)
{
return !options.Value.Enabled
? Task.CompletedTask
: WriteRecordAsync(BuildRecord("message_in", envelope, session, messageType, "in", null, null),
cancellationToken);
_detailedLogger.LogEntry(nameof(RecordInboundAsync),
("sessionId", session.SessionId),
("messageType", messageType),
("textLength", envelope.Text?.Length ?? 0),
("binaryLength", envelope.Binary?.Length ?? 0));
if (!options.Value.Enabled)
{
return Task.CompletedTask;
}
_detailedLogger.LogPayload(nameof(RecordInboundAsync), "WebSocketMessage", envelope.Text?.Length ?? envelope.Binary?.Length ?? 0, envelope.Text?[..Math.Min(100, envelope.Text?.Length ?? 0)]);
return WriteRecordAsync(BuildRecord("message_in", envelope, session, messageType, "in", null, null), cancellationToken);
}
public Task RecordTurnEventAsync(WebSocketMessageEnvelope envelope, CloudSession session, string eventType, IReadOnlyDictionary<string, object?> details, CancellationToken cancellationToken = default)
@@ -58,11 +76,17 @@ public sealed class FileWebSocketTelemetrySink(
public async Task RecordOutboundAsync(WebSocketMessageEnvelope envelope, CloudSession session, IReadOnlyList<WebSocketReply> replies, CancellationToken cancellationToken = default)
{
_detailedLogger.LogEntry(nameof(RecordOutboundAsync),
("sessionId", session.SessionId),
("replyCount", replies.Count));
if (!options.Value.Enabled)
{
return;
}
_detailedLogger.LogState(nameof(RecordOutboundAsync), "ReplyCount", replies.Count);
var replyTypes = replies
.Select(reply => ReadReplyType(reply.Text))
.Where(type => !string.IsNullOrWhiteSpace(type))

View File

@@ -0,0 +1,18 @@
using System.Text.Json.Serialization;
namespace Playground;
public sealed class AsrEvent
{
[JsonPropertyName("event_type")]
public string? EventType { get; set; }
[JsonPropertyName("task_id")]
public string? TaskId { get; set; }
[JsonPropertyName("request_id")]
public string? RequestId { get; set; }
[JsonPropertyName("utterances")]
public List<AsrUtterance>? Utterances { get; set; }
}

View File

@@ -0,0 +1,12 @@
using System.Text.Json.Serialization;
namespace Playground;
public sealed class AsrUtterance
{
[JsonPropertyName("utterance")]
public string? Utterance { get; set; }
[JsonPropertyName("score")]
public double Score { get; set; }
}

View File

@@ -2,7 +2,7 @@
using System.Net.WebSockets;
using System.Text;
using System.Text.Json;
using System.Text.Json.Serialization;
using Playground;
Console.Write("Enter Jibo IP: ");
var jiboIp = (Console.ReadLine() ?? "").Trim();
@@ -67,7 +67,7 @@ while (!cts.IsCancellationRequested)
var json = Encoding.UTF8.GetString(ms.ToArray());
AsrEvent? evt = null;
AsrEvent? evt;
try
{
evt = JsonSerializer.Deserialize<AsrEvent>(json);
@@ -86,15 +86,11 @@ while (!cts.IsCancellationRequested)
Console.WriteLine($"[{evt.EventType}] {json}");
if (evt.EventType == "speech_to_text_final")
{
var best = PickBestUtterance(evt.Utterances);
if (!string.IsNullOrWhiteSpace(best))
{
utteranceTcs.TrySetResult(best);
return;
}
}
if (evt.EventType != "speech_to_text_final") continue;
var best = PickBestUtterance(evt.Utterances);
if (string.IsNullOrWhiteSpace(best)) continue;
utteranceTcs.TrySetResult(best);
return;
}
}, cts.Token);
@@ -219,28 +215,4 @@ static string BuildReply(string heard)
return "Hello! I heard you loud and clear.";
return text.Contains("your name") ? "I am Jibo, running with a local demo bridge." : $"You said: {heard}";
}
public sealed class AsrEvent
{
[JsonPropertyName("event_type")]
public string? EventType { get; set; }
[JsonPropertyName("task_id")]
public string? TaskId { get; set; }
[JsonPropertyName("request_id")]
public string? RequestId { get; set; }
[JsonPropertyName("utterances")]
public List<AsrUtterance>? Utterances { get; set; }
}
public sealed class AsrUtterance
{
[JsonPropertyName("utterance")]
public string? Utterance { get; set; }
[JsonPropertyName("score")]
public double Score { get; set; }
}

View File

@@ -17,10 +17,9 @@ internal static class WebSocketFixtureLoader
var root = document.RootElement;
var session = root.GetProperty("session");
var steps = new List<WebSocketFixtureStep>();
foreach (var stepElement in root.GetProperty("steps").EnumerateArray())
{
steps.Add(new WebSocketFixtureStep
var steps = root.GetProperty("steps")
.EnumerateArray()
.Select(stepElement => new WebSocketFixtureStep
{
Message = new WebSocketMessageEnvelope
{
@@ -33,16 +32,15 @@ internal static class WebSocketFixtureLoader
? binary.EnumerateArray().Select(item => (byte)item.GetInt32()).ToArray()
: null
},
ExpectedReplyTypes = stepElement.GetProperty("expectedReplyTypes")
ExpectedReplyTypes = [.. stepElement.GetProperty("expectedReplyTypes")
.EnumerateArray()
.Select(item => item.GetString() ?? string.Empty)
.Where(item => !string.IsNullOrWhiteSpace(item))
.ToArray(),
.Where(item => !string.IsNullOrWhiteSpace(item))],
ExpectedReplies = stepElement.TryGetProperty("expectedReplies", out var expectedReplies) && expectedReplies.ValueKind == JsonValueKind.Array
? JsonSerializer.Deserialize<List<ExpectedWebSocketReply>>(expectedReplies.GetRawText(), SerializerOptions) ?? []
: []
});
}
})
.ToList();
return new WebSocketFixture
{

View File

@@ -16,18 +16,18 @@ public sealed class FileTurnTelemetrySinkTests
sttStrategySelector.Setup(s => s.SelectAsync(It.IsAny<TurnContext>(), It.IsAny<CancellationToken>()))
.ThrowsAsync(new Exception("dummy"));
var turnService = new WebSocketTurnFinalizationService(
new ProtocolToTurnContextMapper(),
Mock.Of<IConversationBroker>(),
new ResponsePlanToSocketMessagesMapper(),
var turnService = new WebSocketTurnFinalizationService(Mock.Of<IConversationBroker>(),
sttStrategySelector.Object,
sink.Object
);
await turnService.HandleTurnAsync(new CloudSession() { TurnState = { BufferedAudioBytes = 100 }}, new WebSocketMessageEnvelope(), "dummy",
await turnService.HandleTurnAsync(new CloudSession { TurnState = { BufferedAudioBytes = 100 } },
new WebSocketMessageEnvelope(), "dummy",
CancellationToken.None);
sink.Verify(s => s.RecordTranscriptError(It.IsAny<Exception>(), It.IsAny<string>(), It.IsAny<CancellationToken>()), Times.Once());
sink.Verify(
s => s.RecordTranscriptError(It.IsAny<Exception>(), It.IsAny<string>(), It.IsAny<CancellationToken>()),
Times.Once());
}
[Fact]
@@ -38,21 +38,23 @@ public sealed class FileTurnTelemetrySinkTests
sttStrategySelector.Setup(s => s.SelectAsync(It.IsAny<TurnContext>(), It.IsAny<CancellationToken>()))
.ThrowsAsync(new InvalidOperationException("ffmpeg failed"));
var turnService = new WebSocketTurnFinalizationService(
new ProtocolToTurnContextMapper(),
Mock.Of<IConversationBroker>(),
new ResponsePlanToSocketMessagesMapper(),
var turnService = new WebSocketTurnFinalizationService(Mock.Of<IConversationBroker>(),
sttStrategySelector.Object,
sink.Object
);
var session = new CloudSession();
session.TurnState.AwaitingTurnCompletion = true;
session.TurnState.SawListen = true;
session.TurnState.SawContext = true;
session.TurnState.BufferedAudioBytes = 12000;
session.TurnState.BufferedAudioChunkCount = 5;
session.TurnState.FirstAudioReceivedUtc = DateTimeOffset.UtcNow - TimeSpan.FromSeconds(2);
var session = new CloudSession
{
TurnState =
{
AwaitingTurnCompletion = true,
SawListen = true,
SawContext = true,
BufferedAudioBytes = 12000,
BufferedAudioChunkCount = 5,
FirstAudioReceivedUtc = DateTimeOffset.UtcNow - TimeSpan.FromSeconds(2)
}
};
var replies = await turnService.HandleContextAsync(
session,
@@ -64,6 +66,8 @@ public sealed class FileTurnTelemetrySinkTests
Assert.Equal(12000, session.TurnState.BufferedAudioBytes);
Assert.Equal("ffmpeg failed", session.TurnState.LastSttError);
sink.Verify(s => s.RecordTranscriptError(It.IsAny<Exception>(), It.IsAny<string>(), It.IsAny<CancellationToken>()), Times.Once());
sink.Verify(
s => s.RecordTranscriptError(It.IsAny<Exception>(), It.IsAny<string>(), It.IsAny<CancellationToken>()),
Times.Once());
}
}

View File

@@ -258,6 +258,73 @@ public sealed class JiboInteractionServiceTests
Assert.Equal("Country", decision.SkillPayload!["station"]);
}
[Fact]
public async Task BuildDecisionAsync_StopThat_MapsToIdleStopCommand()
{
var service = CreateService();
var decision = await service.BuildDecisionAsync(new TurnContext
{
RawTranscript = "stop that",
NormalizedTranscript = "stop that"
});
Assert.Equal("stop", decision.IntentName);
Assert.Equal("@be/idle", decision.SkillName);
Assert.Equal("stop", decision.SkillPayload!["globalIntent"]);
Assert.Equal("global_commands", decision.SkillPayload["nluDomain"]);
}
[Fact]
public async Task BuildDecisionAsync_TurnItUp_MapsToGlobalVolumeUpCommand()
{
var service = CreateService();
var decision = await service.BuildDecisionAsync(new TurnContext
{
RawTranscript = "turn it up",
NormalizedTranscript = "turn it up"
});
Assert.Equal("volume_up", decision.IntentName);
Assert.Equal("global_commands", decision.SkillName);
Assert.Equal("volumeUp", decision.SkillPayload!["globalIntent"]);
Assert.Equal("null", decision.SkillPayload["volumeLevel"]);
}
[Fact]
public async Task BuildDecisionAsync_SetVolumeToSix_MapsToGlobalVolumeToValueCommand()
{
var service = CreateService();
var decision = await service.BuildDecisionAsync(new TurnContext
{
RawTranscript = "set volume to six",
NormalizedTranscript = "set volume to six"
});
Assert.Equal("volume_to_value", decision.IntentName);
Assert.Equal("global_commands", decision.SkillName);
Assert.Equal("volumeToValue", decision.SkillPayload!["globalIntent"]);
Assert.Equal("6", decision.SkillPayload["volumeLevel"]);
}
[Fact]
public async Task BuildDecisionAsync_ShowVolumeControls_MapsToSettingsVolumeQuery()
{
var service = CreateService();
var decision = await service.BuildDecisionAsync(new TurnContext
{
RawTranscript = "show volume controls",
NormalizedTranscript = "show volume controls"
});
Assert.Equal("volume_query", decision.IntentName);
Assert.Equal("@be/settings", decision.SkillName);
Assert.Equal("volumeQuery", decision.SkillPayload!["localIntent"]);
}
[Fact]
public async Task BuildDecisionAsync_OpenTimer_MapsToLocalClockTimerMenu()
{
@@ -633,6 +700,28 @@ public sealed class JiboInteractionServiceTests
Assert.Equal("delete", decision.SkillPayload["clockIntent"]);
}
[Fact]
public async Task BuildDecisionAsync_ClientNluCancelFromAlarmValuePrompt_MapsToClockCancelIntent()
{
var service = CreateService();
var decision = await service.BuildDecisionAsync(new TurnContext
{
RawTranscript = "cancel",
NormalizedTranscript = "cancel",
Attributes = new Dictionary<string, object?>
{
["clientIntent"] = "cancel",
["clientRules"] = new[] { "clock/alarm_set_value" }
}
});
Assert.Equal("alarm_cancel", decision.IntentName);
Assert.Equal("@be/clock", decision.SkillName);
Assert.Equal("alarm", decision.SkillPayload!["domain"]);
Assert.Equal("cancel", decision.SkillPayload["clockIntent"]);
}
[Fact]
public async Task BuildDecisionAsync_SetTimerWithoutDuration_AsksForClarification()
{

View File

@@ -16,11 +16,9 @@ public sealed class JiboWebSocketServiceTests
public JiboWebSocketServiceTests()
{
_store = new InMemoryCloudStateStore();
var turnContextMapper = new ProtocolToTurnContextMapper();
var contentRepository = new InMemoryJiboExperienceContentRepository();
var contentCache = new JiboExperienceContentCache(contentRepository);
var conversationBroker = new DemoConversationBroker(new JiboInteractionService(contentCache, new DefaultJiboRandomizer()));
var replyMapper = new ResponsePlanToSocketMessagesMapper();
var sttSelector = new DefaultSttStrategySelector(
[
new SyntheticBufferedAudioSttStrategy()
@@ -30,10 +28,7 @@ public sealed class JiboWebSocketServiceTests
_service = new JiboWebSocketService(
_store,
new NullWebSocketTelemetrySink(),
new WebSocketTurnFinalizationService(
turnContextMapper,
conversationBroker,
replyMapper,
new WebSocketTurnFinalizationService(conversationBroker,
sttSelector,
sink));
}
@@ -777,6 +772,37 @@ public sealed class JiboWebSocketServiceTests
Assert.False(listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("entities").TryGetProperty("time", out _));
}
[Fact]
public async Task ClientNlu_CancelFromAlarmValuePrompt_PassesClockCancelInsteadOfClarifyingAgain()
{
await _service.HandleMessageAsync(new WebSocketMessageEnvelope
{
HostName = "neo-hub.jibo.com",
Path = "/listen",
Kind = "neo-hub-listen",
Token = "hub-clock-cancel-alarm-value-token",
Text = """{"type":"LISTEN","transID":"trans-clock-cancel-alarm-value","data":{"rules":["clock/alarm_set_value","globals/gui_nav","globals/global_commands_launch"],"mode":"CLIENT_NLU"}}"""
});
var replies = await _service.HandleMessageAsync(new WebSocketMessageEnvelope
{
HostName = "neo-hub.jibo.com",
Path = "/listen",
Kind = "neo-hub-listen",
Token = "hub-clock-cancel-alarm-value-token",
Text = """{"type":"CLIENT_NLU","transID":"trans-clock-cancel-alarm-value","data":{"entities":{},"intent":"cancel","rules":["clock/alarm_set_value"]}}"""
});
Assert.Equal(2, replies.Count);
Assert.Equal("LISTEN", ReadReplyType(replies[0]));
Assert.Equal("EOS", ReadReplyType(replies[1]));
using var listenPayload = JsonDocument.Parse(replies[0].Text!);
Assert.Equal("cancel", listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("intent").GetString());
Assert.Equal("clock/alarm_set_value", listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("rules")[0].GetString());
Assert.Equal("alarm", listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("entities").GetProperty("domain").GetString());
}
[Fact]
public async Task ClientNlu_CancelFromAlarmQueryMenu_UsesLastClockDomainAndDeletesAlarm()
{
@@ -936,6 +962,66 @@ public sealed class JiboWebSocketServiceTests
Assert.Equal("clock/alarm_timer_okay", listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("rules")[0].GetString());
}
[Fact]
public async Task ClientAsr_AlarmValuePromptEmptyReply_MapsToLocalNoInputInsteadOfFallback()
{
await _service.HandleMessageAsync(new WebSocketMessageEnvelope
{
HostName = "neo-hub.jibo.com",
Path = "/listen",
Kind = "neo-hub-listen",
Token = "hub-clock-alarm-value-noinput-token",
Text = """{"type":"LISTEN","transID":"trans-clock-alarm-value-noinput","data":{"rules":["clock/alarm_set_value","globals/gui_nav","globals/global_commands_launch"]}}"""
});
var replies = await _service.HandleMessageAsync(new WebSocketMessageEnvelope
{
HostName = "neo-hub.jibo.com",
Path = "/listen",
Kind = "neo-hub-listen",
Token = "hub-clock-alarm-value-noinput-token",
Text = """{"type":"CLIENT_ASR","transID":"trans-clock-alarm-value-noinput","data":{}}"""
});
Assert.Equal(2, replies.Count);
Assert.Equal("LISTEN", ReadReplyType(replies[0]));
Assert.Equal("EOS", ReadReplyType(replies[1]));
using var listenPayload = JsonDocument.Parse(replies[0].Text!);
Assert.Equal(string.Empty, listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("intent").GetString());
Assert.Equal("clock/alarm_set_value", listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("rules")[0].GetString());
}
[Fact]
public async Task ClientAsr_GalleryPreviewEmptyReply_MapsToLocalNoInputInsteadOfFallback()
{
await _service.HandleMessageAsync(new WebSocketMessageEnvelope
{
HostName = "neo-hub.jibo.com",
Path = "/listen",
Kind = "neo-hub-listen",
Token = "hub-gallery-preview-noinput-token",
Text = """{"type":"LISTEN","transID":"trans-gallery-preview-noinput","data":{"rules":["gallery/gallery_preview","globals/gui_nav","globals/mim_repeat","globals/mim_thanks","globals/global_commands_launch"]}}"""
});
var replies = await _service.HandleMessageAsync(new WebSocketMessageEnvelope
{
HostName = "neo-hub.jibo.com",
Path = "/listen",
Kind = "neo-hub-listen",
Token = "hub-gallery-preview-noinput-token",
Text = """{"type":"CLIENT_ASR","transID":"trans-gallery-preview-noinput","data":{}}"""
});
Assert.Equal(2, replies.Count);
Assert.Equal("LISTEN", ReadReplyType(replies[0]));
Assert.Equal("EOS", ReadReplyType(replies[1]));
using var listenPayload = JsonDocument.Parse(replies[0].Text!);
Assert.Equal(string.Empty, listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("intent").GetString());
Assert.Equal("gallery/gallery_preview", listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("rules")[0].GetString());
}
[Fact]
public async Task ClientAsr_SnapAPicture_RedirectsIntoCreateSkill()
{
@@ -1492,6 +1578,141 @@ public sealed class JiboWebSocketServiceTests
Assert.Equal("play country music", redirectPayload.RootElement.GetProperty("data").GetProperty("asr").GetProperty("text").GetString());
}
[Fact]
public async Task ClientAsr_StopThat_EmitsGlobalStopAndIdleRedirect()
{
await _service.HandleMessageAsync(new WebSocketMessageEnvelope
{
HostName = "neo-hub.jibo.com",
Path = "/listen",
Kind = "neo-hub-listen",
Token = "hub-stop-token",
Text = """{"type":"LISTEN","transID":"trans-stop","data":{"hotphrase":true,"rules":["launch","globals/global_commands_launch"]}}"""
});
var replies = await _service.HandleMessageAsync(new WebSocketMessageEnvelope
{
HostName = "neo-hub.jibo.com",
Path = "/listen",
Kind = "neo-hub-listen",
Token = "hub-stop-token",
Text = """{"type":"CLIENT_ASR","transID":"trans-stop","data":{"text":"stop that"}}"""
});
Assert.Equal(4, replies.Count);
Assert.Equal("LISTEN", ReadReplyType(replies[0]));
Assert.Equal("EOS", ReadReplyType(replies[1]));
Assert.Equal("SKILL_REDIRECT", ReadReplyType(replies[2]));
Assert.Equal("SKILL_ACTION", ReadReplyType(replies[3]));
using var listenPayload = JsonDocument.Parse(replies[0].Text!);
var nlu = listenPayload.RootElement.GetProperty("data").GetProperty("nlu");
Assert.Equal("stop", nlu.GetProperty("intent").GetString());
Assert.Equal("global_commands", nlu.GetProperty("domain").GetString());
Assert.Equal("globals/global_commands_launch", nlu.GetProperty("rules")[0].GetString());
using var redirectPayload = JsonDocument.Parse(replies[2].Text!);
Assert.Equal("@be/idle", redirectPayload.RootElement.GetProperty("data").GetProperty("match").GetProperty("skillID").GetString());
Assert.Equal("stop", redirectPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("intent").GetString());
}
[Fact]
public async Task ClientAsr_TurnItDown_EmitsGlobalVolumeDownWithoutCloudSpeech()
{
await _service.HandleMessageAsync(new WebSocketMessageEnvelope
{
HostName = "neo-hub.jibo.com",
Path = "/listen",
Kind = "neo-hub-listen",
Token = "hub-volume-down-token",
Text = """{"type":"LISTEN","transID":"trans-volume-down","data":{"hotphrase":true,"rules":["launch","globals/global_commands_launch"]}}"""
});
var replies = await _service.HandleMessageAsync(new WebSocketMessageEnvelope
{
HostName = "neo-hub.jibo.com",
Path = "/listen",
Kind = "neo-hub-listen",
Token = "hub-volume-down-token",
Text = """{"type":"CLIENT_ASR","transID":"trans-volume-down","data":{"text":"turn it down"}}"""
});
Assert.Equal(2, replies.Count);
Assert.Equal("LISTEN", ReadReplyType(replies[0]));
Assert.Equal("EOS", ReadReplyType(replies[1]));
using var listenPayload = JsonDocument.Parse(replies[0].Text!);
var nlu = listenPayload.RootElement.GetProperty("data").GetProperty("nlu");
Assert.Equal("volumeDown", nlu.GetProperty("intent").GetString());
Assert.Equal("global_commands", nlu.GetProperty("domain").GetString());
Assert.Equal("null", nlu.GetProperty("entities").GetProperty("volumeLevel").GetString());
Assert.Equal("globals/global_commands_launch", nlu.GetProperty("rules")[0].GetString());
}
[Fact]
public async Task ClientAsr_SetVolumeToSix_EmitsGlobalVolumeToValue()
{
await _service.HandleMessageAsync(new WebSocketMessageEnvelope
{
HostName = "neo-hub.jibo.com",
Path = "/listen",
Kind = "neo-hub-listen",
Token = "hub-volume-value-token",
Text = """{"type":"LISTEN","transID":"trans-volume-value","data":{"hotphrase":true,"rules":["launch","globals/global_commands_launch"]}}"""
});
var replies = await _service.HandleMessageAsync(new WebSocketMessageEnvelope
{
HostName = "neo-hub.jibo.com",
Path = "/listen",
Kind = "neo-hub-listen",
Token = "hub-volume-value-token",
Text = """{"type":"CLIENT_ASR","transID":"trans-volume-value","data":{"text":"set volume to six"}}"""
});
Assert.Equal(2, replies.Count);
using var listenPayload = JsonDocument.Parse(replies[0].Text!);
var nlu = listenPayload.RootElement.GetProperty("data").GetProperty("nlu");
Assert.Equal("volumeToValue", nlu.GetProperty("intent").GetString());
Assert.Equal("6", nlu.GetProperty("entities").GetProperty("volumeLevel").GetString());
Assert.Equal("global_commands", nlu.GetProperty("domain").GetString());
}
[Fact]
public async Task ClientAsr_ShowVolumeControls_RedirectsIntoSettingsVolumeQuery()
{
await _service.HandleMessageAsync(new WebSocketMessageEnvelope
{
HostName = "neo-hub.jibo.com",
Path = "/listen",
Kind = "neo-hub-listen",
Token = "hub-volume-query-token",
Text = """{"type":"LISTEN","transID":"trans-volume-query","data":{"hotphrase":true,"rules":["launch","globals/global_commands_launch"]}}"""
});
var replies = await _service.HandleMessageAsync(new WebSocketMessageEnvelope
{
HostName = "neo-hub.jibo.com",
Path = "/listen",
Kind = "neo-hub-listen",
Token = "hub-volume-query-token",
Text = """{"type":"CLIENT_ASR","transID":"trans-volume-query","data":{"text":"show volume controls"}}"""
});
Assert.Equal(4, replies.Count);
Assert.Equal("SKILL_REDIRECT", ReadReplyType(replies[2]));
Assert.Equal("SKILL_ACTION", ReadReplyType(replies[3]));
using var listenPayload = JsonDocument.Parse(replies[0].Text!);
Assert.Equal("volumeQuery", listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("intent").GetString());
Assert.Equal("@be/settings", listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("skill").GetString());
using var redirectPayload = JsonDocument.Parse(replies[2].Text!);
Assert.Equal("@be/settings", redirectPayload.RootElement.GetProperty("data").GetProperty("match").GetProperty("skillID").GetString());
Assert.Equal("volumeQuery", redirectPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("intent").GetString());
}
[Fact]
public async Task ClientNlu_WordOfDayGuess_UsesGuessEntityAsAsrTextAndCompletesTurn()
{
@@ -2413,7 +2634,7 @@ public sealed class JiboWebSocketServiceTests
Path = "/listen",
Kind = "neo-hub-listen",
Token = "hub-context-reset-token",
Binary = [9, 9, 9, 9]
Binary = "\t\t\t\t"u8.ToArray()
});
var session = _store.FindSessionByToken("hub-context-reset-token");
@@ -2455,26 +2676,24 @@ public sealed class JiboWebSocketServiceTests
var actualTypes = replies.Select(ReadReplyType).ToArray();
Assert.Equal(step.ExpectedReplyTypes, actualTypes);
if (step.ExpectedReplies.Count > 0)
if (step.ExpectedReplies.Count <= 0) continue;
Assert.Equal(replies.Count, step.ExpectedReplies.Count);
for (var index = 0; index < step.ExpectedReplies.Count; index += 1)
{
Assert.Equal(replies.Count, step.ExpectedReplies.Count);
var expectedReply = step.ExpectedReplies[index];
Assert.Equal(expectedReply.Type, actualTypes[index]);
for (var index = 0; index < step.ExpectedReplies.Count; index += 1)
if (expectedReply.DelayMs.HasValue)
{
var expectedReply = step.ExpectedReplies[index];
Assert.Equal(expectedReply.Type, actualTypes[index]);
if (expectedReply.DelayMs.HasValue)
{
Assert.Equal(expectedReply.DelayMs.Value, replies[index].DelayMs);
}
if (expectedReply.JsonSubset is { ValueKind: JsonValueKind.Object } jsonSubset)
{
using var actualPayload = JsonDocument.Parse(replies[index].Text!);
AssertJsonContains(jsonSubset, actualPayload.RootElement);
}
Assert.Equal(expectedReply.DelayMs.Value, replies[index].DelayMs);
}
if (expectedReply.JsonSubset is not { ValueKind: JsonValueKind.Object } jsonSubset) continue;
using var actualPayload = JsonDocument.Parse(replies[index].Text!);
AssertJsonContains(jsonSubset, actualPayload.RootElement);
}
}
}
@@ -2483,6 +2702,7 @@ public sealed class JiboWebSocketServiceTests
{
Assert.Equal(expected.ValueKind, actual.ValueKind);
// ReSharper disable once SwitchStatementHandlesSomeKnownEnumValuesWithDefault
switch (expected.ValueKind)
{
case JsonValueKind.Object:

View File

@@ -158,14 +158,14 @@ public sealed class LocalWhisperCppBufferedAudioSttStrategyTests
{
Calls.Add((fileName, arguments));
if (string.Equals(fileName, "ffmpeg", StringComparison.OrdinalIgnoreCase))
{
var outputPath = arguments[^1];
File.WriteAllBytes(outputPath, "RIFF"u8);
return Task.FromResult(new ExternalProcessResult(0, string.Empty, string.Empty));
}
if (!string.Equals(fileName, "ffmpeg", StringComparison.OrdinalIgnoreCase))
return Task.FromResult(new ExternalProcessResult(0, "[00:00:00.000 --> 00:00:01.000] tell me a joke",
string.Empty));
var outputPath = arguments[^1];
File.WriteAllBytes(outputPath, "RIFF"u8);
return Task.FromResult(new ExternalProcessResult(0, string.Empty, string.Empty));
return Task.FromResult(new ExternalProcessResult(0, "[00:00:00.000 --> 00:00:01.000] tell me a joke", string.Empty));
}
}
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,872 @@
{"TimestampUtc":"2026-04-26T13:38:05.895784+00:00","EventType":"connection_closed","SessionId":"52c03b7753c147d599559cf41af41d40","ConnectionId":"10197d9b0b4949de8e49fe79c228fb07","Token":"token-Royal-Current-Sage-Canvas-1777207239262","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777207239262","Kind":"api-socket","TransId":null,"MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"reason":"socket-loop-ended-prematurely"}}
{"TimestampUtc":"2026-04-26T13:39:54.4220377+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b2ed8e89ecd044b49256707daa6020a4","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":null,"MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:54.4830674+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6c39c737e7db4585855ff8bb51238658","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210794470,\u0022msgID\u0022:\u0022mid-68757dd2-4175-11f1-b9ea-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-67e89818-4175-11f1-9ba3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":null,"intent":null}}
{"TimestampUtc":"2026-04-26T13:39:54.500338+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6c39c737e7db4585855ff8bb51238658","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210794470,\u0022msgID\u0022:\u0022mid-68757dd2-4175-11f1-b9ea-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-67e89818-4175-11f1-9ba3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:54.5036678+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6c39c737e7db4585855ff8bb51238658","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210794470,\u0022msgID\u0022:\u0022mid-68757dd2-4175-11f1-b9ea-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-67e89818-4175-11f1-9ba3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:54.5106761+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"156ab275afff47319d1bc0cdaa50f850","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:39:54.5125146+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"156ab275afff47319d1bc0cdaa50f850","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:54.5130345+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"156ab275afff47319d1bc0cdaa50f850","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:55.0216738+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5e80ebfae68b472980cb8c29a41f09b4","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210794689,\u0022msgID\u0022:\u0022mid-6896db58-4175-11f1-977e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-67e89818-4175-11f1-9ba3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.9029033333333342,\u0022playful\u0022:0.3009677777777739}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12026,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:39:54.522-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:39:55.0222677+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5e80ebfae68b472980cb8c29a41f09b4","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210794689,\u0022msgID\u0022:\u0022mid-6896db58-4175-11f1-977e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-67e89818-4175-11f1-9ba3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.9029033333333342,\u0022playful\u0022:0.3009677777777739}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12026,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:39:54.522-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:55.022584+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5e80ebfae68b472980cb8c29a41f09b4","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210794689,\u0022msgID\u0022:\u0022mid-6896db58-4175-11f1-977e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-67e89818-4175-11f1-9ba3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.9029033333333342,\u0022playful\u0022:0.3009677777777739}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12026,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:39:54.522-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:55.0232433+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"cc02c149527448dfb8acb232b8c7c3c8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4266}}
{"TimestampUtc":"2026-04-26T13:39:55.0235472+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"cc02c149527448dfb8acb232b8c7c3c8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:55.0238432+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"cc02c149527448dfb8acb232b8c7c3c8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:56.0013018+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"42f6f5926a59438ba031cca968e7de3b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4232}}
{"TimestampUtc":"2026-04-26T13:39:56.0017852+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"42f6f5926a59438ba031cca968e7de3b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:56.0023386+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"42f6f5926a59438ba031cca968e7de3b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:56.0032595+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"af09e154504741a5b693e092477f7e60","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4266}}
{"TimestampUtc":"2026-04-26T13:39:56.0036509+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"af09e154504741a5b693e092477f7e60","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:56.0039779+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"af09e154504741a5b693e092477f7e60","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:56.1470931+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7070493b629f41cb9c6b26714ab4f3fb","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:39:56.1475211+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7070493b629f41cb9c6b26714ab4f3fb","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:56.1478283+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7070493b629f41cb9c6b26714ab4f3fb","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:56.2455276+00:00","EventType":"connection_opened","SessionId":"56dabd24e22f4c91aab99e2d3670b704","ConnectionId":"22a1936ef46240458a50ee8ba5be2161","Token":"token-Royal-Current-Sage-Canvas-1777210796075","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777210796075","Kind":"api-socket","TransId":null,"MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:57.0150983+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9cb9b7067b8f4d7c84cad5bbc48fc764","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4260}}
{"TimestampUtc":"2026-04-26T13:39:57.0155227+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9cb9b7067b8f4d7c84cad5bbc48fc764","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:57.0158173+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9cb9b7067b8f4d7c84cad5bbc48fc764","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:57.0291462+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5503f65eee014cee85eda0c8b140909b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4218,"ReplyTypes":[],"BufferedAudioBytes":4218,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4218}}
{"TimestampUtc":"2026-04-26T13:39:57.0295747+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5503f65eee014cee85eda0c8b140909b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4218,"ReplyTypes":[],"BufferedAudioBytes":4218,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:57.0299353+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5503f65eee014cee85eda0c8b140909b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4218,"ReplyTypes":[],"BufferedAudioBytes":4218,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:57.9237609+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4237c5d17b2d474f8c8ace0307d99e10","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":8496,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4278}}
{"TimestampUtc":"2026-04-26T13:39:57.9242073+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4237c5d17b2d474f8c8ace0307d99e10","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":8496,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:57.9302914+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4237c5d17b2d474f8c8ace0307d99e10","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":8496,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:57.9310687+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"922388ca7f964d0fbe3957d1e4e5bdf9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4198,"ReplyTypes":[],"BufferedAudioBytes":12694,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4198}}
{"TimestampUtc":"2026-04-26T13:39:57.9313148+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"922388ca7f964d0fbe3957d1e4e5bdf9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4198,"ReplyTypes":[],"BufferedAudioBytes":12694,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:57.9315377+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"922388ca7f964d0fbe3957d1e4e5bdf9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4198,"ReplyTypes":[],"BufferedAudioBytes":12694,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:59.2075976+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"afbe20fdd1bd4b4bbd45170ef26fd241","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4180,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4180}}
{"TimestampUtc":"2026-04-26T13:39:59.2079285+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"afbe20fdd1bd4b4bbd45170ef26fd241","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4180,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:59.289885+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"afbe20fdd1bd4b4bbd45170ef26fd241","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4180,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:59.2906122+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6511d8b6d0604387a7049ff4c14e9e15","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4264,"ReplyTypes":[],"BufferedAudioBytes":4264,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4264}}
{"TimestampUtc":"2026-04-26T13:39:59.290861+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6511d8b6d0604387a7049ff4c14e9e15","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4264,"ReplyTypes":[],"BufferedAudioBytes":4264,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:59.2910168+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6511d8b6d0604387a7049ff4c14e9e15","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4264,"ReplyTypes":[],"BufferedAudioBytes":4264,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:59.2917346+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"2a66debf818e4066a4f406803d917777","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":8489,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4225}}
{"TimestampUtc":"2026-04-26T13:39:59.2919573+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"2a66debf818e4066a4f406803d917777","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":8489,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:39:59.2921725+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"2a66debf818e4066a4f406803d917777","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":8489,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:04.1852065+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"29a658e627bc4904b8b8eb2715818b65","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-67e89818-4175-11f1-9ba3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":8489,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:04.1943717+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"befa8a4d80ad414aa88c1aeae081bdbf","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210804208,\u0022msgID\u0022:\u0022mid-6e437098-4175-11f1-82c6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"hello","intent":"hello"}}
{"TimestampUtc":"2026-04-26T13:40:04.194803+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"befa8a4d80ad414aa88c1aeae081bdbf","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210804208,\u0022msgID\u0022:\u0022mid-6e437098-4175-11f1-82c6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:04.1951081+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"befa8a4d80ad414aa88c1aeae081bdbf","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210804208,\u0022msgID\u0022:\u0022mid-6e437098-4175-11f1-82c6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:04.1998626+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"aec033ce7efe477c9c34967e4a155b0e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:40:04.2001992+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"aec033ce7efe477c9c34967e4a155b0e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:04.2004595+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"aec033ce7efe477c9c34967e4a155b0e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:05.0525928+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"11fda7b351274e83bbd02f8a3f26a9ba","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210804334,\u0022msgID\u0022:\u0022mid-6e5699f2-4175-11f1-9f89-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9043134722222231,\u0022playful\u0022:0.30143782407407007}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:40:04.256-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:40:05.0530657+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"11fda7b351274e83bbd02f8a3f26a9ba","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210804334,\u0022msgID\u0022:\u0022mid-6e5699f2-4175-11f1-9f89-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9043134722222231,\u0022playful\u0022:0.30143782407407007}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:40:04.256-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:05.0533733+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"11fda7b351274e83bbd02f8a3f26a9ba","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210804334,\u0022msgID\u0022:\u0022mid-6e5699f2-4175-11f1-9f89-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9043134722222231,\u0022playful\u0022:0.30143782407407007}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:40:04.256-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:05.0539406+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f5b3b4141e32412eb6b30193a5dd9713","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":4198,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4151}}
{"TimestampUtc":"2026-04-26T13:40:05.0541722+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f5b3b4141e32412eb6b30193a5dd9713","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":4198,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:05.0543483+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f5b3b4141e32412eb6b30193a5dd9713","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":4198,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:05.0549371+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"86e3c9cdfd4c49ff8093d902cfba6c01","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":8383,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4185}}
{"TimestampUtc":"2026-04-26T13:40:05.0551708+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"86e3c9cdfd4c49ff8093d902cfba6c01","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":8383,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:05.0555001+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"86e3c9cdfd4c49ff8093d902cfba6c01","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":8383,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:08.8251784+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6803aa552a7341909f8cb5b5ab80c3a9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4211,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4211}}
{"TimestampUtc":"2026-04-26T13:40:08.8254472+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6803aa552a7341909f8cb5b5ab80c3a9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4211,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:08.9018733+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6803aa552a7341909f8cb5b5ab80c3a9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4211,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:08.9035797+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"2737df243a954a46a2ec62c93c2704ed","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4317,"ReplyTypes":[],"BufferedAudioBytes":4317,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4317}}
{"TimestampUtc":"2026-04-26T13:40:08.9038315+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"2737df243a954a46a2ec62c93c2704ed","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4317,"ReplyTypes":[],"BufferedAudioBytes":4317,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:08.9040407+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"2737df243a954a46a2ec62c93c2704ed","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4317,"ReplyTypes":[],"BufferedAudioBytes":4317,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:08.9046183+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"228b06a4f8664dcbad431ab9d9967ca0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8554,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
{"TimestampUtc":"2026-04-26T13:40:08.9048076+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"228b06a4f8664dcbad431ab9d9967ca0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8554,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:08.9050249+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"228b06a4f8664dcbad431ab9d9967ca0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8554,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:08.9056927+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f064848942ea4dc6b603603f2320193a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":12790,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4236}}
{"TimestampUtc":"2026-04-26T13:40:08.9059372+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f064848942ea4dc6b603603f2320193a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":12790,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:08.9061203+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f064848942ea4dc6b603603f2320193a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":12790,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:08.9068106+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7b91c279b8594736bee2e78b20ca2149","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4221,"ReplyTypes":[],"BufferedAudioBytes":17011,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4221}}
{"TimestampUtc":"2026-04-26T13:40:08.9069572+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7b91c279b8594736bee2e78b20ca2149","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4221,"ReplyTypes":[],"BufferedAudioBytes":17011,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:08.9072082+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7b91c279b8594736bee2e78b20ca2149","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4221,"ReplyTypes":[],"BufferedAudioBytes":17011,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:08.9077961+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a376dbf2a6464520b911bab486932f01","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21250,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:40:08.9079885+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a376dbf2a6464520b911bab486932f01","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21250,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:08.9081773+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a376dbf2a6464520b911bab486932f01","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21250,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:08.9086781+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"69c0824e74c44df09762f1cf548eaec7","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":25511,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4261}}
{"TimestampUtc":"2026-04-26T13:40:08.9088394+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"69c0824e74c44df09762f1cf548eaec7","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":25511,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:08.9089997+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"69c0824e74c44df09762f1cf548eaec7","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":25511,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:21.1856274+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c25ccc27d7904d02a136769f74083004","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6e23ca40-4175-11f1-87e0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":25511,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:21.1907901+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ca5c729b2ec34fa59fa990cad45ab9c0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77f666e0-4175-11f1-a54b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210821177,\u0022msgID\u0022:\u0022mid-7860b770-4175-11f1-a5f1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-77f666e0-4175-11f1-a54b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022main-menu/execute_main_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"What\u0027s your cloud version?","intent":"cloud_version"}}
{"TimestampUtc":"2026-04-26T13:40:21.1910781+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ca5c729b2ec34fa59fa990cad45ab9c0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77f666e0-4175-11f1-a54b-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210821177,\u0022msgID\u0022:\u0022mid-7860b770-4175-11f1-a5f1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-77f666e0-4175-11f1-a54b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022main-menu/execute_main_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:21.1912881+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ca5c729b2ec34fa59fa990cad45ab9c0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77f666e0-4175-11f1-a54b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210821177,\u0022msgID\u0022:\u0022mid-7860b770-4175-11f1-a5f1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-77f666e0-4175-11f1-a54b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022main-menu/execute_main_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:21.2045612+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"44eef6d11a534685ab4b1216755a8186","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77f666e0-4175-11f1-a54b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210821178,\u0022msgID\u0022:\u0022mid-7860bec8-4175-11f1-85f3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-77f666e0-4175-11f1-a54b-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022destination\u0022 : \u0022settings\u0022 }, \u0022intent\u0022 : \u0022loadMenu\u0022, \u0022rules\u0022 : [ \u0022main-menu/execute_main_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"messageType":"CLIENT_NLU","replyCount":2,"transcript":"loadMenu","intent":"chat"}}
{"TimestampUtc":"2026-04-26T13:40:21.2049087+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"44eef6d11a534685ab4b1216755a8186","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77f666e0-4175-11f1-a54b-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210821178,\u0022msgID\u0022:\u0022mid-7860bec8-4175-11f1-85f3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-77f666e0-4175-11f1-a54b-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022destination\u0022 : \u0022settings\u0022 }, \u0022intent\u0022 : \u0022loadMenu\u0022, \u0022rules\u0022 : [ \u0022main-menu/execute_main_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:21.2052763+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"44eef6d11a534685ab4b1216755a8186","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77f666e0-4175-11f1-a54b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210821178,\u0022msgID\u0022:\u0022mid-7860bec8-4175-11f1-85f3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-77f666e0-4175-11f1-a54b-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022destination\u0022 : \u0022settings\u0022 }, \u0022intent\u0022 : \u0022loadMenu\u0022, \u0022rules\u0022 : [ \u0022main-menu/execute_main_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:21.2751699+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"10411342ad31432bb341f9d583a7d41d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77f666e0-4175-11f1-a54b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210821261,\u0022msgID\u0022:\u0022mid-786d863a-4175-11f1-86ed-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-77f666e0-4175-11f1-a54b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9067045833333343,\u0022playful\u0022:0.30223490740740308}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:40:21.188-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-77f666e0-4175-11f1-a54b-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:40:21.2755105+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"10411342ad31432bb341f9d583a7d41d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77f666e0-4175-11f1-a54b-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210821261,\u0022msgID\u0022:\u0022mid-786d863a-4175-11f1-86ed-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-77f666e0-4175-11f1-a54b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9067045833333343,\u0022playful\u0022:0.30223490740740308}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:40:21.188-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:21.2757437+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"10411342ad31432bb341f9d583a7d41d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77f666e0-4175-11f1-a54b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210821261,\u0022msgID\u0022:\u0022mid-786d863a-4175-11f1-86ed-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-77f666e0-4175-11f1-a54b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9067045833333343,\u0022playful\u0022:0.30223490740740308}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:40:21.188-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:55.2470453+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4607f712f6a4464f9518da801ff17391","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77f666e0-4175-11f1-a54b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:55.2704112+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"68fd87ae28074af1aa88cbeb52e6b902","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210855236,\u0022msgID\u0022:\u0022mid-8cadad0a-4175-11f1-a6e3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"loadMenu","intent":"chat"}}
{"TimestampUtc":"2026-04-26T13:40:55.2708165+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"68fd87ae28074af1aa88cbeb52e6b902","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210855236,\u0022msgID\u0022:\u0022mid-8cadad0a-4175-11f1-a6e3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:55.2710471+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"68fd87ae28074af1aa88cbeb52e6b902","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210855236,\u0022msgID\u0022:\u0022mid-8cadad0a-4175-11f1-a6e3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:55.2714886+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9d92c784bca34cfe90ea3e1664d8bb84","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:40:55.2716661+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9d92c784bca34cfe90ea3e1664d8bb84","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:55.2718547+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9d92c784bca34cfe90ea3e1664d8bb84","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:55.3484567+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3e1a1f5edaec4efc835900d3da019164","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210855316,\u0022msgID\u0022:\u0022mid-8cb9e980-4175-11f1-8521-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.9114645833333342,\u0022playful\u0022:0.30382152777777346}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:40:55.254-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:40:55.3488029+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3e1a1f5edaec4efc835900d3da019164","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210855316,\u0022msgID\u0022:\u0022mid-8cb9e980-4175-11f1-8521-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.9114645833333342,\u0022playful\u0022:0.30382152777777346}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:40:55.254-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:55.3490813+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3e1a1f5edaec4efc835900d3da019164","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210855316,\u0022msgID\u0022:\u0022mid-8cb9e980-4175-11f1-8521-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.9114645833333342,\u0022playful\u0022:0.30382152777777346}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:40:55.254-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:56.1976192+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"507b4dc8b28d4ed9a186131c770526c1","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":4202,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4155}}
{"TimestampUtc":"2026-04-26T13:40:56.1978985+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"507b4dc8b28d4ed9a186131c770526c1","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":4202,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:56.1981146+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"507b4dc8b28d4ed9a186131c770526c1","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":4202,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:56.1986249+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7f8a4c92cdbf41b1bc286139fd7911e5","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4203,"ReplyTypes":[],"BufferedAudioBytes":8405,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4203}}
{"TimestampUtc":"2026-04-26T13:40:56.1988168+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7f8a4c92cdbf41b1bc286139fd7911e5","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4203,"ReplyTypes":[],"BufferedAudioBytes":8405,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:56.1990095+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7f8a4c92cdbf41b1bc286139fd7911e5","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4203,"ReplyTypes":[],"BufferedAudioBytes":8405,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:59.7742607+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"db53ffa190394b218455372a734da9db","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4215,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4215}}
{"TimestampUtc":"2026-04-26T13:40:59.7745225+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"db53ffa190394b218455372a734da9db","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4215,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:59.8508009+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"db53ffa190394b218455372a734da9db","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4215,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:59.8514639+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d796b4c78ee6486e894488599f44b123","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4313,"ReplyTypes":[],"BufferedAudioBytes":4313,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4313}}
{"TimestampUtc":"2026-04-26T13:40:59.8516984+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d796b4c78ee6486e894488599f44b123","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4313,"ReplyTypes":[],"BufferedAudioBytes":4313,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:59.8518721+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d796b4c78ee6486e894488599f44b123","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4313,"ReplyTypes":[],"BufferedAudioBytes":4313,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:59.8593562+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7e987c6ed7274f999e5217108c288232","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":8526,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4213}}
{"TimestampUtc":"2026-04-26T13:40:59.8596246+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7e987c6ed7274f999e5217108c288232","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":8526,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:59.8598359+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7e987c6ed7274f999e5217108c288232","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":8526,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:59.8602962+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3e1be4a3ca534f10b569774f18fbd963","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4188,"ReplyTypes":[],"BufferedAudioBytes":12714,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4188}}
{"TimestampUtc":"2026-04-26T13:40:59.8604342+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3e1be4a3ca534f10b569774f18fbd963","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4188,"ReplyTypes":[],"BufferedAudioBytes":12714,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:59.8606231+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3e1be4a3ca534f10b569774f18fbd963","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4188,"ReplyTypes":[],"BufferedAudioBytes":12714,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:59.8610943+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"885d393cf0aa4935888df78b0099c355","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4270,"ReplyTypes":[],"BufferedAudioBytes":16984,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4270}}
{"TimestampUtc":"2026-04-26T13:40:59.8612566+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"885d393cf0aa4935888df78b0099c355","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4270,"ReplyTypes":[],"BufferedAudioBytes":16984,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:59.8614351+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"885d393cf0aa4935888df78b0099c355","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4270,"ReplyTypes":[],"BufferedAudioBytes":16984,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:59.8619068+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"0902820e81024acda330c030f48d6b1c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21223,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:40:59.8620353+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"0902820e81024acda330c030f48d6b1c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21223,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:59.86217+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"0902820e81024acda330c030f48d6b1c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21223,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:59.8625256+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"78304a645b8d4ef194a540f32874f519","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4274,"ReplyTypes":[],"BufferedAudioBytes":25497,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4274}}
{"TimestampUtc":"2026-04-26T13:40:59.8626704+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"78304a645b8d4ef194a540f32874f519","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4274,"ReplyTypes":[],"BufferedAudioBytes":25497,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:40:59.8628326+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"78304a645b8d4ef194a540f32874f519","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4274,"ReplyTypes":[],"BufferedAudioBytes":25497,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:06.2790402+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7fccf1286c8945598f24e5c242788a5d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c5bd21e-4175-11f1-a6b7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":25497,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:06.2839343+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ceca6410bb83480f97eea58b63f2189c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210866248,\u0022msgID\u0022:\u0022mid-933de7b6-4175-11f1-bfca-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-92db2752-4175-11f1-98df-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"Sudden alarm.","intent":"chat"}}
{"TimestampUtc":"2026-04-26T13:41:06.2841083+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ceca6410bb83480f97eea58b63f2189c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210866248,\u0022msgID\u0022:\u0022mid-933de7b6-4175-11f1-bfca-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-92db2752-4175-11f1-98df-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:06.284284+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ceca6410bb83480f97eea58b63f2189c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210866248,\u0022msgID\u0022:\u0022mid-933de7b6-4175-11f1-bfca-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-92db2752-4175-11f1-98df-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:06.2847644+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"47f9e877ae7b4dfb9b5f06fe99215aa0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:41:06.2849094+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"47f9e877ae7b4dfb9b5f06fe99215aa0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:06.2850609+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"47f9e877ae7b4dfb9b5f06fe99215aa0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:06.3483753+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f8ae9bf940034ef1a8ae110829df7a48","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210866312,\u0022msgID\u0022:\u0022mid-9347a616-4175-11f1-b7eb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-92db2752-4175-11f1-98df-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.9128719444444453,\u0022playful\u0022:0.3042906481481438}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:06.261-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-92db2752-4175-11f1-98df-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:41:06.3487039+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f8ae9bf940034ef1a8ae110829df7a48","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210866312,\u0022msgID\u0022:\u0022mid-9347a616-4175-11f1-b7eb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-92db2752-4175-11f1-98df-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.9128719444444453,\u0022playful\u0022:0.3042906481481438}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:06.261-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:06.3489184+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f8ae9bf940034ef1a8ae110829df7a48","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210866312,\u0022msgID\u0022:\u0022mid-9347a616-4175-11f1-b7eb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-92db2752-4175-11f1-98df-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.9128719444444453,\u0022playful\u0022:0.3042906481481438}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:06.261-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:07.2198579+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d5b8de9724f349d0ae731822ebdcba42","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4284}}
{"TimestampUtc":"2026-04-26T13:41:07.2200701+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d5b8de9724f349d0ae731822ebdcba42","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:07.2202365+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d5b8de9724f349d0ae731822ebdcba42","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:07.2217384+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ed8df60ee7a7465db366c1c017fbf59b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4287,"ReplyTypes":[],"BufferedAudioBytes":8618,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4287}}
{"TimestampUtc":"2026-04-26T13:41:07.2219521+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ed8df60ee7a7465db366c1c017fbf59b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4287,"ReplyTypes":[],"BufferedAudioBytes":8618,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:07.2221882+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ed8df60ee7a7465db366c1c017fbf59b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4287,"ReplyTypes":[],"BufferedAudioBytes":8618,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:10.9005782+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"04bc5400582f4b69a65dbf31184d36d0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4193,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4193}}
{"TimestampUtc":"2026-04-26T13:41:10.9008108+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"04bc5400582f4b69a65dbf31184d36d0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4193,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:11.1025487+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"04bc5400582f4b69a65dbf31184d36d0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4193,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:11.1038882+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1e3eee6a102a4698ae4a194014a01961","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}}
{"TimestampUtc":"2026-04-26T13:41:11.1040986+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1e3eee6a102a4698ae4a194014a01961","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:11.1042888+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1e3eee6a102a4698ae4a194014a01961","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:11.1047877+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9c69c11b23d84393bfa0dcfb245b0a11","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4164,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4164}}
{"TimestampUtc":"2026-04-26T13:41:11.1049514+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9c69c11b23d84393bfa0dcfb245b0a11","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4164,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:11.1051348+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9c69c11b23d84393bfa0dcfb245b0a11","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4164,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:11.1055528+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"25a5762c7835413e811faf2241b9bbe4","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4180,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4180}}
{"TimestampUtc":"2026-04-26T13:41:11.1057247+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"25a5762c7835413e811faf2241b9bbe4","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4180,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:11.1059054+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"25a5762c7835413e811faf2241b9bbe4","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4180,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:11.1063461+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1512668ca57f4a2b8335cbd150ffcc35","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4256}}
{"TimestampUtc":"2026-04-26T13:41:11.1064878+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1512668ca57f4a2b8335cbd150ffcc35","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:11.1067048+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1512668ca57f4a2b8335cbd150ffcc35","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:11.1071432+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5c1e580fbac04eedb8cade826e16b835","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4189,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4189}}
{"TimestampUtc":"2026-04-26T13:41:11.1072844+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5c1e580fbac04eedb8cade826e16b835","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4189,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:11.1074662+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5c1e580fbac04eedb8cade826e16b835","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4189,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:11.1078974+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3347f1570076488c841bd8c7bb35f9f3","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4244}}
{"TimestampUtc":"2026-04-26T13:41:11.1080467+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3347f1570076488c841bd8c7bb35f9f3","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:11.1082376+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3347f1570076488c841bd8c7bb35f9f3","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:11.1086532+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5ed98e80efeb4cc4a04fce18db7a29a1","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4222}}
{"TimestampUtc":"2026-04-26T13:41:11.1087865+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5ed98e80efeb4cc4a04fce18db7a29a1","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:11.1089488+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5ed98e80efeb4cc4a04fce18db7a29a1","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:18.3109591+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"19e964cc4aa74d5b939fd1f410b94019","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-92db2752-4175-11f1-98df-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:18.3183727+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"63a1ba3e34954401a1ce47deaaa6470e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210878273,\u0022msgID\u0022:\u0022mid-9a68deec-4175-11f1-af71-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9a469742-4175-11f1-9813-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"What time is it?","intent":"time"}}
{"TimestampUtc":"2026-04-26T13:41:18.3185745+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"63a1ba3e34954401a1ce47deaaa6470e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210878273,\u0022msgID\u0022:\u0022mid-9a68deec-4175-11f1-af71-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9a469742-4175-11f1-9813-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:18.3187939+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"63a1ba3e34954401a1ce47deaaa6470e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210878273,\u0022msgID\u0022:\u0022mid-9a68deec-4175-11f1-af71-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9a469742-4175-11f1-9813-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:18.3222806+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"97cd2e6e6bcc4b7bba025fb6fe11c957","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:41:18.3224519+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"97cd2e6e6bcc4b7bba025fb6fe11c957","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:18.3226099+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"97cd2e6e6bcc4b7bba025fb6fe11c957","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:19.2402942+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"be5a538456f54355a8302a99418b452d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210878482,\u0022msgID\u0022:\u0022mid-9a88a84e-4175-11f1-9490-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9a469742-4175-11f1-9813-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9145597222222232,\u0022playful\u0022:0.3048532407407362}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:18.420-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-9a469742-4175-11f1-9813-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:41:19.2406208+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"be5a538456f54355a8302a99418b452d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210878482,\u0022msgID\u0022:\u0022mid-9a88a84e-4175-11f1-9490-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9a469742-4175-11f1-9813-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9145597222222232,\u0022playful\u0022:0.3048532407407362}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:18.420-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:19.2409083+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"be5a538456f54355a8302a99418b452d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210878482,\u0022msgID\u0022:\u0022mid-9a88a84e-4175-11f1-9490-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9a469742-4175-11f1-9813-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9145597222222232,\u0022playful\u0022:0.3048532407407362}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:18.420-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:19.2412236+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b6c71566203f499aa1ef3083e7461afd","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":4202,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4155}}
{"TimestampUtc":"2026-04-26T13:41:19.2413631+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b6c71566203f499aa1ef3083e7461afd","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":4202,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:19.2415445+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b6c71566203f499aa1ef3083e7461afd","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":4202,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:19.2421546+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8a848433839c431fa4a59b1c488dfaa9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4201,"ReplyTypes":[],"BufferedAudioBytes":8403,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4201}}
{"TimestampUtc":"2026-04-26T13:41:19.2422942+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8a848433839c431fa4a59b1c488dfaa9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4201,"ReplyTypes":[],"BufferedAudioBytes":8403,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:19.242455+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8a848433839c431fa4a59b1c488dfaa9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4201,"ReplyTypes":[],"BufferedAudioBytes":8403,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:19.6889608+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"610c08cdbca94162a32932248d155c12","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":12649,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4246}}
{"TimestampUtc":"2026-04-26T13:41:19.6891896+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"610c08cdbca94162a32932248d155c12","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":12649,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:19.6893782+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"610c08cdbca94162a32932248d155c12","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":12649,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:22.9894941+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7dfbed2f44b3481587c2deba68c434cd","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:41:22.9897135+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7dfbed2f44b3481587c2deba68c434cd","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:23.1909806+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7dfbed2f44b3481587c2deba68c434cd","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:23.191592+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"133715b4f9774d03a788d6519e15b6fd","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:41:23.1917763+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"133715b4f9774d03a788d6519e15b6fd","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:23.1919655+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"133715b4f9774d03a788d6519e15b6fd","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:23.192381+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"66cfc41f925944ba8e9986233b6e85b9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:41:23.1925142+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"66cfc41f925944ba8e9986233b6e85b9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:23.1927142+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"66cfc41f925944ba8e9986233b6e85b9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:23.1931318+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"26fa4511d1524698a377a21f123d109f","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4248}}
{"TimestampUtc":"2026-04-26T13:41:23.1932662+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"26fa4511d1524698a377a21f123d109f","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:23.1934537+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"26fa4511d1524698a377a21f123d109f","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:23.1939074+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a66971fe851d4efe9426d62aa58ab80c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4223,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4223}}
{"TimestampUtc":"2026-04-26T13:41:23.1940519+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a66971fe851d4efe9426d62aa58ab80c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4223,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:23.1942346+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a66971fe851d4efe9426d62aa58ab80c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4223,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:23.1947054+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"caa7804edc1247a69ea016986ba173ce","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4174,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4174}}
{"TimestampUtc":"2026-04-26T13:41:23.1948858+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"caa7804edc1247a69ea016986ba173ce","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4174,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:23.1951059+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"caa7804edc1247a69ea016986ba173ce","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4174,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:29.4597605+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6993bcd279e14dcdb1813a876180524f","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9a469742-4175-11f1-9813-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:29.467588+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9a128b38546545129275aa3c3fad2a2f","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210889417,\u0022msgID\u0022:\u0022mid-a10d3a4a-4175-11f1-be3f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_change\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"7 alarm for 842.","intent":"alarm_value"}}
{"TimestampUtc":"2026-04-26T13:41:29.4678744+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9a128b38546545129275aa3c3fad2a2f","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210889417,\u0022msgID\u0022:\u0022mid-a10d3a4a-4175-11f1-be3f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_change\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:29.473987+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9a128b38546545129275aa3c3fad2a2f","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210889417,\u0022msgID\u0022:\u0022mid-a10d3a4a-4175-11f1-be3f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_change\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:29.4743508+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"2dfab4557bec45fbb417644af0375a89","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:41:29.474531+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"2dfab4557bec45fbb417644af0375a89","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:29.4747575+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"2dfab4557bec45fbb417644af0375a89","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:29.5354032+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d67b1b8eb26040f181404e0d9c573f14","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210889487,\u0022msgID\u0022:\u0022mid-a117f4b2-4175-11f1-bd8c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9161058333333344,\u0022playful\u0022:0.30536861111110649}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:29.433-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:41:29.5357189+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d67b1b8eb26040f181404e0d9c573f14","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210889487,\u0022msgID\u0022:\u0022mid-a117f4b2-4175-11f1-bd8c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9161058333333344,\u0022playful\u0022:0.30536861111110649}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:29.433-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:29.5359777+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d67b1b8eb26040f181404e0d9c573f14","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210889487,\u0022msgID\u0022:\u0022mid-a117f4b2-4175-11f1-bd8c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9161058333333344,\u0022playful\u0022:0.30536861111110649}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:29.433-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:29.8892982+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4bbe04202d414d5697406b747267b2e0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4287,"ReplyTypes":[],"BufferedAudioBytes":4334,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4287}}
{"TimestampUtc":"2026-04-26T13:41:29.8895111+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4bbe04202d414d5697406b747267b2e0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4287,"ReplyTypes":[],"BufferedAudioBytes":4334,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:29.889716+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4bbe04202d414d5697406b747267b2e0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4287,"ReplyTypes":[],"BufferedAudioBytes":4334,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:30.350076+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"080e72418b4642ee82109ea80f175ac6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
{"TimestampUtc":"2026-04-26T13:41:30.3503247+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"080e72418b4642ee82109ea80f175ac6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:30.3505431+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"080e72418b4642ee82109ea80f175ac6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:33.9875633+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"57673d178c064d4c9e43e8cde47bcc6c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
{"TimestampUtc":"2026-04-26T13:41:33.987799+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"57673d178c064d4c9e43e8cde47bcc6c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.0639024+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"57673d178c064d4c9e43e8cde47bcc6c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.0645112+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ee6e345590ab48f29eac62a1c23ad647","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:41:34.0648078+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ee6e345590ab48f29eac62a1c23ad647","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.0650113+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ee6e345590ab48f29eac62a1c23ad647","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.0654208+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"0a4b34cf14f442d3811830487f91db4a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:41:34.0655895+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"0a4b34cf14f442d3811830487f91db4a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.0657951+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"0a4b34cf14f442d3811830487f91db4a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.0662687+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9e87145cd2444095827ebd3022135144","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12717,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:41:34.0664333+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9e87145cd2444095827ebd3022135144","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12717,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.0665972+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9e87145cd2444095827ebd3022135144","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12717,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.0670644+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"39f91ace5ff947f0bf8ba1119f3ad768","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":16954,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
{"TimestampUtc":"2026-04-26T13:41:34.0672117+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"39f91ace5ff947f0bf8ba1119f3ad768","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":16954,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.0673915+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"39f91ace5ff947f0bf8ba1119f3ad768","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":16954,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.0678227+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ca4c7a5ed1214d95a1ecb219a61624a8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":21192,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4238}}
{"TimestampUtc":"2026-04-26T13:41:34.0679605+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ca4c7a5ed1214d95a1ecb219a61624a8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":21192,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.0681429+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ca4c7a5ed1214d95a1ecb219a61624a8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":21192,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.0685427+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"adf8f4cde2f3466785c1b0aff1148ca6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":25420,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4228}}
{"TimestampUtc":"2026-04-26T13:41:34.0687166+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"adf8f4cde2f3466785c1b0aff1148ca6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":25420,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.0688842+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"adf8f4cde2f3466785c1b0aff1148ca6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":25420,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.3388584+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"91b27f82eff54540b4d3f397914bba12","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0f3dcee-4175-11f1-88d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":25420,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.3462348+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"fabae279fa2948c0b4ce679446662759","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210894295,\u0022msgID\u0022:\u0022mid-a3f58690-4175-11f1-a6e1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a3d9676c-4175-11f1-96db-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"Yes.","intent":"yes"}}
{"TimestampUtc":"2026-04-26T13:41:34.3465556+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"fabae279fa2948c0b4ce679446662759","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210894295,\u0022msgID\u0022:\u0022mid-a3f58690-4175-11f1-a6e1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a3d9676c-4175-11f1-96db-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.3468232+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"fabae279fa2948c0b4ce679446662759","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210894295,\u0022msgID\u0022:\u0022mid-a3f58690-4175-11f1-a6e1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a3d9676c-4175-11f1-96db-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.347166+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1f92dcf7bd4944368476b451964b57d2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:41:34.3473242+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1f92dcf7bd4944368476b451964b57d2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.3474989+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1f92dcf7bd4944368476b451964b57d2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.4642332+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"44befd3121024f7a8798745057b92051","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210894414,\u0022msgID\u0022:\u0022mid-a407bd74-4175-11f1-b621-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a3d9676c-4175-11f1-96db-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9168091666666678,\u0022playful\u0022:0.30560305555555086}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:34.307-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:41:34.4645769+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"44befd3121024f7a8798745057b92051","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210894414,\u0022msgID\u0022:\u0022mid-a407bd74-4175-11f1-b621-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a3d9676c-4175-11f1-96db-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9168091666666678,\u0022playful\u0022:0.30560305555555086}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:34.307-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:34.4648664+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"44befd3121024f7a8798745057b92051","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210894414,\u0022msgID\u0022:\u0022mid-a407bd74-4175-11f1-b621-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a3d9676c-4175-11f1-96db-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9168091666666678,\u0022playful\u0022:0.30560305555555086}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:34.307-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:35.2667957+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"31f4d0d0a0e54b02837f161181ddf35a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
{"TimestampUtc":"2026-04-26T13:41:35.267012+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"31f4d0d0a0e54b02837f161181ddf35a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:35.2671904+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"31f4d0d0a0e54b02837f161181ddf35a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:35.2694582+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a193fa4472f148e9bb555261c287cf9d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":8611,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4278}}
{"TimestampUtc":"2026-04-26T13:41:35.2697131+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a193fa4472f148e9bb555261c287cf9d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":8611,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:35.2699268+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a193fa4472f148e9bb555261c287cf9d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":8611,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:38.9234727+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ee565392a69542c09d2d151bc351a7c2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4200}}
{"TimestampUtc":"2026-04-26T13:41:38.9237312+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ee565392a69542c09d2d151bc351a7c2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:38.9998823+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ee565392a69542c09d2d151bc351a7c2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4200,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:39.0003518+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"2a2a1c1cc7fd42eb982453de38441eb9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":4298,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4298}}
{"TimestampUtc":"2026-04-26T13:41:39.0006161+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"2a2a1c1cc7fd42eb982453de38441eb9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":4298,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:39.0008358+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"2a2a1c1cc7fd42eb982453de38441eb9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":4298,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:39.0011359+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"89429063e4b34b5d8369b204b5ca6e33","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4178,"ReplyTypes":[],"BufferedAudioBytes":8476,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4178}}
{"TimestampUtc":"2026-04-26T13:41:39.0012771+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"89429063e4b34b5d8369b204b5ca6e33","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4178,"ReplyTypes":[],"BufferedAudioBytes":8476,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:39.0014362+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"89429063e4b34b5d8369b204b5ca6e33","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4178,"ReplyTypes":[],"BufferedAudioBytes":8476,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:39.0017125+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"98713b8ee450403dae439c58cfa51700","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12715,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:41:39.0018487+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"98713b8ee450403dae439c58cfa51700","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12715,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:39.0019984+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"98713b8ee450403dae439c58cfa51700","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12715,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:39.0022407+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3b695c3dae134f44b861115f71d87e25","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":16954,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:41:39.0024232+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3b695c3dae134f44b861115f71d87e25","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":16954,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:39.0025646+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3b695c3dae134f44b861115f71d87e25","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":16954,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:39.002991+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1d61e7401b424e2596030b5c4cda0b51","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21193,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:41:39.0032198+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1d61e7401b424e2596030b5c4cda0b51","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21193,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:39.0033871+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1d61e7401b424e2596030b5c4cda0b51","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21193,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:39.0036932+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b7af22260ec24f6fa549a78e000aa952","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:41:39.0038805+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b7af22260ec24f6fa549a78e000aa952","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:39.00405+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b7af22260ec24f6fa549a78e000aa952","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:47.9745394+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8646c54579564222bce663afe635103e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a3d9676c-4175-11f1-96db-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:47.9866136+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c9237ffbd694466894dbbdc29bc45efa","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210907961,\u0022msgID\u0022:\u0022mid-ac1ad0fa-4175-11f1-a455-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"","intent":"heyJibo"}}
{"TimestampUtc":"2026-04-26T13:41:47.9869477+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c9237ffbd694466894dbbdc29bc45efa","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210907961,\u0022msgID\u0022:\u0022mid-ac1ad0fa-4175-11f1-a455-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:47.987175+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c9237ffbd694466894dbbdc29bc45efa","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210907961,\u0022msgID\u0022:\u0022mid-ac1ad0fa-4175-11f1-a455-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:47.9938989+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e93dc6898b964807af74b11ed72233a1","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:41:47.9940767+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e93dc6898b964807af74b11ed72233a1","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:47.9942499+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e93dc6898b964807af74b11ed72233a1","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:48.0437791+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b09c8447bc624ffc9751571d4d28f5d9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210908019,\u0022msgID\u0022:\u0022mid-ac23ad9c-4175-11f1-8a95-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9187766666666678,\u0022playful\u0022:0.306258888888884}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:47.970-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:41:48.0440651+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b09c8447bc624ffc9751571d4d28f5d9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210908019,\u0022msgID\u0022:\u0022mid-ac23ad9c-4175-11f1-8a95-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9187766666666678,\u0022playful\u0022:0.306258888888884}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:47.970-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:48.0443056+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b09c8447bc624ffc9751571d4d28f5d9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210908019,\u0022msgID\u0022:\u0022mid-ac23ad9c-4175-11f1-8a95-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9187766666666678,\u0022playful\u0022:0.306258888888884}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12034,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:47.970-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:49.2874171+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e9702e4d0866408da84ab5d37b8b2a8c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4227,"ReplyTypes":[],"BufferedAudioBytes":4274,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4227}}
{"TimestampUtc":"2026-04-26T13:41:49.2876579+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e9702e4d0866408da84ab5d37b8b2a8c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4227,"ReplyTypes":[],"BufferedAudioBytes":4274,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:49.2878732+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e9702e4d0866408da84ab5d37b8b2a8c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4227,"ReplyTypes":[],"BufferedAudioBytes":4274,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:49.2882146+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f168960fa60948f0b16ad4fb7c4bd15d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4298}}
{"TimestampUtc":"2026-04-26T13:41:49.2883662+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f168960fa60948f0b16ad4fb7c4bd15d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:49.2885463+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f168960fa60948f0b16ad4fb7c4bd15d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:49.2973793+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e987666f011343d6b19fee549bb73e5d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":12809,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
{"TimestampUtc":"2026-04-26T13:41:49.297581+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e987666f011343d6b19fee549bb73e5d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":12809,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:49.2977692+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e987666f011343d6b19fee549bb73e5d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":12809,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:52.4995331+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ea00a05813774a86a1f9d52f53f660ad","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4258}}
{"TimestampUtc":"2026-04-26T13:41:52.4997684+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ea00a05813774a86a1f9d52f53f660ad","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:52.7012546+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ea00a05813774a86a1f9d52f53f660ad","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4258,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:52.7017593+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"10e0e11c9d40459b9fdc6764c66cd6ef","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4258}}
{"TimestampUtc":"2026-04-26T13:41:52.7019539+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"10e0e11c9d40459b9fdc6764c66cd6ef","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:52.7021387+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"10e0e11c9d40459b9fdc6764c66cd6ef","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:52.7024068+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5ed575bd93134b9898e18b22a803f890","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4203,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4203}}
{"TimestampUtc":"2026-04-26T13:41:52.7025439+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5ed575bd93134b9898e18b22a803f890","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4203,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:52.7027193+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5ed575bd93134b9898e18b22a803f890","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4203,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:52.7029681+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"49cad48c2ac34671a135dfa24f4b835d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4256}}
{"TimestampUtc":"2026-04-26T13:41:52.703105+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"49cad48c2ac34671a135dfa24f4b835d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:52.7032667+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"49cad48c2ac34671a135dfa24f4b835d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:52.7034987+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"59e929e56c23495a90aef5368422d513","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4245}}
{"TimestampUtc":"2026-04-26T13:41:52.7036295+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"59e929e56c23495a90aef5368422d513","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:52.703804+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"59e929e56c23495a90aef5368422d513","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:52.7040502+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d1ddd6d5e8714d24862ba34ebb81b795","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4235}}
{"TimestampUtc":"2026-04-26T13:41:52.7042121+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d1ddd6d5e8714d24862ba34ebb81b795","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:52.7043833+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d1ddd6d5e8714d24862ba34ebb81b795","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:59.3753488+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d588ed3ea1b045d49a878f567c205c79","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-abdc24c2-4175-11f1-bb9e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:59.3816801+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bea0df1976034546827cf6b1272d7397","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210919366,\u0022msgID\u0022:\u0022mid-b2e71ff6-4175-11f1-82c0-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_change\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"- Oh, set an alarm for 742.","intent":"alarm_value"}}
{"TimestampUtc":"2026-04-26T13:41:59.381955+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bea0df1976034546827cf6b1272d7397","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210919366,\u0022msgID\u0022:\u0022mid-b2e71ff6-4175-11f1-82c0-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_change\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:59.3821483+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bea0df1976034546827cf6b1272d7397","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210919366,\u0022msgID\u0022:\u0022mid-b2e71ff6-4175-11f1-82c0-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_change\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:59.3856666+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"63ca2a8493984b6b89a9680f6fc2c24d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:41:59.3858784+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"63ca2a8493984b6b89a9680f6fc2c24d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:59.3860583+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"63ca2a8493984b6b89a9680f6fc2c24d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:59.4819417+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a9f61e6d4e164cdca87345c949b68616","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210919467,\u0022msgID\u0022:\u0022mid-b2f68cac-4175-11f1-8fe7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9203280555555565,\u0022playful\u0022:0.3067760185185137}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12048,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:59.374-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:41:59.4822061+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a9f61e6d4e164cdca87345c949b68616","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210919467,\u0022msgID\u0022:\u0022mid-b2f68cac-4175-11f1-8fe7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9203280555555565,\u0022playful\u0022:0.3067760185185137}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12048,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:59.374-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:59.4824062+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a9f61e6d4e164cdca87345c949b68616","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210919467,\u0022msgID\u0022:\u0022mid-b2f68cac-4175-11f1-8fe7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9203280555555565,\u0022playful\u0022:0.3067760185185137}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12048,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:41:59.374-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:59.8965963+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"148c251b41cd4a1baa9ddcf255bfc5b6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
{"TimestampUtc":"2026-04-26T13:41:59.8968291+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"148c251b41cd4a1baa9ddcf255bfc5b6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:41:59.8970148+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"148c251b41cd4a1baa9ddcf255bfc5b6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:00.3024018+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8f67ca5376e14ebfa5da8ff887b415de","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4238}}
{"TimestampUtc":"2026-04-26T13:42:00.3026621+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8f67ca5376e14ebfa5da8ff887b415de","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:00.3029031+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8f67ca5376e14ebfa5da8ff887b415de","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:03.9537148+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d779244a709b4f4cb8641a05a7dcc5e9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4269,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4269}}
{"TimestampUtc":"2026-04-26T13:42:03.9539597+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d779244a709b4f4cb8641a05a7dcc5e9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4269,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.0298099+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d779244a709b4f4cb8641a05a7dcc5e9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4269,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.0302053+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e523fabbe8b04f8bbe9cbf9ad40cdcd5","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4211,"ReplyTypes":[],"BufferedAudioBytes":4211,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4211}}
{"TimestampUtc":"2026-04-26T13:42:04.0304036+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e523fabbe8b04f8bbe9cbf9ad40cdcd5","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4211,"ReplyTypes":[],"BufferedAudioBytes":4211,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.0306017+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e523fabbe8b04f8bbe9cbf9ad40cdcd5","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4211,"ReplyTypes":[],"BufferedAudioBytes":4211,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.0310095+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"19893824964349c4957e7bd310e062f5","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":8451,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4240}}
{"TimestampUtc":"2026-04-26T13:42:04.0311867+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"19893824964349c4957e7bd310e062f5","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":8451,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.0313446+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"19893824964349c4957e7bd310e062f5","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":8451,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.031614+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1a33d5ad39464f9fb564bd5e1d89e06d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4212,"ReplyTypes":[],"BufferedAudioBytes":12663,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4212}}
{"TimestampUtc":"2026-04-26T13:42:04.0317979+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1a33d5ad39464f9fb564bd5e1d89e06d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4212,"ReplyTypes":[],"BufferedAudioBytes":12663,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.0319434+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1a33d5ad39464f9fb564bd5e1d89e06d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4212,"ReplyTypes":[],"BufferedAudioBytes":12663,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.0322223+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1bc96d3af6d7414886e5bcf6be13da4c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4186,"ReplyTypes":[],"BufferedAudioBytes":16849,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4186}}
{"TimestampUtc":"2026-04-26T13:42:04.0323912+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1bc96d3af6d7414886e5bcf6be13da4c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4186,"ReplyTypes":[],"BufferedAudioBytes":16849,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.0326032+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1bc96d3af6d7414886e5bcf6be13da4c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4186,"ReplyTypes":[],"BufferedAudioBytes":16849,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.0329812+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4871fafde4bb4fa4a6a8a12ce7697aaf","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4265,"ReplyTypes":[],"BufferedAudioBytes":21114,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4265}}
{"TimestampUtc":"2026-04-26T13:42:04.0331825+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4871fafde4bb4fa4a6a8a12ce7697aaf","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4265,"ReplyTypes":[],"BufferedAudioBytes":21114,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.0333802+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4871fafde4bb4fa4a6a8a12ce7697aaf","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4265,"ReplyTypes":[],"BufferedAudioBytes":21114,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.0337119+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5f8621ccac5049649019a94362b0fc5b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4290,"ReplyTypes":[],"BufferedAudioBytes":25404,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4290}}
{"TimestampUtc":"2026-04-26T13:42:04.0338503+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5f8621ccac5049649019a94362b0fc5b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4290,"ReplyTypes":[],"BufferedAudioBytes":25404,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.0340196+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5f8621ccac5049649019a94362b0fc5b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4290,"ReplyTypes":[],"BufferedAudioBytes":25404,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.0345148+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"63c78a84fdd24517ace01503749c4168","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":29643,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:42:04.0346929+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"63c78a84fdd24517ace01503749c4168","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":29643,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.0348611+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"63c78a84fdd24517ace01503749c4168","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":29643,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.3666192+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8cdefd7789334a73848e2883e28dc5a0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b280f4ec-4175-11f1-9e46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":29643,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.373139+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7bbd1b846ec14e0bbba58d937b45d32a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210924360,\u0022msgID\u0022:\u0022mid-b5e11f0e-4175-11f1-8000-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"No.","intent":"no"}}
{"TimestampUtc":"2026-04-26T13:42:04.3734377+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7bbd1b846ec14e0bbba58d937b45d32a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210924360,\u0022msgID\u0022:\u0022mid-b5e11f0e-4175-11f1-8000-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.3736525+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7bbd1b846ec14e0bbba58d937b45d32a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210924360,\u0022msgID\u0022:\u0022mid-b5e11f0e-4175-11f1-8000-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.3823213+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"40b566af6bfd40e9887269f07698e13c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:42:04.3826083+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"40b566af6bfd40e9887269f07698e13c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:04.3828301+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"40b566af6bfd40e9887269f07698e13c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:05.3087779+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6644609fe6354f0ea56d22dc885d398e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210924481,\u0022msgID\u0022:\u0022mid-b5f38d10-4175-11f1-a70a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.921031111111112,\u0022playful\u0022:0.30701037037036546}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12048,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:04.390-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:42:05.3090689+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6644609fe6354f0ea56d22dc885d398e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210924481,\u0022msgID\u0022:\u0022mid-b5f38d10-4175-11f1-a70a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.921031111111112,\u0022playful\u0022:0.30701037037036546}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12048,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:04.390-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:05.3093404+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6644609fe6354f0ea56d22dc885d398e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210924481,\u0022msgID\u0022:\u0022mid-b5f38d10-4175-11f1-a70a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.921031111111112,\u0022playful\u0022:0.30701037037036546}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12048,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:04.390-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/clock\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:05.3096933+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d0a1cb5e45b44af8887a567fe6a92572","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
{"TimestampUtc":"2026-04-26T13:42:05.3098517+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d0a1cb5e45b44af8887a567fe6a92572","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:05.3100164+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d0a1cb5e45b44af8887a567fe6a92572","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:05.3107245+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5ca7f5decfaa46eb8a4b8e8ae87131b2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:42:05.3108993+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5ca7f5decfaa46eb8a4b8e8ae87131b2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:05.3110783+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5ca7f5decfaa46eb8a4b8e8ae87131b2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:08.9156097+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a863175e265f42bd9841fcac2e7fba74","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4281,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4281}}
{"TimestampUtc":"2026-04-26T13:42:08.9158194+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a863175e265f42bd9841fcac2e7fba74","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4281,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:08.991694+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a863175e265f42bd9841fcac2e7fba74","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4281,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:08.9920285+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bdbacf9007a64e09ac20c5e04660bc5a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4207,"ReplyTypes":[],"BufferedAudioBytes":4207,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4207}}
{"TimestampUtc":"2026-04-26T13:42:08.9923092+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bdbacf9007a64e09ac20c5e04660bc5a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4207,"ReplyTypes":[],"BufferedAudioBytes":4207,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:08.9925269+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bdbacf9007a64e09ac20c5e04660bc5a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4207,"ReplyTypes":[],"BufferedAudioBytes":4207,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:08.9929291+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f716a6b9ea5944aa9269f44464fbe24d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4227,"ReplyTypes":[],"BufferedAudioBytes":8434,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4227}}
{"TimestampUtc":"2026-04-26T13:42:08.993057+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f716a6b9ea5944aa9269f44464fbe24d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4227,"ReplyTypes":[],"BufferedAudioBytes":8434,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:08.9932747+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f716a6b9ea5944aa9269f44464fbe24d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4227,"ReplyTypes":[],"BufferedAudioBytes":8434,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:08.9935427+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7660ddbe71e943baa234c8760e42c278","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12673,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:42:08.9937049+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7660ddbe71e943baa234c8760e42c278","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12673,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:08.993858+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7660ddbe71e943baa234c8760e42c278","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12673,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:08.9941205+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5e24be850ff04977b5cc9e52d0f13631","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":16912,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:42:08.9942477+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5e24be850ff04977b5cc9e52d0f13631","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":16912,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:08.9943978+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5e24be850ff04977b5cc9e52d0f13631","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":16912,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:08.9946909+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4274f2517b1941fdad0bab9e6558491f","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21151,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:42:08.9948103+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4274f2517b1941fdad0bab9e6558491f","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21151,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:08.9949368+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4274f2517b1941fdad0bab9e6558491f","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21151,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:08.9951722+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3799b2ae8bb242439fef8f7f35f55f57","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25390,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:42:08.9953127+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3799b2ae8bb242439fef8f7f35f55f57","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25390,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:08.9955388+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3799b2ae8bb242439fef8f7f35f55f57","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25390,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:17.4166904+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"36ee3d77574643a8b553de13443150fa","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b5bb5a12-4175-11f1-81d2-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":25390,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:17.4222868+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c20303d30a90437591ae8477b8a7ed67","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210937413,\u0022msgID\u0022:\u0022mid-bda8cf02-4175-11f1-aa3d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022main-menu/execute_main_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"","intent":"heyJibo"}}
{"TimestampUtc":"2026-04-26T13:42:17.4225493+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c20303d30a90437591ae8477b8a7ed67","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210937413,\u0022msgID\u0022:\u0022mid-bda8cf02-4175-11f1-aa3d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022main-menu/execute_main_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:17.4227879+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c20303d30a90437591ae8477b8a7ed67","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210937413,\u0022msgID\u0022:\u0022mid-bda8cf02-4175-11f1-aa3d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022main-menu/execute_main_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:17.4236047+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"be5e250cb7f840fa9491c2e309d06505","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210937413,\u0022msgID\u0022:\u0022mid-bda8d632-4175-11f1-863d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022destination\u0022 : \u0022clock\u0022 }, \u0022intent\u0022 : \u0022loadMenu\u0022, \u0022rules\u0022 : [ \u0022main-menu/execute_main_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"messageType":"CLIENT_NLU","replyCount":2,"transcript":"loadMenu","intent":"chat"}}
{"TimestampUtc":"2026-04-26T13:42:17.4238101+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"be5e250cb7f840fa9491c2e309d06505","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210937413,\u0022msgID\u0022:\u0022mid-bda8d632-4175-11f1-863d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022destination\u0022 : \u0022clock\u0022 }, \u0022intent\u0022 : \u0022loadMenu\u0022, \u0022rules\u0022 : [ \u0022main-menu/execute_main_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:17.4241207+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"be5e250cb7f840fa9491c2e309d06505","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210937413,\u0022msgID\u0022:\u0022mid-bda8d632-4175-11f1-863d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022destination\u0022 : \u0022clock\u0022 }, \u0022intent\u0022 : \u0022loadMenu\u0022, \u0022rules\u0022 : [ \u0022main-menu/execute_main_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:18.3607651+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c8ba243704154cd3bfb01cab6744d3b9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210937567,\u0022msgID\u0022:\u0022mid-bdc04fec-4175-11f1-a1a1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9228579166666676,\u0022playful\u0022:0.30761930555555047}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12048,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:17.441-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:42:18.3610177+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c8ba243704154cd3bfb01cab6744d3b9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210937567,\u0022msgID\u0022:\u0022mid-bdc04fec-4175-11f1-a1a1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9228579166666676,\u0022playful\u0022:0.30761930555555047}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12048,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:17.441-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:18.3611928+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c8ba243704154cd3bfb01cab6744d3b9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210937567,\u0022msgID\u0022:\u0022mid-bdc04fec-4175-11f1-a1a1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9228579166666676,\u0022playful\u0022:0.30761930555555047}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12048,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:17.441-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:20.0163644+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b348ccca093740cd89fdd61ef700ac22","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd2b93de-4175-11f1-a0b4-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:20.0311576+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4e620150d82047af947b43c979dcab47","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210940022,\u0022msgID\u0022:\u0022mid-bf36e2f0-4175-11f1-b288-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/clock_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"loadMenu","intent":"chat"}}
{"TimestampUtc":"2026-04-26T13:42:20.0314866+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4e620150d82047af947b43c979dcab47","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210940022,\u0022msgID\u0022:\u0022mid-bf36e2f0-4175-11f1-b288-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/clock_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:20.0316846+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4e620150d82047af947b43c979dcab47","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210940022,\u0022msgID\u0022:\u0022mid-bf36e2f0-4175-11f1-b288-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/clock_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:20.0330918+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"28b6d6147f6749a290454d130b035813","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210940022,\u0022msgID\u0022:\u0022mid-bf36ec32-4175-11f1-83d7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022domain\u0022 : \u0022alarm\u0022 }, \u0022intent\u0022 : \u0022set\u0022, \u0022rules\u0022 : [ \u0022clock/clock_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"messageType":"CLIENT_NLU","replyCount":2,"transcript":"set","intent":"alarm_clarify"}}
{"TimestampUtc":"2026-04-26T13:42:20.0333828+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"28b6d6147f6749a290454d130b035813","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210940022,\u0022msgID\u0022:\u0022mid-bf36ec32-4175-11f1-83d7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022domain\u0022 : \u0022alarm\u0022 }, \u0022intent\u0022 : \u0022set\u0022, \u0022rules\u0022 : [ \u0022clock/clock_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:20.033742+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"28b6d6147f6749a290454d130b035813","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210940022,\u0022msgID\u0022:\u0022mid-bf36ec32-4175-11f1-83d7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022domain\u0022 : \u0022alarm\u0022 }, \u0022intent\u0022 : \u0022set\u0022, \u0022rules\u0022 : [ \u0022clock/clock_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:20.3629972+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6fcccdd758ee466dba6ea06ae713130a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210940255,\u0022msgID\u0022:\u0022mid-bf5a706c-4175-11f1-89d2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9231404166666677,\u0022playful\u0022:0.30771347222221709}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12048,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:20.043-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:42:20.3633288+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6fcccdd758ee466dba6ea06ae713130a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210940255,\u0022msgID\u0022:\u0022mid-bf5a706c-4175-11f1-89d2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9231404166666677,\u0022playful\u0022:0.30771347222221709}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12048,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:20.043-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:20.3635794+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6fcccdd758ee466dba6ea06ae713130a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210940255,\u0022msgID\u0022:\u0022mid-bf5a706c-4175-11f1-89d2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9231404166666677,\u0022playful\u0022:0.30771347222221709}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12048,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:20.043-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:24.4936045+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f1cf9d3ba5c142249ab21f761622fb0d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bf1fe21c-4175-11f1-a34c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:24.5744086+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4edcd370f0624f43b602e1de05160e93","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c1596a44-4175-11f1-897b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210944491,\u0022msgID\u0022:\u0022mid-c1e0cea8-4175-11f1-8224-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c1596a44-4175-11f1-897b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_query_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"set","intent":"alarm_clarify"}}
{"TimestampUtc":"2026-04-26T13:42:24.5746723+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4edcd370f0624f43b602e1de05160e93","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c1596a44-4175-11f1-897b-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210944491,\u0022msgID\u0022:\u0022mid-c1e0cea8-4175-11f1-8224-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c1596a44-4175-11f1-897b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_query_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:24.5748582+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4edcd370f0624f43b602e1de05160e93","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c1596a44-4175-11f1-897b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210944491,\u0022msgID\u0022:\u0022mid-c1e0cea8-4175-11f1-8224-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c1596a44-4175-11f1-897b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_query_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:24.576253+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ddb37b3d93694df7b731b49971a06c4b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c1596a44-4175-11f1-897b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210944491,\u0022msgID\u0022:\u0022mid-c1e0d5d8-4175-11f1-907e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c1596a44-4175-11f1-897b-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { }, \u0022intent\u0022 : \u0022cancel\u0022, \u0022rules\u0022 : [ \u0022clock/alarm_timer_query_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"messageType":"CLIENT_NLU","replyCount":2,"transcript":"cancel","intent":"alarm_delete"}}
{"TimestampUtc":"2026-04-26T13:42:24.5764532+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ddb37b3d93694df7b731b49971a06c4b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c1596a44-4175-11f1-897b-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210944491,\u0022msgID\u0022:\u0022mid-c1e0d5d8-4175-11f1-907e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c1596a44-4175-11f1-897b-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { }, \u0022intent\u0022 : \u0022cancel\u0022, \u0022rules\u0022 : [ \u0022clock/alarm_timer_query_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:24.5767951+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ddb37b3d93694df7b731b49971a06c4b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c1596a44-4175-11f1-897b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210944491,\u0022msgID\u0022:\u0022mid-c1e0d5d8-4175-11f1-907e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c1596a44-4175-11f1-897b-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { }, \u0022intent\u0022 : \u0022cancel\u0022, \u0022rules\u0022 : [ \u0022clock/alarm_timer_query_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:24.5772195+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"eefe462e97864ccba34e02b4d782ce81","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c1596a44-4175-11f1-897b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210944560,\u0022msgID\u0022:\u0022mid-c1eb65e8-4175-11f1-8e2e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c1596a44-4175-11f1-897b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9238413888888899,\u0022playful\u0022:0.30794712962962447}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12048,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:24.501-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-c1596a44-4175-11f1-897b-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:42:24.5774257+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"eefe462e97864ccba34e02b4d782ce81","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c1596a44-4175-11f1-897b-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210944560,\u0022msgID\u0022:\u0022mid-c1eb65e8-4175-11f1-8e2e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c1596a44-4175-11f1-897b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9238413888888899,\u0022playful\u0022:0.30794712962962447}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12048,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:24.501-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:24.5776508+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"eefe462e97864ccba34e02b4d782ce81","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c1596a44-4175-11f1-897b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210944560,\u0022msgID\u0022:\u0022mid-c1eb65e8-4175-11f1-8e2e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c1596a44-4175-11f1-897b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9238413888888899,\u0022playful\u0022:0.30794712962962447}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12048,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:24.501-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:29.4916926+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6607aff1f6884d96954cd19be6137687","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c1596a44-4175-11f1-897b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:29.496187+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"25173aed959a4beaacbc559206213032","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210949487,\u0022msgID\u0022:\u0022mid-c4db4426-4175-11f1-9485-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c4719b34-4175-11f1-998e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"cancel","intent":"alarm_delete"}}
{"TimestampUtc":"2026-04-26T13:42:29.4964904+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"25173aed959a4beaacbc559206213032","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210949487,\u0022msgID\u0022:\u0022mid-c4db4426-4175-11f1-9485-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c4719b34-4175-11f1-998e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:29.4967217+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"25173aed959a4beaacbc559206213032","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210949487,\u0022msgID\u0022:\u0022mid-c4db4426-4175-11f1-9485-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c4719b34-4175-11f1-998e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:29.4984014+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"67ba613cfd0e4cf19637b1f6bb45bd58","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:42:29.4986701+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"67ba613cfd0e4cf19637b1f6bb45bd58","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:29.4988747+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"67ba613cfd0e4cf19637b1f6bb45bd58","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:29.5664002+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3f554742f9ac4e0bb15b3a4d00fe8950","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210949555,\u0022msgID\u0022:\u0022mid-c4e59d5e-4175-11f1-b22b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c4719b34-4175-11f1-998e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9245404166666676,\u0022playful\u0022:0.30818013888888376}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:29.503-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:42:29.5667034+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3f554742f9ac4e0bb15b3a4d00fe8950","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210949555,\u0022msgID\u0022:\u0022mid-c4e59d5e-4175-11f1-b22b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c4719b34-4175-11f1-998e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9245404166666676,\u0022playful\u0022:0.30818013888888376}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:29.503-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:29.5669452+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3f554742f9ac4e0bb15b3a4d00fe8950","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210949555,\u0022msgID\u0022:\u0022mid-c4e59d5e-4175-11f1-b22b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c4719b34-4175-11f1-998e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9245404166666676,\u0022playful\u0022:0.30818013888888376}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:29.503-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:29.9199257+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c6148b4f89bb4c0c9429c6877ded0dd6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":4199,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4152}}
{"TimestampUtc":"2026-04-26T13:42:29.9201405+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c6148b4f89bb4c0c9429c6877ded0dd6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":4199,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:29.9203698+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c6148b4f89bb4c0c9429c6877ded0dd6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":4199,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:30.3838322+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"88935add19eb4a80954c0fcea1a22670","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4209}}
{"TimestampUtc":"2026-04-26T13:42:30.3840687+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"88935add19eb4a80954c0fcea1a22670","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:30.3842392+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"88935add19eb4a80954c0fcea1a22670","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:34.4504046+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"cced8a42e7cd486f80d203f02a8c37b7","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:42:34.4506117+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"cced8a42e7cd486f80d203f02a8c37b7","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:34.6521292+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"cced8a42e7cd486f80d203f02a8c37b7","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:34.6525358+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e322da37d0f145248bbd3ebbfdc3d865","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4171,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4171}}
{"TimestampUtc":"2026-04-26T13:42:34.6527745+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e322da37d0f145248bbd3ebbfdc3d865","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4171,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:34.6530027+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e322da37d0f145248bbd3ebbfdc3d865","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4171,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:34.6534172+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7433bedabe7046149b4fc991eb463bac","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4252}}
{"TimestampUtc":"2026-04-26T13:42:34.6535787+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7433bedabe7046149b4fc991eb463bac","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:34.6538313+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7433bedabe7046149b4fc991eb463bac","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:34.6541682+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"541ab8f5f1134bb884c313b596fee668","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4284}}
{"TimestampUtc":"2026-04-26T13:42:34.6543049+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"541ab8f5f1134bb884c313b596fee668","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:34.6544738+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"541ab8f5f1134bb884c313b596fee668","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:34.6548959+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f060454606a84f4988d373c1f74d01f0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4259}}
{"TimestampUtc":"2026-04-26T13:42:34.6550305+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f060454606a84f4988d373c1f74d01f0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:34.6551918+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f060454606a84f4988d373c1f74d01f0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:34.6555859+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f166bada829c41bebd82b5bc4e5f8e28","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4231}}
{"TimestampUtc":"2026-04-26T13:42:34.6557248+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f166bada829c41bebd82b5bc4e5f8e28","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:34.6558693+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f166bada829c41bebd82b5bc4e5f8e28","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:34.6563296+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bc00242e6118433fb5a9e01c71cf4cd8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:42:34.6564498+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bc00242e6118433fb5a9e01c71cf4cd8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:34.6566206+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bc00242e6118433fb5a9e01c71cf4cd8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:34.6569745+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"419735729c7e4a259f0518fc667ffa0a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4262,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4262}}
{"TimestampUtc":"2026-04-26T13:42:34.6570933+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"419735729c7e4a259f0518fc667ffa0a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4262,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:34.6572548+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"419735729c7e4a259f0518fc667ffa0a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4262,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:41.4034448+00:00","EventType":"connection_closed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d9bd51a4384c4401813d298da9dee8da","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"reason":"socket-loop-ended-prematurely"}}
{"TimestampUtc":"2026-04-26T13:42:41.4647648+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f59e2a2e380243d98ef3a23bbe6525f2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c4719b34-4175-11f1-998e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:41.4695272+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"281a662791494ccb91678ed27f4f3d80","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210961460,\u0022msgID\u0022:\u0022mid-cbfe20de-4175-11f1-8cdf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cb6def32-4175-11f1-abbd-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_change\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"- I\u0027m setting alarm for seven.","intent":"alarm_value"}}
{"TimestampUtc":"2026-04-26T13:42:41.4698463+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"281a662791494ccb91678ed27f4f3d80","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210961460,\u0022msgID\u0022:\u0022mid-cbfe20de-4175-11f1-8cdf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cb6def32-4175-11f1-abbd-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_change\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:41.4700697+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"281a662791494ccb91678ed27f4f3d80","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210961460,\u0022msgID\u0022:\u0022mid-cbfe20de-4175-11f1-8cdf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cb6def32-4175-11f1-abbd-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_change\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:41.4736523+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8017f57559b84681854cd5338139b41e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:42:41.4738569+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8017f57559b84681854cd5338139b41e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:41.4740405+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8017f57559b84681854cd5338139b41e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:41.5413942+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6b8590e608f3480781281f536ab763f0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210961518,\u0022msgID\u0022:\u0022mid-cc06edea-4175-11f1-9853-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cb6def32-4175-11f1-abbd-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9260947222222231,\u0022playful\u0022:0.30869824074073545}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12051,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:41.466-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:42:41.5417733+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6b8590e608f3480781281f536ab763f0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210961518,\u0022msgID\u0022:\u0022mid-cc06edea-4175-11f1-9853-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cb6def32-4175-11f1-abbd-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9260947222222231,\u0022playful\u0022:0.30869824074073545}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12051,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:41.466-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:41.5420047+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6b8590e608f3480781281f536ab763f0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210961518,\u0022msgID\u0022:\u0022mid-cc06edea-4175-11f1-9853-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cb6def32-4175-11f1-abbd-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9260947222222231,\u0022playful\u0022:0.30869824074073545}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12051,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:41.466-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:42.4054956+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3127a8bce2eb45dc883746b5fd7123ff","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
{"TimestampUtc":"2026-04-26T13:42:42.4057335+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3127a8bce2eb45dc883746b5fd7123ff","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:42.405919+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3127a8bce2eb45dc883746b5fd7123ff","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:42.4063407+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7b488db4c38048bda4acbbf895449f25","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4238}}
{"TimestampUtc":"2026-04-26T13:42:42.406486+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7b488db4c38048bda4acbbf895449f25","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:42.4066763+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7b488db4c38048bda4acbbf895449f25","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:45.9820861+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bd3147303a154753970f3d99121b0905","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
{"TimestampUtc":"2026-04-26T13:42:45.982301+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bd3147303a154753970f3d99121b0905","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.0582444+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bd3147303a154753970f3d99121b0905","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.0588005+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8d1a7dd098c64b43a75a7a5d7687a844","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:42:46.0590802+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8d1a7dd098c64b43a75a7a5d7687a844","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.0592417+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8d1a7dd098c64b43a75a7a5d7687a844","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.0596935+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"89edb741e7f54dbb8c9560e72a6d52e9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:42:46.0598734+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"89edb741e7f54dbb8c9560e72a6d52e9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.0600205+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"89edb741e7f54dbb8c9560e72a6d52e9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.0603157+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"113ccd71ed1a4d7189a3016104b661a0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":12720,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4242}}
{"TimestampUtc":"2026-04-26T13:42:46.06047+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"113ccd71ed1a4d7189a3016104b661a0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":12720,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.0607301+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"113ccd71ed1a4d7189a3016104b661a0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":12720,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.0610875+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"fa0b5a5fad9741a8b75159a7d9770f44","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":16954,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4234}}
{"TimestampUtc":"2026-04-26T13:42:46.0612827+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"fa0b5a5fad9741a8b75159a7d9770f44","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":16954,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.0614477+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"fa0b5a5fad9741a8b75159a7d9770f44","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":16954,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.0618735+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a93809d49b6b45d2bd20e52f0f2a68f1","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21193,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:42:46.0620134+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a93809d49b6b45d2bd20e52f0f2a68f1","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21193,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.0622094+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a93809d49b6b45d2bd20e52f0f2a68f1","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21193,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.0627067+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a85837154d534f0ea8cb28684cb017e9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:42:46.0628721+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a85837154d534f0ea8cb28684cb017e9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.0630671+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a85837154d534f0ea8cb28684cb017e9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.0634592+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"15f43e63cdde4adf909341ec90d2d742","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":29671,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:42:46.0636266+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"15f43e63cdde4adf909341ec90d2d742","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":29671,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.0638042+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"15f43e63cdde4adf909341ec90d2d742","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":29671,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.487507+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"20626134a2104cdab07748fd427c6143","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cb6def32-4175-11f1-abbd-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":29671,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.492977+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"32bd0e704d884093a997c2ce40e0a936","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210966482,\u0022msgID\u0022:\u0022mid-cefc783a-4175-11f1-ab7b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"No.","intent":"no"}}
{"TimestampUtc":"2026-04-26T13:42:46.4940029+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"32bd0e704d884093a997c2ce40e0a936","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210966482,\u0022msgID\u0022:\u0022mid-cefc783a-4175-11f1-ab7b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.4942212+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"32bd0e704d884093a997c2ce40e0a936","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210966482,\u0022msgID\u0022:\u0022mid-cefc783a-4175-11f1-ab7b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.4983914+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3fed0974b2b8407aa6e22b75bccd3327","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:42:46.4985734+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3fed0974b2b8407aa6e22b75bccd3327","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.4988088+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3fed0974b2b8407aa6e22b75bccd3327","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.5850477+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f171203f6b0c45c6bbb5dad977d18259","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210966574,\u0022msgID\u0022:\u0022mid-cf0a8a60-4175-11f1-a467-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9267970833333342,\u0022playful\u0022:0.3089323611111057}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12051,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0},{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:46.506-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:42:46.5853485+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f171203f6b0c45c6bbb5dad977d18259","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210966574,\u0022msgID\u0022:\u0022mid-cf0a8a60-4175-11f1-a467-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9267970833333342,\u0022playful\u0022:0.3089323611111057}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12051,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0},{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:46.506-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.5856165+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f171203f6b0c45c6bbb5dad977d18259","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210966574,\u0022msgID\u0022:\u0022mid-cf0a8a60-4175-11f1-a467-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9267970833333342,\u0022playful\u0022:0.3089323611111057}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12051,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0},{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:42:46.506-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.9186952+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4249cc0e50dd406eb115e153e7b349f2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
{"TimestampUtc":"2026-04-26T13:42:46.9189229+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4249cc0e50dd406eb115e153e7b349f2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:46.9191394+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4249cc0e50dd406eb115e153e7b349f2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:47.4126765+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"089dd09c73324a6fa9e6180373664df6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:42:47.4130022+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"089dd09c73324a6fa9e6180373664df6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:47.4132168+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"089dd09c73324a6fa9e6180373664df6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:51.0126691+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"739f6e538b13490a950f82487b894122","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
{"TimestampUtc":"2026-04-26T13:42:51.0128979+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"739f6e538b13490a950f82487b894122","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:51.0886725+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"739f6e538b13490a950f82487b894122","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:51.0892905+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a18f4a50619b48b7bff2c2283470d0ad","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4169,"ReplyTypes":[],"BufferedAudioBytes":4169,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4169}}
{"TimestampUtc":"2026-04-26T13:42:51.0895708+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a18f4a50619b48b7bff2c2283470d0ad","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4169,"ReplyTypes":[],"BufferedAudioBytes":4169,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:51.0897893+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a18f4a50619b48b7bff2c2283470d0ad","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4169,"ReplyTypes":[],"BufferedAudioBytes":4169,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:51.0901855+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"2eb88ddb15ef4b338ea951185e341854","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4305,"ReplyTypes":[],"BufferedAudioBytes":8474,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4305}}
{"TimestampUtc":"2026-04-26T13:42:51.0903272+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"2eb88ddb15ef4b338ea951185e341854","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4305,"ReplyTypes":[],"BufferedAudioBytes":8474,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:51.0905032+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"2eb88ddb15ef4b338ea951185e341854","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4305,"ReplyTypes":[],"BufferedAudioBytes":8474,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:51.0914849+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6a34b986bb3e430a8765c49674301083","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210968851,\u0022msgID\u0022:\u0022mid-d065d8b0-4175-11f1-8216-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { }, \u0022intent\u0022 : \u0022cancel\u0022, \u0022rules\u0022 : [ \u0022clock/alarm_set_value\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"messageType":"CLIENT_NLU","replyCount":2,"transcript":"cancel","intent":"alarm_clarify"}}
{"TimestampUtc":"2026-04-26T13:42:51.0917157+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6a34b986bb3e430a8765c49674301083","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210968851,\u0022msgID\u0022:\u0022mid-d065d8b0-4175-11f1-8216-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { }, \u0022intent\u0022 : \u0022cancel\u0022, \u0022rules\u0022 : [ \u0022clock/alarm_set_value\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:42:51.0920034+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6a34b986bb3e430a8765c49674301083","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210968851,\u0022msgID\u0022:\u0022mid-d065d8b0-4175-11f1-8216-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { }, \u0022intent\u0022 : \u0022cancel\u0022, \u0022rules\u0022 : [ \u0022clock/alarm_set_value\u0022 ] }}","BinaryLength":null,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:05.4944095+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a26c621c344f4ebf8d9959d5f6344c45","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cecc4f2a-4175-11f1-8476-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:05.4989457+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"06af41f7e13c44aea4c408425d0ee31c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210985487,\u0022msgID\u0022:\u0022mid-da5063ae-4175-11f1-9b60-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022main-menu/execute_main_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"cancel","intent":"alarm_clarify"}}
{"TimestampUtc":"2026-04-26T13:43:05.4991893+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"06af41f7e13c44aea4c408425d0ee31c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210985487,\u0022msgID\u0022:\u0022mid-da5063ae-4175-11f1-9b60-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022main-menu/execute_main_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:05.4994043+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"06af41f7e13c44aea4c408425d0ee31c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210985487,\u0022msgID\u0022:\u0022mid-da5063ae-4175-11f1-9b60-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022main-menu/execute_main_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:05.5000936+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"271482946ae24df6b876b18bdee0420a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210985487,\u0022msgID\u0022:\u0022mid-da5069da-4175-11f1-af26-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022destination\u0022 : \u0022clock\u0022 }, \u0022intent\u0022 : \u0022loadMenu\u0022, \u0022rules\u0022 : [ \u0022main-menu/execute_main_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"messageType":"CLIENT_NLU","replyCount":2,"transcript":"loadMenu","intent":"chat"}}
{"TimestampUtc":"2026-04-26T13:43:05.5003044+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"271482946ae24df6b876b18bdee0420a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210985487,\u0022msgID\u0022:\u0022mid-da5069da-4175-11f1-af26-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022destination\u0022 : \u0022clock\u0022 }, \u0022intent\u0022 : \u0022loadMenu\u0022, \u0022rules\u0022 : [ \u0022main-menu/execute_main_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:05.5006221+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"271482946ae24df6b876b18bdee0420a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210985487,\u0022msgID\u0022:\u0022mid-da5069da-4175-11f1-af26-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022destination\u0022 : \u0022clock\u0022 }, \u0022intent\u0022 : \u0022loadMenu\u0022, \u0022rules\u0022 : [ \u0022main-menu/execute_main_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:05.5891178+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d43425d70e464f8db8039a7c26336aeb","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210985576,\u0022msgID\u0022:\u0022mid-da5df06e-4175-11f1-bb18-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9294661111111119,\u0022playful\u0022:0.3098220370370315}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:05.509-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:43:05.589478+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d43425d70e464f8db8039a7c26336aeb","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210985576,\u0022msgID\u0022:\u0022mid-da5df06e-4175-11f1-bb18-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9294661111111119,\u0022playful\u0022:0.3098220370370315}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:05.509-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:05.589773+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d43425d70e464f8db8039a7c26336aeb","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210985576,\u0022msgID\u0022:\u0022mid-da5df06e-4175-11f1-bb18-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9294661111111119,\u0022playful\u0022:0.3098220370370315}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:05.509-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:09.9885599+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b1dff8293dd34c0987ba777e01c1fd4e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-da21b34c-4175-11f1-b4d3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:09.9994928+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"58708aa924c34cb783e16469cb3cbc28","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210989981,\u0022msgID\u0022:\u0022mid-dcfe1902-4175-11f1-8c93-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/clock_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"loadMenu","intent":"chat"}}
{"TimestampUtc":"2026-04-26T13:43:09.9998273+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"58708aa924c34cb783e16469cb3cbc28","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210989981,\u0022msgID\u0022:\u0022mid-dcfe1902-4175-11f1-8c93-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/clock_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:10.0000492+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"58708aa924c34cb783e16469cb3cbc28","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210989981,\u0022msgID\u0022:\u0022mid-dcfe1902-4175-11f1-8c93-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/clock_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:10.0007316+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7e5e3ef18aa346d983ccd956986348be","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210989981,\u0022msgID\u0022:\u0022mid-dcfe20a0-4175-11f1-8388-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022domain\u0022 : \u0022alarm\u0022 }, \u0022intent\u0022 : \u0022set\u0022, \u0022rules\u0022 : [ \u0022clock/clock_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"messageType":"CLIENT_NLU","replyCount":2,"transcript":"set","intent":"alarm_clarify"}}
{"TimestampUtc":"2026-04-26T13:43:10.000929+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7e5e3ef18aa346d983ccd956986348be","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210989981,\u0022msgID\u0022:\u0022mid-dcfe20a0-4175-11f1-8388-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022domain\u0022 : \u0022alarm\u0022 }, \u0022intent\u0022 : \u0022set\u0022, \u0022rules\u0022 : [ \u0022clock/clock_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:10.0012491+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7e5e3ef18aa346d983ccd956986348be","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210989981,\u0022msgID\u0022:\u0022mid-dcfe20a0-4175-11f1-8388-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022domain\u0022 : \u0022alarm\u0022 }, \u0022intent\u0022 : \u0022set\u0022, \u0022rules\u0022 : [ \u0022clock/clock_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:10.4514718+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"af2df951f9bd43ec85da97a697f6da53","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210990180,\u0022msgID\u0022:\u0022mid-dd1c7db6-4175-11f1-9f2c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9301694444444453,\u0022playful\u0022:0.3100564814814759}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:10.026-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:43:10.4518072+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"af2df951f9bd43ec85da97a697f6da53","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210990180,\u0022msgID\u0022:\u0022mid-dd1c7db6-4175-11f1-9f2c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9301694444444453,\u0022playful\u0022:0.3100564814814759}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:10.026-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:10.452073+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"af2df951f9bd43ec85da97a697f6da53","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210990180,\u0022msgID\u0022:\u0022mid-dd1c7db6-4175-11f1-9f2c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9301694444444453,\u0022playful\u0022:0.3100564814814759}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:10.026-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:10.5187311+00:00","EventType":"connection_closed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9e82f414de054de98d443ece6a07db60","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"reason":"socket-loop-ended-prematurely"}}
{"TimestampUtc":"2026-04-26T13:43:13.5230688+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ecfde14aef894fe8a6f936c6a76829f3","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dce2a0d2-4175-11f1-9d00-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:13.5283858+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e26138e809b640cc942cbfbb59e28915","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-deddf954-4175-11f1-9917-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210993516,\u0022msgID\u0022:\u0022mid-df196bb0-4175-11f1-b096-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-deddf954-4175-11f1-9917-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_query_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"set","intent":"alarm_clarify"}}
{"TimestampUtc":"2026-04-26T13:43:13.5287266+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e26138e809b640cc942cbfbb59e28915","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-deddf954-4175-11f1-9917-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210993516,\u0022msgID\u0022:\u0022mid-df196bb0-4175-11f1-b096-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-deddf954-4175-11f1-9917-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_query_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:13.5289438+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e26138e809b640cc942cbfbb59e28915","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-deddf954-4175-11f1-9917-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210993516,\u0022msgID\u0022:\u0022mid-df196bb0-4175-11f1-b096-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-deddf954-4175-11f1-9917-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_query_menu\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022CLIENT_NLU\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:13.5295231+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f4476dcdf850422f83de2d5c533d3c72","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-deddf954-4175-11f1-9917-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210993516,\u0022msgID\u0022:\u0022mid-df1971c8-4175-11f1-b876-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-deddf954-4175-11f1-9917-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { }, \u0022intent\u0022 : \u0022cancel\u0022, \u0022rules\u0022 : [ \u0022clock/alarm_timer_query_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"messageType":"CLIENT_NLU","replyCount":2,"transcript":"cancel","intent":"alarm_delete"}}
{"TimestampUtc":"2026-04-26T13:43:13.5297419+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f4476dcdf850422f83de2d5c533d3c72","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-deddf954-4175-11f1-9917-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210993516,\u0022msgID\u0022:\u0022mid-df1971c8-4175-11f1-b876-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-deddf954-4175-11f1-9917-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { }, \u0022intent\u0022 : \u0022cancel\u0022, \u0022rules\u0022 : [ \u0022clock/alarm_timer_query_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:13.5301027+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f4476dcdf850422f83de2d5c533d3c72","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-deddf954-4175-11f1-9917-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777210993516,\u0022msgID\u0022:\u0022mid-df1971c8-4175-11f1-b876-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-deddf954-4175-11f1-9917-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { }, \u0022intent\u0022 : \u0022cancel\u0022, \u0022rules\u0022 : [ \u0022clock/alarm_timer_query_menu\u0022 ] }}","BinaryLength":null,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:13.6203629+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4a42ee20c849467aa473e0728d2ff0ed","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-deddf954-4175-11f1-9917-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210993605,\u0022msgID\u0022:\u0022mid-df27002c-4175-11f1-bb3d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-deddf954-4175-11f1-9917-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9305898611111119,\u0022playful\u0022:0.31019662037036485}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:13.533-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-deddf954-4175-11f1-9917-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:43:13.620631+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4a42ee20c849467aa473e0728d2ff0ed","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-deddf954-4175-11f1-9917-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210993605,\u0022msgID\u0022:\u0022mid-df27002c-4175-11f1-bb3d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-deddf954-4175-11f1-9917-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9305898611111119,\u0022playful\u0022:0.31019662037036485}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:13.533-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:13.6209252+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4a42ee20c849467aa473e0728d2ff0ed","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-deddf954-4175-11f1-9917-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210993605,\u0022msgID\u0022:\u0022mid-df27002c-4175-11f1-bb3d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-deddf954-4175-11f1-9917-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9305898611111119,\u0022playful\u0022:0.31019662037036485}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:13.533-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:19.5571887+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7fcb3e0a3208477c8fe1b339bba23d1a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-deddf954-4175-11f1-9917-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:19.5636277+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"36be444e14264cff8ffb425219f6157d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210999550,\u0022msgID\u0022:\u0022mid-e2b2415c-4175-11f1-8013-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"cancel","intent":"alarm_delete"}}
{"TimestampUtc":"2026-04-26T13:43:19.5641077+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"36be444e14264cff8ffb425219f6157d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210999550,\u0022msgID\u0022:\u0022mid-e2b2415c-4175-11f1-8013-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:19.5643446+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"36be444e14264cff8ffb425219f6157d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777210999550,\u0022msgID\u0022:\u0022mid-e2b2415c-4175-11f1-8013-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:19.5749357+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c6824e8876284425960a041e08efa0e2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:43:19.5752512+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c6824e8876284425960a041e08efa0e2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:19.5754369+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c6824e8876284425960a041e08efa0e2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:19.939562+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"46a1890d328441e19b240c199ed1ceff","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210999674,\u0022msgID\u0022:\u0022mid-e2c52c9a-4175-11f1-a604-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9314297222222229,\u0022playful\u0022:0.3104765740740685}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:19.589-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:43:19.9399415+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"46a1890d328441e19b240c199ed1ceff","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210999674,\u0022msgID\u0022:\u0022mid-e2c52c9a-4175-11f1-a604-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9314297222222229,\u0022playful\u0022:0.3104765740740685}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:19.589-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:19.9401805+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"46a1890d328441e19b240c199ed1ceff","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777210999674,\u0022msgID\u0022:\u0022mid-e2c52c9a-4175-11f1-a604-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.46,\u0022confidence\u0022:0.21000000000000003},\u0022motivation\u0022:{\u0022social\u0022:0.9314297222222229,\u0022playful\u0022:0.3104765740740685}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:19.589-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:19.9974826+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"521385c64b884b21905c9d629036130b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4284}}
{"TimestampUtc":"2026-04-26T13:43:19.997773+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"521385c64b884b21905c9d629036130b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:19.9980082+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"521385c64b884b21905c9d629036130b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:20.4717552+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"0449dc451c2e4451a71d77c49fec74cb","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8569,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4238}}
{"TimestampUtc":"2026-04-26T13:43:20.4720599+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"0449dc451c2e4451a71d77c49fec74cb","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8569,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:20.4722951+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"0449dc451c2e4451a71d77c49fec74cb","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8569,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:24.1096969+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e0dc8ea0465d4c729c8ec33d64827f11","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4265,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4265}}
{"TimestampUtc":"2026-04-26T13:43:24.1099353+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e0dc8ea0465d4c729c8ec33d64827f11","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4265,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:24.3172555+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e0dc8ea0465d4c729c8ec33d64827f11","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4265,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:24.3178633+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7da437705f4448909cea27e7ed2c6654","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4216}}
{"TimestampUtc":"2026-04-26T13:43:24.3180822+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7da437705f4448909cea27e7ed2c6654","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:24.3183266+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7da437705f4448909cea27e7ed2c6654","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:24.3187965+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"aef945aeb05e434fa97b21ea91530113","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:43:24.3189361+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"aef945aeb05e434fa97b21ea91530113","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:24.3191441+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"aef945aeb05e434fa97b21ea91530113","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:24.3195644+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3df57978a9644f6b941acb3f872a3d07","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:43:24.3197353+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3df57978a9644f6b941acb3f872a3d07","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:24.3199093+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3df57978a9644f6b941acb3f872a3d07","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:24.3202653+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3217596023284dc8a65ac45144357e21","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4216}}
{"TimestampUtc":"2026-04-26T13:43:24.3203998+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3217596023284dc8a65ac45144357e21","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:24.3205929+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3217596023284dc8a65ac45144357e21","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:24.3210254+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"0c2318d57c6b477a963fbabd1791a972","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4208}}
{"TimestampUtc":"2026-04-26T13:43:24.3211708+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"0c2318d57c6b477a963fbabd1791a972","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:24.3213421+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"0c2318d57c6b477a963fbabd1791a972","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:24.3217122+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b7ccaf595a6241ce983716f928389327","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4246}}
{"TimestampUtc":"2026-04-26T13:43:24.3218447+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b7ccaf595a6241ce983716f928389327","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:24.3220542+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b7ccaf595a6241ce983716f928389327","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:28.558089+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d8126140ed2c471d8faa31f4ac71c6d4","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e28c1c20-4175-11f1-9ac7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:28.5634474+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f44c194bcecb4b69a39c0357b0897089","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211008548,\u0022msgID\u0022:\u0022mid-e80f43a2-4175-11f1-b2e5-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"Open Photo Gallery.","intent":"photo_gallery"}}
{"TimestampUtc":"2026-04-26T13:43:28.5637295+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f44c194bcecb4b69a39c0357b0897089","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211008548,\u0022msgID\u0022:\u0022mid-e80f43a2-4175-11f1-b2e5-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:28.563927+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f44c194bcecb4b69a39c0357b0897089","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211008548,\u0022msgID\u0022:\u0022mid-e80f43a2-4175-11f1-b2e5-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:28.5686675+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b93e9f1e5a7d4bbeb1035604595a3bdf","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:43:28.5689541+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b93e9f1e5a7d4bbeb1035604595a3bdf","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:28.5691414+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b93e9f1e5a7d4bbeb1035604595a3bdf","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:28.6698729+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a6868ed7ef304e33a6adbede7931a2e9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211008655,\u0022msgID\u0022:\u0022mid-e81f8e7e-4175-11f1-999d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9326911111111119,\u0022playful\u0022:0.3108970370370314}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:28.569-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:43:28.670152+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a6868ed7ef304e33a6adbede7931a2e9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211008655,\u0022msgID\u0022:\u0022mid-e81f8e7e-4175-11f1-999d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9326911111111119,\u0022playful\u0022:0.3108970370370314}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:28.569-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:28.6703733+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a6868ed7ef304e33a6adbede7931a2e9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211008655,\u0022msgID\u0022:\u0022mid-e81f8e7e-4175-11f1-999d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9326911111111119,\u0022playful\u0022:0.3108970370370314}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:28.569-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:29.4856559+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"434a0d1cb591429ca73c03682e0d2028","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4321,"ReplyTypes":[],"BufferedAudioBytes":4368,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4321}}
{"TimestampUtc":"2026-04-26T13:43:29.4858905+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"434a0d1cb591429ca73c03682e0d2028","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4321,"ReplyTypes":[],"BufferedAudioBytes":4368,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:29.4860926+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"434a0d1cb591429ca73c03682e0d2028","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4321,"ReplyTypes":[],"BufferedAudioBytes":4368,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:29.4864556+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9ae04679f90f4816b5853d9e6f1fdb79","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4203,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4203}}
{"TimestampUtc":"2026-04-26T13:43:29.4866198+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9ae04679f90f4816b5853d9e6f1fdb79","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4203,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:29.4868039+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"9ae04679f90f4816b5853d9e6f1fdb79","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4203,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:29.9424466+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"070e5134daf842bf976526c012f28bff","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":12812,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4241}}
{"TimestampUtc":"2026-04-26T13:43:29.9427184+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"070e5134daf842bf976526c012f28bff","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":12812,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:29.9429017+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"070e5134daf842bf976526c012f28bff","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":12812,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:33.0814228+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4b29d77657bd400e8ee5c528f035d5e3","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:43:33.0816145+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4b29d77657bd400e8ee5c528f035d5e3","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:33.1573352+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4b29d77657bd400e8ee5c528f035d5e3","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:33.1577661+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d2f75c5434b84e428b8d3f7e707bd81b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:43:33.158058+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d2f75c5434b84e428b8d3f7e707bd81b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:33.158276+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d2f75c5434b84e428b8d3f7e707bd81b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:33.158578+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"101f1ecad46948c6b85d6d517b78a939","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":8499,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4260}}
{"TimestampUtc":"2026-04-26T13:43:33.1587436+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"101f1ecad46948c6b85d6d517b78a939","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":8499,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:33.158888+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"101f1ecad46948c6b85d6d517b78a939","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":8499,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:33.1591408+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bbedea7f5d0e414aaf716836df4accee","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":12749,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4250}}
{"TimestampUtc":"2026-04-26T13:43:33.1592741+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bbedea7f5d0e414aaf716836df4accee","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":12749,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:33.159424+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bbedea7f5d0e414aaf716836df4accee","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":12749,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:33.1597179+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"06ea9dcc4f7f4b31b2d5ced604cdfca3","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":16949,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4200}}
{"TimestampUtc":"2026-04-26T13:43:33.1599141+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"06ea9dcc4f7f4b31b2d5ced604cdfca3","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":16949,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:33.1600846+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"06ea9dcc4f7f4b31b2d5ced604cdfca3","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":16949,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:33.1604191+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f0e99405e19249adb869653102752e9d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":21193,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4244}}
{"TimestampUtc":"2026-04-26T13:43:33.1606005+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f0e99405e19249adb869653102752e9d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":21193,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:33.1607619+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f0e99405e19249adb869653102752e9d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":21193,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:33.1610452+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a940a68a04d2447e963d5c591b67afc8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:43:33.1611953+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a940a68a04d2447e963d5c591b67afc8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:33.161376+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a940a68a04d2447e963d5c591b67afc8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:47.6113293+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"831dd455c7884f259930b203b88f1754","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e78b4c5a-4175-11f1-abf8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:47.6161245+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b4ed324838c34ceaa302caade6e65707","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211027600,\u0022msgID\u0022:\u0022mid-f36a3a04-4175-11f1-85a2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-f2e24914-4175-11f1-8080-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022create/is_it_a_keeper\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"Yes.","intent":"yes"}}
{"TimestampUtc":"2026-04-26T13:43:47.6164155+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b4ed324838c34ceaa302caade6e65707","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211027600,\u0022msgID\u0022:\u0022mid-f36a3a04-4175-11f1-85a2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-f2e24914-4175-11f1-8080-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022create/is_it_a_keeper\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:47.6166013+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b4ed324838c34ceaa302caade6e65707","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211027600,\u0022msgID\u0022:\u0022mid-f36a3a04-4175-11f1-85a2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-f2e24914-4175-11f1-8080-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022create/is_it_a_keeper\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:47.6177033+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"889f6363be6645ab959b0f19a990ff7b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:43:47.6179174+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"889f6363be6645ab959b0f19a990ff7b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:47.618115+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"889f6363be6645ab959b0f19a990ff7b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:47.6869693+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b1b85bfc7c824b728e285876627f8be1","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211027665,\u0022msgID\u0022:\u0022mid-f3743d10-4175-11f1-9e82-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-f2e24914-4175-11f1-8080-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9353569444444451,\u0022playful\u0022:0.3117856481481424}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:47.614-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:43:47.6872183+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b1b85bfc7c824b728e285876627f8be1","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211027665,\u0022msgID\u0022:\u0022mid-f3743d10-4175-11f1-9e82-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-f2e24914-4175-11f1-8080-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9353569444444451,\u0022playful\u0022:0.3117856481481424}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:47.614-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:47.6874198+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b1b85bfc7c824b728e285876627f8be1","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211027665,\u0022msgID\u0022:\u0022mid-f3743d10-4175-11f1-9e82-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-f2e24914-4175-11f1-8080-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9353569444444451,\u0022playful\u0022:0.3117856481481424}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:47.614-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:48.5191776+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"293e8ef09850474d9bc836726929c81b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
{"TimestampUtc":"2026-04-26T13:43:48.5193944+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"293e8ef09850474d9bc836726929c81b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:48.5195721+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"293e8ef09850474d9bc836726929c81b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:48.5200203+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"443bc19c42304e8eb81e9e518bb82e9d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":8578,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4245}}
{"TimestampUtc":"2026-04-26T13:43:48.5201958+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"443bc19c42304e8eb81e9e518bb82e9d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":8578,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:48.5204177+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"443bc19c42304e8eb81e9e518bb82e9d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":8578,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:52.330886+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f0df48bde0a64a15a66010b1daf0cac8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4233,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4233}}
{"TimestampUtc":"2026-04-26T13:43:52.3310815+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f0df48bde0a64a15a66010b1daf0cac8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4233,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:52.4071725+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"f0df48bde0a64a15a66010b1daf0cac8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4233,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:52.407569+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bf6136dbd65e4bf890e9aa86e326f8b6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4313,"ReplyTypes":[],"BufferedAudioBytes":4313,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4313}}
{"TimestampUtc":"2026-04-26T13:43:52.4078247+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bf6136dbd65e4bf890e9aa86e326f8b6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4313,"ReplyTypes":[],"BufferedAudioBytes":4313,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:52.4080676+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bf6136dbd65e4bf890e9aa86e326f8b6","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4313,"ReplyTypes":[],"BufferedAudioBytes":4313,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:52.4084943+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"689095b36fd9440b938dd41f00ce056e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4163,"ReplyTypes":[],"BufferedAudioBytes":8476,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4163}}
{"TimestampUtc":"2026-04-26T13:43:52.4086502+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"689095b36fd9440b938dd41f00ce056e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4163,"ReplyTypes":[],"BufferedAudioBytes":8476,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:52.4088182+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"689095b36fd9440b938dd41f00ce056e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4163,"ReplyTypes":[],"BufferedAudioBytes":8476,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:52.4091308+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ab1b2573ed4a4b4081e9127af1bb2710","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":12717,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4241}}
{"TimestampUtc":"2026-04-26T13:43:52.4092718+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ab1b2573ed4a4b4081e9127af1bb2710","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":12717,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:52.4094362+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ab1b2573ed4a4b4081e9127af1bb2710","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":12717,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:52.4097661+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"467b6321e1444a79a7bb3ca10a1a2bd9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":16956,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:43:52.4099268+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"467b6321e1444a79a7bb3ca10a1a2bd9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":16956,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:52.4100982+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"467b6321e1444a79a7bb3ca10a1a2bd9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":16956,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:52.4104142+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"eede04eb1cc4418fbcc0e30e09f48358","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4314,"ReplyTypes":[],"BufferedAudioBytes":21270,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4314}}
{"TimestampUtc":"2026-04-26T13:43:52.4105527+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"eede04eb1cc4418fbcc0e30e09f48358","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4314,"ReplyTypes":[],"BufferedAudioBytes":21270,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:52.4107317+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"eede04eb1cc4418fbcc0e30e09f48358","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4314,"ReplyTypes":[],"BufferedAudioBytes":21270,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:52.4110708+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b918b8d502a142a5939a2ff2d9d2cca8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4299,"ReplyTypes":[],"BufferedAudioBytes":25569,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4299}}
{"TimestampUtc":"2026-04-26T13:43:52.4112067+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b918b8d502a142a5939a2ff2d9d2cca8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4299,"ReplyTypes":[],"BufferedAudioBytes":25569,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:52.4113866+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b918b8d502a142a5939a2ff2d9d2cca8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4299,"ReplyTypes":[],"BufferedAudioBytes":25569,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:52.4116825+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d3f1400c0dfa49478ec612d618a3ab04","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4264,"ReplyTypes":[],"BufferedAudioBytes":29833,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4264}}
{"TimestampUtc":"2026-04-26T13:43:52.4118332+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d3f1400c0dfa49478ec612d618a3ab04","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4264,"ReplyTypes":[],"BufferedAudioBytes":29833,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:52.4120143+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d3f1400c0dfa49478ec612d618a3ab04","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4264,"ReplyTypes":[],"BufferedAudioBytes":29833,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:59.6881897+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b5643073c9214c738be1f33e75899d1b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f2e24914-4175-11f1-8080-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":29833,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:59.6975206+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"fd67242721194a5993b7fa80f48eb530","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211039677,\u0022msgID\u0022:\u0022mid-fa9d13d2-4175-11f1-9637-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"Keep it.","intent":"chat"}}
{"TimestampUtc":"2026-04-26T13:43:59.6978093+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"fd67242721194a5993b7fa80f48eb530","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211039677,\u0022msgID\u0022:\u0022mid-fa9d13d2-4175-11f1-9637-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:59.6979997+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"fd67242721194a5993b7fa80f48eb530","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211039677,\u0022msgID\u0022:\u0022mid-fa9d13d2-4175-11f1-9637-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:59.7005186+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ed3fd73424db43739e9bbc8725d05938","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:43:59.7008353+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ed3fd73424db43739e9bbc8725d05938","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:59.7010264+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ed3fd73424db43739e9bbc8725d05938","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:59.7720769+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bc2fb564234a4d6c9ebd920b33883bb7","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211039752,\u0022msgID\u0022:\u0022mid-faa87fb0-4175-11f1-ae4b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.9370425000000007,\u0022playful\u0022:0.31234749999999419}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:59.697-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:43:59.7723986+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bc2fb564234a4d6c9ebd920b33883bb7","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211039752,\u0022msgID\u0022:\u0022mid-faa87fb0-4175-11f1-ae4b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.9370425000000007,\u0022playful\u0022:0.31234749999999419}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:59.697-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:43:59.7726513+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bc2fb564234a4d6c9ebd920b33883bb7","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211039752,\u0022msgID\u0022:\u0022mid-faa87fb0-4175-11f1-ae4b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.9370425000000007,\u0022playful\u0022:0.31234749999999419}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:43:59.697-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:00.1212181+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"98c48a22d9bd4c5eb20995fbe954006b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":4263,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4216}}
{"TimestampUtc":"2026-04-26T13:44:00.1214242+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"98c48a22d9bd4c5eb20995fbe954006b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":4263,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:00.1215829+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"98c48a22d9bd4c5eb20995fbe954006b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":4263,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:00.5430472+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7bb0ac1baa354bf99752967ab64afa25","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4307,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4307}}
{"TimestampUtc":"2026-04-26T13:44:00.5432955+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7bb0ac1baa354bf99752967ab64afa25","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4307,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:00.5435296+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"7bb0ac1baa354bf99752967ab64afa25","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4307,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:04.2305556+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"dc28475d43cf4ace857e3e379dc88a92","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4296,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4296}}
{"TimestampUtc":"2026-04-26T13:44:04.23079+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"dc28475d43cf4ace857e3e379dc88a92","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4296,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:04.4318392+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"dc28475d43cf4ace857e3e379dc88a92","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4296,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:04.4322073+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5a376e22b993476baf64b2ebd4f1bb26","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4184,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4184}}
{"TimestampUtc":"2026-04-26T13:44:04.4324159+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5a376e22b993476baf64b2ebd4f1bb26","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4184,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:04.4326741+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5a376e22b993476baf64b2ebd4f1bb26","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4184,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:04.4330649+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"abc45874cb804ff4b53895b5a09bb50c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:44:04.4331969+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"abc45874cb804ff4b53895b5a09bb50c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:04.4333749+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"abc45874cb804ff4b53895b5a09bb50c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:04.4337854+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c63c089cbd334b6a86448e95b5bf5697","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4253}}
{"TimestampUtc":"2026-04-26T13:44:04.4339078+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c63c089cbd334b6a86448e95b5bf5697","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:04.4340795+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c63c089cbd334b6a86448e95b5bf5697","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:04.4343913+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1afc2a659e9f4937b11fdbbccea3c10d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4225}}
{"TimestampUtc":"2026-04-26T13:44:04.4345231+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1afc2a659e9f4937b11fdbbccea3c10d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:04.4346941+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1afc2a659e9f4937b11fdbbccea3c10d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:04.4349625+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1c2c71c8d9554359831d809b1dfbd7e8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:44:04.4351245+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1c2c71c8d9554359831d809b1dfbd7e8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:04.4352735+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1c2c71c8d9554359831d809b1dfbd7e8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:04.4354986+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a7bd48c6f01b4427a51f477e1f0150c0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:44:04.4356238+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a7bd48c6f01b4427a51f477e1f0150c0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:04.435793+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a7bd48c6f01b4427a51f477e1f0150c0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:04.43604+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5ca59cb5f4004534910fa8ea59f3ba46","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:44:04.4361591+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5ca59cb5f4004534910fa8ea59f3ba46","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:04.4363103+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5ca59cb5f4004534910fa8ea59f3ba46","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:08.6851123+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"0bba2aee12da46c989f12ce743dd0ffc","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-fa26c6fa-4175-11f1-9e4c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:08.6895492+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"490fd30a27bc4e52941dbafaa7b13a56","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211048671,\u0022msgID\u0022:\u0022mid-fff975d2-4175-11f1-b24d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"Well, open photo gallery.","intent":"photo_gallery"}}
{"TimestampUtc":"2026-04-26T13:44:08.6898106+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"490fd30a27bc4e52941dbafaa7b13a56","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211048671,\u0022msgID\u0022:\u0022mid-fff975d2-4175-11f1-b24d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:08.6900083+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"490fd30a27bc4e52941dbafaa7b13a56","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211048671,\u0022msgID\u0022:\u0022mid-fff975d2-4175-11f1-b24d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022shared/yes_no\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:08.6938639+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"cda4272611374c61aacf8329da66a7a3","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:44:08.69414+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"cda4272611374c61aacf8329da66a7a3","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:08.6943162+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"cda4272611374c61aacf8329da66a7a3","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:08.7616848+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"faf78371ed334c149d9e84bb2e0e5274","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211048736,\u0022msgID\u0022:\u0022mid-00036bd2-4176-11f1-bb20-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9383086111111119,\u0022playful\u0022:0.3127695370370311}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:44:08.681-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:44:08.7620039+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"faf78371ed334c149d9e84bb2e0e5274","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211048736,\u0022msgID\u0022:\u0022mid-00036bd2-4176-11f1-bb20-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9383086111111119,\u0022playful\u0022:0.3127695370370311}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:44:08.681-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:08.7622591+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"faf78371ed334c149d9e84bb2e0e5274","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211048736,\u0022msgID\u0022:\u0022mid-00036bd2-4176-11f1-bb20-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9383086111111119,\u0022playful\u0022:0.3127695370370311}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:12053,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:44:08.681-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:09.5545236+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ed1d590fda9a43a4ae7764f27940d027","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4318,"ReplyTypes":[],"BufferedAudioBytes":4365,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4318}}
{"TimestampUtc":"2026-04-26T13:44:09.5547597+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ed1d590fda9a43a4ae7764f27940d027","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4318,"ReplyTypes":[],"BufferedAudioBytes":4365,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:09.5549083+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ed1d590fda9a43a4ae7764f27940d027","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4318,"ReplyTypes":[],"BufferedAudioBytes":4365,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:09.5551481+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"71b105648fc64194bdd52932fffcbf6e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4206,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4206}}
{"TimestampUtc":"2026-04-26T13:44:09.5552683+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"71b105648fc64194bdd52932fffcbf6e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4206,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:09.5554156+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"71b105648fc64194bdd52932fffcbf6e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4206,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:09.9964979+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"65a4cf36232842c1b58574f9b5706795","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":12831,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4260}}
{"TimestampUtc":"2026-04-26T13:44:09.9968166+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"65a4cf36232842c1b58574f9b5706795","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":12831,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:09.9970261+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"65a4cf36232842c1b58574f9b5706795","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":12831,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:13.2441951+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3bb2dd15cb7241b5a656ad522e348343","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4220}}
{"TimestampUtc":"2026-04-26T13:44:13.2443891+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3bb2dd15cb7241b5a656ad522e348343","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:13.3262624+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3bb2dd15cb7241b5a656ad522e348343","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4220,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:13.3267279+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"65ca7e16e1c74f7ba6c509bc0cbcb3c2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":4253,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4253}}
{"TimestampUtc":"2026-04-26T13:44:13.3270224+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"65ca7e16e1c74f7ba6c509bc0cbcb3c2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":4253,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:13.3272371+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"65ca7e16e1c74f7ba6c509bc0cbcb3c2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":4253,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:13.3275451+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8ba6c0c69ba54e42a8e2798450371fb0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4225}}
{"TimestampUtc":"2026-04-26T13:44:13.3276915+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8ba6c0c69ba54e42a8e2798450371fb0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:13.3278478+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"8ba6c0c69ba54e42a8e2798450371fb0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:13.3281164+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6ecc6700c03840339345cd3db5e151cf","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4334,"ReplyTypes":[],"BufferedAudioBytes":12812,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4334}}
{"TimestampUtc":"2026-04-26T13:44:13.3282705+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6ecc6700c03840339345cd3db5e151cf","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4334,"ReplyTypes":[],"BufferedAudioBytes":12812,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:13.3284164+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6ecc6700c03840339345cd3db5e151cf","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4334,"ReplyTypes":[],"BufferedAudioBytes":12812,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:13.3286988+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"331a2e3976774744a4e36616f9185fc4","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":17057,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4245}}
{"TimestampUtc":"2026-04-26T13:44:13.3288536+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"331a2e3976774744a4e36616f9185fc4","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":17057,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:13.3289986+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"331a2e3976774744a4e36616f9185fc4","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":17057,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:13.3292581+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"222bc1e9057b48489f23a392a3631837","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":21355,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4298}}
{"TimestampUtc":"2026-04-26T13:44:13.3294206+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"222bc1e9057b48489f23a392a3631837","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":21355,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:13.3295804+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"222bc1e9057b48489f23a392a3631837","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":21355,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:13.3298442+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d8eb2685782443e9b78c1c59533dcb8d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25594,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:44:13.3300074+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d8eb2685782443e9b78c1c59533dcb8d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25594,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:13.3301764+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d8eb2685782443e9b78c1c59533dcb8d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":25594,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:32.7564769+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"e603e59208264254a233125ef3b0905b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ffa02a36-4175-11f1-9dbc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":25594,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:32.7642211+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bbaec76a1c2343ea9b517b07d0b339a2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211072742,\u0022msgID\u0022:\u0022mid-0e525806-4176-11f1-b6eb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022create/is_it_a_keeper\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"- Now? - Yes.","intent":"yes"}}
{"TimestampUtc":"2026-04-26T13:44:32.7644479+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bbaec76a1c2343ea9b517b07d0b339a2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211072742,\u0022msgID\u0022:\u0022mid-0e525806-4176-11f1-b6eb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022create/is_it_a_keeper\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:32.7646501+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bbaec76a1c2343ea9b517b07d0b339a2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211072742,\u0022msgID\u0022:\u0022mid-0e525806-4176-11f1-b6eb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022create/is_it_a_keeper\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[\u0022$YESNO\u0022],\u0022earlyEOS\u0022:[\u0022$YESNO\u0022],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:32.7869436+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"eaf5dc0bf72c4b3fa8ff716dee5d2289","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:44:32.7872156+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"eaf5dc0bf72c4b3fa8ff716dee5d2289","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:32.7873984+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"eaf5dc0bf72c4b3fa8ff716dee5d2289","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:32.8591539+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d0549fbd4e474446880a5cef9930f0f3","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211072837,\u0022msgID\u0022:\u0022mid-0e60ec40-4176-11f1-8dc7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9416833333333341,\u0022playful\u0022:0.31389444444443856}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:44:32.770-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:44:32.8594057+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d0549fbd4e474446880a5cef9930f0f3","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211072837,\u0022msgID\u0022:\u0022mid-0e60ec40-4176-11f1-8dc7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9416833333333341,\u0022playful\u0022:0.31389444444443856}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:44:32.770-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:32.8595637+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d0549fbd4e474446880a5cef9930f0f3","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211072837,\u0022msgID\u0022:\u0022mid-0e60ec40-4176-11f1-8dc7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9416833333333341,\u0022playful\u0022:0.31389444444443856}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:44:32.770-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:33.6482381+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a1f7bbe058c64953a12742b215f20d80","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
{"TimestampUtc":"2026-04-26T13:44:33.6485057+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a1f7bbe058c64953a12742b215f20d80","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:33.6488078+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a1f7bbe058c64953a12742b215f20d80","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:33.6553724+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5bfd9d943a754f49b357556a93a0eb25","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:44:33.6556763+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5bfd9d943a754f49b357556a93a0eb25","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:33.6558673+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"5bfd9d943a754f49b357556a93a0eb25","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:37.3322289+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d5637d7d312a4f339985663c459ec1aa","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4238}}
{"TimestampUtc":"2026-04-26T13:44:37.332459+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d5637d7d312a4f339985663c459ec1aa","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:37.4081438+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"d5637d7d312a4f339985663c459ec1aa","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:37.4085771+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bcf7b7c97a8b4aff921b3896919ae783","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":4257,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4257}}
{"TimestampUtc":"2026-04-26T13:44:37.4087742+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bcf7b7c97a8b4aff921b3896919ae783","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":4257,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:37.4089651+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bcf7b7c97a8b4aff921b3896919ae783","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":4257,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:37.4092649+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a71ca9be369c44c5b2295536e345b6d9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4224,"ReplyTypes":[],"BufferedAudioBytes":8481,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4224}}
{"TimestampUtc":"2026-04-26T13:44:37.4094387+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a71ca9be369c44c5b2295536e345b6d9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4224,"ReplyTypes":[],"BufferedAudioBytes":8481,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:37.4095875+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"a71ca9be369c44c5b2295536e345b6d9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4224,"ReplyTypes":[],"BufferedAudioBytes":8481,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:37.4098862+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"18bddd388dec40c79e047bfc19e6622d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":12719,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4238}}
{"TimestampUtc":"2026-04-26T13:44:37.4100214+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"18bddd388dec40c79e047bfc19e6622d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":12719,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:37.410167+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"18bddd388dec40c79e047bfc19e6622d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":12719,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:37.4104211+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"60b9060a7146439cac9efe6309ad8961","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":16874,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4155}}
{"TimestampUtc":"2026-04-26T13:44:37.4105565+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"60b9060a7146439cac9efe6309ad8961","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":16874,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:37.4107452+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"60b9060a7146439cac9efe6309ad8961","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":16874,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:37.4110259+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4a53fd81cd8d497ebd96c5eea232f961","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4159,"ReplyTypes":[],"BufferedAudioBytes":21033,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4159}}
{"TimestampUtc":"2026-04-26T13:44:37.4111885+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4a53fd81cd8d497ebd96c5eea232f961","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4159,"ReplyTypes":[],"BufferedAudioBytes":21033,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:37.4113455+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4a53fd81cd8d497ebd96c5eea232f961","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4159,"ReplyTypes":[],"BufferedAudioBytes":21033,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:37.4115893+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"21c49afb24914696bcbf676940af177d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4218,"ReplyTypes":[],"BufferedAudioBytes":25251,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4218}}
{"TimestampUtc":"2026-04-26T13:44:37.4117428+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"21c49afb24914696bcbf676940af177d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4218,"ReplyTypes":[],"BufferedAudioBytes":25251,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:37.4118983+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"21c49afb24914696bcbf676940af177d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4218,"ReplyTypes":[],"BufferedAudioBytes":25251,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:44.7380211+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"058afce2b126442680f9a7ea8235d4e9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0e30ff9e-4176-11f1-b95f-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":25251,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:44.7438066+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3067e3c6597e497f972d6b7c1a7b315c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211084721,\u0022msgID\u0022:\u0022mid-157647dc-4176-11f1-aacb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-15268558-4176-11f1-b4a9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"Yes.","intent":"yes"}}
{"TimestampUtc":"2026-04-26T13:44:44.7440604+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3067e3c6597e497f972d6b7c1a7b315c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211084721,\u0022msgID\u0022:\u0022mid-157647dc-4176-11f1-aacb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-15268558-4176-11f1-b4a9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:44.7443013+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"3067e3c6597e497f972d6b7c1a7b315c","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211084721,\u0022msgID\u0022:\u0022mid-157647dc-4176-11f1-aacb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-15268558-4176-11f1-b4a9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:44.7559548+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"fb3e91e07ddd4ed98acc6e9b9d83fd8e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:44:44.7562144+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"fb3e91e07ddd4ed98acc6e9b9d83fd8e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:44.756408+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"fb3e91e07ddd4ed98acc6e9b9d83fd8e","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:44.9233395+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b3d6071aebda4ce58f85ae5fa19afe0d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211084885,\u0022msgID\u0022:\u0022mid-158f4a84-4176-11f1-a669-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-15268558-4176-11f1-b4a9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.9432559722222229,\u0022playful\u0022:0.3144186574074015}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12062,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:44:44.765-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:44:44.9237475+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b3d6071aebda4ce58f85ae5fa19afe0d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211084885,\u0022msgID\u0022:\u0022mid-158f4a84-4176-11f1-a669-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-15268558-4176-11f1-b4a9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.9432559722222229,\u0022playful\u0022:0.3144186574074015}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12062,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:44:44.765-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:44.9239828+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b3d6071aebda4ce58f85ae5fa19afe0d","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211084885,\u0022msgID\u0022:\u0022mid-158f4a84-4176-11f1-a669-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-15268558-4176-11f1-b4a9-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.9432559722222229,\u0022playful\u0022:0.3144186574074015}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12062,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:44:44.765-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:45.6688231+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6b385b9881fd4a2cadad75e7198a655b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4284}}
{"TimestampUtc":"2026-04-26T13:44:45.6690383+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6b385b9881fd4a2cadad75e7198a655b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:45.6692688+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6b385b9881fd4a2cadad75e7198a655b","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:45.6696107+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"df90d40aebc84c9db1560b3b698ad669","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:44:45.6697638+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"df90d40aebc84c9db1560b3b698ad669","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:45.6699321+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"df90d40aebc84c9db1560b3b698ad669","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:49.3192253+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ae1e5f7e047d4ef4a5f04694930f7bf9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4168,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4168}}
{"TimestampUtc":"2026-04-26T13:44:49.3194177+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ae1e5f7e047d4ef4a5f04694930f7bf9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4168,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:49.5206201+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ae1e5f7e047d4ef4a5f04694930f7bf9","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4168,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:49.5210985+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ab49fa3bec10400a9863bf23aca35c32","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4150,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4150}}
{"TimestampUtc":"2026-04-26T13:44:49.52133+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ab49fa3bec10400a9863bf23aca35c32","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4150,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:49.5215733+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ab49fa3bec10400a9863bf23aca35c32","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4150,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:49.5219513+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"fd43292167e9482a8b72472d04713cae","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:44:49.5221129+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"fd43292167e9482a8b72472d04713cae","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:49.5222798+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"fd43292167e9482a8b72472d04713cae","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:49.5225752+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"285839be0c65464b9b2766e795f400da","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4186,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4186}}
{"TimestampUtc":"2026-04-26T13:44:49.5227352+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"285839be0c65464b9b2766e795f400da","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4186,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:49.5229001+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"285839be0c65464b9b2766e795f400da","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4186,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:49.5231956+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"cf4bb5fd78c340a4818ad34e38cf1aab","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4172}}
{"TimestampUtc":"2026-04-26T13:44:49.5233413+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"cf4bb5fd78c340a4818ad34e38cf1aab","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:49.5235029+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"cf4bb5fd78c340a4818ad34e38cf1aab","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:49.5238248+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bd2af0adcdaf4e1a9ca70dd94c6e8487","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4197,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4197}}
{"TimestampUtc":"2026-04-26T13:44:49.5239655+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bd2af0adcdaf4e1a9ca70dd94c6e8487","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4197,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:49.5241261+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"bd2af0adcdaf4e1a9ca70dd94c6e8487","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4197,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:49.5243901+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"0df59d94a15d4c0aabfbba83ec2c9625","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:44:49.5245404+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"0df59d94a15d4c0aabfbba83ec2c9625","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:49.5247207+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"0df59d94a15d4c0aabfbba83ec2c9625","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:51.7570091+00:00","EventType":"connection_opened","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"54012914bc8540caa7bf3b1d052fc3c2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-15268558-4176-11f1-b4a9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:51.7632244+00:00","EventType":"turn_processed","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6adad002977d427183e363f7afabac24","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211091739,\u0022msgID\u0022:\u0022mid-19a528a0-4176-11f1-9554-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-199344d2-4176-11f1-8abe-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022gallery/gallery_preview\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/mim_thanks\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"Oh, open photo gallery.","intent":"photo_gallery"}}
{"TimestampUtc":"2026-04-26T13:44:51.7634652+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6adad002977d427183e363f7afabac24","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211091739,\u0022msgID\u0022:\u0022mid-19a528a0-4176-11f1-9554-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-199344d2-4176-11f1-8abe-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022gallery/gallery_preview\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/mim_thanks\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:51.7636714+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"6adad002977d427183e363f7afabac24","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777211091739,\u0022msgID\u0022:\u0022mid-19a528a0-4176-11f1-9554-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-199344d2-4176-11f1-8abe-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022gallery/gallery_preview\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\u0022,\u0022globals/mim_thanks\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:6000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:51.7690857+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"81db79ac35bb482ba3a3820d65707c64","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
{"TimestampUtc":"2026-04-26T13:44:51.7693323+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"81db79ac35bb482ba3a3820d65707c64","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:51.7695448+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"81db79ac35bb482ba3a3820d65707c64","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:51.8505588+00:00","EventType":"context_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b9062c0d04404f0f8e67705dea371d5a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211091822,\u0022msgID\u0022:\u0022mid-19b1cc04-4176-11f1-b39a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-199344d2-4176-11f1-8abe-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9442377777777785,\u0022playful\u0022:0.31474592592592}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12062,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:44:51.753-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae"}}
{"TimestampUtc":"2026-04-26T13:44:51.8508825+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b9062c0d04404f0f8e67705dea371d5a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211091822,\u0022msgID\u0022:\u0022mid-19b1cc04-4176-11f1-b39a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-199344d2-4176-11f1-8abe-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9442377777777785,\u0022playful\u0022:0.31474592592592}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12062,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:44:51.753-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:51.8511591+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"b9062c0d04404f0f8e67705dea371d5a","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777211091822,\u0022msgID\u0022:\u0022mid-19b1cc04-4176-11f1-b39a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-199344d2-4176-11f1-8abe-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.9442377777777785,\u0022playful\u0022:0.31474592592592}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:12062,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358494,\u0022lng\u0022:-94.1427229,\u0022iso\u0022:\u00222026-04-26T08:44:51.753-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022@be/gallery\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:52.6777218+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"63ae9c4533d442cda632fd77e02343dd","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4286}}
{"TimestampUtc":"2026-04-26T13:44:52.6779605+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"63ae9c4533d442cda632fd77e02343dd","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:52.6782224+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"63ae9c4533d442cda632fd77e02343dd","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:52.7417177+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4158eb4953d94dba98dca0fc5db72119","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:44:52.7419203+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4158eb4953d94dba98dca0fc5db72119","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:52.7420647+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4158eb4953d94dba98dca0fc5db72119","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:53.679974+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"cbbcc32cf819463c94dc5d05e7234038","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:44:53.6802199+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"cbbcc32cf819463c94dc5d05e7234038","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:53.6804383+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"cbbcc32cf819463c94dc5d05e7234038","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:53.7248519+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4377822351134717b9da7b2c973dfb59","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4184,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4184}}
{"TimestampUtc":"2026-04-26T13:44:53.7250741+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4377822351134717b9da7b2c973dfb59","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4184,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:53.7252611+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"4377822351134717b9da7b2c973dfb59","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4184,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:54.6819343+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"552a0afe950446d890aef4f7c4bca5f8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4292,"ReplyTypes":[],"BufferedAudioBytes":4292,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4292}}
{"TimestampUtc":"2026-04-26T13:44:54.6821516+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"552a0afe950446d890aef4f7c4bca5f8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4292,"ReplyTypes":[],"BufferedAudioBytes":4292,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:54.6823645+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"552a0afe950446d890aef4f7c4bca5f8","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4292,"ReplyTypes":[],"BufferedAudioBytes":4292,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:54.7735832+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1ff76c5f1e51432485e82bee4ded84f0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8531,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:44:54.773842+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1ff76c5f1e51432485e82bee4ded84f0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8531,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:54.7740549+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"1ff76c5f1e51432485e82bee4ded84f0","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8531,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:55.68938+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c47d39ed56694bab980a30f421dd7612","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12770,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:44:55.6895883+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c47d39ed56694bab980a30f421dd7612","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12770,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:55.6897598+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"c47d39ed56694bab980a30f421dd7612","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12770,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:56.6884177+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ddb2a8b90ddd47a79b60b8829a1d4a94","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:44:56.6886702+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ddb2a8b90ddd47a79b60b8829a1d4a94","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:56.764811+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"ddb2a8b90ddd47a79b60b8829a1d4a94","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:56.7652419+00:00","EventType":"binary_audio_received","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"afa199fef31a403288d0bf46d1309ce2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
{"TimestampUtc":"2026-04-26T13:44:56.7654626+00:00","EventType":"message_in","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"afa199fef31a403288d0bf46d1309ce2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
{"TimestampUtc":"2026-04-26T13:44:56.7657432+00:00","EventType":"message_out","SessionId":"f507a6891f2e4a6a99b42ef8a60a4b88","ConnectionId":"afa199fef31a403288d0bf46d1309ce2","Token":"hub-usr_openjibo_owner-1777210794192","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-199344d2-4176-11f1-8abe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}

File diff suppressed because it is too large Load Diff