Compare commits
1 Commits
main
...
Features/D
| Author | SHA1 | Date | |
|---|---|---|---|
|
f6dfc1363f
|
15
.gitignore
vendored
15
.gitignore
vendored
@@ -4,6 +4,21 @@
|
|||||||
##
|
##
|
||||||
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
|
## 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
|
# User-specific files
|
||||||
*.rsuser
|
*.rsuser
|
||||||
*.suo
|
*.suo
|
||||||
|
|||||||
86
JiboExperiments.sln
Normal file
86
JiboExperiments.sln
Normal 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
|
||||||
@@ -1,41 +1,31 @@
|
|||||||
# OpenJibo
|
# OpenJibo
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
OpenJibo is the working revival track for Jibo.
|
OpenJibo is the working revival track for Jibo.
|
||||||
|
|
||||||
We are rebuilding the hosted cloud first, then using that foundation for OTA, Open Jibo OS, and a tiered brain that can eventually hand higher-order work to CoffeeBreak without losing Jibo's original charm.
|
The near-term plan is intentionally concrete:
|
||||||
|
|
||||||
## Current Focus
|
1. Build a stable replacement cloud on Azure.
|
||||||
|
2. Use the existing Node prototype as the protocol oracle and capture harness.
|
||||||
|
3. Port the hosted implementation to .NET as a modular monolith.
|
||||||
|
4. Bring real robots online first through RCM plus controlled DNS/TLS patching.
|
||||||
|
5. Use OTA later to reduce setup friction once the hosted cloud is proven.
|
||||||
|
|
||||||
- ship a stable Azure-hosted replacement cloud
|
This keeps the project grounded in what is already working while moving toward a maintainable hosted platform.
|
||||||
- keep the Node prototype as the protocol oracle and capture harness
|
|
||||||
- port the production path to .NET
|
|
||||||
- support real devices through repeatable bootstrap steps first
|
|
||||||
- use OTA later to reduce recovery friction once the cloud is trustworthy
|
|
||||||
|
|
||||||
Current release truth lives in [docs/development-plan.md](docs/development-plan.md). The current cloud release constant is `1.0.19`.
|
## Current Truth
|
||||||
|
|
||||||
## Roadmap
|
|
||||||
|
|
||||||
The long-range plan is summarized in [docs/roadmap.md](docs/roadmap.md). In short:
|
|
||||||
|
|
||||||
1. Working hosted cloud.
|
|
||||||
2. OTA-assisted recovery and updates.
|
|
||||||
3. Open Jibo OS / `open-jibo` mode conversion.
|
|
||||||
4. Tiered brain and CoffeeBreak orchestration.
|
|
||||||
5. Broader ecosystem expansion.
|
|
||||||
|
|
||||||
## Current Architecture
|
|
||||||
|
|
||||||
The repo now has three distinct lanes:
|
The repo now has three distinct lanes:
|
||||||
|
|
||||||
- `src/Jibo.Cloud/node`
|
- `src/Jibo.Cloud/node`
|
||||||
Protocol oracle, discovery server, fixture source, and rapid reverse-engineering lab.
|
The discovery server. This is the best source of observed protocol behavior today.
|
||||||
- `src/Jibo.Cloud/dotnet`
|
- `src/Jibo.Cloud/dotnet`
|
||||||
Production-oriented hosted implementation intended for Azure deployment and long-term maintenance.
|
The long-term hosted implementation. This is where the stable cloud is being built.
|
||||||
- `src/Jibo.Runtime.Abstractions`
|
- `src/Jibo.Runtime.Abstractions`
|
||||||
The seam between robot/cloud traffic and higher-level runtime and capability logic.
|
The normalized runtime seam between robot/cloud traffic and modern conversation logic.
|
||||||
|
|
||||||
The core shape is:
|
The key architectural idea is:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
Jibo device -> OpenJibo cloud -> normalized runtime contracts -> capabilities and planning
|
Jibo device -> OpenJibo cloud -> normalized runtime contracts -> capabilities and planning
|
||||||
@@ -50,30 +40,18 @@ QR Wi-Fi -> inject OpenJibo region config -> set robot region ->
|
|||||||
RCM/device patch for TLS and host acceptance -> OpenJibo cloud on Azure
|
RCM/device patch for TLS and host acceptance -> OpenJibo cloud on Azure
|
||||||
```
|
```
|
||||||
|
|
||||||
That path is documented in [docs/device-bootstrap.md](docs/device-bootstrap.md).
|
That path is documented in [docs/device-bootstrap.md](/OpenJibo/docs/device-bootstrap.md).
|
||||||
|
|
||||||
## Design Principles
|
|
||||||
|
|
||||||
- Preserve the original skills and visual design.
|
|
||||||
- Build the hosted cloud before making OTA the default recovery path.
|
|
||||||
- Keep every migration reversible whenever possible.
|
|
||||||
- Prefer source-backed slices over speculative rewrites.
|
|
||||||
- Let Jibo remain the face of the experience, even when higher-level orchestration sits behind him.
|
|
||||||
|
|
||||||
## Repo Map
|
## Repo Map
|
||||||
|
|
||||||
```text
|
```text
|
||||||
OpenJibo/
|
OpenJibo/
|
||||||
docs/
|
docs/
|
||||||
roadmap.md
|
|
||||||
development-plan.md
|
development-plan.md
|
||||||
device-bootstrap.md
|
device-bootstrap.md
|
||||||
feature-backlog.md
|
protocol-inventory.md
|
||||||
public-site-plan.md
|
public-site-plan.md
|
||||||
regression-test-plan.md
|
|
||||||
release-1.0.19-plan.md
|
|
||||||
support-tiers.md
|
support-tiers.md
|
||||||
system-diagram-alignment.md
|
|
||||||
|
|
||||||
scripts/bootstrap/
|
scripts/bootstrap/
|
||||||
Discover-JiboHosts.ps1
|
Discover-JiboHosts.ps1
|
||||||
@@ -89,15 +67,56 @@ OpenJibo/
|
|||||||
OpenJibo.Site/
|
OpenJibo.Site/
|
||||||
```
|
```
|
||||||
|
|
||||||
## Living Docs
|
## Decisions Locked In
|
||||||
|
|
||||||
Use these when you want the active technical truth:
|
- The first milestone is `core revive`, not full protocol parity.
|
||||||
|
- Azure SQL is the relational system of record for the hosted cloud.
|
||||||
|
- Billing and donations are future-compatible concerns, not phase-one delivery requirements.
|
||||||
|
- OTA is a phase-two simplification strategy, not the initial dependency.
|
||||||
|
|
||||||
- [Development plan](docs/development-plan.md)
|
## Near-Term Work
|
||||||
- [Feature backlog](docs/feature-backlog.md)
|
|
||||||
- [Release 1.0.19 plan](docs/release-1.0.19-plan.md)
|
|
||||||
- [Support tiers](docs/support-tiers.md)
|
|
||||||
- [System diagram alignment](docs/system-diagram-alignment.md)
|
|
||||||
- [Public site plan](docs/public-site-plan.md)
|
|
||||||
|
|
||||||
If you only read one document for the long view, make it [docs/roadmap.md](docs/roadmap.md).
|
- port required endpoint and WebSocket behavior from Node to .NET
|
||||||
|
- keep protocol captures and replay fixtures current
|
||||||
|
- keep HTTP and websocket live-run telemetry writing to the same repo-root capture tree
|
||||||
|
- harden device bootstrap documentation and scripts
|
||||||
|
- map more endpoints and behaviors beyond the current Node coverage
|
||||||
|
- stand up the initial `openjibo.com` information site
|
||||||
|
|
||||||
|
## Live Test Status
|
||||||
|
|
||||||
|
The first physical `.NET -> Jibo` experiments have now produced useful captures, but not a full wake-and-interact success yet.
|
||||||
|
|
||||||
|
What we have confirmed so far:
|
||||||
|
|
||||||
|
- the robot reaches `.NET` HTTP startup calls on `api.jibo.com`
|
||||||
|
- `.NET` can issue a robot token and accept the `api-socket.jibo.com` websocket
|
||||||
|
- live HTTP and websocket telemetry are now intended to land together under repo-root `captures/`
|
||||||
|
|
||||||
|
What remains unresolved:
|
||||||
|
|
||||||
|
- matching the Node startup cadence closely enough for consistent wake/eye-open behavior
|
||||||
|
- the next post-`api-socket` startup requests and timing seen in successful Node runs
|
||||||
|
- broader live websocket behavior on a real robot beyond the current synthetic parity slice
|
||||||
|
|
||||||
|
The current websocket bridge now also includes server-driven raw-audio turn completion:
|
||||||
|
|
||||||
|
- enough buffered audio plus `CONTEXT` can now trigger auto-finalize on the server side
|
||||||
|
- `EOS` is emitted on that auto-finalize path so turns do not remain open indefinitely
|
||||||
|
- transcript-less raw-audio turns still fall back to a synthetic compatibility response, not real ASR
|
||||||
|
|
||||||
|
The current richer websocket parity slice is still intentionally narrow:
|
||||||
|
|
||||||
|
- the successful joke path now has fixture-backed reply sequencing and partial payload-shape fidelity through `CLIENT_ASR -> LISTEN -> EOS -> delayed SKILL_ACTION`
|
||||||
|
- menu-side `CLIENT_NLU` parity is beginning to expand from live captures, starting with preserved clock-menu intent/rules/entities
|
||||||
|
- `.NET` now preserves buffered websocket audio frames so local tool-based ASR experiments can run without changing the stable cloud-first architecture
|
||||||
|
- this is not a claim of broad skill parity or full Jibo websocket coverage
|
||||||
|
|
||||||
|
## Important Docs
|
||||||
|
|
||||||
|
- [Cloud overview](/src/Jibo.Cloud/README.md)
|
||||||
|
- [Development plan](/docs/development-plan.md)
|
||||||
|
- [Protocol inventory](/docs/protocol-inventory.md)
|
||||||
|
- [Support tiers](/docs/support-tiers.md)
|
||||||
|
- [Device bootstrap path](/docs/device-bootstrap.md)
|
||||||
|
- [Public site plan](/docs/public-site-plan.md)
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,102 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "neohubjibocom-neohubproactive-tidd36da4d442a611f1aba45cf821ea55ae",
|
|
||||||
"session": {
|
|
||||||
"hostName": "neo-hub.jibo.com",
|
|
||||||
"path": "/v1/proactive",
|
|
||||||
"kind": "neo-hub-proactive",
|
|
||||||
"token": "hub-usr_openjibo_owner-1777340189867"
|
|
||||||
},
|
|
||||||
"steps": [
|
|
||||||
{
|
|
||||||
"text": {
|
|
||||||
"type": "TRIGGER",
|
|
||||||
"ts": 1777341970615,
|
|
||||||
"msgID": "mid-d388c070-42a6-11f1-a414-5cf821ea55ae",
|
|
||||||
"transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae",
|
|
||||||
"data": {
|
|
||||||
"triggerSource": "SURPRISE",
|
|
||||||
"triggerData": {
|
|
||||||
"looperID": "5c0b221fdf9d450019c5e255"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary": null,
|
|
||||||
"expectedReplyTypes": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": {
|
|
||||||
"type": "CONTEXT",
|
|
||||||
"ts": 1777341970702,
|
|
||||||
"msgID": "mid-d395f790-42a6-11f1-95f4-5cf821ea55ae",
|
|
||||||
"transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae",
|
|
||||||
"data": {
|
|
||||||
"runtime": {
|
|
||||||
"character": {
|
|
||||||
"emotion": {
|
|
||||||
"name": "NEUTRAL",
|
|
||||||
"valence": 0.45,
|
|
||||||
"confidence": 0.2
|
|
||||||
},
|
|
||||||
"motivation": {
|
|
||||||
"social": 1,
|
|
||||||
"playful": 0.5152989351851469
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"perception": {
|
|
||||||
"speaker": "5c0b221fdf9d450019c5e255",
|
|
||||||
"peoplePresent": [
|
|
||||||
{
|
|
||||||
"id": "NOT_TRAINED",
|
|
||||||
"entityId": 16085,
|
|
||||||
"type": "fused",
|
|
||||||
"confidence": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"location": {
|
|
||||||
"city": "Pleasant Hill",
|
|
||||||
"state": "Missouri",
|
|
||||||
"stateAbbr": "MO",
|
|
||||||
"country": "United States",
|
|
||||||
"countryCode": "US",
|
|
||||||
"lat": 38.8358494,
|
|
||||||
"lng": -94.1427229,
|
|
||||||
"iso": "2026-04-27T21:06:10.626-05:00"
|
|
||||||
},
|
|
||||||
"loop": {
|
|
||||||
"loopId": "5c0b221fdf9d450019c5e253",
|
|
||||||
"users": [
|
|
||||||
{
|
|
||||||
"firstName": "Erin",
|
|
||||||
"lastName": "Picone",
|
|
||||||
"phoneticName": "Erin",
|
|
||||||
"gender": "female",
|
|
||||||
"birthdate": 649209600000,
|
|
||||||
"id": "5c0b221fdf9d450019c5e255",
|
|
||||||
"accountId": "5c0b20547c46170019235759"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"jibo": {
|
|
||||||
"color": "WHITE",
|
|
||||||
"birthdate": 1544234645598,
|
|
||||||
"id": "5c0b221fdf9d450019c5e254"
|
|
||||||
},
|
|
||||||
"owner": "5c0b221fdf9d450019c5e255"
|
|
||||||
},
|
|
||||||
"dialog": {
|
|
||||||
"referent": null
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"skill": {
|
|
||||||
"id": null
|
|
||||||
},
|
|
||||||
"general": {
|
|
||||||
"release": "1.9.2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary": null,
|
|
||||||
"expectedReplyTypes": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,102 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "neohubjibocom-neohubproactive-tidd36da4d442a611f1aba45cf821ea55ae",
|
|
||||||
"session": {
|
|
||||||
"hostName": "neo-hub.jibo.com",
|
|
||||||
"path": "/v1/proactive",
|
|
||||||
"kind": "neo-hub-proactive",
|
|
||||||
"token": "hub-usr_openjibo_owner-1777340189867"
|
|
||||||
},
|
|
||||||
"steps": [
|
|
||||||
{
|
|
||||||
"text": {
|
|
||||||
"type": "TRIGGER",
|
|
||||||
"ts": 1777341970615,
|
|
||||||
"msgID": "mid-d388c070-42a6-11f1-a414-5cf821ea55ae",
|
|
||||||
"transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae",
|
|
||||||
"data": {
|
|
||||||
"triggerSource": "SURPRISE",
|
|
||||||
"triggerData": {
|
|
||||||
"looperID": "5c0b221fdf9d450019c5e255"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary": null,
|
|
||||||
"expectedReplyTypes": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": {
|
|
||||||
"type": "CONTEXT",
|
|
||||||
"ts": 1777341970702,
|
|
||||||
"msgID": "mid-d395f790-42a6-11f1-95f4-5cf821ea55ae",
|
|
||||||
"transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae",
|
|
||||||
"data": {
|
|
||||||
"runtime": {
|
|
||||||
"character": {
|
|
||||||
"emotion": {
|
|
||||||
"name": "NEUTRAL",
|
|
||||||
"valence": 0.45,
|
|
||||||
"confidence": 0.2
|
|
||||||
},
|
|
||||||
"motivation": {
|
|
||||||
"social": 1,
|
|
||||||
"playful": 0.5152989351851469
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"perception": {
|
|
||||||
"speaker": "5c0b221fdf9d450019c5e255",
|
|
||||||
"peoplePresent": [
|
|
||||||
{
|
|
||||||
"id": "NOT_TRAINED",
|
|
||||||
"entityId": 16085,
|
|
||||||
"type": "fused",
|
|
||||||
"confidence": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"location": {
|
|
||||||
"city": "Pleasant Hill",
|
|
||||||
"state": "Missouri",
|
|
||||||
"stateAbbr": "MO",
|
|
||||||
"country": "United States",
|
|
||||||
"countryCode": "US",
|
|
||||||
"lat": 38.8358494,
|
|
||||||
"lng": -94.1427229,
|
|
||||||
"iso": "2026-04-27T21:06:10.626-05:00"
|
|
||||||
},
|
|
||||||
"loop": {
|
|
||||||
"loopId": "5c0b221fdf9d450019c5e253",
|
|
||||||
"users": [
|
|
||||||
{
|
|
||||||
"firstName": "Erin",
|
|
||||||
"lastName": "Picone",
|
|
||||||
"phoneticName": "Erin",
|
|
||||||
"gender": "female",
|
|
||||||
"birthdate": 649209600000,
|
|
||||||
"id": "5c0b221fdf9d450019c5e255",
|
|
||||||
"accountId": "5c0b20547c46170019235759"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"jibo": {
|
|
||||||
"color": "WHITE",
|
|
||||||
"birthdate": 1544234645598,
|
|
||||||
"id": "5c0b221fdf9d450019c5e254"
|
|
||||||
},
|
|
||||||
"owner": "5c0b221fdf9d450019c5e255"
|
|
||||||
},
|
|
||||||
"dialog": {
|
|
||||||
"referent": null
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"skill": {
|
|
||||||
"id": null
|
|
||||||
},
|
|
||||||
"general": {
|
|
||||||
"release": "1.9.2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary": null,
|
|
||||||
"expectedReplyTypes": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1,140 +0,0 @@
|
|||||||
{"TimestampUtc":"2026-04-29T00:35:15.3407757+00:00","EventType":"connection_opened","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"7cfcbffe4eea45e19324303a012b9888","Token":"hub-usr_openjibo_owner-1777422915211","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-29T00:35:15.3504552+00:00","EventType":"turn_processed","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"e965cbbbc71d4299ac18b4f0b1fa2027","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777422915499,\u0022msgID\u0022:\u0022mid-4a71cd14-4363-11f1-a9a4-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022word-of-the-day/surprise\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":null,"intent":null}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:15.3507223+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"e965cbbbc71d4299ac18b4f0b1fa2027","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777422915499,\u0022msgID\u0022:\u0022mid-4a71cd14-4363-11f1-a9a4-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022word-of-the-day/surprise\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-29T00:35:15.3509108+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"e965cbbbc71d4299ac18b4f0b1fa2027","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777422915499,\u0022msgID\u0022:\u0022mid-4a71cd14-4363-11f1-a9a4-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022word-of-the-day/surprise\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-29T00:35:15.3569599+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f32d559659924dbca6446e9274ca3103","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:15.3572123+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f32d559659924dbca6446e9274ca3103","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:15.357425+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f32d559659924dbca6446e9274ca3103","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1664343+00:00","EventType":"context_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9e7ffcae81c746bd95c18e590f351865","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777422915617,\u0022msgID\u0022:\u0022mid-4a83e0ee-4363-11f1-a7cf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-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.17755916666666705,\u0022playful\u0022:0.05918638888888913}},\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-28T19:35:15.550-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-49fa86fa-4363-11f1-bdc3-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1667332+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9e7ffcae81c746bd95c18e590f351865","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777422915617,\u0022msgID\u0022:\u0022mid-4a83e0ee-4363-11f1-a7cf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-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.17755916666666705,\u0022playful\u0022:0.05918638888888913}},\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-28T19:35:15.550-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-29T00:35:16.1669354+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9e7ffcae81c746bd95c18e590f351865","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777422915617,\u0022msgID\u0022:\u0022mid-4a83e0ee-4363-11f1-a7cf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-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.17755916666666705,\u0022playful\u0022:0.05918638888888913}},\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-28T19:35:15.550-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-29T00:35:16.1697811+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"3bf9c179083640258867322d822dea75","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1700174+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"3bf9c179083640258867322d822dea75","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1702026+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"3bf9c179083640258867322d822dea75","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1956194+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"cd255266578d448e84e1e7c338ac5d2a","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1958578+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"cd255266578d448e84e1e7c338ac5d2a","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1960528+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"cd255266578d448e84e1e7c338ac5d2a","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.8242006+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4139432068e34967bb7c00ce26f0b919","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.8244579+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4139432068e34967bb7c00ce26f0b919","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9002699+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4139432068e34967bb7c00ce26f0b919","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-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-29T00:35:19.9007328+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a94db31a0a7449598421647a6ecc45cf","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9009855+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a94db31a0a7449598421647a6ecc45cf","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9011721+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a94db31a0a7449598421647a6ecc45cf","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.901481+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"5723f4a1dc0b48a3a8160b319d7cdd4e","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9016364+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"5723f4a1dc0b48a3a8160b319d7cdd4e","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9018023+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"5723f4a1dc0b48a3a8160b319d7cdd4e","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9020577+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"25d6fd40edcd4f9796e054ac6f1aff86","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":12730,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4252}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9022062+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"25d6fd40edcd4f9796e054ac6f1aff86","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":12730,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9023628+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"25d6fd40edcd4f9796e054ac6f1aff86","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":12730,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9026165+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9754e565a97d436dacea8f42990317eb","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":16996,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4266}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9027599+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9754e565a97d436dacea8f42990317eb","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":16996,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9028814+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9754e565a97d436dacea8f42990317eb","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":16996,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9031147+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a3af093f81094beab0594df527948466","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":21276,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4280}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9032837+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a3af093f81094beab0594df527948466","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":21276,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9034063+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a3af093f81094beab0594df527948466","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":21276,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9035988+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4d13a4673189493e9dc2ca3f2c690549","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4156}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9037366+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4d13a4673189493e9dc2ca3f2c690549","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9038723+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4d13a4673189493e9dc2ca3f2c690549","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9041284+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10b14d593bd647798a1cce399c8262b0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":29663,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4231}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9042868+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10b14d593bd647798a1cce399c8262b0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":29663,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9044248+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10b14d593bd647798a1cce399c8262b0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":29663,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:37:19.701448+00:00","EventType":"connection_opened","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"8c1d8ca4e98e45dc9267d5efd3ad64d4","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":29663,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:37:19.7171504+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9331d90efab64037940549653483d0a1","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":"TRIGGER","Direction":"in","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777423039684,\u0022msgID\u0022:\u0022mid-9476e8a4-4363-11f1-b2a0-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-943111da-4363-11f1-bcd7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022SURPRISE\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:37:19.7174314+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9331d90efab64037940549653483d0a1","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777423039684,\u0022msgID\u0022:\u0022mid-9476e8a4-4363-11f1-b2a0-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-943111da-4363-11f1-bcd7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022SURPRISE\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:37:19.7910411+00:00","EventType":"context_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10feb67fdb9946ff8ff5877c0bd44055","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777423039767,\u0022msgID\u0022:\u0022mid-94839bd0-4363-11f1-a03d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-943111da-4363-11f1-bcd7-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.19483652777777864,\u0022playful\u0022:0.06494550925925966}},\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-28T19:37:19.700-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-943111da-4363-11f1-bcd7-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:37:19.7913478+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10feb67fdb9946ff8ff5877c0bd44055","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777423039767,\u0022msgID\u0022:\u0022mid-94839bd0-4363-11f1-a03d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-943111da-4363-11f1-bcd7-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.19483652777777864,\u0022playful\u0022:0.06494550925925966}},\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-28T19:37:19.700-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-29T00:37:19.7915247+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10feb67fdb9946ff8ff5877c0bd44055","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777423039767,\u0022msgID\u0022:\u0022mid-94839bd0-4363-11f1-a03d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-943111da-4363-11f1-bcd7-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.19483652777777864,\u0022playful\u0022:0.06494550925925966}},\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-28T19:37:19.700-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-29T01:00:14.4469167+00:00","EventType":"connection_opened","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f2ebc3fdf8ab4b3eadc14a5c5c79b62a","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:00:14.4540233+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f301765500704c9a8193a1c7d18c6679","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae","MessageType":"TRIGGER","Direction":"in","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777424414356,\u0022msgID\u0022:\u0022mid-c7d556ba-4366-11f1-9d60-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022NEW_ARRIVAL\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:00:14.4542937+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f301765500704c9a8193a1c7d18c6679","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777424414356,\u0022msgID\u0022:\u0022mid-c7d556ba-4366-11f1-9d60-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022NEW_ARRIVAL\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:00:15.4345711+00:00","EventType":"context_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"19cfa2e2b89b414cb7588f01c455fbd0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777424414621,\u0022msgID\u0022:\u0022mid-c7fdac8c-4366-11f1-9af7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c7af8cc8-4366-11f1-af1e-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.3857801388888873,\u0022playful\u0022:0.12859337962963139}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:17501,\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-28T20:00:14.423-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-c7af8cc8-4366-11f1-af1e-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:00:15.4348879+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"19cfa2e2b89b414cb7588f01c455fbd0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777424414621,\u0022msgID\u0022:\u0022mid-c7fdac8c-4366-11f1-9af7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c7af8cc8-4366-11f1-af1e-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.3857801388888873,\u0022playful\u0022:0.12859337962963139}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:17501,\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-28T20:00:14.423-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-29T01:00:15.4351168+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"19cfa2e2b89b414cb7588f01c455fbd0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777424414621,\u0022msgID\u0022:\u0022mid-c7fdac8c-4366-11f1-9af7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c7af8cc8-4366-11f1-af1e-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.3857801388888873,\u0022playful\u0022:0.12859337962963139}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:17501,\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-28T20:00:14.423-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-29T01:53:42.0757116+00:00","EventType":"connection_opened","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"80d43d3317da4888aff5d6aadc2485f4","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":null,"MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:53:42.0841609+00:00","EventType":"message_in","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"215199668f134f03b3ed4ead86a2dc23","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f129128-436e-11f1-af38-5cf821ea55ae","MessageType":"TRIGGER","Direction":"in","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777427622097,\u0022msgID\u0022:\u0022mid-3fcba546-436e-11f1-9048-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f129128-436e-11f1-af38-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022NEW_ARRIVAL\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:53:42.0844241+00:00","EventType":"message_out","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"215199668f134f03b3ed4ead86a2dc23","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f129128-436e-11f1-af38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777427622097,\u0022msgID\u0022:\u0022mid-3fcba546-436e-11f1-9048-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f129128-436e-11f1-af38-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022NEW_ARRIVAL\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:53:42.943934+00:00","EventType":"context_received","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"565274d1b1644080ba793526ff063376","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f129128-436e-11f1-af38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777427622528,\u0022msgID\u0022:\u0022mid-400d7336-436e-11f1-9e48-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f129128-436e-11f1-af38-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.8313448611111138,\u0022playful\u0022:0.27711495370370528}},\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-28T20:53:42.176-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-3f129128-436e-11f1-af38-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:53:42.9441682+00:00","EventType":"message_in","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"565274d1b1644080ba793526ff063376","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f129128-436e-11f1-af38-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777427622528,\u0022msgID\u0022:\u0022mid-400d7336-436e-11f1-9e48-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f129128-436e-11f1-af38-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.8313448611111138,\u0022playful\u0022:0.27711495370370528}},\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-28T20:53:42.176-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-29T01:53:42.9443701+00:00","EventType":"message_out","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"565274d1b1644080ba793526ff063376","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f129128-436e-11f1-af38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777427622528,\u0022msgID\u0022:\u0022mid-400d7336-436e-11f1-9e48-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f129128-436e-11f1-af38-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.8313448611111138,\u0022playful\u0022:0.27711495370370528}},\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-28T20:53:42.176-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-29T13:34:59.9396564+00:00","EventType":"connection_closed","SessionId":"9fdbadc2b5e4421eb45508702e3d4d06","ConnectionId":"3babf97400234a258e58ec043dde5dbf","Token":"token-Royal-Current-Sage-Canvas-1777379420655","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777379420655","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-29T13:35:35.5840192+00:00","EventType":"connection_opened","SessionId":"c434d3f0f8ae474ba7a1ddb8e78f0c2e","ConnectionId":"64ef04e73be0463a85b3a934e3cfcc3a","Token":"token-Royal-Current-Sage-Canvas-1777469735358","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777469735358","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-29T13:36:42.0857381+00:00","EventType":"connection_opened","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"b27463de02ce4cbb86bda31f27ef1bc6","Token":"hub-usr_openjibo_owner-1777469801937","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-29T13:36:42.125688+00:00","EventType":"turn_processed","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"4adf7f8f914e4e98aacced1fff7d199a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469802077,\u0022msgID\u0022:\u0022mid-7505eb60-43d0-11f1-ae00-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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-29T13:36:42.1425569+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"4adf7f8f914e4e98aacced1fff7d199a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469802077,\u0022msgID\u0022:\u0022mid-7505eb60-43d0-11f1-ae00-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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-29T13:36:42.1457686+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"4adf7f8f914e4e98aacced1fff7d199a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469802077,\u0022msgID\u0022:\u0022mid-7505eb60-43d0-11f1-ae00-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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-29T13:36:42.1526086+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"749eec35e3084fd38307a90f5e158c16","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.1540696+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"749eec35e3084fd38307a90f5e158c16","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.1544493+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"749eec35e3084fd38307a90f5e158c16","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.86458+00:00","EventType":"context_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e83238d66fa745b2b4458ff5a53ce3c0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469802367,\u0022msgID\u0022:\u0022mid-75321794-43d0-11f1-b73d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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.6809506944444389,\u0022playful\u0022:0.2269835648148201}},\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-29T08:36:42.183-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-74873c84-43d0-11f1-9540-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.8651681+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e83238d66fa745b2b4458ff5a53ce3c0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469802367,\u0022msgID\u0022:\u0022mid-75321794-43d0-11f1-b73d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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.6809506944444389,\u0022playful\u0022:0.2269835648148201}},\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-29T08:36:42.183-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-29T13:36:42.8654611+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e83238d66fa745b2b4458ff5a53ce3c0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469802367,\u0022msgID\u0022:\u0022mid-75321794-43d0-11f1-b73d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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.6809506944444389,\u0022playful\u0022:0.2269835648148201}},\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-29T08:36:42.183-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-29T13:36:42.8661473+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41da7d35e45e4854aa569551953d7a43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4163,"ReplyTypes":[],"BufferedAudioBytes":4210,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4163}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.8663966+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41da7d35e45e4854aa569551953d7a43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4163,"ReplyTypes":[],"BufferedAudioBytes":4210,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.8666449+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41da7d35e45e4854aa569551953d7a43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4163,"ReplyTypes":[],"BufferedAudioBytes":4210,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.959783+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"db827270b1aa46499bfee845460f7e3f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4198,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4198}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.9601651+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"db827270b1aa46499bfee845460f7e3f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4198,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.9603989+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"db827270b1aa46499bfee845460f7e3f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4198,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:43.4447615+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2b8accdeb1d04bc5925f9211b7f9a416","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":12621,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4213}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:43.4451326+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2b8accdeb1d04bc5925f9211b7f9a416","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":12621,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:43.4453699+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2b8accdeb1d04bc5925f9211b7f9a416","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":12621,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.8223399+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"9335a279c6e04e63ac6a26bc9a0896f4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4301,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4301}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.8227312+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"9335a279c6e04e63ac6a26bc9a0896f4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4301,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9017862+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"9335a279c6e04e63ac6a26bc9a0896f4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4301,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9030793+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"93d042cf60ba441abc08feb7ef9c327d","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4205}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9033613+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"93d042cf60ba441abc08feb7ef9c327d","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9036414+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"93d042cf60ba441abc08feb7ef9c327d","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9042358+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"d0543914e393404086d327a9cb5355d7","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9044684+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"d0543914e393404086d327a9cb5355d7","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9046905+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"d0543914e393404086d327a9cb5355d7","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.905138+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"07d55d1ca955441cb08f2dc69102240f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9053507+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"07d55d1ca955441cb08f2dc69102240f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.905572+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"07d55d1ca955441cb08f2dc69102240f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9060701+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"16dbbaf1d11d4ecd80361161185a94ca","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9062707+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"16dbbaf1d11d4ecd80361161185a94ca","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9064884+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"16dbbaf1d11d4ecd80361161185a94ca","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9069864+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"b0bd0937a8794eef8dacca484c7afe43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9071975+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"b0bd0937a8794eef8dacca484c7afe43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9074211+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"b0bd0937a8794eef8dacca484c7afe43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9079104+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6f6b1f2b7d2b4451bf0091db51d2ebc5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9081309+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6f6b1f2b7d2b4451bf0091db51d2ebc5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9083325+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6f6b1f2b7d2b4451bf0091db51d2ebc5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:49.9924004+00:00","EventType":"connection_opened","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"8e1edc62a0da4912885bdbf73a73abbd","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:49.9968011+00:00","EventType":"turn_processed","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3a64b94ebd15494ca605275e34c1a647","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469809983,\u0022msgID\u0022:\u0022mid-79bc4726-43d0-11f1-8e5c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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\u0027s your cloud version?","intent":"cloud_version"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:49.9971093+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3a64b94ebd15494ca605275e34c1a647","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469809983,\u0022msgID\u0022:\u0022mid-79bc4726-43d0-11f1-8e5c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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-29T13:36:49.9973503+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3a64b94ebd15494ca605275e34c1a647","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469809983,\u0022msgID\u0022:\u0022mid-79bc4726-43d0-11f1-8e5c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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-29T13:36:50.0059705+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1c99213c9a6b4e038e258d7720154f17","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.0065153+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1c99213c9a6b4e038e258d7720154f17","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.0067106+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1c99213c9a6b4e038e258d7720154f17","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8765801+00:00","EventType":"context_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1390677c076f44678498537fae7a434f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469810105,\u0022msgID\u0022:\u0022mid-79ced4ea-43d0-11f1-b534-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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.6819436111111055,\u0022playful\u0022:0.22731453703704233}},\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-29T08:36:50.059-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8769551+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1390677c076f44678498537fae7a434f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469810105,\u0022msgID\u0022:\u0022mid-79ced4ea-43d0-11f1-b534-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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.6819436111111055,\u0022playful\u0022:0.22731453703704233}},\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-29T08:36:50.059-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8771322+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1390677c076f44678498537fae7a434f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469810105,\u0022msgID\u0022:\u0022mid-79ced4ea-43d0-11f1-b534-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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.6819436111111055,\u0022playful\u0022:0.22731453703704233}},\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-29T08:36:50.059-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8774977+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41310df4ca144f6b991d433f4f0ed337","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4284}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8776894+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41310df4ca144f6b991d433f4f0ed337","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8778554+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41310df4ca144f6b991d433f4f0ed337","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8811171+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"c60ecfdde18144eab50f581d2ef2b251","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8814286+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"c60ecfdde18144eab50f581d2ef2b251","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8816801+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"c60ecfdde18144eab50f581d2ef2b251","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.6524418+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e859d21ef5734f7eb406a0b9d82dfc98","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4244}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.6526887+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e859d21ef5734f7eb406a0b9d82dfc98","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7295931+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e859d21ef5734f7eb406a0b9d82dfc98","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4244,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7303513+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"87ca4962cab34456a35448cc84216b9f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4232}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7305331+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"87ca4962cab34456a35448cc84216b9f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.730764+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"87ca4962cab34456a35448cc84216b9f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7311506+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6bd767d022974d65897f35fcf54b717e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7312847+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6bd767d022974d65897f35fcf54b717e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7314588+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6bd767d022974d65897f35fcf54b717e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7320046+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6384e3cbe85142a48b331a4fbd866e85","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7322604+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6384e3cbe85142a48b331a4fbd866e85","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7324912+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6384e3cbe85142a48b331a4fbd866e85","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7331338+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3dd39cef336b4665b2d84faaff5dfb4a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4253}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7333607+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3dd39cef336b4665b2d84faaff5dfb4a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7336068+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3dd39cef336b4665b2d84faaff5dfb4a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7341413+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"ebd9617f884142299bbf384595b23c3e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4165,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4165}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7343494+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"ebd9617f884142299bbf384595b23c3e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4165,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7345457+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"ebd9617f884142299bbf384595b23c3e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4165,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7349504+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2d08000bc53147468f373d946a92563e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4299,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4299}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7350968+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2d08000bc53147468f373d946a92563e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4299,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7352372+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2d08000bc53147468f373d946a92563e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4299,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7355582+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"792317786dec41678f12256957bbb9aa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7357119+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"792317786dec41678f12256957bbb9aa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7358502+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"792317786dec41678f12256957bbb9aa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,102 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "neohubjibocom-neohubproactive-tidd36da4d442a611f1aba45cf821ea55ae",
|
|
||||||
"session": {
|
|
||||||
"hostName": "neo-hub.jibo.com",
|
|
||||||
"path": "/v1/proactive",
|
|
||||||
"kind": "neo-hub-proactive",
|
|
||||||
"token": "hub-usr_openjibo_owner-1777340189867"
|
|
||||||
},
|
|
||||||
"steps": [
|
|
||||||
{
|
|
||||||
"text": {
|
|
||||||
"type": "TRIGGER",
|
|
||||||
"ts": 1777341970615,
|
|
||||||
"msgID": "mid-d388c070-42a6-11f1-a414-5cf821ea55ae",
|
|
||||||
"transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae",
|
|
||||||
"data": {
|
|
||||||
"triggerSource": "SURPRISE",
|
|
||||||
"triggerData": {
|
|
||||||
"looperID": "5c0b221fdf9d450019c5e255"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary": null,
|
|
||||||
"expectedReplyTypes": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": {
|
|
||||||
"type": "CONTEXT",
|
|
||||||
"ts": 1777341970702,
|
|
||||||
"msgID": "mid-d395f790-42a6-11f1-95f4-5cf821ea55ae",
|
|
||||||
"transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae",
|
|
||||||
"data": {
|
|
||||||
"runtime": {
|
|
||||||
"character": {
|
|
||||||
"emotion": {
|
|
||||||
"name": "NEUTRAL",
|
|
||||||
"valence": 0.45,
|
|
||||||
"confidence": 0.2
|
|
||||||
},
|
|
||||||
"motivation": {
|
|
||||||
"social": 1,
|
|
||||||
"playful": 0.5152989351851469
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"perception": {
|
|
||||||
"speaker": "5c0b221fdf9d450019c5e255",
|
|
||||||
"peoplePresent": [
|
|
||||||
{
|
|
||||||
"id": "NOT_TRAINED",
|
|
||||||
"entityId": 16085,
|
|
||||||
"type": "fused",
|
|
||||||
"confidence": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"location": {
|
|
||||||
"city": "Pleasant Hill",
|
|
||||||
"state": "Missouri",
|
|
||||||
"stateAbbr": "MO",
|
|
||||||
"country": "United States",
|
|
||||||
"countryCode": "US",
|
|
||||||
"lat": 38.8358494,
|
|
||||||
"lng": -94.1427229,
|
|
||||||
"iso": "2026-04-27T21:06:10.626-05:00"
|
|
||||||
},
|
|
||||||
"loop": {
|
|
||||||
"loopId": "5c0b221fdf9d450019c5e253",
|
|
||||||
"users": [
|
|
||||||
{
|
|
||||||
"firstName": "Erin",
|
|
||||||
"lastName": "Picone",
|
|
||||||
"phoneticName": "Erin",
|
|
||||||
"gender": "female",
|
|
||||||
"birthdate": 649209600000,
|
|
||||||
"id": "5c0b221fdf9d450019c5e255",
|
|
||||||
"accountId": "5c0b20547c46170019235759"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"jibo": {
|
|
||||||
"color": "WHITE",
|
|
||||||
"birthdate": 1544234645598,
|
|
||||||
"id": "5c0b221fdf9d450019c5e254"
|
|
||||||
},
|
|
||||||
"owner": "5c0b221fdf9d450019c5e255"
|
|
||||||
},
|
|
||||||
"dialog": {
|
|
||||||
"referent": null
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"skill": {
|
|
||||||
"id": null
|
|
||||||
},
|
|
||||||
"general": {
|
|
||||||
"release": "1.9.2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary": null,
|
|
||||||
"expectedReplyTypes": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,773 +0,0 @@
|
|||||||
# cat /var/log/messages
|
|
||||||
2026-04-29T07:54:34.762046-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T07:54:38.763912-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37373 30:23:03:95:2b:b7
|
|
||||||
2026-04-29T07:54:38.764140-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37374 36:23:03:d6:ca:1c
|
|
||||||
2026-04-29T07:54:38.764381-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T07:55:35.776139-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37371 fc:9c:98:59:45:de
|
|
||||||
2026-04-29T07:56:02.784793-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>WPA: Group rekeying completed with 94:83:c4:70:2c:8c [GTK=CCMP]
|
|
||||||
2026-04-29T07:56:38.798336-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T07:56:43.800575-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37375 d6:e2:2f:ea:3e:fb
|
|
||||||
2026-04-29T07:56:43.800911-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37376 36:23:03:3f:51:e5
|
|
||||||
2026-04-29T07:56:43.801267-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37377 30:23:03:3f:51:e6
|
|
||||||
2026-04-29T07:56:43.801574-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37378 fc:9c:98:59:45:de
|
|
||||||
2026-04-29T07:56:43.802174-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37379 b0:39:56:ea:f8:8e
|
|
||||||
2026-04-29T07:56:43.802449-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37380 30:23:03:d6:cf:c1
|
|
||||||
2026-04-29T07:56:43.802687-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37381 7a:c3:2a:77:55:eb
|
|
||||||
2026-04-29T07:56:43.802909-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T07:57:45.816773-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37362 30:23:03:95:2b:b8
|
|
||||||
2026-04-29T07:57:45.817064-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37363 52:06:f5:3e:83:89
|
|
||||||
2026-04-29T07:57:45.817266-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37373 30:23:03:95:2b:b7
|
|
||||||
2026-04-29T07:57:45.817465-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37374 36:23:03:d6:ca:1c
|
|
||||||
2026-04-29T07:58:43.837870-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T07:58:47.840452-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37382 80:69:1a:8b:a2:b7
|
|
||||||
2026-04-29T07:58:47.840797-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37383 86:69:1a:8b:a2:b7
|
|
||||||
2026-04-29T07:58:47.841064-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37384 80:69:1a:8b:a0:e3
|
|
||||||
2026-04-29T07:58:47.841276-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37385 86:69:1a:8b:a0:e3
|
|
||||||
2026-04-29T07:58:47.841543-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37386 36:23:03:95:2b:b7
|
|
||||||
2026-04-29T07:58:47.841863-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37387 30:23:03:d6:ca:1c
|
|
||||||
2026-04-29T07:58:47.842080-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T07:59:45.858724-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37369 80:69:1a:8b:a0:e4
|
|
||||||
2026-04-29T07:59:45.859003-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37370 4a:9e:bd:65:31:8b
|
|
||||||
2026-04-29T07:59:45.859223-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37376 36:23:03:3f:51:e5
|
|
||||||
2026-04-29T07:59:45.859569-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37377 30:23:03:3f:51:e6
|
|
||||||
2026-04-29T07:59:45.859968-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37378 fc:9c:98:59:45:de
|
|
||||||
2026-04-29T07:59:45.860273-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37372 30:23:03:d6:ca:1d
|
|
||||||
2026-04-29T07:59:45.860511-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37380 30:23:03:d6:cf:c1
|
|
||||||
2026-04-29T08:00:00.260000-05:00 Royal-Current-Sage-Canvas crond[157,info]: - USER root pid 22232 cmd /usr/bin/random_logrotate
|
|
||||||
2026-04-29T08:00:00.261303-05:00 Royal-Current-Sage-Canvas crond[157,info]: - USER root pid 22233 cmd /usr/bin/jibo-system-monitor --p --c --m --s --n
|
|
||||||
2026-04-29T08:00:00.263754-05:00 Royal-Current-Sage-Canvas crond[157,info]: - USER root pid 22234 cmd /usr/bin/random_log_asr
|
|
||||||
2026-04-29T08:00:00.873282-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: Filesystem: Mount point 0. /dev/root (mounted on /) is 70% full
|
|
||||||
2026-04-29T08:00:00.876812-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: Filesystem: Mount point 2. tmpfs (mounted on /dev/shm) is 3% full
|
|
||||||
2026-04-29T08:00:00.876933-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: Filesystem: Mount point 3. tmpfs (mounted on /tmp) is 3% full
|
|
||||||
2026-04-29T08:00:00.877044-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: Filesystem: Mount point 4. /dev/mmcblk0p4 (mounted on /usr/local) is 42% full
|
|
||||||
2026-04-29T08:00:00.877552-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: Filesystem: Mount point 5. /dev/mmcblk0p5 (mounted on /var) is 11% full
|
|
||||||
2026-04-29T08:00:00.877615-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: Filesystem: Mount point 6. tmpfs (mounted on /tmp) is 3% full
|
|
||||||
2026-04-29T08:00:00.880372-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: Filesystem: Mount point 7. /dev/mmcblk0p6 (mounted on /opt) is 11% full
|
|
||||||
2026-04-29T08:00:00.880404-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: Filesystem: Mount point 8. tmpfs (mounted on /run) is 0% full
|
|
||||||
2026-04-29T08:00:00.880593-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: Filesystem: Mount point 1. devtmpfs (mounted on /dev) is 0% full
|
|
||||||
2026-04-29T08:00:01.035630-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: CPU: Uptime: 1 week, 4 days, 13 hours,
|
|
||||||
2026-04-29T08:00:01.035677-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: CPU: Number of users logged in: 2 users
|
|
||||||
2026-04-29T08:00:01.035694-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: CPU: Current load average: 7.79, 7.47, 7.87
|
|
||||||
2026-04-29T08:00:01.035798-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: CPU: Current date: Wed Apr 29 2026 08:00:01 GMT-0500 (CDT)
|
|
||||||
2026-04-29T08:00:01.101527-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: Platform process: jibo-service-registry | Mem: 3488 (RSS), Uptime: 11d:13h:38m:47s (999527792)
|
|
||||||
2026-04-29T08:00:01.136370-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: Platform process: jibo-system-manager | Mem: 7880 (RSS), Uptime: 11d:13h:38m:47s (999527826)
|
|
||||||
2026-04-29T08:00:01.193414-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: Platform process: jibo-body-service | Mem: 4652 (RSS), Uptime: 11d:13h:38m:47s (999527881)
|
|
||||||
2026-04-29T08:00:01.233365-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: Platform process: jibo-audio-service | Mem: 11m (RSS), Uptime: 11d:13h:38m:47s (999527924)
|
|
||||||
2026-04-29T08:00:01.268624-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: Platform process: jibo-identity-service | Mem: 118m (RSS), Uptime: 11d:13h:39m:15s (999555313)
|
|
||||||
2026-04-29T08:00:01.308813-05:00 Royal-Current-Sage-Canvas system-monitor[22236,info]: - P.SystemMonitor: Error trying to examine memory usage: Command failed: ps -o pid,rss,args | grep [^]]jibo-nlu-service
|
|
||||||
2026-04-29T08:00:47.882988-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:00:51.885758-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37388 4a:9e:bd:65:31:8b
|
|
||||||
2026-04-29T08:00:51.886264-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37389 fc:9c:98:59:45:de
|
|
||||||
2026-04-29T08:00:51.886613-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37390 30:23:03:d6:ca:1d
|
|
||||||
2026-04-29T08:00:51.886968-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37391 36:23:03:d6:cf:c0
|
|
||||||
2026-04-29T08:00:51.887255-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37392 30:23:03:d6:cf:c1
|
|
||||||
2026-04-29T08:00:51.887452-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37393 30:23:03:3f:51:e6
|
|
||||||
2026-04-29T08:00:51.887703-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37394 68:f0:bc:c3:76:ce
|
|
||||||
2026-04-29T08:00:51.887957-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:01:45.925644-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37382 80:69:1a:8b:a2:b7
|
|
||||||
2026-04-29T08:01:45.925987-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37384 80:69:1a:8b:a0:e3
|
|
||||||
2026-04-29T08:01:45.926172-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37386 36:23:03:95:2b:b7
|
|
||||||
2026-04-29T08:01:45.926325-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37379 b0:39:56:ea:f8:8e
|
|
||||||
2026-04-29T08:02:08.226434-05:00 Royal-Current-Sage-Canvas jibo-log-asr[22310,info]: - Upload audio /var/log/jetstream/hj_logs/2026-04-27T21.00.09.042Z.hj.pcm size 46400 bytes
|
|
||||||
2026-04-29T08:02:51.968159-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:02:55.968958-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37395 36:23:03:3f:51:e5
|
|
||||||
2026-04-29T08:02:55.969225-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37396 30:23:03:95:2b:b7
|
|
||||||
2026-04-29T08:02:55.969409-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37397 b0:39:56:ea:f8:8e
|
|
||||||
2026-04-29T08:02:55.969554-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:03:55.989419-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37388 4a:9e:bd:65:31:8b
|
|
||||||
2026-04-29T08:03:55.989627-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37383 86:69:1a:8b:a2:b7
|
|
||||||
2026-04-29T08:03:55.989737-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37385 86:69:1a:8b:a0:e3
|
|
||||||
2026-04-29T08:03:55.989852-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37387 30:23:03:d6:ca:1c
|
|
||||||
2026-04-29T08:03:55.989966-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37390 30:23:03:d6:ca:1d
|
|
||||||
2026-04-29T08:03:55.990074-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37391 36:23:03:d6:cf:c0
|
|
||||||
2026-04-29T08:03:55.990169-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37394 68:f0:bc:c3:76:ce
|
|
||||||
2026-04-29T08:04:56.014273-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:05:00.020201-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37398 80:69:1a:8b:a2:b7
|
|
||||||
2026-04-29T08:05:00.020420-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37399 86:69:1a:8b:a2:b7
|
|
||||||
2026-04-29T08:05:00.020595-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:05:56.035748-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37395 36:23:03:3f:51:e5
|
|
||||||
2026-04-29T08:05:56.036023-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37396 30:23:03:95:2b:b7
|
|
||||||
2026-04-29T08:06:06.040359-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37393 30:23:03:3f:51:e6
|
|
||||||
2026-04-29T08:06:06.040674-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37397 b0:39:56:ea:f8:8e
|
|
||||||
2026-04-29T08:06:06.040875-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37381 7a:c3:2a:77:55:eb
|
|
||||||
2026-04-29T08:06:06.041084-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37392 30:23:03:d6:cf:c1
|
|
||||||
2026-04-29T08:07:00.059423-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:07:05.060917-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37400 80:69:1a:8b:a0:e4
|
|
||||||
2026-04-29T08:07:05.061145-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37401 30:23:03:95:2b:b8
|
|
||||||
2026-04-29T08:07:05.061335-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37402 4a:9e:bd:65:31:8b
|
|
||||||
2026-04-29T08:07:05.061500-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37403 80:69:1a:8b:a0:e3
|
|
||||||
2026-04-29T08:07:05.061637-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37404 86:69:1a:8b:a0:e3
|
|
||||||
2026-04-29T08:07:05.061804-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37405 30:23:03:d6:ca:1d
|
|
||||||
2026-04-29T08:07:05.061929-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:08:06.081087-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37398 80:69:1a:8b:a2:b7
|
|
||||||
2026-04-29T08:08:06.081417-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37399 86:69:1a:8b:a2:b7
|
|
||||||
2026-04-29T08:09:05.107971-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:09:09.110853-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37406 80:69:1a:8b:a2:b8
|
|
||||||
2026-04-29T08:09:09.111325-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37407 80:69:1a:8b:a2:b7
|
|
||||||
2026-04-29T08:09:09.111711-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37408 36:23:03:3f:51:e5
|
|
||||||
2026-04-29T08:09:09.112049-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37409 b0:39:56:ea:f8:8e
|
|
||||||
2026-04-29T08:09:09.112354-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37410 36:23:03:d6:cf:c0
|
|
||||||
2026-04-29T08:09:09.112685-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37411 68:f0:bc:c6:99:04
|
|
||||||
2026-04-29T08:09:09.112970-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:10:00.285943-05:00 Royal-Current-Sage-Canvas crond[157,info]: - USER root pid 22348 cmd /usr/bin/random_logrotate
|
|
||||||
2026-04-29T08:10:06.160168-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37400 80:69:1a:8b:a0:e4
|
|
||||||
2026-04-29T08:10:06.160483-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37401 30:23:03:95:2b:b8
|
|
||||||
2026-04-29T08:10:06.160615-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37402 4a:9e:bd:65:31:8b
|
|
||||||
2026-04-29T08:10:06.160722-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37375 d6:e2:2f:ea:3e:fb
|
|
||||||
2026-04-29T08:10:06.160850-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37403 80:69:1a:8b:a0:e3
|
|
||||||
2026-04-29T08:10:06.160962-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37404 86:69:1a:8b:a0:e3
|
|
||||||
2026-04-29T08:10:06.161076-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37405 30:23:03:d6:ca:1d
|
|
||||||
2026-04-29T08:11:09.205583-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:11:13.208267-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37412 30:23:03:95:2b:b8
|
|
||||||
2026-04-29T08:11:13.208650-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37413 80:69:1a:8b:a0:e4
|
|
||||||
2026-04-29T08:11:13.209327-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37414 30:23:03:95:2b:b7
|
|
||||||
2026-04-29T08:11:13.209652-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37415 7a:c3:2a:77:55:eb
|
|
||||||
2026-04-29T08:11:13.210001-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37416 fa:8f:ca:76:52:18
|
|
||||||
2026-04-29T08:11:13.210294-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:11:24.774715-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,warning]: - P.SystemManager.SkillManager: SkillManager::refresh Error reading package file for @be: File not found
|
|
||||||
2026-04-29T08:11:32.354705-05:00 Royal-Current-Sage-Canvas jibo-log-client-async[22368,info]: - Upload log /tmp/tmp831gvaaaa size 5725 bytes
|
|
||||||
2026-04-29T08:12:16.234088-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37406 80:69:1a:8b:a2:b8
|
|
||||||
2026-04-29T08:12:16.234339-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37407 80:69:1a:8b:a2:b7
|
|
||||||
2026-04-29T08:12:16.234561-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37408 36:23:03:3f:51:e5
|
|
||||||
2026-04-29T08:12:16.234766-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37389 fc:9c:98:59:45:de
|
|
||||||
2026-04-29T08:12:16.235010-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37409 b0:39:56:ea:f8:8e
|
|
||||||
2026-04-29T08:12:16.235150-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37410 36:23:03:d6:cf:c0
|
|
||||||
2026-04-29T08:12:16.235282-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37411 68:f0:bc:c6:99:04
|
|
||||||
2026-04-29T08:13:13.256497-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:13:17.260453-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37417 80:69:1a:8b:a2:b8
|
|
||||||
2026-04-29T08:13:17.260735-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37418 ae:ae:19:ae:91:70
|
|
||||||
2026-04-29T08:13:17.261015-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37419 36:23:03:d6:ca:1c
|
|
||||||
2026-04-29T08:13:17.261250-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37420 fc:9c:98:59:45:de
|
|
||||||
2026-04-29T08:13:17.261486-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:14:16.280569-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37412 30:23:03:95:2b:b8
|
|
||||||
2026-04-29T08:14:16.281016-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37413 80:69:1a:8b:a0:e4
|
|
||||||
2026-04-29T08:14:16.281340-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37414 30:23:03:95:2b:b7
|
|
||||||
2026-04-29T08:14:16.281580-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37415 7a:c3:2a:77:55:eb
|
|
||||||
2026-04-29T08:14:16.281747-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37416 fa:8f:ca:76:52:18
|
|
||||||
2026-04-29T08:15:17.307585-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:15:22.309254-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37421 80:69:1a:8b:a0:e4
|
|
||||||
2026-04-29T08:15:22.309485-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37422 30:23:03:95:2b:b8
|
|
||||||
2026-04-29T08:15:22.309627-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37423 4a:9e:bd:65:31:8b
|
|
||||||
2026-04-29T08:15:22.309820-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37424 52:06:f5:3e:83:89
|
|
||||||
2026-04-29T08:15:22.310018-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37425 36:23:03:95:2b:b7
|
|
||||||
2026-04-29T08:15:22.310172-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37426 80:69:1a:95:0b:6d
|
|
||||||
2026-04-29T08:15:22.310342-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37427 86:69:1a:95:0b:6d
|
|
||||||
2026-04-29T08:15:22.310527-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37428 30:23:03:d6:ca:1d
|
|
||||||
2026-04-29T08:15:22.310757-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:16:26.335283-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37417 80:69:1a:8b:a2:b8
|
|
||||||
2026-04-29T08:16:26.335629-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37418 ae:ae:19:ae:91:70
|
|
||||||
2026-04-29T08:16:26.335956-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37419 36:23:03:d6:ca:1c
|
|
||||||
2026-04-29T08:16:26.336220-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37420 fc:9c:98:59:45:de
|
|
||||||
2026-04-29T08:17:22.367425-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:17:26.376507-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37429 80:69:1a:8b:a2:b7
|
|
||||||
2026-04-29T08:17:26.377391-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37430 30:23:03:3f:51:e5
|
|
||||||
2026-04-29T08:17:26.377763-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:18:26.419738-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37422 30:23:03:95:2b:b8
|
|
||||||
2026-04-29T08:18:26.420156-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37423 4a:9e:bd:65:31:8b
|
|
||||||
2026-04-29T08:18:26.420357-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37425 36:23:03:95:2b:b7
|
|
||||||
2026-04-29T08:18:26.420477-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37426 80:69:1a:95:0b:6d
|
|
||||||
2026-04-29T08:18:26.420576-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37427 86:69:1a:95:0b:6d
|
|
||||||
2026-04-29T08:18:26.420677-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37428 30:23:03:d6:ca:1d
|
|
||||||
2026-04-29T08:19:26.440274-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:19:30.446423-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37431 ae:ae:19:ae:91:70
|
|
||||||
2026-04-29T08:19:30.446878-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37432 30:23:03:95:2b:b7
|
|
||||||
2026-04-29T08:19:30.447156-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37433 36:23:03:d6:ca:1c
|
|
||||||
2026-04-29T08:19:30.447412-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37434 30:23:03:3f:51:e6
|
|
||||||
2026-04-29T08:19:30.447616-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37435 30:23:03:d6:cf:c1
|
|
||||||
2026-04-29T08:19:30.447799-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:20:00.308373-05:00 Royal-Current-Sage-Canvas crond[157,info]: - USER root pid 22397 cmd /usr/bin/random_logrotate
|
|
||||||
2026-04-29T08:20:00.309059-05:00 Royal-Current-Sage-Canvas crond[157,info]: - USER root pid 22398 cmd /usr/bin/jibo-system-monitor --p --c --m --s --n
|
|
||||||
2026-04-29T08:20:01.215249-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: Filesystem: Mount point 0. /dev/root (mounted on /) is 70% full
|
|
||||||
2026-04-29T08:20:01.215440-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: Filesystem: Mount point 1. devtmpfs (mounted on /dev) is 0% full
|
|
||||||
2026-04-29T08:20:01.217023-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: Filesystem: Mount point 2. tmpfs (mounted on /dev/shm) is 3% full
|
|
||||||
2026-04-29T08:20:01.217163-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: Filesystem: Mount point 3. tmpfs (mounted on /tmp) is 3% full
|
|
||||||
2026-04-29T08:20:01.217253-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: Filesystem: Mount point 4. /dev/mmcblk0p4 (mounted on /usr/local) is 42% full
|
|
||||||
2026-04-29T08:20:01.217339-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: Filesystem: Mount point 5. /dev/mmcblk0p5 (mounted on /var) is 11% full
|
|
||||||
2026-04-29T08:20:01.217423-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: Filesystem: Mount point 6. tmpfs (mounted on /tmp) is 3% full
|
|
||||||
2026-04-29T08:20:01.217506-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: Filesystem: Mount point 7. /dev/mmcblk0p6 (mounted on /opt) is 11% full
|
|
||||||
2026-04-29T08:20:01.217586-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: Filesystem: Mount point 8. tmpfs (mounted on /run) is 0% full
|
|
||||||
2026-04-29T08:20:01.401054-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: CPU: Uptime: 1 week, 4 days, 13 hours,
|
|
||||||
2026-04-29T08:20:01.401082-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: CPU: Number of users logged in: 2 users
|
|
||||||
2026-04-29T08:20:01.401101-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: CPU: Current load average: 11.10, 9.55, 8.72
|
|
||||||
2026-04-29T08:20:01.401117-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: CPU: Current date: Wed Apr 29 2026 08:20:01 GMT-0500 (CDT)
|
|
||||||
2026-04-29T08:20:01.477777-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: Platform process: jibo-service-registry | Mem: 3488 (RSS), Uptime: 11d:13h:58m:48s (1000728165)
|
|
||||||
2026-04-29T08:20:01.518269-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: Platform process: jibo-system-manager | Mem: 7880 (RSS), Uptime: 11d:13h:58m:48s (1000728206)
|
|
||||||
2026-04-29T08:20:01.552406-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: Platform process: jibo-body-service | Mem: 4652 (RSS), Uptime: 11d:13h:58m:48s (1000728241)
|
|
||||||
2026-04-29T08:20:01.693365-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: Platform process: jibo-audio-service | Mem: 11m (RSS), Uptime: 11d:13h:58m:48s (1000728382)
|
|
||||||
2026-04-29T08:20:01.759910-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: Platform process: jibo-identity-service | Mem: 118m (RSS), Uptime: 11d:13h:59m:15s (1000755804)
|
|
||||||
2026-04-29T08:20:01.824140-05:00 Royal-Current-Sage-Canvas system-monitor[22400,info]: - P.SystemMonitor: Error trying to examine memory usage: Command failed: ps -o pid,rss,args | grep [^]]jibo-nlu-service
|
|
||||||
2026-04-29T08:20:26.487614-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37421 80:69:1a:8b:a0:e4
|
|
||||||
2026-04-29T08:20:26.488035-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37424 52:06:f5:3e:83:89
|
|
||||||
2026-04-29T08:20:26.488303-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37429 80:69:1a:8b:a2:b7
|
|
||||||
2026-04-29T08:20:26.488555-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37430 30:23:03:3f:51:e5
|
|
||||||
2026-04-29T08:21:30.505989-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:21:34.507564-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37436 52:06:f5:3e:83:89
|
|
||||||
2026-04-29T08:21:34.508226-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37437 fc:9c:98:59:45:de
|
|
||||||
2026-04-29T08:21:34.508457-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:22:36.527884-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37431 ae:ae:19:ae:91:70
|
|
||||||
2026-04-29T08:22:36.528286-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37432 30:23:03:95:2b:b7
|
|
||||||
2026-04-29T08:22:36.528615-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37433 36:23:03:d6:ca:1c
|
|
||||||
2026-04-29T08:22:36.528941-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37434 30:23:03:3f:51:e6
|
|
||||||
2026-04-29T08:22:36.529163-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37435 30:23:03:d6:cf:c1
|
|
||||||
2026-04-29T08:23:34.546333-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:23:38.552429-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37438 80:69:1a:8b:a0:e4
|
|
||||||
2026-04-29T08:23:38.552815-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37439 80:69:1a:8b:a0:e3
|
|
||||||
2026-04-29T08:23:38.553126-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37440 86:69:1a:8b:a0:e3
|
|
||||||
2026-04-29T08:23:38.553388-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37441 36:23:03:3f:51:e5
|
|
||||||
2026-04-29T08:23:38.553579-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:24:36.569642-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37436 52:06:f5:3e:83:89
|
|
||||||
2026-04-29T08:25:03.933019-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AlsaRouter: recording buffer overrun: 24
|
|
||||||
2026-04-29T08:25:03.933159-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AlsaAudio: service audio underrun: 96 samples
|
|
||||||
2026-04-29T08:25:38.592147-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:25:43.593933-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37442 80:69:1a:8b:a2:b8
|
|
||||||
2026-04-29T08:25:43.594769-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37443 80:69:1a:95:0b:6e
|
|
||||||
2026-04-29T08:25:43.595005-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37444 ae:ae:19:ae:91:70
|
|
||||||
2026-04-29T08:25:43.595226-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37445 80:69:1a:8b:a2:b7
|
|
||||||
2026-04-29T08:25:43.595465-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37446 30:23:03:3f:51:e6
|
|
||||||
2026-04-29T08:25:43.595693-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37447 36:23:03:d6:cf:c0
|
|
||||||
2026-04-29T08:25:43.596031-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37448 30:23:03:d6:cf:c1
|
|
||||||
2026-04-29T08:25:43.596366-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37449 7a:c3:2a:77:55:eb
|
|
||||||
2026-04-29T08:25:43.596617-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37450 fa:8f:ca:76:52:18
|
|
||||||
2026-04-29T08:25:43.596886-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:26:46.632240-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37438 80:69:1a:8b:a0:e4
|
|
||||||
2026-04-29T08:26:46.632702-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37439 80:69:1a:8b:a0:e3
|
|
||||||
2026-04-29T13:27:00.032Z Royal-Current-Sage-Canvas ssm[936,info]: [versions@1 release="1.9.2"] T.SSM.Svc.KB.SyncManager: pausing loop syncing
|
|
||||||
2026-04-29T13:27:00.735Z Royal-Current-Sage-Canvas ssm[936,info]: [versions@1 release="1.9.2"] T.SSM.Svc.KB.SyncManager: resuming loop syncing
|
|
||||||
2026-04-29T13:27:05.157Z Royal-Current-Sage-Canvas ssm[936,info]: [versions@1 release="1.9.2"] T.SSM.Svc.KB.SyncManager: pausing media list syncing
|
|
||||||
2026-04-29T13:27:05.897Z Royal-Current-Sage-Canvas ssm[936,info]: [versions@1 release="1.9.2"] T.SSM.Svc.KB.SyncManager: resuming media list syncing
|
|
||||||
2026-04-29T13:27:24.585Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18117
|
|
||||||
2026-04-29T13:27:24.591Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18117
|
|
||||||
2026-04-29T13:27:24.644Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T08:27:24.936934-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.349578]]
|
|
||||||
2026-04-29T08:27:24.941474-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses
|
|
||||||
2026-04-29T08:27:24.941561-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.349578
|
|
||||||
2026-04-29T08:27:24.941633-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test.
|
|
||||||
2026-04-29T08:27:24.941704-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs.
|
|
||||||
2026-04-29T08:27:24.941783-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.09
|
|
||||||
2026-04-29T08:27:24.941858-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.09 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T08:27:24.941949-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED
|
|
||||||
2026-04-29T13:27:26.578Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Relaxed Face
|
|
||||||
2026-04-29T13:27:27.650Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18117
|
|
||||||
2026-04-29T13:27:27.652Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 18117
|
|
||||||
2026-04-29T08:27:43.671907-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:27:47.673554-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37451 80:69:1a:8b:a0:e3
|
|
||||||
2026-04-29T08:27:47.673963-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37452 d6:e2:2f:ea:3e:fb
|
|
||||||
2026-04-29T08:27:47.675232-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:28:46.691552-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37442 80:69:1a:8b:a2:b8
|
|
||||||
2026-04-29T08:28:46.691803-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37443 80:69:1a:95:0b:6e
|
|
||||||
2026-04-29T08:28:46.692006-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37444 ae:ae:19:ae:91:70
|
|
||||||
2026-04-29T08:28:46.692168-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37437 fc:9c:98:59:45:de
|
|
||||||
2026-04-29T08:28:46.692294-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37446 30:23:03:3f:51:e6
|
|
||||||
2026-04-29T08:28:46.692404-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37447 36:23:03:d6:cf:c0
|
|
||||||
2026-04-29T08:28:46.692507-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37448 30:23:03:d6:cf:c1
|
|
||||||
2026-04-29T08:29:00.662015-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,err]: - P.AlsaAudio: snd_pcm_wait error: Broken pipe
|
|
||||||
2026-04-29T08:29:01.909782-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,warning]: - P.AlsaAudio: Playback: XRUN recover
|
|
||||||
2026-04-29T08:29:47.710526-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:29:51.711211-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37453 30:23:03:95:2b:b8
|
|
||||||
2026-04-29T08:29:51.711411-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37454 4a:9e:bd:65:31:8b
|
|
||||||
2026-04-29T08:29:51.711527-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37455 fc:9c:98:59:45:de
|
|
||||||
2026-04-29T08:29:51.711623-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37456 36:23:03:d6:cf:c0
|
|
||||||
2026-04-29T08:29:51.711718-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37457 30:23:03:d6:ca:1d
|
|
||||||
2026-04-29T08:29:51.711811-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:30:00.311928-05:00 Royal-Current-Sage-Canvas crond[157,info]: - USER root pid 22492 cmd /usr/bin/random_logrotate
|
|
||||||
2026-04-29T08:30:46.725537-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37440 86:69:1a:8b:a0:e3
|
|
||||||
2026-04-29T08:30:56.729477-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37449 7a:c3:2a:77:55:eb
|
|
||||||
2026-04-29T08:30:56.729710-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37450 fa:8f:ca:76:52:18
|
|
||||||
2026-04-29T08:31:51.745216-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:31:56.754507-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37458 68:f0:bc:c3:76:ce
|
|
||||||
2026-04-29T08:31:56.754871-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:32:39.459100-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AlsaRouter: playback buffer underrun: 48
|
|
||||||
2026-04-29T08:32:56.771595-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37453 30:23:03:95:2b:b8
|
|
||||||
2026-04-29T08:32:56.772353-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37454 4a:9e:bd:65:31:8b
|
|
||||||
2026-04-29T08:32:56.772574-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37445 80:69:1a:8b:a2:b7
|
|
||||||
2026-04-29T08:32:56.772747-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37441 36:23:03:3f:51:e5
|
|
||||||
2026-04-29T08:32:56.772903-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37451 80:69:1a:8b:a0:e3
|
|
||||||
2026-04-29T08:32:56.773035-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37456 36:23:03:d6:cf:c0
|
|
||||||
2026-04-29T08:32:56.773146-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37452 d6:e2:2f:ea:3e:fb
|
|
||||||
2026-04-29T08:32:56.773253-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37457 30:23:03:d6:ca:1d
|
|
||||||
2026-04-29T13:33:49.513Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18153
|
|
||||||
2026-04-29T13:33:49.531Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Relaxed Face
|
|
||||||
2026-04-29T13:33:49.925Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18153
|
|
||||||
2026-04-29T13:33:49.934Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T08:33:50.039914-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.304438]]
|
|
||||||
2026-04-29T08:33:50.057942-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses
|
|
||||||
2026-04-29T08:33:50.058017-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.304438
|
|
||||||
2026-04-29T08:33:50.058078-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test.
|
|
||||||
2026-04-29T08:33:50.058129-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs.
|
|
||||||
2026-04-29T08:33:50.058186-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.09
|
|
||||||
2026-04-29T08:33:50.058228-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.09 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T08:33:50.058271-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED
|
|
||||||
2026-04-29T13:33:53.281Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18153
|
|
||||||
2026-04-29T13:33:53.284Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 18153
|
|
||||||
2026-04-29T08:33:56.791754-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:34:00.798040-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37459 80:69:1a:8b:a2:b8
|
|
||||||
2026-04-29T08:34:00.798463-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37460 80:69:1a:95:0b:6e
|
|
||||||
2026-04-29T08:34:00.798807-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37461 30:23:03:3f:51:e6
|
|
||||||
2026-04-29T08:34:00.799161-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37462 80:69:1a:95:0b:6d
|
|
||||||
2026-04-29T08:34:00.799440-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37463 86:69:1a:95:0b:6d
|
|
||||||
2026-04-29T08:34:00.799808-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37464 30:23:03:3f:51:e5
|
|
||||||
2026-04-29T08:34:00.800208-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37465 30:23:03:d6:cf:c1
|
|
||||||
2026-04-29T08:34:00.800525-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T08:34:56.832246-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37458 68:f0:bc:c3:76:ce
|
|
||||||
2026-04-29T08:34:58.266471-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.341155]]
|
|
||||||
2026-04-29T08:34:58.270972-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses
|
|
||||||
2026-04-29T08:34:58.271080-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.341155
|
|
||||||
2026-04-29T08:34:58.271150-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test.
|
|
||||||
2026-04-29T08:34:58.271202-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs.
|
|
||||||
2026-04-29T08:34:58.271252-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.09
|
|
||||||
2026-04-29T08:34:58.271294-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.09 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T08:34:58.271329-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED
|
|
||||||
2026-04-29T08:34:59.935571-05:00 Royal-Current-Sage-Canvas jibo-server-service[12168,warning]: - P.Application.ServerPort: ServerPort[2]::onReadable Disconnecting because of socket exception: Connection reset by peer
|
|
||||||
2026-04-29T08:34:59.936378-05:00 Royal-Current-Sage-Canvas jibo-server-service[12168,alert]: - P.ServiceApp: Terminate with Poco exception: I/O error: Broken pipe: 32
|
|
||||||
2026-04-29T08:34:59.937072-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.ServiceManager.Service: server: terminate called after throwing an instance of 'Poco::IOException'
|
|
||||||
2026-04-29T13:34:59.941Z Royal-Current-Sage-Canvas scs[890,warning]: [versions@1 release="1.9.2"] T.SF.Client.WSClient: socket ws://127.0.0.1:8888/server/notifications closed 1006
|
|
||||||
2026-04-29T13:34:59.944Z Royal-Current-Sage-Canvas scs[890,warning]: [versions@1 release="1.9.2"] T.SF.Client.WSClient: socket ws://127.0.0.1:8888/server/notifications/status closed 1006
|
|
||||||
2026-04-29T13:34:59.963Z Royal-Current-Sage-Canvas be[1016,warning]: [versions@1 release="1.9.2"] T.SF.Client.WSClient: socket ws://127.0.0.1:8888/server/notifications closed 1006
|
|
||||||
2026-04-29T13:34:59.987Z Royal-Current-Sage-Canvas be[1016,warning]: [versions@1 release="1.9.2"] T.SF.Client.WSClient: socket ws://127.0.0.1:8888/server/notifications/status closed 1006
|
|
||||||
2026-04-29T13:34:59.954Z Royal-Current-Sage-Canvas ssm[936,warning]: [versions@1 release="1.9.2"] T.SF.Client.WSClient: socket ws://127.0.0.1:8888/server/notifications closed 1006
|
|
||||||
2026-04-29T13:35:00.039Z Royal-Current-Sage-Canvas ssm[936,warning]: [versions@1 release="1.9.2"] T.SF.Client.WSClient: socket ws://127.0.0.1:8888/server/notifications/status closed 1006
|
|
||||||
2026-04-29T13:34:59.974Z Royal-Current-Sage-Canvas mms[855,warning]: [versions@1 release="1.9.2"] T.SF.Client.WSClient: socket ws://127.0.0.1:8888/server/notifications/status closed 1006
|
|
||||||
2026-04-29T13:35:00.151Z Royal-Current-Sage-Canvas mms[855,warning]: [versions@1 release="1.9.2"] T.SF.Client.WSClient: socket ws://127.0.0.1:8888/server/notifications closed 1006
|
|
||||||
2026-04-29T13:34:59.978Z Royal-Current-Sage-Canvas STS[919,warning]: [versions@1 release="1.9.2"] P.SF.Client.WSClient: socket closed 1006
|
|
||||||
2026-04-29T13:35:00.185Z Royal-Current-Sage-Canvas STS[919,warning]: [versions@1 release="1.9.2"] P.SF.Client.WSClient: socket closed 1006
|
|
||||||
2026-04-29T08:35:00.341025-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.Service.Monitor: Service server exited with code 0
|
|
||||||
2026-04-29T13:35:00.947Z Royal-Current-Sage-Canvas scs[890,warning]: [1@1 frames="[{\"method\":\"Object.exports._errnoException\",\"filename\":\"util.js\",\"line\":1022,\"column\":11},{\"method\":\"exports._exceptionWithHostPort\",\"filename\":\"util.js\",\"line\":1045,\"column\":20},{\"method\":\"TCPConnectWrap.afterConnect [as oncomplete\]\",\"filename\":\"net.js\",\"line\":1087,\"column\":14}\]" message="connect ECONNREFUSED 127.0.0.1:8888" code="ECONNREFUSED" errno="ECONNREFUSED" syscall="connect" address="127.0.0.1" port="8888"][versions@1 release="1.9.2"] T.SF.Client.WSClient: socket error connect ECONNREFUSED 127.0.0.1:8888
|
|
||||||
2026-04-29T13:35:00.971Z Royal-Current-Sage-Canvas scs[890,warning]: [1@1 frames="[{\"method\":\"Object.exports._errnoException\",\"filename\":\"util.js\",\"line\":1022,\"column\":11},{\"method\":\"exports._exceptionWithHostPort\",\"filename\":\"util.js\",\"line\":1045,\"column\":20},{\"method\":\"TCPConnectWrap.afterConnect [as oncomplete\]\",\"filename\":\"net.js\",\"line\":1087,\"column\":14}\]" message="connect ECONNREFUSED 127.0.0.1:8888" code="ECONNREFUSED" errno="ECONNREFUSED" syscall="connect" address="127.0.0.1" port="8888"][versions@1 release="1.9.2"] T.SF.Client.WSClient: socket error connect ECONNREFUSED 127.0.0.1:8888
|
|
||||||
2026-04-29T13:35:01.066Z Royal-Current-Sage-Canvas be[1016,warning]: [1@1 frames="[{\"method\":\"Object.exports._errnoException\",\"filename\":\"util.js\",\"line\":1026,\"column\":11},{\"method\":\"exports._exceptionWithHostPort\",\"filename\":\"util.js\",\"line\":1049,\"column\":20},{\"method\":\"TCPConnectWrap.afterConnect [as oncomplete\]\",\"filename\":\"net.js\",\"line\":1081,\"column\":14}\]" message="connect ECONNREFUSED 127.0.0.1:8888" code="ECONNREFUSED" errno="ECONNREFUSED" syscall="connect" address="127.0.0.1" port="8888"][versions@1 release="1.9.2"] T.SF.Client.WSClient: socket error connect ECONNREFUSED 127.0.0.1:8888
|
|
||||||
2026-04-29T08:35:01.090645-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.Service.Monitor: Service server launched with PID 22515
|
|
||||||
2026-04-29T13:35:01.081Z Royal-Current-Sage-Canvas be[1016,warning]: [1@1 frames="[{\"method\":\"Object.exports._errnoException\",\"filename\":\"util.js\",\"line\":1026,\"column\":11},{\"method\":\"exports._exceptionWithHostPort\",\"filename\":\"util.js\",\"line\":1049,\"column\":20},{\"method\":\"TCPConnectWrap.afterConnect [as oncomplete\]\",\"filename\":\"net.js\",\"line\":1081,\"column\":14}\]" message="connect ECONNREFUSED 127.0.0.1:8888" code="ECONNREFUSED" errno="ECONNREFUSED" syscall="connect" address="127.0.0.1" port="8888"][versions@1 release="1.9.2"] T.SF.Client.WSClient: socket error connect ECONNREFUSED 127.0.0.1:8888
|
|
||||||
2026-04-29T13:35:01.117Z Royal-Current-Sage-Canvas ssm[936,warning]: [1@1 frames="[{\"method\":\"Object.exports._errnoException\",\"filename\":\"util.js\",\"line\":1022,\"column\":11},{\"method\":\"exports._exceptionWithHostPort\",\"filename\":\"util.js\",\"line\":1045,\"column\":20},{\"method\":\"TCPConnectWrap.afterConnect [as oncomplete\]\",\"filename\":\"net.js\",\"line\":1087,\"column\":14}\]" message="connect ECONNREFUSED 127.0.0.1:8888" code="ECONNREFUSED" errno="ECONNREFUSED" syscall="connect" address="127.0.0.1" port="8888"][versions@1 release="1.9.2"] T.SF.Client.WSClient: socket error connect ECONNREFUSED 127.0.0.1:8888
|
|
||||||
2026-04-29T13:35:01.206Z Royal-Current-Sage-Canvas mms[855,warning]: [1@1 frames="[{\"method\":\"Object.exports._errnoException\",\"filename\":\"util.js\",\"line\":1022,\"column\":11},{\"method\":\"exports._exceptionWithHostPort\",\"filename\":\"util.js\",\"line\":1045,\"column\":20},{\"method\":\"TCPConnectWrap.afterConnect [as oncomplete\]\",\"filename\":\"net.js\",\"line\":1087,\"column\":14}\]" message="connect ECONNREFUSED 127.0.0.1:8888" code="ECONNREFUSED" errno="ECONNREFUSED" syscall="connect" address="127.0.0.1" port="8888"][versions@1 release="1.9.2"] T.SF.Client.WSClient: socket error connect ECONNREFUSED 127.0.0.1:8888
|
|
||||||
2026-04-29T13:35:01.221Z Royal-Current-Sage-Canvas mms[855,warning]: [1@1 frames="[{\"method\":\"Object.exports._errnoException\",\"filename\":\"util.js\",\"line\":1022,\"column\":11},{\"method\":\"exports._exceptionWithHostPort\",\"filename\":\"util.js\",\"line\":1045,\"column\":20},{\"method\":\"TCPConnectWrap.afterConnect [as oncomplete\]\",\"filename\":\"net.js\",\"line\":1087,\"column\":14}\]" message="connect ECONNREFUSED 127.0.0.1:8888" code="ECONNREFUSED" errno="ECONNREFUSED" syscall="connect" address="127.0.0.1" port="8888"][versions@1 release="1.9.2"] T.SF.Client.WSClient: socket error connect ECONNREFUSED 127.0.0.1:8888
|
|
||||||
2026-04-29T13:35:01.157Z Royal-Current-Sage-Canvas ssm[936,warning]: [1@1 frames="[{\"method\":\"Object.exports._errnoException\",\"filename\":\"util.js\",\"line\":1022,\"column\":11},{\"method\":\"exports._exceptionWithHostPort\",\"filename\":\"util.js\",\"line\":1045,\"column\":20},{\"method\":\"TCPConnectWrap.afterConnect [as oncomplete\]\",\"filename\":\"net.js\",\"line\":1087,\"column\":14}\]" message="connect ECONNREFUSED 127.0.0.1:8888" code="ECONNREFUSED" errno="ECONNREFUSED" syscall="connect" address="127.0.0.1" port="8888"][versions@1 release="1.9.2"] T.SF.Client.WSClient: socket error connect ECONNREFUSED 127.0.0.1:8888
|
|
||||||
2026-04-29T13:35:01.228Z Royal-Current-Sage-Canvas STS[919,warning]: [1@1 frames="[{\"method\":\"Object.exports._errnoException\",\"filename\":\"util.js\",\"line\":1022,\"column\":11},{\"method\":\"exports._exceptionWithHostPort\",\"filename\":\"util.js\",\"line\":1045,\"column\":20},{\"method\":\"TCPConnectWrap.afterConnect [as oncomplete\]\",\"filename\":\"net.js\",\"line\":1087,\"column\":14}\]" message="connect ECONNREFUSED 127.0.0.1:8888" code="ECONNREFUSED" errno="ECONNREFUSED" syscall="connect" address="127.0.0.1" port="8888"][versions@1 release="1.9.2"] P.SF.Client.WSClient: socket error connect ECONNREFUSED 127.0.0.1:8888
|
|
||||||
2026-04-29T13:35:01.250Z Royal-Current-Sage-Canvas STS[919,warning]: [1@1 frames="[{\"method\":\"Object.exports._errnoException\",\"filename\":\"util.js\",\"line\":1022,\"column\":11},{\"method\":\"exports._exceptionWithHostPort\",\"filename\":\"util.js\",\"line\":1045,\"column\":20},{\"method\":\"TCPConnectWrap.afterConnect [as oncomplete\]\",\"filename\":\"net.js\",\"line\":1087,\"column\":14}\]" message="connect ECONNREFUSED 127.0.0.1:8888" code="ECONNREFUSED" errno="ECONNREFUSED" syscall="connect" address="127.0.0.1" port="8888"][versions@1 release="1.9.2"] P.SF.Client.WSClient: socket error connect ECONNREFUSED 127.0.0.1:8888
|
|
||||||
2026-04-29T08:35:01.371595-05:00 Royal-Current-Sage-Canvas jibo-server-service[22515,warning]: - P.ServiceRegistryClient: ServiceRegistryClient::registerService error: Bad Request
|
|
||||||
2026-04-29T13:35:01.461Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18196
|
|
||||||
2026-04-29T13:35:01.470Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Relaxed Face
|
|
||||||
2026-04-29T08:35:01.641612-05:00 Royal-Current-Sage-Canvas jibo-server-service[22515,err]: - P.NotificationSubsystem: NotificationSubsystem::connect Failed to connect to the server: Could not request robot token: Connection refused
|
|
||||||
2026-04-29T08:35:01.643322-05:00 Royal-Current-Sage-Canvas jibo-server-service[22515,info]: - P.ServiceApp: Chronometer timestamp: 1001684 s, 587919 us
|
|
||||||
2026-04-29T13:35:01.662Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18196
|
|
||||||
2026-04-29T13:35:01.664Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T13:35:01.766Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18196
|
|
||||||
2026-04-29T13:35:01.767Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 18196
|
|
||||||
2026-04-29T13:35:03.863Z Royal-Current-Sage-Canvas ssm[936,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Error.Logger: Added L2-Cannot_connect_to_server
|
|
||||||
2026-04-29T08:35:04.649432-05:00 Royal-Current-Sage-Canvas jibo-server-service[22515,err]: - P.NotificationSubsystem: NotificationSubsystem::connect Failed to connect to the server: Could not request robot token: Connection refused
|
|
||||||
2026-04-29T13:35:04.652Z Royal-Current-Sage-Canvas ssm[936,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Error.Logger: Added Q4-Server_connection_lost
|
|
||||||
2026-04-29T13:35:04.674Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:35:04.729Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from RELAXED to IDLE
|
|
||||||
2026-04-29T13:35:04.686Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/settings { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:35:04.689Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T13:35:04.821Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED
|
|
||||||
2026-04-29T13:35:04.858Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to OFF
|
|
||||||
2026-04-29T13:35:04.695Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/settings
|
|
||||||
2026-04-29T13:35:04.696Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle
|
|
||||||
2026-04-29T13:35:04.697Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle
|
|
||||||
2026-04-29T13:35:04.907Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/set_hj_mode
|
|
||||||
2026-04-29T13:35:04.907Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: hjw_JM_SET_HJ_MODE
|
|
||||||
2026-04-29T13:35:04.907Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_SET_HJ_MODE in 0 ms.
|
|
||||||
2026-04-29T13:35:04.702Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping
|
|
||||||
2026-04-29T13:35:04.716Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false
|
|
||||||
2026-04-29T13:35:04.723Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue.
|
|
||||||
2026-04-29T13:35:04.736Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle
|
|
||||||
2026-04-29T13:35:04.741Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T13:35:04.753Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle
|
|
||||||
2026-04-29T13:35:04.755Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/settings { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:35:04.777Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/settings
|
|
||||||
2026-04-29T13:35:04.783Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/settings''
|
|
||||||
2026-04-29T13:35:04.790Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/settings''
|
|
||||||
2026-04-29T13:35:04.801Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T13:35:04.804Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/settings
|
|
||||||
2026-04-29T13:35:04.808Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/settings { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:35:04.815Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/settings { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:35:04.824Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/settings
|
|
||||||
2026-04-29T13:35:04.826Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/settings
|
|
||||||
2026-04-29T13:35:04.828Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T13:35:04.834Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Settings.error: SubSkill Launched
|
|
||||||
2026-04-29T13:35:04.859Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T13:35:04.861Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/settings { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T08:35:19.666324-05:00 Royal-Current-Sage-Canvas jibo-server-service[22515,err]: - P.NotificationSubsystem: NotificationSubsystem::connect Failed to connect to the server: Could not request robot token: Connection refused
|
|
||||||
2026-04-29T08:35:35.407731-05:00 Royal-Current-Sage-Canvas jibo-server-service[22515,info]: - P.NotificationSubsystem: NotificationSubsystem::connect Connecting to api-socket.jibo.com:443/token-Royal-Current-Sage-Canvas-1777469735358
|
|
||||||
2026-04-29T08:35:35.568453-05:00 Royal-Current-Sage-Canvas jibo-server-service[22515,info]: - P.NotificationSubsystem: NotificationSubsystem::connect established connection to server
|
|
||||||
2026-04-29T13:35:35.747Z Royal-Current-Sage-Canvas ssm[936,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Error.Logger: Removed Q4-Server_connection_lost
|
|
||||||
2026-04-29T13:35:35.776Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Settings.error: error resolved: Q4-Server_connection_lost
|
|
||||||
2026-04-29T13:35:35.782Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Settings.error: no more errors!
|
|
||||||
2026-04-29T13:35:35.798Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Be: REDIRECT: skill redirect: @be/idle {}
|
|
||||||
2026-04-29T13:35:35.824Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from OFF to ENGAGED
|
|
||||||
2026-04-29T08:35:35.835799-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: { "tts": { "stop_request" : "Calling TTS stop" } }
|
|
||||||
2026-04-29T13:35:35.803Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:35:35.806Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T13:35:35.813Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/settings @be/idle
|
|
||||||
2026-04-29T13:35:35.872Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/set_hj_mode
|
|
||||||
2026-04-29T13:35:35.873Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: hjw_JM_SET_HJ_MODE
|
|
||||||
2026-04-29T13:35:35.873Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_SET_HJ_MODE in 0 ms.
|
|
||||||
2026-04-29T13:35:35.814Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/settings
|
|
||||||
2026-04-29T13:35:35.816Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/settings
|
|
||||||
2026-04-29T13:35:35.818Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Settings.error: SubSkill killed before its time
|
|
||||||
2026-04-29T13:35:36.399Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/settings
|
|
||||||
2026-04-29T13:35:36.449Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE
|
|
||||||
2026-04-29T13:35:36.401Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T13:35:36.404Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/settings
|
|
||||||
2026-04-29T13:35:36.405Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:35:36.426Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle
|
|
||||||
2026-04-29T13:35:36.428Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle''
|
|
||||||
2026-04-29T13:35:36.432Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle''
|
|
||||||
2026-04-29T13:35:36.437Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T13:35:36.438Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle
|
|
||||||
2026-04-29T13:35:36.438Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:35:36.441Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/settings @be/idle { asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:35:36.447Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle
|
|
||||||
2026-04-29T13:35:36.449Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle
|
|
||||||
2026-04-29T13:35:36.451Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T13:35:36.454Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP
|
|
||||||
2026-04-29T13:35:36.455Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true
|
|
||||||
2026-04-29T13:35:36.458Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting
|
|
||||||
2026-04-29T13:35:36.471Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from RELAXED to SELECT_INTENT.
|
|
||||||
2026-04-29T13:35:36.473Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT
|
|
||||||
2026-04-29T13:35:36.483Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:35:36.983Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT.
|
|
||||||
2026-04-29T13:35:36.988Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT
|
|
||||||
2026-04-29T13:35:37.057Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT
|
|
||||||
2026-04-29T13:35:37.204Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4.
|
|
||||||
2026-04-29T13:35:44.241Z Royal-Current-Sage-Canvas ssm[936,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Error.Logger: Removed L2-Cannot_connect_to_server
|
|
||||||
2026-04-29T08:36:00.865246-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T08:36:04.867410-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37466 80:69:1a:8b:a0:e4
|
|
||||||
2026-04-29T08:36:04.867910-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37467 30:23:03:95:2b:b8
|
|
||||||
2026-04-29T08:36:04.868556-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37468 4a:9e:bd:65:31:8b
|
|
||||||
2026-04-29T08:36:04.868990-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37469 52:06:f5:3e:83:89
|
|
||||||
2026-04-29T08:36:04.869272-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37470 30:23:03:d6:ca:1c
|
|
||||||
2026-04-29T08:36:04.869498-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T13:36:41.246Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 23 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"920241984 920242176 hey 0.00 920242176 920242496 jibo 0.00 "}
|
|
||||||
2026-04-29T13:36:41.246Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 0 dB
|
|
||||||
2026-04-29T13:36:41.246Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: hjw_JM_RECOG_HJ_EVENT
|
|
||||||
2026-04-29T13:36:41.247Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 920241984
|
|
||||||
2026-04-29T13:36:41.247Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Entering PH-W state
|
|
||||||
2026-04-29T13:36:41.248Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 2 ms.
|
|
||||||
2026-04-29T08:36:41.250568-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[1001784,196628],"type":"hotphrase","id":430,"location":{"ts":[1001783,996568],"possibilities":[{"channels":[12,13],"position":{"x":0.5947252511978149,"y":0.8480003476142883,"z":0.16579335927963258},"confidence":0.13256046175956727}]},"utterances":[]}
|
|
||||||
2026-04-29T13:36:41.264Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 1.31344 accepted: 1
|
|
||||||
2026-04-29T13:36:41.270Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT
|
|
||||||
2026-04-29T13:36:41.271Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 1 ms.
|
|
||||||
2026-04-29T08:36:41.272604-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[1001784,218416],"type":"jet_speaker_id","id":430,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":1.3134377002716065,"accepted":true,"high_confidence":true}],"snr":29.636207580566408}}
|
|
||||||
2026-04-29T13:36:41.258Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard
|
|
||||||
2026-04-29T13:36:41.360Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: true | score: 1.3134377002716064
|
|
||||||
2026-04-29T13:36:41.364Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idAcquired from source: VOICE
|
|
||||||
2026-04-29T13:36:41.368Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: ID_ACQUIRED
|
|
||||||
2026-04-29T13:36:41.371Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted.
|
|
||||||
2026-04-29T13:36:41.386Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo'
|
|
||||||
2026-04-29T13:36:41.407Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo'
|
|
||||||
2026-04-29T13:36:41.531Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND
|
|
||||||
2026-04-29T13:36:41.556Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: 0.5947252511978149,\n y: 0.8480003476142883,\n z: 0.16579335927963257 } null
|
|
||||||
2026-04-29T13:36:41.580Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request
|
|
||||||
2026-04-29T13:36:41.608Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired!
|
|
||||||
2026-04-29T13:36:41.610Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look
|
|
||||||
2026-04-29T13:36:42.077Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened.
|
|
||||||
2026-04-29T13:36:42.077Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT
|
|
||||||
2026-04-29T13:36:42.078Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.000000" requestID="GLOBAL" transID="tid-74873c84-43d0-11f1-9540-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry
|
|
||||||
2026-04-29T13:36:42.083Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS
|
|
||||||
2026-04-29T13:36:42.155Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED
|
|
||||||
2026-04-29T13:36:42.370Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 293 ms.
|
|
||||||
2026-04-29T13:36:42.385Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted
|
|
||||||
2026-04-29T13:36:45.319Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Demand Face Detect found 1 faces
|
|
||||||
2026-04-29T13:36:45.309Z Royal-Current-Sage-Canvas be[1016,warning]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: Wait for signals timed out.
|
|
||||||
2026-04-29T13:36:45.361Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE
|
|
||||||
2026-04-29T13:36:45.318Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Expression.Base.ResolveHandle: Someone tried to cancel ResolveHandle after it was resolved!
|
|
||||||
2026-04-29T13:36:45.349Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: Infinity
|
|
||||||
2026-04-29T13:36:45.357Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: false
|
|
||||||
2026-04-29T13:36:45.390Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T08:36:45.530489-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses
|
|
||||||
2026-04-29T08:36:45.533955-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:29.6362 Id: 5c0b221fdf9d450019c5e255 Conf: 1.31344
|
|
||||||
2026-04-29T08:36:45.534067-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test.
|
|
||||||
2026-04-29T08:36:45.534121-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs.
|
|
||||||
2026-04-29T08:36:45.534209-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.09
|
|
||||||
2026-04-29T08:36:45.534262-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.09 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T08:36:45.534293-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED
|
|
||||||
2026-04-29T13:36:45.554Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18233
|
|
||||||
2026-04-29T13:36:45.661Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18233
|
|
||||||
2026-04-29T13:36:45.663Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T13:36:46.075Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face
|
|
||||||
2026-04-29T13:36:46.828Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN
|
|
||||||
2026-04-29T13:36:46.828Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 0 ms.
|
|
||||||
2026-04-29T13:36:46.828Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS
|
|
||||||
2026-04-29T13:36:46.829Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms.
|
|
||||||
2026-04-29T13:36:46.839Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-74873c84-43d0-11f1-9540-5cf821ea55ae',\n data: \n ListenResult {\n asr: \n { confidence: 0.95,\n final: true,\n text: 'What\'s your cloud version?' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'cloud_version',\n rule: 'launch',\n score: 0.95 } } }
|
|
||||||
2026-04-29T13:36:46.893Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO
|
|
||||||
2026-04-29T13:36:46.893Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 0 ms.
|
|
||||||
2026-04-29T13:36:46.860Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: \n { confidence: 0.95,\n final: true,\n text: 'What\'s your cloud version?' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'cloud_version',\n rule: 'launch',\n score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-74873c84-43d0-11f1-9540-5cf821ea55ae' }
|
|
||||||
2026-04-29T13:36:46.872Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received
|
|
||||||
2026-04-29T13:36:46.899Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T13:36:46.903Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T13:36:47.007Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED
|
|
||||||
2026-04-29T13:36:46.905Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T13:36:46.924Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus
|
|
||||||
2026-04-29T13:36:46.926Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle
|
|
||||||
2026-04-29T13:36:46.927Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle
|
|
||||||
2026-04-29T13:36:46.928Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping
|
|
||||||
2026-04-29T08:36:47.217274-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX
|
|
||||||
2026-04-29T08:36:47.217743-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 37002939-83d3-4273-ade8-2fd66fa1a3dd
|
|
||||||
2026-04-29T08:36:47.218419-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 37002939-83d3-4273-ade8-2fd66fa1a3dd
|
|
||||||
2026-04-29T13:36:46.933Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false
|
|
||||||
2026-04-29T08:36:47.278723-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags
|
|
||||||
2026-04-29T08:36:47.279204-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 657591d4-4743-4219-94be-62c0c7746760
|
|
||||||
2026-04-29T08:36:47.280462-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 657591d4-4743-4219-94be-62c0c7746760
|
|
||||||
2026-04-29T13:36:46.935Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue.
|
|
||||||
2026-04-29T13:36:46.944Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle
|
|
||||||
2026-04-29T08:36:47.409503-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times
|
|
||||||
2026-04-29T08:36:47.410586-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"<speak><STYLE set=\"NEUTRAL\"> <SPEAK> open Jibo Cloud version 1 dot 0 dot 18 . </SPEAK> </STYLE></speak>","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}}
|
|
||||||
2026-04-29T13:36:46.947Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T13:36:46.954Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle
|
|
||||||
2026-04-29T13:36:46.956Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T13:36:46.979Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus
|
|
||||||
2026-04-29T13:36:46.986Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus''
|
|
||||||
2026-04-29T13:36:46.990Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus''
|
|
||||||
2026-04-29T13:36:46.992Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T13:36:46.994Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus
|
|
||||||
2026-04-29T13:36:46.995Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T13:36:46.999Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T13:36:47.007Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus
|
|
||||||
2026-04-29T13:36:47.009Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus
|
|
||||||
2026-04-29T13:36:47.012Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening
|
|
||||||
2026-04-29T13:36:47.028Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response...
|
|
||||||
2026-04-29T13:36:47.029Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T13:36:47.032Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response.
|
|
||||||
2026-04-29T13:36:47.034Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response...
|
|
||||||
2026-04-29T13:36:47.041Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill.
|
|
||||||
2026-04-29T13:36:47.045Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response.
|
|
||||||
2026-04-29T13:36:47.054Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT
|
|
||||||
2026-04-29T13:36:47.136Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T13:36:47.168Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received
|
|
||||||
2026-04-29T13:36:47.178Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request
|
|
||||||
2026-04-29T13:36:47.181Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 1da58c23-cd62-4651-8592-64d54c293b3f
|
|
||||||
2026-04-29T08:36:47.600267-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - e423ce43-4f6d-4b71-bec8-97acb69e1fa3
|
|
||||||
2026-04-29T13:36:47.704Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode
|
|
||||||
2026-04-29T13:36:47.752Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Primary Face
|
|
||||||
2026-04-29T13:36:47.800Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING
|
|
||||||
2026-04-29T13:36:47.812Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish
|
|
||||||
2026-04-29T13:36:47.814Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 1da58c23-cd62-4651-8592-64d54c293b3f
|
|
||||||
2026-04-29T08:36:47.839202-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 6ff2afa2-7987-4c2f-ac6e-261333a25f75
|
|
||||||
2026-04-29T08:36:47.839351-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"<speak><STYLE set=\"NEUTRAL\"> <SPEAK> open Jibo Cloud version 1 dot 0 dot 18 . </SPEAK> </STYLE></speak>","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}}
|
|
||||||
2026-04-29T08:36:47.839709-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 6ff2afa2-7987-4c2f-ac6e-261333a25f75
|
|
||||||
2026-04-29T08:36:47.839768-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached
|
|
||||||
2026-04-29T13:36:48.592Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!!
|
|
||||||
2026-04-29T13:36:48.995Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 94 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"920249728 920249920 hey 0.00 920249920 920250240 jibo 0.00 "}
|
|
||||||
2026-04-29T13:36:48.995Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 15.9486 dB
|
|
||||||
2026-04-29T13:36:48.996Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT
|
|
||||||
2026-04-29T13:36:48.997Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 1 ms.
|
|
||||||
2026-04-29T08:36:48.998594-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[1001791,944667],"type":"hotphrase","id":431,"location":{"ts":[1001791,745475],"possibilities":[{"channels":[5],"position":{"x":-0.19513224065303803,"y":-0.9250275492668152,"z":0.19142991304397584},"confidence":0.0943278819322586},{"channels":[1],"position":{"x":0.9649994969367981,"y":0.3201553225517273,"z":0.18763384222984315},"confidence":0.025261690840125085}]},"utterances":[]}
|
|
||||||
2026-04-29T13:36:49.015Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 920249728
|
|
||||||
2026-04-29T13:36:49.005Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-74873c84-43d0-11f1-9540-5cf821ea55ae' }
|
|
||||||
2026-04-29T13:36:49.007Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard
|
|
||||||
2026-04-29T13:36:49.018Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received
|
|
||||||
2026-04-29T13:36:49.025Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing stop request on active session: 1da58c23-cd62-4651-8592-64d54c293b3f
|
|
||||||
2026-04-29T08:36:49.084675-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: { "tts": { "stop_request" : "Calling TTS stop" } }
|
|
||||||
2026-04-29T08:36:49.084716-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Stop called
|
|
||||||
2026-04-29T13:36:49.029Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Stopped
|
|
||||||
2026-04-29T13:36:49.048Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received
|
|
||||||
2026-04-29T08:36:49.163604-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 6ff2afa2-7987-4c2f-ac6e-261333a25f75
|
|
||||||
2026-04-29T13:36:49.219Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18233
|
|
||||||
2026-04-29T13:36:49.221Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 18233
|
|
||||||
2026-04-29T13:36:49.390Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Speaking Primary Face
|
|
||||||
2026-04-29T13:36:49.401Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 1da58c23-cd62-4651-8592-64d54c293b3f
|
|
||||||
2026-04-29T13:36:49.405Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED
|
|
||||||
2026-04-29T13:36:49.422Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 1da58c23-cd62-4651-8592-64d54c293b3f
|
|
||||||
2026-04-29T13:36:49.424Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request
|
|
||||||
2026-04-29T13:36:49.983Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms.
|
|
||||||
2026-04-29T13:36:49.983Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened.
|
|
||||||
2026-04-29T13:36:49.983Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT
|
|
||||||
2026-04-29T13:36:49.983Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="6.272381" requestID="GLOBAL" transID="tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry
|
|
||||||
2026-04-29T13:36:49.984Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 1 ms.
|
|
||||||
2026-04-29T13:36:49.984Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS
|
|
||||||
2026-04-29T13:36:49.989Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted
|
|
||||||
2026-04-29T13:36:50.042Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecogSpeakerID: Speaker ID: isAuthDone=true but AuthResult=false
|
|
||||||
2026-04-29T13:36:50.044Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT
|
|
||||||
2026-04-29T08:36:50.045254-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[1001792,991349],"type":"jet_speaker_id","id":431,"data":{"speakers":[],"snr":0.0}}
|
|
||||||
2026-04-29T08:36:50.046167-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,warning]: - P.Engine.AudioDetectionAction: SpeakerID with no IDs?
|
|
||||||
2026-04-29T13:36:50.047Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: Empty speaker list
|
|
||||||
2026-04-29T13:36:50.049Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker invalidated by rejected speaker id.
|
|
||||||
2026-04-29T13:36:50.105Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 61 ms.
|
|
||||||
2026-04-29T13:36:50.157Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Primary Face
|
|
||||||
2026-04-29T13:36:54.654Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN
|
|
||||||
2026-04-29T13:36:54.655Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms.
|
|
||||||
2026-04-29T13:36:54.655Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS
|
|
||||||
2026-04-29T13:36:54.656Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms.
|
|
||||||
2026-04-29T13:36:54.656Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'Cloudford.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: { cloudSkill: null, intent: 'chat', rule: 'launch', score: 0.95 } } }
|
|
||||||
2026-04-29T13:36:54.659Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'Cloudford.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: { cloudSkill: null, intent: 'chat', rule: 'launch', score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae' }
|
|
||||||
2026-04-29T13:36:54.720Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO
|
|
||||||
2026-04-29T13:36:54.721Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms.
|
|
||||||
2026-04-29T13:36:54.680Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received
|
|
||||||
2026-04-29T13:36:54.682Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T13:36:54.686Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T13:36:54.687Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T13:36:54.693Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/nimbus
|
|
||||||
2026-04-29T13:36:54.696Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: refreshing skill @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } } { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T13:36:54.699Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening
|
|
||||||
2026-04-29T13:36:54.703Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: refreshing skill success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } } { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T13:36:54.712Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T13:36:54.724Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response...
|
|
||||||
2026-04-29T13:36:54.734Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response.
|
|
||||||
2026-04-29T13:36:54.736Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response...
|
|
||||||
2026-04-29T13:36:54.737Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill.
|
|
||||||
2026-04-29T13:36:54.737Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response.
|
|
||||||
2026-04-29T13:36:54.739Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT
|
|
||||||
2026-04-29T08:36:54.786337-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX
|
|
||||||
2026-04-29T08:36:54.786706-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 14100b4b-64a2-4249-a155-e74268702e34
|
|
||||||
2026-04-29T08:36:54.787099-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 14100b4b-64a2-4249-a155-e74268702e34
|
|
||||||
2026-04-29T13:36:54.772Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T08:36:54.805121-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags
|
|
||||||
2026-04-29T13:36:54.779Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received
|
|
||||||
2026-04-29T08:36:54.805586-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 0a19bad8-01d2-4f1a-9269-1649937c2b87
|
|
||||||
2026-04-29T08:36:54.805915-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 0a19bad8-01d2-4f1a-9269-1649937c2b87
|
|
||||||
2026-04-29T13:36:54.781Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request
|
|
||||||
2026-04-29T13:36:54.782Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: e28b81ae-2f21-4e04-8919-6086c9f846e8
|
|
||||||
2026-04-29T08:36:54.820592-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags
|
|
||||||
2026-04-29T08:36:54.821076-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 5f310c2b-984e-4322-b81d-b5b0748c9841
|
|
||||||
2026-04-29T08:36:54.822045-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 5f310c2b-984e-4322-b81d-b5b0748c9841
|
|
||||||
2026-04-29T08:36:54.849308-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times
|
|
||||||
2026-04-29T08:36:54.850152-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"<speak><STYLE set=\"NEUTRAL\"> <SPEAK> thanks . I heard , Cloudford . </SPEAK> </STYLE></speak>","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}}
|
|
||||||
2026-04-29T08:36:54.938437-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 7c15c5dc-f268-4ab2-9996-98068c27d3ee
|
|
||||||
2026-04-29T13:36:54.986Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode
|
|
||||||
2026-04-29T13:36:55.016Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING
|
|
||||||
2026-04-29T13:36:55.028Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish
|
|
||||||
2026-04-29T13:36:55.032Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: e28b81ae-2f21-4e04-8919-6086c9f846e8
|
|
||||||
2026-04-29T08:36:55.065778-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 75379bbc-759b-4586-bda8-57965d9c4406
|
|
||||||
2026-04-29T08:36:55.065945-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"<speak><STYLE set=\"NEUTRAL\"> <SPEAK> thanks . I heard , Cloudford . </SPEAK> </STYLE></speak>","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}}
|
|
||||||
2026-04-29T08:36:55.066149-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 75379bbc-759b-4586-bda8-57965d9c4406
|
|
||||||
2026-04-29T08:36:55.066177-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached
|
|
||||||
2026-04-29T08:36:57.187623-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 75379bbc-759b-4586-bda8-57965d9c4406
|
|
||||||
2026-04-29T13:36:57.975Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: e28b81ae-2f21-4e04-8919-6086c9f846e8
|
|
||||||
2026-04-29T13:36:57.978Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED
|
|
||||||
2026-04-29T13:36:57.986Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: e28b81ae-2f21-4e04-8919-6086c9f846e8
|
|
||||||
2026-04-29T13:36:57.991Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session
|
|
||||||
2026-04-29T13:36:57.994Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request
|
|
||||||
2026-04-29T13:36:57.999Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received
|
|
||||||
2026-04-29T13:36:58.002Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T13:36:58.010Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:36:58.011Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T13:36:58.021Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/surprises
|
|
||||||
2026-04-29T13:36:58.022Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus
|
|
||||||
2026-04-29T13:36:58.023Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus
|
|
||||||
2026-04-29T13:36:58.025Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing
|
|
||||||
2026-04-29T13:36:58.028Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus
|
|
||||||
2026-04-29T13:36:58.029Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T13:36:58.031Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus
|
|
||||||
2026-04-29T13:36:58.032Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:36:58.048Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises
|
|
||||||
2026-04-29T13:36:58.051Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises''
|
|
||||||
2026-04-29T13:36:58.054Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises''
|
|
||||||
2026-04-29T13:36:58.056Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T13:36:58.058Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises
|
|
||||||
2026-04-29T13:36:58.059Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:36:58.061Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:36:58.064Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises
|
|
||||||
2026-04-29T13:36:58.065Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises
|
|
||||||
2026-04-29T13:36:58.066Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T13:36:58.068Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:36:58.245Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 1
|
|
||||||
2026-04-29T13:36:58.258Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T13:36:58.270Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SurprisesDate: Contextual Priority step 2
|
|
||||||
2026-04-29T13:36:58.463Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: EoS category '@be/surprises-ota' selected
|
|
||||||
2026-04-29T13:36:58.466Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Be: REDIRECT: skill redirect: @be/surprises-ota { lastSkill: '@be/nimbus', userID: null }
|
|
||||||
2026-04-29T13:36:58.467Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises-ota { lastSkill: '@be/nimbus',\n userID: null,\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:36:58.468Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T13:36:58.470Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/surprises-ota
|
|
||||||
2026-04-29T13:36:58.471Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises
|
|
||||||
2026-04-29T13:36:58.472Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises
|
|
||||||
2026-04-29T13:36:58.473Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting
|
|
||||||
2026-04-29T13:36:58.477Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises
|
|
||||||
2026-04-29T13:36:58.478Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T13:36:58.480Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises
|
|
||||||
2026-04-29T13:36:58.480Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises-ota { lastSkill: '@be/nimbus',\n userID: null,\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:36:58.489Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises-ota
|
|
||||||
2026-04-29T08:36:58.636939-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX
|
|
||||||
2026-04-29T08:36:58.637341-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 79e2c53b-bf92-4003-b886-49a27e9973f2
|
|
||||||
2026-04-29T08:36:58.638198-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 79e2c53b-bf92-4003-b886-49a27e9973f2
|
|
||||||
2026-04-29T13:36:58.495Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises-ota''
|
|
||||||
2026-04-29T13:36:58.499Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises-ota''
|
|
||||||
2026-04-29T13:36:58.503Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T08:36:58.660920-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags
|
|
||||||
2026-04-29T08:36:58.661475-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - a556074d-de7f-4d8c-bcae-43147db2c07d
|
|
||||||
2026-04-29T08:36:58.664531-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - a556074d-de7f-4d8c-bcae-43147db2c07d
|
|
||||||
2026-04-29T13:36:58.505Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises-ota
|
|
||||||
2026-04-29T13:36:58.506Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises-ota { lastSkill: '@be/nimbus',\n userID: null,\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:36:58.508Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/surprises-ota { lastSkill: '@be/nimbus',\n userID: null,\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:36:58.513Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises-ota
|
|
||||||
2026-04-29T13:36:58.514Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises-ota
|
|
||||||
2026-04-29T13:36:58.515Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T08:36:58.707065-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times
|
|
||||||
2026-04-29T08:36:58.707873-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"<speak><STYLE set=\"NEUTRAL\"> hey i'm sorry if I seem a little slow , I can be that way while i'm doing a backup . </STYLE></speak>","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}}
|
|
||||||
2026-04-29T13:36:58.520Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises-ota { lastSkill: '@be/nimbus',\n userID: null,\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:36:58.619Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T13:36:58.628Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received
|
|
||||||
2026-04-29T13:36:58.629Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request
|
|
||||||
2026-04-29T13:36:58.631Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 917f07bf-b5ef-4073-a755-4cd20bd99c5f
|
|
||||||
2026-04-29T08:36:58.916643-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 18816d22-4585-49a4-8a94-e70f5c269bf3
|
|
||||||
2026-04-29T13:36:58.937Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode
|
|
||||||
2026-04-29T13:36:58.968Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING
|
|
||||||
2026-04-29T13:36:58.980Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish
|
|
||||||
2026-04-29T13:36:58.986Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 917f07bf-b5ef-4073-a755-4cd20bd99c5f
|
|
||||||
2026-04-29T08:36:59.025823-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 53b67320-820e-452b-90b2-f7b7f7ebd47c
|
|
||||||
2026-04-29T08:36:59.025961-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"<speak><STYLE set=\"NEUTRAL\"> hey i'm sorry if I seem a little slow , I can be that way while i'm doing a backup . </STYLE></speak>","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}}
|
|
||||||
2026-04-29T08:36:59.026156-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 53b67320-820e-452b-90b2-f7b7f7ebd47c
|
|
||||||
2026-04-29T08:36:59.026191-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached
|
|
||||||
2026-04-29T08:37:03.571863-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 53b67320-820e-452b-90b2-f7b7f7ebd47c
|
|
||||||
2026-04-29T13:37:03.663Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 917f07bf-b5ef-4073-a755-4cd20bd99c5f
|
|
||||||
2026-04-29T13:37:03.666Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED
|
|
||||||
2026-04-29T13:37:03.674Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 917f07bf-b5ef-4073-a755-4cd20bd99c5f
|
|
||||||
2026-04-29T13:37:03.675Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session
|
|
||||||
2026-04-29T13:37:03.676Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request
|
|
||||||
2026-04-29T13:37:03.678Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received
|
|
||||||
2026-04-29T13:37:03.679Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T13:37:03.716Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:37:03.767Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE
|
|
||||||
2026-04-29T13:37:03.719Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T13:37:03.720Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises-ota @be/idle
|
|
||||||
2026-04-29T13:37:03.721Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises-ota
|
|
||||||
2026-04-29T13:37:03.722Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises-ota
|
|
||||||
2026-04-29T13:37:03.729Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises-ota
|
|
||||||
2026-04-29T13:37:03.730Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T13:37:03.733Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises-ota
|
|
||||||
2026-04-29T13:37:03.734Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:37:03.740Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle
|
|
||||||
2026-04-29T13:37:03.745Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle''
|
|
||||||
2026-04-29T13:37:03.748Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle''
|
|
||||||
2026-04-29T13:37:03.752Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T13:37:03.755Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle
|
|
||||||
2026-04-29T13:37:03.756Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:37:03.758Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises-ota @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:37:03.762Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle
|
|
||||||
2026-04-29T13:37:03.765Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle
|
|
||||||
2026-04-29T13:37:03.766Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T13:37:03.768Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP
|
|
||||||
2026-04-29T13:37:03.769Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true
|
|
||||||
2026-04-29T13:37:03.770Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting
|
|
||||||
2026-04-29T13:37:03.773Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT.
|
|
||||||
2026-04-29T13:37:03.774Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT
|
|
||||||
2026-04-29T13:37:03.778Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T13:37:03.783Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT.
|
|
||||||
2026-04-29T13:37:03.785Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT
|
|
||||||
2026-04-29T13:37:03.788Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT
|
|
||||||
2026-04-29T13:37:03.837Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4.
|
|
||||||
2026-04-29T08:37:06.924996-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37459 80:69:1a:8b:a2:b8
|
|
||||||
2026-04-29T08:37:06.925195-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37460 80:69:1a:95:0b:6e
|
|
||||||
2026-04-29T08:37:06.925393-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37461 30:23:03:3f:51:e6
|
|
||||||
2026-04-29T08:37:06.925556-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37462 80:69:1a:95:0b:6d
|
|
||||||
2026-04-29T08:37:06.925720-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37463 86:69:1a:95:0b:6d
|
|
||||||
2026-04-29T08:37:06.925869-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37464 30:23:03:3f:51:e5
|
|
||||||
2026-04-29T08:37:06.926088-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37455 fc:9c:98:59:45:de
|
|
||||||
2026-04-29T08:37:06.926334-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37465 30:23:03:d6:cf:c1
|
|
||||||
2026-04-29T13:37:07.106Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18234
|
|
||||||
2026-04-29T13:37:07.116Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face
|
|
||||||
2026-04-29T13:37:07.207Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18234
|
|
||||||
2026-04-29T13:37:07.209Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T08:37:07.408588-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.424942]]
|
|
||||||
2026-04-29T08:37:07.424624-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses
|
|
||||||
2026-04-29T08:37:07.424681-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.424942
|
|
||||||
2026-04-29T08:37:07.424736-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs.
|
|
||||||
2026-04-29T08:37:07.424787-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.0415696 Op: NOT_TRAINED Score: 0.3
|
|
||||||
2026-04-29T08:37:07.424838-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.3 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T08:37:07.424893-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED
|
|
||||||
2026-04-29T13:37:11.373Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idLost from ASR: 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T13:37:11.716Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 18234 has an identity of null
|
|
||||||
2026-04-29T13:37:13.337Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18234
|
|
||||||
2026-04-29T13:37:13.339Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 18234
|
|
||||||
#
|
|
||||||
|
|
||||||
File diff suppressed because one or more lines are too long
@@ -1,355 +0,0 @@
|
|||||||
{"TimestampUtc":"2026-04-29T00:35:15.3407757+00:00","EventType":"connection_opened","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"7cfcbffe4eea45e19324303a012b9888","Token":"hub-usr_openjibo_owner-1777422915211","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-29T00:35:15.3504552+00:00","EventType":"turn_processed","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"e965cbbbc71d4299ac18b4f0b1fa2027","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777422915499,\u0022msgID\u0022:\u0022mid-4a71cd14-4363-11f1-a9a4-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022word-of-the-day/surprise\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":null,"intent":null}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:15.3507223+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"e965cbbbc71d4299ac18b4f0b1fa2027","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777422915499,\u0022msgID\u0022:\u0022mid-4a71cd14-4363-11f1-a9a4-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022word-of-the-day/surprise\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-29T00:35:15.3509108+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"e965cbbbc71d4299ac18b4f0b1fa2027","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777422915499,\u0022msgID\u0022:\u0022mid-4a71cd14-4363-11f1-a9a4-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022word-of-the-day/surprise\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-29T00:35:15.3569599+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f32d559659924dbca6446e9274ca3103","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:15.3572123+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f32d559659924dbca6446e9274ca3103","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:15.357425+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f32d559659924dbca6446e9274ca3103","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1664343+00:00","EventType":"context_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9e7ffcae81c746bd95c18e590f351865","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777422915617,\u0022msgID\u0022:\u0022mid-4a83e0ee-4363-11f1-a7cf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-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.17755916666666705,\u0022playful\u0022:0.05918638888888913}},\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-28T19:35:15.550-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-49fa86fa-4363-11f1-bdc3-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1667332+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9e7ffcae81c746bd95c18e590f351865","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777422915617,\u0022msgID\u0022:\u0022mid-4a83e0ee-4363-11f1-a7cf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-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.17755916666666705,\u0022playful\u0022:0.05918638888888913}},\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-28T19:35:15.550-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-29T00:35:16.1669354+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9e7ffcae81c746bd95c18e590f351865","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777422915617,\u0022msgID\u0022:\u0022mid-4a83e0ee-4363-11f1-a7cf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-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.17755916666666705,\u0022playful\u0022:0.05918638888888913}},\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-28T19:35:15.550-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-29T00:35:16.1697811+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"3bf9c179083640258867322d822dea75","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1700174+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"3bf9c179083640258867322d822dea75","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1702026+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"3bf9c179083640258867322d822dea75","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1956194+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"cd255266578d448e84e1e7c338ac5d2a","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1958578+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"cd255266578d448e84e1e7c338ac5d2a","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1960528+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"cd255266578d448e84e1e7c338ac5d2a","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.8242006+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4139432068e34967bb7c00ce26f0b919","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.8244579+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4139432068e34967bb7c00ce26f0b919","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9002699+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4139432068e34967bb7c00ce26f0b919","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-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-29T00:35:19.9007328+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a94db31a0a7449598421647a6ecc45cf","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9009855+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a94db31a0a7449598421647a6ecc45cf","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9011721+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a94db31a0a7449598421647a6ecc45cf","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.901481+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"5723f4a1dc0b48a3a8160b319d7cdd4e","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9016364+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"5723f4a1dc0b48a3a8160b319d7cdd4e","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9018023+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"5723f4a1dc0b48a3a8160b319d7cdd4e","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9020577+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"25d6fd40edcd4f9796e054ac6f1aff86","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":12730,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4252}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9022062+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"25d6fd40edcd4f9796e054ac6f1aff86","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":12730,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9023628+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"25d6fd40edcd4f9796e054ac6f1aff86","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":12730,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9026165+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9754e565a97d436dacea8f42990317eb","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":16996,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4266}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9027599+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9754e565a97d436dacea8f42990317eb","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":16996,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9028814+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9754e565a97d436dacea8f42990317eb","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":16996,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9031147+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a3af093f81094beab0594df527948466","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":21276,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4280}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9032837+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a3af093f81094beab0594df527948466","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":21276,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9034063+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a3af093f81094beab0594df527948466","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":21276,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9035988+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4d13a4673189493e9dc2ca3f2c690549","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4156}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9037366+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4d13a4673189493e9dc2ca3f2c690549","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9038723+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4d13a4673189493e9dc2ca3f2c690549","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9041284+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10b14d593bd647798a1cce399c8262b0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":29663,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4231}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9042868+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10b14d593bd647798a1cce399c8262b0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":29663,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9044248+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10b14d593bd647798a1cce399c8262b0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":29663,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:37:19.701448+00:00","EventType":"connection_opened","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"8c1d8ca4e98e45dc9267d5efd3ad64d4","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":29663,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:37:19.7171504+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9331d90efab64037940549653483d0a1","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":"TRIGGER","Direction":"in","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777423039684,\u0022msgID\u0022:\u0022mid-9476e8a4-4363-11f1-b2a0-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-943111da-4363-11f1-bcd7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022SURPRISE\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:37:19.7174314+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9331d90efab64037940549653483d0a1","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777423039684,\u0022msgID\u0022:\u0022mid-9476e8a4-4363-11f1-b2a0-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-943111da-4363-11f1-bcd7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022SURPRISE\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:37:19.7910411+00:00","EventType":"context_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10feb67fdb9946ff8ff5877c0bd44055","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777423039767,\u0022msgID\u0022:\u0022mid-94839bd0-4363-11f1-a03d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-943111da-4363-11f1-bcd7-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.19483652777777864,\u0022playful\u0022:0.06494550925925966}},\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-28T19:37:19.700-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-943111da-4363-11f1-bcd7-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:37:19.7913478+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10feb67fdb9946ff8ff5877c0bd44055","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777423039767,\u0022msgID\u0022:\u0022mid-94839bd0-4363-11f1-a03d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-943111da-4363-11f1-bcd7-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.19483652777777864,\u0022playful\u0022:0.06494550925925966}},\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-28T19:37:19.700-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-29T00:37:19.7915247+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10feb67fdb9946ff8ff5877c0bd44055","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777423039767,\u0022msgID\u0022:\u0022mid-94839bd0-4363-11f1-a03d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-943111da-4363-11f1-bcd7-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.19483652777777864,\u0022playful\u0022:0.06494550925925966}},\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-28T19:37:19.700-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-29T01:00:14.4469167+00:00","EventType":"connection_opened","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f2ebc3fdf8ab4b3eadc14a5c5c79b62a","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:00:14.4540233+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f301765500704c9a8193a1c7d18c6679","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae","MessageType":"TRIGGER","Direction":"in","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777424414356,\u0022msgID\u0022:\u0022mid-c7d556ba-4366-11f1-9d60-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022NEW_ARRIVAL\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:00:14.4542937+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f301765500704c9a8193a1c7d18c6679","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777424414356,\u0022msgID\u0022:\u0022mid-c7d556ba-4366-11f1-9d60-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022NEW_ARRIVAL\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:00:15.4345711+00:00","EventType":"context_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"19cfa2e2b89b414cb7588f01c455fbd0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777424414621,\u0022msgID\u0022:\u0022mid-c7fdac8c-4366-11f1-9af7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c7af8cc8-4366-11f1-af1e-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.3857801388888873,\u0022playful\u0022:0.12859337962963139}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:17501,\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-28T20:00:14.423-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-c7af8cc8-4366-11f1-af1e-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:00:15.4348879+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"19cfa2e2b89b414cb7588f01c455fbd0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777424414621,\u0022msgID\u0022:\u0022mid-c7fdac8c-4366-11f1-9af7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c7af8cc8-4366-11f1-af1e-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.3857801388888873,\u0022playful\u0022:0.12859337962963139}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:17501,\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-28T20:00:14.423-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-29T01:00:15.4351168+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"19cfa2e2b89b414cb7588f01c455fbd0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777424414621,\u0022msgID\u0022:\u0022mid-c7fdac8c-4366-11f1-9af7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c7af8cc8-4366-11f1-af1e-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.3857801388888873,\u0022playful\u0022:0.12859337962963139}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:17501,\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-28T20:00:14.423-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-29T01:53:42.0757116+00:00","EventType":"connection_opened","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"80d43d3317da4888aff5d6aadc2485f4","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":null,"MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:53:42.0841609+00:00","EventType":"message_in","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"215199668f134f03b3ed4ead86a2dc23","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f129128-436e-11f1-af38-5cf821ea55ae","MessageType":"TRIGGER","Direction":"in","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777427622097,\u0022msgID\u0022:\u0022mid-3fcba546-436e-11f1-9048-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f129128-436e-11f1-af38-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022NEW_ARRIVAL\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:53:42.0844241+00:00","EventType":"message_out","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"215199668f134f03b3ed4ead86a2dc23","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f129128-436e-11f1-af38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777427622097,\u0022msgID\u0022:\u0022mid-3fcba546-436e-11f1-9048-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f129128-436e-11f1-af38-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022NEW_ARRIVAL\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:53:42.943934+00:00","EventType":"context_received","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"565274d1b1644080ba793526ff063376","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f129128-436e-11f1-af38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777427622528,\u0022msgID\u0022:\u0022mid-400d7336-436e-11f1-9e48-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f129128-436e-11f1-af38-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.8313448611111138,\u0022playful\u0022:0.27711495370370528}},\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-28T20:53:42.176-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-3f129128-436e-11f1-af38-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:53:42.9441682+00:00","EventType":"message_in","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"565274d1b1644080ba793526ff063376","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f129128-436e-11f1-af38-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777427622528,\u0022msgID\u0022:\u0022mid-400d7336-436e-11f1-9e48-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f129128-436e-11f1-af38-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.8313448611111138,\u0022playful\u0022:0.27711495370370528}},\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-28T20:53:42.176-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-29T01:53:42.9443701+00:00","EventType":"message_out","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"565274d1b1644080ba793526ff063376","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f129128-436e-11f1-af38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777427622528,\u0022msgID\u0022:\u0022mid-400d7336-436e-11f1-9e48-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f129128-436e-11f1-af38-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.8313448611111138,\u0022playful\u0022:0.27711495370370528}},\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-28T20:53:42.176-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-29T13:34:59.9396564+00:00","EventType":"connection_closed","SessionId":"9fdbadc2b5e4421eb45508702e3d4d06","ConnectionId":"3babf97400234a258e58ec043dde5dbf","Token":"token-Royal-Current-Sage-Canvas-1777379420655","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777379420655","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-29T13:35:35.5840192+00:00","EventType":"connection_opened","SessionId":"c434d3f0f8ae474ba7a1ddb8e78f0c2e","ConnectionId":"64ef04e73be0463a85b3a934e3cfcc3a","Token":"token-Royal-Current-Sage-Canvas-1777469735358","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777469735358","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-29T13:36:42.0857381+00:00","EventType":"connection_opened","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"b27463de02ce4cbb86bda31f27ef1bc6","Token":"hub-usr_openjibo_owner-1777469801937","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-29T13:36:42.125688+00:00","EventType":"turn_processed","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"4adf7f8f914e4e98aacced1fff7d199a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469802077,\u0022msgID\u0022:\u0022mid-7505eb60-43d0-11f1-ae00-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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-29T13:36:42.1425569+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"4adf7f8f914e4e98aacced1fff7d199a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469802077,\u0022msgID\u0022:\u0022mid-7505eb60-43d0-11f1-ae00-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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-29T13:36:42.1457686+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"4adf7f8f914e4e98aacced1fff7d199a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469802077,\u0022msgID\u0022:\u0022mid-7505eb60-43d0-11f1-ae00-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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-29T13:36:42.1526086+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"749eec35e3084fd38307a90f5e158c16","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.1540696+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"749eec35e3084fd38307a90f5e158c16","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.1544493+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"749eec35e3084fd38307a90f5e158c16","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.86458+00:00","EventType":"context_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e83238d66fa745b2b4458ff5a53ce3c0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469802367,\u0022msgID\u0022:\u0022mid-75321794-43d0-11f1-b73d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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.6809506944444389,\u0022playful\u0022:0.2269835648148201}},\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-29T08:36:42.183-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-74873c84-43d0-11f1-9540-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.8651681+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e83238d66fa745b2b4458ff5a53ce3c0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469802367,\u0022msgID\u0022:\u0022mid-75321794-43d0-11f1-b73d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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.6809506944444389,\u0022playful\u0022:0.2269835648148201}},\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-29T08:36:42.183-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-29T13:36:42.8654611+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e83238d66fa745b2b4458ff5a53ce3c0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469802367,\u0022msgID\u0022:\u0022mid-75321794-43d0-11f1-b73d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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.6809506944444389,\u0022playful\u0022:0.2269835648148201}},\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-29T08:36:42.183-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-29T13:36:42.8661473+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41da7d35e45e4854aa569551953d7a43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4163,"ReplyTypes":[],"BufferedAudioBytes":4210,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4163}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.8663966+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41da7d35e45e4854aa569551953d7a43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4163,"ReplyTypes":[],"BufferedAudioBytes":4210,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.8666449+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41da7d35e45e4854aa569551953d7a43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4163,"ReplyTypes":[],"BufferedAudioBytes":4210,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.959783+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"db827270b1aa46499bfee845460f7e3f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4198,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4198}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.9601651+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"db827270b1aa46499bfee845460f7e3f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4198,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.9603989+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"db827270b1aa46499bfee845460f7e3f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4198,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:43.4447615+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2b8accdeb1d04bc5925f9211b7f9a416","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":12621,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4213}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:43.4451326+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2b8accdeb1d04bc5925f9211b7f9a416","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":12621,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:43.4453699+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2b8accdeb1d04bc5925f9211b7f9a416","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":12621,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.8223399+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"9335a279c6e04e63ac6a26bc9a0896f4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4301,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4301}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.8227312+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"9335a279c6e04e63ac6a26bc9a0896f4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4301,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9017862+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"9335a279c6e04e63ac6a26bc9a0896f4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4301,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9030793+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"93d042cf60ba441abc08feb7ef9c327d","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4205}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9033613+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"93d042cf60ba441abc08feb7ef9c327d","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9036414+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"93d042cf60ba441abc08feb7ef9c327d","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9042358+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"d0543914e393404086d327a9cb5355d7","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9044684+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"d0543914e393404086d327a9cb5355d7","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9046905+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"d0543914e393404086d327a9cb5355d7","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.905138+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"07d55d1ca955441cb08f2dc69102240f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9053507+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"07d55d1ca955441cb08f2dc69102240f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.905572+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"07d55d1ca955441cb08f2dc69102240f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9060701+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"16dbbaf1d11d4ecd80361161185a94ca","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9062707+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"16dbbaf1d11d4ecd80361161185a94ca","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9064884+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"16dbbaf1d11d4ecd80361161185a94ca","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9069864+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"b0bd0937a8794eef8dacca484c7afe43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9071975+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"b0bd0937a8794eef8dacca484c7afe43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9074211+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"b0bd0937a8794eef8dacca484c7afe43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9079104+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6f6b1f2b7d2b4451bf0091db51d2ebc5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9081309+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6f6b1f2b7d2b4451bf0091db51d2ebc5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9083325+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6f6b1f2b7d2b4451bf0091db51d2ebc5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:49.9924004+00:00","EventType":"connection_opened","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"8e1edc62a0da4912885bdbf73a73abbd","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:49.9968011+00:00","EventType":"turn_processed","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3a64b94ebd15494ca605275e34c1a647","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469809983,\u0022msgID\u0022:\u0022mid-79bc4726-43d0-11f1-8e5c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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\u0027s your cloud version?","intent":"cloud_version"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:49.9971093+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3a64b94ebd15494ca605275e34c1a647","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469809983,\u0022msgID\u0022:\u0022mid-79bc4726-43d0-11f1-8e5c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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-29T13:36:49.9973503+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3a64b94ebd15494ca605275e34c1a647","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469809983,\u0022msgID\u0022:\u0022mid-79bc4726-43d0-11f1-8e5c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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-29T13:36:50.0059705+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1c99213c9a6b4e038e258d7720154f17","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.0065153+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1c99213c9a6b4e038e258d7720154f17","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.0067106+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1c99213c9a6b4e038e258d7720154f17","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8765801+00:00","EventType":"context_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1390677c076f44678498537fae7a434f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469810105,\u0022msgID\u0022:\u0022mid-79ced4ea-43d0-11f1-b534-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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.6819436111111055,\u0022playful\u0022:0.22731453703704233}},\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-29T08:36:50.059-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8769551+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1390677c076f44678498537fae7a434f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469810105,\u0022msgID\u0022:\u0022mid-79ced4ea-43d0-11f1-b534-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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.6819436111111055,\u0022playful\u0022:0.22731453703704233}},\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-29T08:36:50.059-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8771322+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1390677c076f44678498537fae7a434f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469810105,\u0022msgID\u0022:\u0022mid-79ced4ea-43d0-11f1-b534-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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.6819436111111055,\u0022playful\u0022:0.22731453703704233}},\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-29T08:36:50.059-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8774977+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41310df4ca144f6b991d433f4f0ed337","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4284}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8776894+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41310df4ca144f6b991d433f4f0ed337","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8778554+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41310df4ca144f6b991d433f4f0ed337","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8811171+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"c60ecfdde18144eab50f581d2ef2b251","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8814286+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"c60ecfdde18144eab50f581d2ef2b251","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8816801+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"c60ecfdde18144eab50f581d2ef2b251","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.6524418+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e859d21ef5734f7eb406a0b9d82dfc98","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4244}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.6526887+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e859d21ef5734f7eb406a0b9d82dfc98","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7295931+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e859d21ef5734f7eb406a0b9d82dfc98","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4244,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7303513+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"87ca4962cab34456a35448cc84216b9f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4232}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7305331+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"87ca4962cab34456a35448cc84216b9f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.730764+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"87ca4962cab34456a35448cc84216b9f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7311506+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6bd767d022974d65897f35fcf54b717e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7312847+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6bd767d022974d65897f35fcf54b717e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7314588+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6bd767d022974d65897f35fcf54b717e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7320046+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6384e3cbe85142a48b331a4fbd866e85","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7322604+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6384e3cbe85142a48b331a4fbd866e85","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7324912+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6384e3cbe85142a48b331a4fbd866e85","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7331338+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3dd39cef336b4665b2d84faaff5dfb4a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4253}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7333607+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3dd39cef336b4665b2d84faaff5dfb4a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7336068+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3dd39cef336b4665b2d84faaff5dfb4a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7341413+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"ebd9617f884142299bbf384595b23c3e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4165,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4165}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7343494+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"ebd9617f884142299bbf384595b23c3e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4165,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7345457+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"ebd9617f884142299bbf384595b23c3e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4165,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7349504+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2d08000bc53147468f373d946a92563e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4299,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4299}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7350968+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2d08000bc53147468f373d946a92563e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4299,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7352372+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2d08000bc53147468f373d946a92563e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4299,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7355582+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"792317786dec41678f12256957bbb9aa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7357119+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"792317786dec41678f12256957bbb9aa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7358502+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"792317786dec41678f12256957bbb9aa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:50.2551562+00:00","EventType":"connection_opened","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3230c8d0baaa4a278ba0e02252c3ef54","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:50.2900674+00:00","EventType":"turn_processed","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"f322f6d3241a41638aac42fe7a584676","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777471430238,\u0022msgID\u0022:\u0022mid-3f7b82bc-43d4-11f1-8ff8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f569a88-43d4-11f1-8c11-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":"Cloudford.","intent":"chat"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:50.2903635+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"f322f6d3241a41638aac42fe7a584676","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777471430238,\u0022msgID\u0022:\u0022mid-3f7b82bc-43d4-11f1-8ff8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f569a88-43d4-11f1-8c11-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-29T14:03:50.2906454+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"f322f6d3241a41638aac42fe7a584676","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777471430238,\u0022msgID\u0022:\u0022mid-3f7b82bc-43d4-11f1-8ff8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f569a88-43d4-11f1-8c11-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-29T14:03:50.2912461+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"42a74509f64b41fba06f51b8d5913cfb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:50.2913901+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"42a74509f64b41fba06f51b8d5913cfb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:50.2915346+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"42a74509f64b41fba06f51b8d5913cfb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.1460038+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"8f280582505d4573a21080510ddc90c7","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.1462864+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"8f280582505d4573a21080510ddc90c7","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.1465197+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"8f280582505d4573a21080510ddc90c7","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.1470358+00:00","EventType":"context_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"5acb41d9b4e342a2bde2bc649e40c1a5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777471430871,\u0022msgID\u0022:\u0022mid-3fdc308a-43d4-11f1-8ea2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f569a88-43d4-11f1-8c11-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.9070205555555542,\u0022playful\u0022:0.3023402314814748}},\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-29T09:03:50.513-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":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.147214+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"5acb41d9b4e342a2bde2bc649e40c1a5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777471430871,\u0022msgID\u0022:\u0022mid-3fdc308a-43d4-11f1-8ea2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f569a88-43d4-11f1-8c11-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.9070205555555542,\u0022playful\u0022:0.3023402314814748}},\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-29T09:03:50.513-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":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.1473719+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"5acb41d9b4e342a2bde2bc649e40c1a5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777471430871,\u0022msgID\u0022:\u0022mid-3fdc308a-43d4-11f1-8ea2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f569a88-43d4-11f1-8c11-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.9070205555555542,\u0022playful\u0022:0.3023402314814748}},\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-29T09:03:50.513-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":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.1476917+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"df6a7bce4bbd471d803e55c02beda7b0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.1478318+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"df6a7bce4bbd471d803e55c02beda7b0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.1479694+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"df6a7bce4bbd471d803e55c02beda7b0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.7668085+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"a004aef14f1847789a9a906c6a5f98e2","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4209}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.7670228+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"a004aef14f1847789a9a906c6a5f98e2","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8431932+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"a004aef14f1847789a9a906c6a5f98e2","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4209,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8438389+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"26777650fa66437781e5ea0b338e9118","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4152}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8440485+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"26777650fa66437781e5ea0b338e9118","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8442412+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"26777650fa66437781e5ea0b338e9118","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8448178+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"4793ba1ee4be497dbd5fe3b493b0a578","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4187,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4187}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8449512+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"4793ba1ee4be497dbd5fe3b493b0a578","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4187,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8451098+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"4793ba1ee4be497dbd5fe3b493b0a578","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4187,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8456459+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1b65adc6881443f9b64009b5b6dc6af5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4166,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4166}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8457843+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1b65adc6881443f9b64009b5b6dc6af5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4166,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8459425+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1b65adc6881443f9b64009b5b6dc6af5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4166,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8463505+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6380a880e118436e9cae9cf342f71531","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4171,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4171}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8464764+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6380a880e118436e9cae9cf342f71531","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4171,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8466484+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6380a880e118436e9cae9cf342f71531","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4171,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8470534+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"cc541929a88e4f28a86542510b1f12b5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4298}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8471797+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"cc541929a88e4f28a86542510b1f12b5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8473361+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"cc541929a88e4f28a86542510b1f12b5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.847732+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"8c718accdf06438285beb654806da23a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4258}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8478719+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"8c718accdf06438285beb654806da23a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8480365+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"8c718accdf06438285beb654806da23a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:05:55.4861263+00:00","EventType":"connection_opened","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41fa714907ac4587b6166a2c79908454","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:05:55.49257+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6a611129e58a4869a49891a7da3e283f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-89806634-43d4-11f1-b802-5cf821ea55ae","MessageType":"TRIGGER","Direction":"in","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777471555457,\u0022msgID\u0022:\u0022mid-8a1e8512-43d4-11f1-b7bd-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-89806634-43d4-11f1-b802-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022SURPRISE\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:05:55.4928278+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6a611129e58a4869a49891a7da3e283f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-89806634-43d4-11f1-b802-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777471555457,\u0022msgID\u0022:\u0022mid-8a1e8512-43d4-11f1-b7bd-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-89806634-43d4-11f1-b802-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022SURPRISE\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:05:55.5513948+00:00","EventType":"context_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1986571bb5894312a33617946aeb1ef2","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-89806634-43d4-11f1-b802-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777471555514,\u0022msgID\u0022:\u0022mid-8a2731b2-43d4-11f1-b1e7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-89806634-43d4-11f1-b802-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.9244380555555544,\u0022playful\u0022:0.3081460185185108}},\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-29T09:05:55.483-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-89806634-43d4-11f1-b802-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:05:55.5517484+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1986571bb5894312a33617946aeb1ef2","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-89806634-43d4-11f1-b802-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777471555514,\u0022msgID\u0022:\u0022mid-8a2731b2-43d4-11f1-b1e7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-89806634-43d4-11f1-b802-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.9244380555555544,\u0022playful\u0022:0.3081460185185108}},\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-29T09:05:55.483-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-29T14:05:55.5519412+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1986571bb5894312a33617946aeb1ef2","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-89806634-43d4-11f1-b802-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777471555514,\u0022msgID\u0022:\u0022mid-8a2731b2-43d4-11f1-b1e7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-89806634-43d4-11f1-b802-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.9244380555555544,\u0022playful\u0022:0.3081460185185108}},\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-29T09:05:55.483-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-29T14:24:42.0340383+00:00","EventType":"connection_opened","SessionId":"3ab96cc42aac41debaab99f3255f58db","ConnectionId":"475480b6f33b4e87b793f73629ceab2c","Token":"token-Royal-Current-Sage-Canvas-1777472681834","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777472681834","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-29T14:35:25.3137935+00:00","EventType":"connection_opened","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"eb522c14c6a54dd3beddd0f044117a14","Token":"hub-usr_openjibo_owner-1777469801937","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-29T14:35:25.3521547+00:00","EventType":"turn_processed","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"e65688cc827b436ea20a9c1d18b6d824","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473325332,\u0022msgID\u0022:\u0022mid-a90bf8e8-43d8-11f1-85fc-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a8e913dc-43d8-11f1-bc73-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-29T14:35:25.369692+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"e65688cc827b436ea20a9c1d18b6d824","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473325332,\u0022msgID\u0022:\u0022mid-a90bf8e8-43d8-11f1-85fc-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a8e913dc-43d8-11f1-bc73-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-29T14:35:25.3728905+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"e65688cc827b436ea20a9c1d18b6d824","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473325332,\u0022msgID\u0022:\u0022mid-a90bf8e8-43d8-11f1-85fc-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a8e913dc-43d8-11f1-bc73-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-29T14:35:25.3794307+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c4e271191ab944b998601492a7f481a3","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:25.3813737+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c4e271191ab944b998601492a7f481a3","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:25.3817995+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c4e271191ab944b998601492a7f481a3","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:25.9837718+00:00","EventType":"context_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c0e4c453f10d4622bfec5bfb088992f3","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473325584,\u0022msgID\u0022:\u0022mid-a93273d8-43d8-11f1-a23c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a8e913dc-43d8-11f1-bc73-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:1,\u0022playful\u0022:0.3900738888888654}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18407,\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-29T09:35:25.478-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-a8e913dc-43d8-11f1-bc73-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:25.9843054+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c0e4c453f10d4622bfec5bfb088992f3","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473325584,\u0022msgID\u0022:\u0022mid-a93273d8-43d8-11f1-a23c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a8e913dc-43d8-11f1-bc73-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:1,\u0022playful\u0022:0.3900738888888654}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18407,\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-29T09:35:25.478-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-29T14:35:25.984582+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c0e4c453f10d4622bfec5bfb088992f3","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473325584,\u0022msgID\u0022:\u0022mid-a93273d8-43d8-11f1-a23c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a8e913dc-43d8-11f1-bc73-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:1,\u0022playful\u0022:0.3900738888888654}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18407,\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-29T09:35:25.478-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-29T14:35:25.9851372+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"66dc2a2ca7b447fdb2dea1f850dfd17e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:25.9853531+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"66dc2a2ca7b447fdb2dea1f850dfd17e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:25.9855928+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"66dc2a2ca7b447fdb2dea1f850dfd17e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:26.2493053+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"9de79a51ba994490a9064deab17874e4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:26.2498528+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"9de79a51ba994490a9064deab17874e4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:26.2501209+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"9de79a51ba994490a9064deab17874e4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2163039+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"18545bc410764ea8a38724fb4ab04284","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4232}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2167466+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"18545bc410764ea8a38724fb4ab04284","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2935283+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"18545bc410764ea8a38724fb4ab04284","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4232,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2950397+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"a8da31b7c3d44755b6bdb75970f053de","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4248}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.295383+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"a8da31b7c3d44755b6bdb75970f053de","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2956644+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"a8da31b7c3d44755b6bdb75970f053de","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2973544+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"2fbfc63927cb4d4999e290810d4f86e8","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2977325+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"2fbfc63927cb4d4999e290810d4f86e8","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2980783+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"2fbfc63927cb4d4999e290810d4f86e8","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2987752+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ac4c9db5610145eb8e5b1de1356649fa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2990395+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ac4c9db5610145eb8e5b1de1356649fa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.299364+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ac4c9db5610145eb8e5b1de1356649fa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2999565+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0304eaf6e8bf434981c8cbaa9a5a565e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4149,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4149}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3001952+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0304eaf6e8bf434981c8cbaa9a5a565e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4149,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.300455+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0304eaf6e8bf434981c8cbaa9a5a565e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4149,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3009872+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c19a56dbc68b459d9f1cda939e61b81c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4170,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4170}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3012088+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c19a56dbc68b459d9f1cda939e61b81c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4170,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3014621+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c19a56dbc68b459d9f1cda939e61b81c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4170,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3020042+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"5f920a90fcc9409c97dad2c34fa13a53","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4236}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3022328+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"5f920a90fcc9409c97dad2c34fa13a53","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3024904+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"5f920a90fcc9409c97dad2c34fa13a53","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3030169+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"029decb93b0b41d6a4bed72830b868b6","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4184,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4184}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3032659+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"029decb93b0b41d6a4bed72830b868b6","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4184,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3035329+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"029decb93b0b41d6a4bed72830b868b6","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4184,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:34.2601859+00:00","EventType":"connection_opened","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0b7c5ebffc2a4481bf5eb0d69f47f10b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:34.2690062+00:00","EventType":"late_listen_ignored","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c1fdc0e9679a4c1e96a43621392c84fb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473334281,\u0022msgID\u0022:\u0022mid-ae615f7c-43d8-11f1-af79-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad67fd06-43d8-11f1-b4f9-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":false,"Details":{"messageType":"LISTEN","activeTransID":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:34.2694103+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c1fdc0e9679a4c1e96a43621392c84fb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473334281,\u0022msgID\u0022:\u0022mid-ae615f7c-43d8-11f1-af79-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad67fd06-43d8-11f1-b4f9-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":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:34.2696609+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c1fdc0e9679a4c1e96a43621392c84fb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473334281,\u0022msgID\u0022:\u0022mid-ae615f7c-43d8-11f1-af79-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad67fd06-43d8-11f1-b4f9-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":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:34.2736406+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"506bd7c739014da08075f81dfaed1daa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:34.2741948+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"506bd7c739014da08075f81dfaed1daa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:34.274438+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"506bd7c739014da08075f81dfaed1daa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2628647+00:00","EventType":"context_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"10b1acb79f454455afffde5b122df97b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473334456,\u0022msgID\u0022:\u0022mid-ae7c21ae-43d8-11f1-aaf9-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad67fd06-43d8-11f1-b4f9-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:1,\u0022playful\u0022:0.3904969907407171}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18407,\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-29T09:35:34.323-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2633339+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"10b1acb79f454455afffde5b122df97b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473334456,\u0022msgID\u0022:\u0022mid-ae7c21ae-43d8-11f1-aaf9-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad67fd06-43d8-11f1-b4f9-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:1,\u0022playful\u0022:0.3904969907407171}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18407,\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-29T09:35:34.323-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2635991+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"10b1acb79f454455afffde5b122df97b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473334456,\u0022msgID\u0022:\u0022mid-ae7c21ae-43d8-11f1-aaf9-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad67fd06-43d8-11f1-b4f9-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:1,\u0022playful\u0022:0.3904969907407171}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18407,\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-29T09:35:34.323-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2640183+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"75efe0e128c547a99a6b77188569752a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4284}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2641918+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"75efe0e128c547a99a6b77188569752a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2643825+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"75efe0e128c547a99a6b77188569752a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2649264+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0c2e10e70ce741169265552bbdecfc0f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4245}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2650922+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0c2e10e70ce741169265552bbdecfc0f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2652583+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0c2e10e70ce741169265552bbdecfc0f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.9823124+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ebeafd4ee7924277aeb8eea3426087bd","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4235}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.9825818+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ebeafd4ee7924277aeb8eea3426087bd","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.9828761+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ebeafd4ee7924277aeb8eea3426087bd","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.9997035+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"76ac146eb17d4b309e9c0cfda78665c0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4288}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.9999661+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"76ac146eb17d4b309e9c0cfda78665c0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:36.0001786+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"76ac146eb17d4b309e9c0cfda78665c0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.2665437+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"539f222711c4477fa506ce0688913632","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4272}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.2668762+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"539f222711c4477fa506ce0688913632","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.2670809+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"539f222711c4477fa506ce0688913632","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.267582+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8f35893da9704d13b319fd49021d870e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4190,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4190}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.2677809+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8f35893da9704d13b319fd49021d870e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4190,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.2680207+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8f35893da9704d13b319fd49021d870e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4190,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.3543937+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"fd3186f6f9f8477f9c4704effcecb351","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4210,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4210}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.3547138+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"fd3186f6f9f8477f9c4704effcecb351","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4210,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.3550917+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"fd3186f6f9f8477f9c4704effcecb351","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4210,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:38.2740767+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c872b85e74dc4725bfc8c9b567108aeb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4235}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:38.2755318+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c872b85e74dc4725bfc8c9b567108aeb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:38.275735+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c872b85e74dc4725bfc8c9b567108aeb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:38.2762214+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b12d5cdac0f948f98f8211b972ce4a1a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:38.2763656+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b12d5cdac0f948f98f8211b972ce4a1a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:38.2765454+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b12d5cdac0f948f98f8211b972ce4a1a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:39.2697297+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c5d6d7ad24814e61b08c8c4faadcd035","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:39.2700395+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c5d6d7ad24814e61b08c8c4faadcd035","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:39.2760732+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c5d6d7ad24814e61b08c8c4faadcd035","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:39.276593+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ba553b431c084a509d76afc6511bc305","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:39.2767869+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ba553b431c084a509d76afc6511bc305","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:39.2769598+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ba553b431c084a509d76afc6511bc305","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.2723201+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"00db5ee9c8bb4c3fa0896ce725b7d2eb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4242}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.272557+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"00db5ee9c8bb4c3fa0896ce725b7d2eb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.2727683+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"00db5ee9c8bb4c3fa0896ce725b7d2eb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.2732534+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8d2678813e1d44349ef09c6d33ccca44","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4236}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.2734142+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8d2678813e1d44349ef09c6d33ccca44","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.2735833+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8d2678813e1d44349ef09c6d33ccca44","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.3790312+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"26f1d54dfab54d97a18a795116199d23","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4185}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.3792734+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"26f1d54dfab54d97a18a795116199d23","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.3794788+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"26f1d54dfab54d97a18a795116199d23","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:41.2773474+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"43d8a61246fa4c6eb516766f4673190b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4157,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4157}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:41.2776115+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"43d8a61246fa4c6eb516766f4673190b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4157,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:41.2779061+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"43d8a61246fa4c6eb516766f4673190b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4157,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:41.279161+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f2810fa4eedc4a5ab502fb25689106b5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4248}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:41.2793387+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f2810fa4eedc4a5ab502fb25689106b5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:41.2795079+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f2810fa4eedc4a5ab502fb25689106b5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:42.2750022+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4ac77430164442efa1e19d8629600856","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4267}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:42.2753116+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4ac77430164442efa1e19d8629600856","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:42.2755486+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4ac77430164442efa1e19d8629600856","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:42.2760077+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"3fbe315e721c4f0884baa84499fe9b82","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4240}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:42.2761756+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"3fbe315e721c4f0884baa84499fe9b82","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:42.2763191+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"3fbe315e721c4f0884baa84499fe9b82","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:43.2768316+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"a425cf56e45e41128c3aa88151ec270c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4234}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:43.2770497+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"a425cf56e45e41128c3aa88151ec270c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:43.2772378+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"a425cf56e45e41128c3aa88151ec270c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:43.2775921+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4376fa7a3e3c407abebb022ac6839374","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4238}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:43.2777266+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4376fa7a3e3c407abebb022ac6839374","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:43.2778801+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4376fa7a3e3c407abebb022ac6839374","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:44.279237+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f2bcda96a7c34ad99b1cb5570b269e77","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4234}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:44.2794512+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f2bcda96a7c34ad99b1cb5570b269e77","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:44.2855095+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f2bcda96a7c34ad99b1cb5570b269e77","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:44.286141+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"7150e40045104447a36bd1cdb1c96a2b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4186,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4186}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:44.2862721+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"7150e40045104447a36bd1cdb1c96a2b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4186,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:44.286442+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"7150e40045104447a36bd1cdb1c96a2b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4186,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.28237+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"80278bb1f5604aac80fbe008200f140f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.2826139+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"80278bb1f5604aac80fbe008200f140f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.2828163+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"80278bb1f5604aac80fbe008200f140f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.283885+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8a3d886d99a94014864ee7e7811a4e2b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4288}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.284049+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8a3d886d99a94014864ee7e7811a4e2b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.2842033+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8a3d886d99a94014864ee7e7811a4e2b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.9861158+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b53d4070b56a4dd19b0332febf9a64d6","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4192,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4192}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.9863385+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b53d4070b56a4dd19b0332febf9a64d6","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4192,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.9865866+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b53d4070b56a4dd19b0332febf9a64d6","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4192,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:46.141117+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0ffa3e0c70f74c9ca1d3ce6cc9f5567e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:46.1413571+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0ffa3e0c70f74c9ca1d3ce6cc9f5567e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:46.1415276+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0ffa3e0c70f74c9ca1d3ce6cc9f5567e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:47.2867914+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"fe3dc1c376444249a1a0207724bc8795","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:47.2870183+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"fe3dc1c376444249a1a0207724bc8795","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:47.2872029+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"fe3dc1c376444249a1a0207724bc8795","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:47.287635+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"6778d7cdbfd14704a8f90c142905649d","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:47.2877689+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"6778d7cdbfd14704a8f90c142905649d","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:47.287919+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"6778d7cdbfd14704a8f90c142905649d","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:48.3968627+00:00","EventType":"connection_opened","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8d42edb65fa340c098422a27c2f9d9a4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:48.4102211+00:00","EventType":"turn_processed","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"7dc359e06c6d42e0a80c0adc2381f360","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473348418,\u0022msgID\u0022:\u0022mid-b6ce9b48-43d8-11f1-be3f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b676e916-43d8-11f1-80f1-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":"Well, what\u0027s your cloud version?","intent":"cloud_version"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:48.4104586+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"7dc359e06c6d42e0a80c0adc2381f360","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473348418,\u0022msgID\u0022:\u0022mid-b6ce9b48-43d8-11f1-be3f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b676e916-43d8-11f1-80f1-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-29T14:35:48.4106786+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"7dc359e06c6d42e0a80c0adc2381f360","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473348418,\u0022msgID\u0022:\u0022mid-b6ce9b48-43d8-11f1-be3f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b676e916-43d8-11f1-80f1-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-29T14:35:48.4109328+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f763411565ef45e69faad66af84300cc","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:48.4110738+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f763411565ef45e69faad66af84300cc","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:48.4112338+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f763411565ef45e69faad66af84300cc","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.2850909+00:00","EventType":"context_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"54c7394780da463f9070b28fd228da4c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473348553,\u0022msgID\u0022:\u0022mid-b6e31e24-43d8-11f1-b6c3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b676e916-43d8-11f1-80f1-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:1,\u0022playful\u0022:0.39115435185182798}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18412,\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-29T09:35:48.447-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.2854083+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"54c7394780da463f9070b28fd228da4c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473348553,\u0022msgID\u0022:\u0022mid-b6e31e24-43d8-11f1-b6c3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b676e916-43d8-11f1-80f1-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:1,\u0022playful\u0022:0.39115435185182798}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18412,\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-29T09:35:48.447-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.2913907+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"54c7394780da463f9070b28fd228da4c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473348553,\u0022msgID\u0022:\u0022mid-b6e31e24-43d8-11f1-b6c3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b676e916-43d8-11f1-80f1-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:1,\u0022playful\u0022:0.39115435185182798}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18412,\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-29T09:35:48.447-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.291803+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"33f0f6faf6b246d39c5286c541ccd901","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.2919574+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"33f0f6faf6b246d39c5286c541ccd901","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.2921241+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"33f0f6faf6b246d39c5286c541ccd901","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.2961927+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"1c6c0627d1b54554978eb957bbe0249e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.2963915+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"1c6c0627d1b54554978eb957bbe0249e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.2965234+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"1c6c0627d1b54554978eb957bbe0249e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.8764635+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"211abd89f6b34b1fa9bb57e0986c1624","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.8766784+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"211abd89f6b34b1fa9bb57e0986c1624","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9528753+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"211abd89f6b34b1fa9bb57e0986c1624","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-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-29T14:35:52.9533336+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b1f5f69573f84f5581137282d0207d8e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4240}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9535172+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b1f5f69573f84f5581137282d0207d8e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9537152+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b1f5f69573f84f5581137282d0207d8e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9541801+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4c334a037cc646ee87bb70ce0f8e8575","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4289,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4289}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9543039+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4c334a037cc646ee87bb70ce0f8e8575","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4289,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9544428+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4c334a037cc646ee87bb70ce0f8e8575","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4289,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9549955+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ca2b79fc363e49a5913c3b319d737502","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4188,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4188}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.955118+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ca2b79fc363e49a5913c3b319d737502","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4188,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9552685+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ca2b79fc363e49a5913c3b319d737502","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4188,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9557156+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"2c6fe096969e4967bc5a4528ab1d6a68","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4229,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4229}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9558322+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"2c6fe096969e4967bc5a4528ab1d6a68","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4229,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9559729+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"2c6fe096969e4967bc5a4528ab1d6a68","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4229,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9565149+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"197868d4170f4ce595e6649da1b841b0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4247,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4247}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9566518+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"197868d4170f4ce595e6649da1b841b0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4247,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9567962+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"197868d4170f4ce595e6649da1b841b0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4247,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9573076+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"40b4638540cd4c9da01843c105a87612","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4219}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9574349+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"40b4638540cd4c9da01843c105a87612","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.957578+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"40b4638540cd4c9da01843c105a87612","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,102 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "neohubjibocom-neohubproactive-tidd36da4d442a611f1aba45cf821ea55ae",
|
|
||||||
"session": {
|
|
||||||
"hostName": "neo-hub.jibo.com",
|
|
||||||
"path": "/v1/proactive",
|
|
||||||
"kind": "neo-hub-proactive",
|
|
||||||
"token": "hub-usr_openjibo_owner-1777340189867"
|
|
||||||
},
|
|
||||||
"steps": [
|
|
||||||
{
|
|
||||||
"text": {
|
|
||||||
"type": "TRIGGER",
|
|
||||||
"ts": 1777341970615,
|
|
||||||
"msgID": "mid-d388c070-42a6-11f1-a414-5cf821ea55ae",
|
|
||||||
"transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae",
|
|
||||||
"data": {
|
|
||||||
"triggerSource": "SURPRISE",
|
|
||||||
"triggerData": {
|
|
||||||
"looperID": "5c0b221fdf9d450019c5e255"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary": null,
|
|
||||||
"expectedReplyTypes": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": {
|
|
||||||
"type": "CONTEXT",
|
|
||||||
"ts": 1777341970702,
|
|
||||||
"msgID": "mid-d395f790-42a6-11f1-95f4-5cf821ea55ae",
|
|
||||||
"transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae",
|
|
||||||
"data": {
|
|
||||||
"runtime": {
|
|
||||||
"character": {
|
|
||||||
"emotion": {
|
|
||||||
"name": "NEUTRAL",
|
|
||||||
"valence": 0.45,
|
|
||||||
"confidence": 0.2
|
|
||||||
},
|
|
||||||
"motivation": {
|
|
||||||
"social": 1,
|
|
||||||
"playful": 0.5152989351851469
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"perception": {
|
|
||||||
"speaker": "5c0b221fdf9d450019c5e255",
|
|
||||||
"peoplePresent": [
|
|
||||||
{
|
|
||||||
"id": "NOT_TRAINED",
|
|
||||||
"entityId": 16085,
|
|
||||||
"type": "fused",
|
|
||||||
"confidence": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"location": {
|
|
||||||
"city": "Pleasant Hill",
|
|
||||||
"state": "Missouri",
|
|
||||||
"stateAbbr": "MO",
|
|
||||||
"country": "United States",
|
|
||||||
"countryCode": "US",
|
|
||||||
"lat": 38.8358494,
|
|
||||||
"lng": -94.1427229,
|
|
||||||
"iso": "2026-04-27T21:06:10.626-05:00"
|
|
||||||
},
|
|
||||||
"loop": {
|
|
||||||
"loopId": "5c0b221fdf9d450019c5e253",
|
|
||||||
"users": [
|
|
||||||
{
|
|
||||||
"firstName": "Erin",
|
|
||||||
"lastName": "Picone",
|
|
||||||
"phoneticName": "Erin",
|
|
||||||
"gender": "female",
|
|
||||||
"birthdate": 649209600000,
|
|
||||||
"id": "5c0b221fdf9d450019c5e255",
|
|
||||||
"accountId": "5c0b20547c46170019235759"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"jibo": {
|
|
||||||
"color": "WHITE",
|
|
||||||
"birthdate": 1544234645598,
|
|
||||||
"id": "5c0b221fdf9d450019c5e254"
|
|
||||||
},
|
|
||||||
"owner": "5c0b221fdf9d450019c5e255"
|
|
||||||
},
|
|
||||||
"dialog": {
|
|
||||||
"referent": null
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"skill": {
|
|
||||||
"id": null
|
|
||||||
},
|
|
||||||
"general": {
|
|
||||||
"release": "1.9.2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary": null,
|
|
||||||
"expectedReplyTypes": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,352 +0,0 @@
|
|||||||
2026-04-29T09:31:56.325931-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T09:32:00.327465-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37578 80:69:1a:8b:a2:b8
|
|
||||||
2026-04-29T09:32:00.328012-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37579 30:23:03:95:2b:b7
|
|
||||||
2026-04-29T09:32:00.328293-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37580 80:69:1a:95:0b:6d
|
|
||||||
2026-04-29T09:32:00.328567-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37581 86:69:1a:95:0b:6d
|
|
||||||
2026-04-29T09:32:00.328889-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37582 fc:9c:98:59:45:de
|
|
||||||
2026-04-29T09:32:00.329163-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37583 30:23:03:d6:cf:c1
|
|
||||||
2026-04-29T09:32:00.329412-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37584 68:f0:bc:c6:99:04
|
|
||||||
2026-04-29T09:32:00.329674-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T09:32:45.878758-05:00 Royal-Current-Sage-Canvas ntpd[1464,err]: - frequency file /var/lib/ntp/ntp.drift.TEMP: No such file or directory
|
|
||||||
2026-04-29T09:32:58.371419-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37575 36:23:03:3f:51:e5
|
|
||||||
2026-04-29T09:32:58.371960-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37577 68:f0:bc:c3:76:ce
|
|
||||||
2026-04-29T09:34:00.392326-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T09:34:05.402237-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37585 30:23:03:3f:51:e5
|
|
||||||
2026-04-29T09:34:05.402542-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37586 7a:c3:2a:77:55:eb
|
|
||||||
2026-04-29T09:34:05.402736-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37587 fa:8f:ca:76:52:18
|
|
||||||
2026-04-29T09:34:05.402954-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T09:35:08.442698-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37578 80:69:1a:8b:a2:b8
|
|
||||||
2026-04-29T09:35:08.443262-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37579 30:23:03:95:2b:b7
|
|
||||||
2026-04-29T09:35:08.443516-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37580 80:69:1a:95:0b:6d
|
|
||||||
2026-04-29T09:35:08.443845-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37581 86:69:1a:95:0b:6d
|
|
||||||
2026-04-29T09:35:08.448732-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37583 30:23:03:d6:cf:c1
|
|
||||||
2026-04-29T09:35:08.449110-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37584 68:f0:bc:c6:99:04
|
|
||||||
2026-04-29T14:35:10.820Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Playing big musing.
|
|
||||||
2026-04-29T14:35:11.142Z Royal-Current-Sage-Canvas be[1016,warning]: [versions@1 release="1.9.2"] T.Be.Framework.HolidayBeSkillPlugin-Holiday: KB returned no holiday list.
|
|
||||||
2026-04-29T14:35:11.145Z Royal-Current-Sage-Canvas be[1016,warning]: [versions@1 release="1.9.2"] T.Be.Framework.HolidayBeSkillPlugin-Holiday: No active holiday data.
|
|
||||||
2026-04-29T14:35:11.157Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Randomly chosen idle animation query:{"category":"ib","includeMeta":[],"includeSomeMeta":[],"excludeMeta":["seasonal","shift","shift-left","shift-right","postural-shift"]}
|
|
||||||
2026-04-29T14:35:11.943Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!!
|
|
||||||
2026-04-29T14:35:18.835Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T14:35:25.102Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 123 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"923765952 923766144 hey 0.00 923766144 923766336 jibo 0.00 "}
|
|
||||||
2026-04-29T14:35:25.103Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 0 dB
|
|
||||||
2026-04-29T14:35:25.103Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: hjw_JM_RECOG_HJ_EVENT
|
|
||||||
2026-04-29T14:35:25.103Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Entering PH-W state
|
|
||||||
2026-04-29T14:35:25.105Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 2 ms.
|
|
||||||
2026-04-29T14:35:25.105Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 923765952
|
|
||||||
2026-04-29T09:35:25.109774-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[1005308,55760],"type":"hotphrase","id":433,"location":{"ts":[1005307,857808],"possibilities":[{"channels":[22,34],"position":{"x":0.4939420819282532,"y":0.8052947521209717,"z":0.5349907279014587},"confidence":0.0602484866976738},{"channels":[5],"position":{"x":-0.7784435749053955,"y":-0.5387777090072632,"z":0.2814227342605591},"confidence":0.0170251727104187}]},"utterances":[]}
|
|
||||||
2026-04-29T14:35:25.120Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard
|
|
||||||
2026-04-29T14:35:25.211Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo'
|
|
||||||
2026-04-29T14:35:25.253Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND
|
|
||||||
2026-04-29T14:35:25.235Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo'
|
|
||||||
2026-04-29T14:35:25.331Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened.
|
|
||||||
2026-04-29T14:35:25.332Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT
|
|
||||||
2026-04-29T14:35:25.332Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.000000" requestID="GLOBAL" transID="tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry
|
|
||||||
2026-04-29T14:35:25.334Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 1 ms.
|
|
||||||
2026-04-29T14:35:25.336Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS
|
|
||||||
2026-04-29T14:35:25.348Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 0.408954 accepted: 1
|
|
||||||
2026-04-29T14:35:25.348Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT
|
|
||||||
2026-04-29T09:35:25.349671-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[1005308,295692],"type":"jet_speaker_id","id":433,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":0.40895432233810427,"accepted":true,"high_confidence":false}],"snr":11.704826354980469}}
|
|
||||||
2026-04-29T14:35:25.319Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: 0.4939420819282532,\n y: 0.8052947521209717,\n z: 0.5349907279014587 } null
|
|
||||||
2026-04-29T09:35:25.358476-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses
|
|
||||||
2026-04-29T09:35:25.358738-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:11.7048 Id: 5c0b221fdf9d450019c5e255 Conf: 0.408954
|
|
||||||
2026-04-29T09:35:25.358952-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test.
|
|
||||||
2026-04-29T09:35:25.359102-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs.
|
|
||||||
2026-04-29T09:35:25.359325-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.040229
|
|
||||||
2026-04-29T09:35:25.359466-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.040229 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T09:35:25.359759-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED
|
|
||||||
2026-04-29T14:35:25.358Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request
|
|
||||||
2026-04-29T14:35:25.369Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired!
|
|
||||||
2026-04-29T14:35:25.373Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look
|
|
||||||
2026-04-29T09:35:25.399784-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses
|
|
||||||
2026-04-29T09:35:25.399986-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:11.7048 Id: 5c0b221fdf9d450019c5e255 Conf: 0.408954
|
|
||||||
2026-04-29T09:35:25.400089-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test.
|
|
||||||
2026-04-29T09:35:25.400151-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 2 inputs.
|
|
||||||
2026-04-29T09:35:25.400233-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.0201145
|
|
||||||
2026-04-29T09:35:25.400280-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.0201145 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T09:35:25.400317-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE.
|
|
||||||
2026-04-29T14:35:25.332Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: -0.7784435749053955,\n y: -0.5387777090072632,\n z: 0.2814227342605591 } null
|
|
||||||
2026-04-29T14:35:25.381Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted
|
|
||||||
2026-04-29T14:35:25.389Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: false | score: 0.40895432233810425
|
|
||||||
2026-04-29T14:35:25.392Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idAcquired from source: VOICE
|
|
||||||
2026-04-29T14:35:25.402Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: ID_ACQUIRED
|
|
||||||
2026-04-29T14:35:25.407Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted.
|
|
||||||
2026-04-29T14:35:25.585Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 237 ms.
|
|
||||||
2026-04-29T14:35:26.655Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED
|
|
||||||
2026-04-29T14:35:29.768Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE
|
|
||||||
2026-04-29T14:35:29.733Z Royal-Current-Sage-Canvas be[1016,warning]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: Wait for signals timed out.
|
|
||||||
2026-04-29T14:35:29.743Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Expression.Base.ResolveHandle: Someone tried to cancel ResolveHandle after it was resolved!
|
|
||||||
2026-04-29T14:35:29.757Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: Infinity
|
|
||||||
2026-04-29T14:35:29.760Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: false
|
|
||||||
2026-04-29T14:35:29.801Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T14:35:30.248Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN
|
|
||||||
2026-04-29T14:35:30.248Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 0 ms.
|
|
||||||
2026-04-29T14:35:30.248Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS
|
|
||||||
2026-04-29T14:35:30.249Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms.
|
|
||||||
2026-04-29T14:35:30.311Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO
|
|
||||||
2026-04-29T14:35:30.312Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms.
|
|
||||||
2026-04-29T14:35:30.328Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Demand Face Detect found 1 faces
|
|
||||||
2026-04-29T14:35:30.278Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae',\n data: \n ListenResult {\n asr: \n { confidence: 0.95,\n final: true,\n text: 'Well, what\'s your cloud version?' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'cloud_version',\n rule: 'launch',\n score: 0.95 } } }
|
|
||||||
2026-04-29T14:35:30.297Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: \n { confidence: 0.95,\n final: true,\n text: 'Well, what\'s your cloud version?' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'cloud_version',\n rule: 'launch',\n score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae' }
|
|
||||||
2026-04-29T14:35:30.338Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received
|
|
||||||
2026-04-29T14:35:30.562Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED
|
|
||||||
2026-04-29T14:35:30.352Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:35:30.371Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:35:30.378Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T14:35:30.381Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus
|
|
||||||
2026-04-29T14:35:30.382Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle
|
|
||||||
2026-04-29T09:35:30.788472-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX
|
|
||||||
2026-04-29T09:35:30.788956-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - c12ee9ef-030a-42c5-a6fb-f5cbdd86d1c4
|
|
||||||
2026-04-29T09:35:30.789620-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - c12ee9ef-030a-42c5-a6fb-f5cbdd86d1c4
|
|
||||||
2026-04-29T14:35:30.384Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle
|
|
||||||
2026-04-29T14:35:30.385Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping
|
|
||||||
2026-04-29T09:35:30.843649-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags
|
|
||||||
2026-04-29T09:35:30.844125-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - a1b00c3c-bbce-4807-a936-069e1d04cb48
|
|
||||||
2026-04-29T09:35:30.845668-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - a1b00c3c-bbce-4807-a936-069e1d04cb48
|
|
||||||
2026-04-29T14:35:30.410Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false
|
|
||||||
2026-04-29T14:35:30.417Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue.
|
|
||||||
2026-04-29T09:35:30.940884-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times
|
|
||||||
2026-04-29T09:35:30.941955-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"<speak><STYLE set=\"NEUTRAL\"> <SPEAK> open Jibo Cloud version 1 dot 0 dot 18 . </SPEAK> </STYLE></speak>","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}}
|
|
||||||
2026-04-29T14:35:30.439Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle
|
|
||||||
2026-04-29T14:35:30.443Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T14:35:30.448Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle
|
|
||||||
2026-04-29T14:35:30.450Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:35:30.502Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus
|
|
||||||
2026-04-29T14:35:30.512Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus''
|
|
||||||
2026-04-29T14:35:30.521Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus''
|
|
||||||
2026-04-29T14:35:30.532Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T14:35:30.539Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus
|
|
||||||
2026-04-29T14:35:30.542Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:35:30.552Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:35:30.572Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus
|
|
||||||
2026-04-29T14:35:30.578Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus
|
|
||||||
2026-04-29T14:35:30.581Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening
|
|
||||||
2026-04-29T14:35:30.603Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response...
|
|
||||||
2026-04-29T14:35:30.612Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:35:30.615Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response.
|
|
||||||
2026-04-29T14:35:30.618Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response...
|
|
||||||
2026-04-29T14:35:30.627Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill.
|
|
||||||
2026-04-29T14:35:30.628Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response.
|
|
||||||
2026-04-29T14:35:30.633Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT
|
|
||||||
2026-04-29T14:35:30.713Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T14:35:30.754Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received
|
|
||||||
2026-04-29T14:35:30.760Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request
|
|
||||||
2026-04-29T14:35:30.762Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 815cce44-9113-44f6-84e5-4d01744bd2f0
|
|
||||||
2026-04-29T09:35:31.129163-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 6e94f400-3a37-4e03-a692-0ac1f17fb2c5
|
|
||||||
2026-04-29T14:35:31.225Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode
|
|
||||||
2026-04-29T14:35:31.280Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING
|
|
||||||
2026-04-29T14:35:31.339Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish
|
|
||||||
2026-04-29T14:35:31.340Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 815cce44-9113-44f6-84e5-4d01744bd2f0
|
|
||||||
2026-04-29T09:35:31.393440-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 1d52f153-8412-4e0d-b0dd-545d8af032a7
|
|
||||||
2026-04-29T09:35:31.393578-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"<speak><STYLE set=\"NEUTRAL\"> <SPEAK> open Jibo Cloud version 1 dot 0 dot 18 . </SPEAK> </STYLE></speak>","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}}
|
|
||||||
2026-04-29T09:35:31.393933-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 1d52f153-8412-4e0d-b0dd-545d8af032a7
|
|
||||||
2026-04-29T09:35:31.393994-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached
|
|
||||||
2026-04-29T14:35:32.642Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 51 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"923773312 923773504 hey 0.00 923773504 923773888 jibo 0.00 "}
|
|
||||||
2026-04-29T14:35:32.642Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 18.6839 dB
|
|
||||||
2026-04-29T14:35:32.645Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT
|
|
||||||
2026-04-29T14:35:32.648Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 3 ms.
|
|
||||||
2026-04-29T14:35:32.648Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 923773312
|
|
||||||
2026-04-29T09:35:32.649881-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[1005315,595879],"type":"hotphrase","id":434,"location":{"ts":[1005315,397504],"possibilities":[{"channels":[7],"position":{"x":-0.8887902498245239,"y":-0.28726521134376528,"z":-0.035446926951408389},"confidence":0.05566801875829697},{"channels":[16],"position":{"x":0.27963316440582278,"y":-0.8681797385215759,"z":0.553131639957428},"confidence":0.054814014583826068}]},"utterances":[]}
|
|
||||||
2026-04-29T14:35:32.675Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae' }
|
|
||||||
2026-04-29T09:35:32.763705-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: { "tts": { "stop_request" : "Calling TTS stop" } }
|
|
||||||
2026-04-29T09:35:32.763745-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Stop called
|
|
||||||
2026-04-29T14:35:32.678Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard
|
|
||||||
2026-04-29T14:35:32.700Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received
|
|
||||||
2026-04-29T14:35:32.705Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing stop request on active session: 815cce44-9113-44f6-84e5-4d01744bd2f0
|
|
||||||
2026-04-29T09:35:32.822586-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 1d52f153-8412-4e0d-b0dd-545d8af032a7
|
|
||||||
2026-04-29T14:35:32.714Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Stopped
|
|
||||||
2026-04-29T14:35:32.722Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received
|
|
||||||
2026-04-29T14:35:32.788Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo'
|
|
||||||
2026-04-29T14:35:32.791Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Basic Lookat' to achieve goal 'Hey Jibo'
|
|
||||||
2026-04-29T14:35:32.852Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to COMMAND
|
|
||||||
2026-04-29T14:35:32.910Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request
|
|
||||||
2026-04-29T14:35:32.934Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired!
|
|
||||||
2026-04-29T14:35:32.935Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look
|
|
||||||
2026-04-29T14:35:33.429Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 815cce44-9113-44f6-84e5-4d01744bd2f0
|
|
||||||
2026-04-29T14:35:33.460Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 815cce44-9113-44f6-84e5-4d01744bd2f0
|
|
||||||
2026-04-29T14:35:33.463Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request
|
|
||||||
2026-04-29T14:35:33.748Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jetstream.RecogSpeakerID: Streaming Speaker ID failed -- trying again using a segment
|
|
||||||
2026-04-29T14:35:33.858Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecogSpeakerID: Speaker ID: isAuthDone=true but AuthResult=false
|
|
||||||
2026-04-29T14:35:33.858Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT
|
|
||||||
2026-04-29T14:35:33.859Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 1 ms.
|
|
||||||
2026-04-29T09:35:33.859394-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[1005316,805451],"type":"jet_speaker_id","id":434,"data":{"speakers":[],"snr":0.0}}
|
|
||||||
2026-04-29T09:35:33.860040-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,warning]: - P.Engine.AudioDetectionAction: SpeakerID with no IDs?
|
|
||||||
2026-04-29T14:35:33.866Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: Empty speaker list
|
|
||||||
2026-04-29T14:35:33.879Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker invalidated by rejected speaker id.
|
|
||||||
2026-04-29T14:35:34.280Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms.
|
|
||||||
2026-04-29T14:35:34.280Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened.
|
|
||||||
2026-04-29T14:35:34.280Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT
|
|
||||||
2026-04-29T14:35:34.281Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="8.593962" requestID="GLOBAL" transID="tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry
|
|
||||||
2026-04-29T14:35:34.285Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS
|
|
||||||
2026-04-29T14:35:34.456Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 176 ms.
|
|
||||||
2026-04-29T14:35:34.480Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted
|
|
||||||
2026-04-29T14:35:34.939Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED
|
|
||||||
2026-04-29T14:35:34.983Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to ENGAGED
|
|
||||||
2026-04-29T14:35:35.035Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Basic Lookat' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T14:35:35.629Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18407
|
|
||||||
2026-04-29T14:35:35.756Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Primary Face
|
|
||||||
2026-04-29T14:35:36.119Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 18407
|
|
||||||
2026-04-29T14:35:44.605Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Eye Sound
|
|
||||||
2026-04-29T14:35:47.842Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 185 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"923788544 923788736 hey 0.00 923788736 923789056 jibo 0.00 "}
|
|
||||||
2026-04-29T14:35:47.842Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 0 dB
|
|
||||||
2026-04-29T14:35:47.842Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT
|
|
||||||
2026-04-29T14:35:47.844Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 923788544
|
|
||||||
2026-04-29T14:35:47.844Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 2 ms.
|
|
||||||
2026-04-29T09:35:47.846899-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[1005330,792913],"type":"hotphrase","id":435,"location":{"ts":[1005330,590549],"possibilities":[{"channels":[17,5],"position":{"x":0.20392876863479615,"y":0.9303188323974609,"z":0.18110908567905427},"confidence":0.2617146968841553}]},"utterances":[]}
|
|
||||||
2026-04-29T14:35:47.872Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 3.98875 accepted: 1
|
|
||||||
2026-04-29T14:35:47.872Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT
|
|
||||||
2026-04-29T14:35:47.873Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 1 ms.
|
|
||||||
2026-04-29T09:35:47.873543-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[1005330,819570],"type":"jet_speaker_id","id":435,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":3.9887497425079347,"accepted":true,"high_confidence":true}],"snr":14.818177223205567}}
|
|
||||||
2026-04-29T09:35:47.879404-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses
|
|
||||||
2026-04-29T09:35:47.880041-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:14.8182 Id: 5c0b221fdf9d450019c5e255 Conf: 3.98875
|
|
||||||
2026-04-29T09:35:47.880472-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs.
|
|
||||||
2026-04-29T09:35:47.880772-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.148091 Op: NOT_TRAINED Score: 0.196364
|
|
||||||
2026-04-29T09:35:47.880994-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.196364 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T09:35:47.881344-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED
|
|
||||||
2026-04-29T14:35:47.850Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae' }
|
|
||||||
2026-04-29T09:35:47.903067-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses
|
|
||||||
2026-04-29T09:35:47.903167-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure voice Quality:14.8182 Id: 5c0b221fdf9d450019c5e255 Conf: 3.98875
|
|
||||||
2026-04-29T09:35:47.903241-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 2 inputs.
|
|
||||||
2026-04-29T09:35:47.903309-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.0740454 Op: NOT_TRAINED Score: 0.0981818
|
|
||||||
2026-04-29T09:35:47.903357-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.0981818 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T09:35:47.903417-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE.
|
|
||||||
2026-04-29T14:35:47.883Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard
|
|
||||||
2026-04-29T14:35:47.954Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to COMMAND
|
|
||||||
2026-04-29T14:35:47.927Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: true | score: 3.9887497425079346
|
|
||||||
2026-04-29T14:35:47.932Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted.
|
|
||||||
2026-04-29T14:35:47.980Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request
|
|
||||||
2026-04-29T14:35:47.941Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo'
|
|
||||||
2026-04-29T14:35:47.944Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Basic Lookat' to achieve goal 'Hey Jibo'
|
|
||||||
2026-04-29T14:35:48.014Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired!
|
|
||||||
2026-04-29T14:35:48.016Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look
|
|
||||||
2026-04-29T14:35:48.417Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms.
|
|
||||||
2026-04-29T14:35:48.418Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened.
|
|
||||||
2026-04-29T14:35:48.418Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT
|
|
||||||
2026-04-29T14:35:48.418Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.000000" requestID="GLOBAL" transID="tid-b676e916-43d8-11f1-80f1-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry
|
|
||||||
2026-04-29T14:35:48.422Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS
|
|
||||||
2026-04-29T14:35:48.557Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 139 ms.
|
|
||||||
2026-04-29T14:35:48.577Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted
|
|
||||||
2026-04-29T14:35:49.843Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED
|
|
||||||
2026-04-29T14:35:49.887Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to ENGAGED
|
|
||||||
2026-04-29T14:35:49.892Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Basic Lookat' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T14:35:51.926Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Eye Sound
|
|
||||||
2026-04-29T14:35:52.901Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN
|
|
||||||
2026-04-29T14:35:52.902Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms.
|
|
||||||
2026-04-29T14:35:52.902Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS
|
|
||||||
2026-04-29T14:35:52.903Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms.
|
|
||||||
2026-04-29T14:35:52.916Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: undefined,\n transID: 'tid-b676e916-43d8-11f1-80f1-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'hello' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: { cloudSkill: null, intent: 'hello', rule: 'launch', score: 0.95 } } }
|
|
||||||
2026-04-29T14:35:52.973Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO
|
|
||||||
2026-04-29T14:35:52.974Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms.
|
|
||||||
2026-04-29T14:35:52.929Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'hello' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: { cloudSkill: null, intent: 'hello', rule: 'launch', score: 0.95 } },\n status: 'SUCCEEDED',\n transID: 'tid-b676e916-43d8-11f1-80f1-5cf821ea55ae' }
|
|
||||||
2026-04-29T14:35:52.936Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received
|
|
||||||
2026-04-29T14:35:52.966Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:35:52.969Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:35:52.976Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T14:35:52.989Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/nimbus
|
|
||||||
2026-04-29T14:35:52.992Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: refreshing skill @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } } { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T09:35:53.158923-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX
|
|
||||||
2026-04-29T09:35:53.159336-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 72b8914f-5e5f-4bec-bb05-0927abf10ac0
|
|
||||||
2026-04-29T09:35:53.160045-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 72b8914f-5e5f-4bec-bb05-0927abf10ac0
|
|
||||||
2026-04-29T09:35:53.189897-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags
|
|
||||||
2026-04-29T09:35:53.190291-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - e570d566-0dca-4d97-88a3-374539d3ffb9
|
|
||||||
2026-04-29T09:35:53.190918-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - e570d566-0dca-4d97-88a3-374539d3ffb9
|
|
||||||
2026-04-29T14:35:52.997Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening
|
|
||||||
2026-04-29T14:35:52.998Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: refreshing skill success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } } { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'hello',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T09:35:53.234375-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags
|
|
||||||
2026-04-29T14:35:53.010Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T09:35:53.234885-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - d9f0e4d9-1289-471b-b9b8-32308beef11b
|
|
||||||
2026-04-29T09:35:53.235928-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - d9f0e4d9-1289-471b-b9b8-32308beef11b
|
|
||||||
2026-04-29T14:35:53.029Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response...
|
|
||||||
2026-04-29T14:35:53.044Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response.
|
|
||||||
2026-04-29T09:35:53.285316-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times
|
|
||||||
2026-04-29T09:35:53.286324-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"<speak><STYLE set=\"NEUTRAL\"> <SPEAK> hey . I am happy to see you . </SPEAK> </STYLE></speak>","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}}
|
|
||||||
2026-04-29T14:35:53.046Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response...
|
|
||||||
2026-04-29T14:35:53.047Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill.
|
|
||||||
2026-04-29T14:35:53.048Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response.
|
|
||||||
2026-04-29T14:35:53.050Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT
|
|
||||||
2026-04-29T14:35:53.119Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T09:35:53.364889-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 1ce550bc-4f45-41aa-a7df-873cf4483fb9
|
|
||||||
2026-04-29T14:35:53.141Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received
|
|
||||||
2026-04-29T14:35:53.142Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request
|
|
||||||
2026-04-29T14:35:53.143Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 39910ac3-ac4e-4915-aee3-863561e40f27
|
|
||||||
2026-04-29T14:35:53.431Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode
|
|
||||||
2026-04-29T14:35:53.520Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING
|
|
||||||
2026-04-29T14:35:53.553Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish
|
|
||||||
2026-04-29T14:35:53.557Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 39910ac3-ac4e-4915-aee3-863561e40f27
|
|
||||||
2026-04-29T09:35:53.589711-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 3000760e-7a5b-4f1e-a358-3e78ca1ed530
|
|
||||||
2026-04-29T09:35:53.589897-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"<speak><STYLE set=\"NEUTRAL\"> <SPEAK> hey . I am happy to see you . </SPEAK> </STYLE></speak>","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}}
|
|
||||||
2026-04-29T09:35:53.590141-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 3000760e-7a5b-4f1e-a358-3e78ca1ed530
|
|
||||||
2026-04-29T09:35:53.590193-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached
|
|
||||||
2026-04-29T09:35:55.537996-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 3000760e-7a5b-4f1e-a358-3e78ca1ed530
|
|
||||||
2026-04-29T14:35:56.031Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 39910ac3-ac4e-4915-aee3-863561e40f27
|
|
||||||
2026-04-29T14:35:56.037Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED
|
|
||||||
2026-04-29T14:35:56.055Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 39910ac3-ac4e-4915-aee3-863561e40f27
|
|
||||||
2026-04-29T14:35:56.062Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session
|
|
||||||
2026-04-29T14:35:56.066Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request
|
|
||||||
2026-04-29T14:35:56.068Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received
|
|
||||||
2026-04-29T14:35:56.072Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T14:35:56.089Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:35:56.090Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T14:35:56.111Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/surprises
|
|
||||||
2026-04-29T14:35:56.112Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus
|
|
||||||
2026-04-29T14:35:56.113Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus
|
|
||||||
2026-04-29T14:35:56.114Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing
|
|
||||||
2026-04-29T14:35:56.123Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus
|
|
||||||
2026-04-29T14:35:56.124Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T14:35:56.126Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus
|
|
||||||
2026-04-29T14:35:56.127Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:35:56.136Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/surprises
|
|
||||||
2026-04-29T14:35:56.142Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/surprises''
|
|
||||||
2026-04-29T14:35:56.150Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/surprises''
|
|
||||||
2026-04-29T14:35:56.158Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T14:35:56.159Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/surprises
|
|
||||||
2026-04-29T14:35:56.160Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:35:56.167Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:35:56.173Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/surprises
|
|
||||||
2026-04-29T14:35:56.174Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/surprises
|
|
||||||
2026-04-29T14:35:56.175Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T14:35:56.178Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/surprises { lastSkill: '@be/nimbus', asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:35:56.335Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalVADStatus: Failed: Heard people talking 35ms ago. baseline/recent: -0.99 / 0.90. In skill @be/surprises.
|
|
||||||
2026-04-29T14:35:56.361Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18412
|
|
||||||
2026-04-29T14:35:56.336Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: No EoS because environment context is loud or detected people talking.
|
|
||||||
2026-04-29T14:35:56.340Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:35:56.412Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE
|
|
||||||
2026-04-29T14:35:56.343Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T14:35:56.350Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/surprises @be/idle
|
|
||||||
2026-04-29T14:35:56.351Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/surprises
|
|
||||||
2026-04-29T14:35:56.358Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/surprises
|
|
||||||
2026-04-29T14:35:56.359Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Surprises: Exiting
|
|
||||||
2026-04-29T14:35:56.361Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/surprises
|
|
||||||
2026-04-29T14:35:56.363Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T14:35:56.364Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/surprises
|
|
||||||
2026-04-29T14:35:56.365Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:35:56.374Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle
|
|
||||||
2026-04-29T14:35:56.380Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle''
|
|
||||||
2026-04-29T14:35:56.381Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle''
|
|
||||||
2026-04-29T14:35:56.383Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T14:35:56.384Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: SURPRISE with looperID: 5c0b221fdf9d450019c5e255
|
|
||||||
2026-04-29T14:35:56.391Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalVADStatus: Failed: Heard people talking 20ms ago. baseline/recent: -0.97 / 0.94. In skill @be/idle.
|
|
||||||
2026-04-29T14:35:56.392Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Failed an inhibitor
|
|
||||||
2026-04-29T14:35:56.402Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T14:35:56.403Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle
|
|
||||||
2026-04-29T14:35:56.404Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:35:56.405Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/surprises @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:35:56.408Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle
|
|
||||||
2026-04-29T14:35:56.412Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle
|
|
||||||
2026-04-29T14:35:56.413Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T14:35:56.416Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP
|
|
||||||
2026-04-29T14:35:56.417Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true
|
|
||||||
2026-04-29T14:35:56.419Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting
|
|
||||||
2026-04-29T14:35:56.422Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT.
|
|
||||||
2026-04-29T14:35:56.424Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT
|
|
||||||
2026-04-29T14:35:56.441Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:35:56.457Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT.
|
|
||||||
2026-04-29T14:35:56.459Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT
|
|
||||||
2026-04-29T14:35:56.467Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT
|
|
||||||
2026-04-29T14:35:56.552Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4.
|
|
||||||
2026-04-29T14:35:56.639Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18412
|
|
||||||
2026-04-29T14:35:56.646Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T14:35:57.154Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face
|
|
||||||
2026-04-29T14:36:01.142Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 18412 has an identity of null
|
|
||||||
2026-04-29T14:36:02.329Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18412
|
|
||||||
#
|
|
||||||
|
|
||||||
File diff suppressed because one or more lines are too long
@@ -1,506 +0,0 @@
|
|||||||
{"TimestampUtc":"2026-04-29T00:35:15.3407757+00:00","EventType":"connection_opened","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"7cfcbffe4eea45e19324303a012b9888","Token":"hub-usr_openjibo_owner-1777422915211","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-29T00:35:15.3504552+00:00","EventType":"turn_processed","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"e965cbbbc71d4299ac18b4f0b1fa2027","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777422915499,\u0022msgID\u0022:\u0022mid-4a71cd14-4363-11f1-a9a4-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022word-of-the-day/surprise\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":null,"intent":null}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:15.3507223+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"e965cbbbc71d4299ac18b4f0b1fa2027","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777422915499,\u0022msgID\u0022:\u0022mid-4a71cd14-4363-11f1-a9a4-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022word-of-the-day/surprise\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-29T00:35:15.3509108+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"e965cbbbc71d4299ac18b4f0b1fa2027","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777422915499,\u0022msgID\u0022:\u0022mid-4a71cd14-4363-11f1-a9a4-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022word-of-the-day/surprise\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-29T00:35:15.3569599+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f32d559659924dbca6446e9274ca3103","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:15.3572123+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f32d559659924dbca6446e9274ca3103","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:15.357425+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f32d559659924dbca6446e9274ca3103","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1664343+00:00","EventType":"context_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9e7ffcae81c746bd95c18e590f351865","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777422915617,\u0022msgID\u0022:\u0022mid-4a83e0ee-4363-11f1-a7cf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-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.17755916666666705,\u0022playful\u0022:0.05918638888888913}},\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-28T19:35:15.550-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-49fa86fa-4363-11f1-bdc3-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1667332+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9e7ffcae81c746bd95c18e590f351865","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777422915617,\u0022msgID\u0022:\u0022mid-4a83e0ee-4363-11f1-a7cf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-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.17755916666666705,\u0022playful\u0022:0.05918638888888913}},\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-28T19:35:15.550-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-29T00:35:16.1669354+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9e7ffcae81c746bd95c18e590f351865","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777422915617,\u0022msgID\u0022:\u0022mid-4a83e0ee-4363-11f1-a7cf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-49fa86fa-4363-11f1-bdc3-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.17755916666666705,\u0022playful\u0022:0.05918638888888913}},\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-28T19:35:15.550-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-29T00:35:16.1697811+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"3bf9c179083640258867322d822dea75","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1700174+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"3bf9c179083640258867322d822dea75","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1702026+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"3bf9c179083640258867322d822dea75","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1956194+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"cd255266578d448e84e1e7c338ac5d2a","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1958578+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"cd255266578d448e84e1e7c338ac5d2a","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:16.1960528+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"cd255266578d448e84e1e7c338ac5d2a","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.8242006+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4139432068e34967bb7c00ce26f0b919","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.8244579+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4139432068e34967bb7c00ce26f0b919","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9002699+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4139432068e34967bb7c00ce26f0b919","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-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-29T00:35:19.9007328+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a94db31a0a7449598421647a6ecc45cf","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9009855+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a94db31a0a7449598421647a6ecc45cf","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9011721+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a94db31a0a7449598421647a6ecc45cf","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":4239,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.901481+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"5723f4a1dc0b48a3a8160b319d7cdd4e","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9016364+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"5723f4a1dc0b48a3a8160b319d7cdd4e","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9018023+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"5723f4a1dc0b48a3a8160b319d7cdd4e","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8478,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9020577+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"25d6fd40edcd4f9796e054ac6f1aff86","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":12730,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4252}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9022062+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"25d6fd40edcd4f9796e054ac6f1aff86","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":12730,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9023628+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"25d6fd40edcd4f9796e054ac6f1aff86","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":12730,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9026165+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9754e565a97d436dacea8f42990317eb","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":16996,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4266}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9027599+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9754e565a97d436dacea8f42990317eb","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":16996,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9028814+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9754e565a97d436dacea8f42990317eb","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":16996,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9031147+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a3af093f81094beab0594df527948466","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":21276,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4280}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9032837+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a3af093f81094beab0594df527948466","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":21276,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9034063+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"a3af093f81094beab0594df527948466","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":21276,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9035988+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4d13a4673189493e9dc2ca3f2c690549","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4156}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9037366+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4d13a4673189493e9dc2ca3f2c690549","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9038723+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"4d13a4673189493e9dc2ca3f2c690549","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":25432,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9041284+00:00","EventType":"binary_audio_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10b14d593bd647798a1cce399c8262b0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":29663,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4231}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9042868+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10b14d593bd647798a1cce399c8262b0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":29663,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:35:19.9044248+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10b14d593bd647798a1cce399c8262b0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":29663,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:37:19.701448+00:00","EventType":"connection_opened","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"8c1d8ca4e98e45dc9267d5efd3ad64d4","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-49fa86fa-4363-11f1-bdc3-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":29663,"BufferedAudioChunks":7,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:37:19.7171504+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9331d90efab64037940549653483d0a1","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":"TRIGGER","Direction":"in","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777423039684,\u0022msgID\u0022:\u0022mid-9476e8a4-4363-11f1-b2a0-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-943111da-4363-11f1-bcd7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022SURPRISE\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:37:19.7174314+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"9331d90efab64037940549653483d0a1","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777423039684,\u0022msgID\u0022:\u0022mid-9476e8a4-4363-11f1-b2a0-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-943111da-4363-11f1-bcd7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022SURPRISE\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:37:19.7910411+00:00","EventType":"context_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10feb67fdb9946ff8ff5877c0bd44055","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777423039767,\u0022msgID\u0022:\u0022mid-94839bd0-4363-11f1-a03d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-943111da-4363-11f1-bcd7-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.19483652777777864,\u0022playful\u0022:0.06494550925925966}},\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-28T19:37:19.700-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-943111da-4363-11f1-bcd7-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T00:37:19.7913478+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10feb67fdb9946ff8ff5877c0bd44055","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777423039767,\u0022msgID\u0022:\u0022mid-94839bd0-4363-11f1-a03d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-943111da-4363-11f1-bcd7-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.19483652777777864,\u0022playful\u0022:0.06494550925925966}},\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-28T19:37:19.700-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-29T00:37:19.7915247+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"10feb67fdb9946ff8ff5877c0bd44055","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777423039767,\u0022msgID\u0022:\u0022mid-94839bd0-4363-11f1-a03d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-943111da-4363-11f1-bcd7-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.19483652777777864,\u0022playful\u0022:0.06494550925925966}},\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-28T19:37:19.700-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-29T01:00:14.4469167+00:00","EventType":"connection_opened","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f2ebc3fdf8ab4b3eadc14a5c5c79b62a","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-943111da-4363-11f1-bcd7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:00:14.4540233+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f301765500704c9a8193a1c7d18c6679","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae","MessageType":"TRIGGER","Direction":"in","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777424414356,\u0022msgID\u0022:\u0022mid-c7d556ba-4366-11f1-9d60-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022NEW_ARRIVAL\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:00:14.4542937+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"f301765500704c9a8193a1c7d18c6679","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777424414356,\u0022msgID\u0022:\u0022mid-c7d556ba-4366-11f1-9d60-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022NEW_ARRIVAL\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:00:15.4345711+00:00","EventType":"context_received","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"19cfa2e2b89b414cb7588f01c455fbd0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777424414621,\u0022msgID\u0022:\u0022mid-c7fdac8c-4366-11f1-9af7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c7af8cc8-4366-11f1-af1e-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.3857801388888873,\u0022playful\u0022:0.12859337962963139}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:17501,\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-28T20:00:14.423-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-c7af8cc8-4366-11f1-af1e-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:00:15.4348879+00:00","EventType":"message_in","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"19cfa2e2b89b414cb7588f01c455fbd0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777424414621,\u0022msgID\u0022:\u0022mid-c7fdac8c-4366-11f1-9af7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c7af8cc8-4366-11f1-af1e-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.3857801388888873,\u0022playful\u0022:0.12859337962963139}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:17501,\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-28T20:00:14.423-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-29T01:00:15.4351168+00:00","EventType":"message_out","SessionId":"578f72540997430a9f258a81f74a545e","ConnectionId":"19cfa2e2b89b414cb7588f01c455fbd0","Token":"hub-usr_openjibo_owner-1777422915211","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c7af8cc8-4366-11f1-af1e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777424414621,\u0022msgID\u0022:\u0022mid-c7fdac8c-4366-11f1-9af7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c7af8cc8-4366-11f1-af1e-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.3857801388888873,\u0022playful\u0022:0.12859337962963139}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:17501,\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-28T20:00:14.423-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-29T01:53:42.0757116+00:00","EventType":"connection_opened","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"80d43d3317da4888aff5d6aadc2485f4","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":null,"MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:53:42.0841609+00:00","EventType":"message_in","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"215199668f134f03b3ed4ead86a2dc23","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f129128-436e-11f1-af38-5cf821ea55ae","MessageType":"TRIGGER","Direction":"in","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777427622097,\u0022msgID\u0022:\u0022mid-3fcba546-436e-11f1-9048-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f129128-436e-11f1-af38-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022NEW_ARRIVAL\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:53:42.0844241+00:00","EventType":"message_out","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"215199668f134f03b3ed4ead86a2dc23","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f129128-436e-11f1-af38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777427622097,\u0022msgID\u0022:\u0022mid-3fcba546-436e-11f1-9048-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f129128-436e-11f1-af38-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022NEW_ARRIVAL\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:53:42.943934+00:00","EventType":"context_received","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"565274d1b1644080ba793526ff063376","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f129128-436e-11f1-af38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777427622528,\u0022msgID\u0022:\u0022mid-400d7336-436e-11f1-9e48-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f129128-436e-11f1-af38-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.8313448611111138,\u0022playful\u0022:0.27711495370370528}},\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-28T20:53:42.176-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-3f129128-436e-11f1-af38-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T01:53:42.9441682+00:00","EventType":"message_in","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"565274d1b1644080ba793526ff063376","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f129128-436e-11f1-af38-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777427622528,\u0022msgID\u0022:\u0022mid-400d7336-436e-11f1-9e48-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f129128-436e-11f1-af38-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.8313448611111138,\u0022playful\u0022:0.27711495370370528}},\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-28T20:53:42.176-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-29T01:53:42.9443701+00:00","EventType":"message_out","SessionId":"c01f625d1b344a83b5fcddb1308a2eeb","ConnectionId":"565274d1b1644080ba793526ff063376","Token":"hub-usr_openjibo_owner-1777427620996","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f129128-436e-11f1-af38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777427622528,\u0022msgID\u0022:\u0022mid-400d7336-436e-11f1-9e48-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f129128-436e-11f1-af38-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.8313448611111138,\u0022playful\u0022:0.27711495370370528}},\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-28T20:53:42.176-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-29T13:34:59.9396564+00:00","EventType":"connection_closed","SessionId":"9fdbadc2b5e4421eb45508702e3d4d06","ConnectionId":"3babf97400234a258e58ec043dde5dbf","Token":"token-Royal-Current-Sage-Canvas-1777379420655","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777379420655","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-29T13:35:35.5840192+00:00","EventType":"connection_opened","SessionId":"c434d3f0f8ae474ba7a1ddb8e78f0c2e","ConnectionId":"64ef04e73be0463a85b3a934e3cfcc3a","Token":"token-Royal-Current-Sage-Canvas-1777469735358","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777469735358","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-29T13:36:42.0857381+00:00","EventType":"connection_opened","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"b27463de02ce4cbb86bda31f27ef1bc6","Token":"hub-usr_openjibo_owner-1777469801937","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-29T13:36:42.125688+00:00","EventType":"turn_processed","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"4adf7f8f914e4e98aacced1fff7d199a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469802077,\u0022msgID\u0022:\u0022mid-7505eb60-43d0-11f1-ae00-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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-29T13:36:42.1425569+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"4adf7f8f914e4e98aacced1fff7d199a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469802077,\u0022msgID\u0022:\u0022mid-7505eb60-43d0-11f1-ae00-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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-29T13:36:42.1457686+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"4adf7f8f914e4e98aacced1fff7d199a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469802077,\u0022msgID\u0022:\u0022mid-7505eb60-43d0-11f1-ae00-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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-29T13:36:42.1526086+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"749eec35e3084fd38307a90f5e158c16","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.1540696+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"749eec35e3084fd38307a90f5e158c16","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.1544493+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"749eec35e3084fd38307a90f5e158c16","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.86458+00:00","EventType":"context_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e83238d66fa745b2b4458ff5a53ce3c0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469802367,\u0022msgID\u0022:\u0022mid-75321794-43d0-11f1-b73d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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.6809506944444389,\u0022playful\u0022:0.2269835648148201}},\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-29T08:36:42.183-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-74873c84-43d0-11f1-9540-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.8651681+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e83238d66fa745b2b4458ff5a53ce3c0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469802367,\u0022msgID\u0022:\u0022mid-75321794-43d0-11f1-b73d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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.6809506944444389,\u0022playful\u0022:0.2269835648148201}},\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-29T08:36:42.183-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-29T13:36:42.8654611+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e83238d66fa745b2b4458ff5a53ce3c0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469802367,\u0022msgID\u0022:\u0022mid-75321794-43d0-11f1-b73d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-74873c84-43d0-11f1-9540-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.6809506944444389,\u0022playful\u0022:0.2269835648148201}},\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-29T08:36:42.183-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-29T13:36:42.8661473+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41da7d35e45e4854aa569551953d7a43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4163,"ReplyTypes":[],"BufferedAudioBytes":4210,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4163}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.8663966+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41da7d35e45e4854aa569551953d7a43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4163,"ReplyTypes":[],"BufferedAudioBytes":4210,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.8666449+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41da7d35e45e4854aa569551953d7a43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4163,"ReplyTypes":[],"BufferedAudioBytes":4210,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.959783+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"db827270b1aa46499bfee845460f7e3f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4198,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4198}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.9601651+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"db827270b1aa46499bfee845460f7e3f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4198,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:42.9603989+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"db827270b1aa46499bfee845460f7e3f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4198,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:43.4447615+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2b8accdeb1d04bc5925f9211b7f9a416","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":12621,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4213}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:43.4451326+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2b8accdeb1d04bc5925f9211b7f9a416","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":12621,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:43.4453699+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2b8accdeb1d04bc5925f9211b7f9a416","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":12621,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.8223399+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"9335a279c6e04e63ac6a26bc9a0896f4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4301,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4301}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.8227312+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"9335a279c6e04e63ac6a26bc9a0896f4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4301,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9017862+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"9335a279c6e04e63ac6a26bc9a0896f4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4301,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9030793+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"93d042cf60ba441abc08feb7ef9c327d","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4205}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9033613+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"93d042cf60ba441abc08feb7ef9c327d","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9036414+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"93d042cf60ba441abc08feb7ef9c327d","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9042358+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"d0543914e393404086d327a9cb5355d7","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9044684+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"d0543914e393404086d327a9cb5355d7","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9046905+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"d0543914e393404086d327a9cb5355d7","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.905138+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"07d55d1ca955441cb08f2dc69102240f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9053507+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"07d55d1ca955441cb08f2dc69102240f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.905572+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"07d55d1ca955441cb08f2dc69102240f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9060701+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"16dbbaf1d11d4ecd80361161185a94ca","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9062707+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"16dbbaf1d11d4ecd80361161185a94ca","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9064884+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"16dbbaf1d11d4ecd80361161185a94ca","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9069864+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"b0bd0937a8794eef8dacca484c7afe43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9071975+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"b0bd0937a8794eef8dacca484c7afe43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9074211+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"b0bd0937a8794eef8dacca484c7afe43","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9079104+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6f6b1f2b7d2b4451bf0091db51d2ebc5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9081309+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6f6b1f2b7d2b4451bf0091db51d2ebc5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:46.9083325+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6f6b1f2b7d2b4451bf0091db51d2ebc5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:49.9924004+00:00","EventType":"connection_opened","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"8e1edc62a0da4912885bdbf73a73abbd","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-74873c84-43d0-11f1-9540-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:49.9968011+00:00","EventType":"turn_processed","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3a64b94ebd15494ca605275e34c1a647","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469809983,\u0022msgID\u0022:\u0022mid-79bc4726-43d0-11f1-8e5c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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\u0027s your cloud version?","intent":"cloud_version"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:49.9971093+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3a64b94ebd15494ca605275e34c1a647","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469809983,\u0022msgID\u0022:\u0022mid-79bc4726-43d0-11f1-8e5c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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-29T13:36:49.9973503+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3a64b94ebd15494ca605275e34c1a647","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777469809983,\u0022msgID\u0022:\u0022mid-79bc4726-43d0-11f1-8e5c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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-29T13:36:50.0059705+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1c99213c9a6b4e038e258d7720154f17","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.0065153+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1c99213c9a6b4e038e258d7720154f17","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.0067106+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1c99213c9a6b4e038e258d7720154f17","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8765801+00:00","EventType":"context_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1390677c076f44678498537fae7a434f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469810105,\u0022msgID\u0022:\u0022mid-79ced4ea-43d0-11f1-b534-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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.6819436111111055,\u0022playful\u0022:0.22731453703704233}},\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-29T08:36:50.059-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8769551+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1390677c076f44678498537fae7a434f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469810105,\u0022msgID\u0022:\u0022mid-79ced4ea-43d0-11f1-b534-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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.6819436111111055,\u0022playful\u0022:0.22731453703704233}},\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-29T08:36:50.059-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8771322+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1390677c076f44678498537fae7a434f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777469810105,\u0022msgID\u0022:\u0022mid-79ced4ea-43d0-11f1-b534-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7925bcd4-43d0-11f1-a54c-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.6819436111111055,\u0022playful\u0022:0.22731453703704233}},\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-29T08:36:50.059-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8774977+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41310df4ca144f6b991d433f4f0ed337","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4284}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8776894+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41310df4ca144f6b991d433f4f0ed337","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8778554+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41310df4ca144f6b991d433f4f0ed337","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8811171+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"c60ecfdde18144eab50f581d2ef2b251","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8814286+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"c60ecfdde18144eab50f581d2ef2b251","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:50.8816801+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"c60ecfdde18144eab50f581d2ef2b251","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.6524418+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e859d21ef5734f7eb406a0b9d82dfc98","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4244}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.6526887+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e859d21ef5734f7eb406a0b9d82dfc98","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7295931+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"e859d21ef5734f7eb406a0b9d82dfc98","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4244,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7303513+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"87ca4962cab34456a35448cc84216b9f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4232}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7305331+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"87ca4962cab34456a35448cc84216b9f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.730764+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"87ca4962cab34456a35448cc84216b9f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7311506+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6bd767d022974d65897f35fcf54b717e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7312847+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6bd767d022974d65897f35fcf54b717e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7314588+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6bd767d022974d65897f35fcf54b717e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7320046+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6384e3cbe85142a48b331a4fbd866e85","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7322604+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6384e3cbe85142a48b331a4fbd866e85","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7324912+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6384e3cbe85142a48b331a4fbd866e85","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7331338+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3dd39cef336b4665b2d84faaff5dfb4a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4253}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7333607+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3dd39cef336b4665b2d84faaff5dfb4a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7336068+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3dd39cef336b4665b2d84faaff5dfb4a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7341413+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"ebd9617f884142299bbf384595b23c3e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4165,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4165}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7343494+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"ebd9617f884142299bbf384595b23c3e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4165,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7345457+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"ebd9617f884142299bbf384595b23c3e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4165,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7349504+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2d08000bc53147468f373d946a92563e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4299,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4299}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7350968+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2d08000bc53147468f373d946a92563e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4299,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7352372+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"2d08000bc53147468f373d946a92563e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4299,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7355582+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"792317786dec41678f12256957bbb9aa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7357119+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"792317786dec41678f12256957bbb9aa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T13:36:54.7358502+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"792317786dec41678f12256957bbb9aa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:50.2551562+00:00","EventType":"connection_opened","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"3230c8d0baaa4a278ba0e02252c3ef54","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7925bcd4-43d0-11f1-a54c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:50.2900674+00:00","EventType":"turn_processed","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"f322f6d3241a41638aac42fe7a584676","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777471430238,\u0022msgID\u0022:\u0022mid-3f7b82bc-43d4-11f1-8ff8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f569a88-43d4-11f1-8c11-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":"Cloudford.","intent":"chat"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:50.2903635+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"f322f6d3241a41638aac42fe7a584676","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777471430238,\u0022msgID\u0022:\u0022mid-3f7b82bc-43d4-11f1-8ff8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f569a88-43d4-11f1-8c11-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-29T14:03:50.2906454+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"f322f6d3241a41638aac42fe7a584676","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777471430238,\u0022msgID\u0022:\u0022mid-3f7b82bc-43d4-11f1-8ff8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f569a88-43d4-11f1-8c11-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-29T14:03:50.2912461+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"42a74509f64b41fba06f51b8d5913cfb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:50.2913901+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"42a74509f64b41fba06f51b8d5913cfb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:50.2915346+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"42a74509f64b41fba06f51b8d5913cfb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.1460038+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"8f280582505d4573a21080510ddc90c7","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.1462864+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"8f280582505d4573a21080510ddc90c7","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.1465197+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"8f280582505d4573a21080510ddc90c7","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.1470358+00:00","EventType":"context_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"5acb41d9b4e342a2bde2bc649e40c1a5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777471430871,\u0022msgID\u0022:\u0022mid-3fdc308a-43d4-11f1-8ea2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f569a88-43d4-11f1-8c11-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.9070205555555542,\u0022playful\u0022:0.3023402314814748}},\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-29T09:03:50.513-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":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.147214+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"5acb41d9b4e342a2bde2bc649e40c1a5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777471430871,\u0022msgID\u0022:\u0022mid-3fdc308a-43d4-11f1-8ea2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f569a88-43d4-11f1-8c11-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.9070205555555542,\u0022playful\u0022:0.3023402314814748}},\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-29T09:03:50.513-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":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.1473719+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"5acb41d9b4e342a2bde2bc649e40c1a5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777471430871,\u0022msgID\u0022:\u0022mid-3fdc308a-43d4-11f1-8ea2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3f569a88-43d4-11f1-8c11-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.9070205555555542,\u0022playful\u0022:0.3023402314814748}},\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-29T09:03:50.513-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":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.1476917+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"df6a7bce4bbd471d803e55c02beda7b0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.1478318+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"df6a7bce4bbd471d803e55c02beda7b0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:51.1479694+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"df6a7bce4bbd471d803e55c02beda7b0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.7668085+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"a004aef14f1847789a9a906c6a5f98e2","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4209}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.7670228+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"a004aef14f1847789a9a906c6a5f98e2","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8431932+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"a004aef14f1847789a9a906c6a5f98e2","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4209,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8438389+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"26777650fa66437781e5ea0b338e9118","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4152}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8440485+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"26777650fa66437781e5ea0b338e9118","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8442412+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"26777650fa66437781e5ea0b338e9118","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8448178+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"4793ba1ee4be497dbd5fe3b493b0a578","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4187,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4187}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8449512+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"4793ba1ee4be497dbd5fe3b493b0a578","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4187,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8451098+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"4793ba1ee4be497dbd5fe3b493b0a578","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4187,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8456459+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1b65adc6881443f9b64009b5b6dc6af5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4166,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4166}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8457843+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1b65adc6881443f9b64009b5b6dc6af5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4166,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8459425+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1b65adc6881443f9b64009b5b6dc6af5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4166,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8463505+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6380a880e118436e9cae9cf342f71531","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4171,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4171}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8464764+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6380a880e118436e9cae9cf342f71531","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4171,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8466484+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6380a880e118436e9cae9cf342f71531","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4171,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8470534+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"cc541929a88e4f28a86542510b1f12b5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4298}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8471797+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"cc541929a88e4f28a86542510b1f12b5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8473361+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"cc541929a88e4f28a86542510b1f12b5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.847732+00:00","EventType":"binary_audio_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"8c718accdf06438285beb654806da23a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4258}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8478719+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"8c718accdf06438285beb654806da23a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:03:54.8480365+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"8c718accdf06438285beb654806da23a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:05:55.4861263+00:00","EventType":"connection_opened","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"41fa714907ac4587b6166a2c79908454","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-3f569a88-43d4-11f1-8c11-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:05:55.49257+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6a611129e58a4869a49891a7da3e283f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-89806634-43d4-11f1-b802-5cf821ea55ae","MessageType":"TRIGGER","Direction":"in","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777471555457,\u0022msgID\u0022:\u0022mid-8a1e8512-43d4-11f1-b7bd-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-89806634-43d4-11f1-b802-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022SURPRISE\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:05:55.4928278+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"6a611129e58a4869a49891a7da3e283f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-89806634-43d4-11f1-b802-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777471555457,\u0022msgID\u0022:\u0022mid-8a1e8512-43d4-11f1-b7bd-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-89806634-43d4-11f1-b802-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022SURPRISE\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:05:55.5513948+00:00","EventType":"context_received","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1986571bb5894312a33617946aeb1ef2","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-89806634-43d4-11f1-b802-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777471555514,\u0022msgID\u0022:\u0022mid-8a2731b2-43d4-11f1-b1e7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-89806634-43d4-11f1-b802-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.9244380555555544,\u0022playful\u0022:0.3081460185185108}},\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-29T09:05:55.483-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-89806634-43d4-11f1-b802-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:05:55.5517484+00:00","EventType":"message_in","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1986571bb5894312a33617946aeb1ef2","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-89806634-43d4-11f1-b802-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777471555514,\u0022msgID\u0022:\u0022mid-8a2731b2-43d4-11f1-b1e7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-89806634-43d4-11f1-b802-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.9244380555555544,\u0022playful\u0022:0.3081460185185108}},\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-29T09:05:55.483-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-29T14:05:55.5519412+00:00","EventType":"message_out","SessionId":"ee2922847ce04d9f8e6dd470b7cd4faf","ConnectionId":"1986571bb5894312a33617946aeb1ef2","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-89806634-43d4-11f1-b802-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777471555514,\u0022msgID\u0022:\u0022mid-8a2731b2-43d4-11f1-b1e7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-89806634-43d4-11f1-b802-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.9244380555555544,\u0022playful\u0022:0.3081460185185108}},\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-29T09:05:55.483-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-29T14:24:42.0340383+00:00","EventType":"connection_opened","SessionId":"3ab96cc42aac41debaab99f3255f58db","ConnectionId":"475480b6f33b4e87b793f73629ceab2c","Token":"token-Royal-Current-Sage-Canvas-1777472681834","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777472681834","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-29T14:35:25.3137935+00:00","EventType":"connection_opened","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"eb522c14c6a54dd3beddd0f044117a14","Token":"hub-usr_openjibo_owner-1777469801937","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-29T14:35:25.3521547+00:00","EventType":"turn_processed","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"e65688cc827b436ea20a9c1d18b6d824","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473325332,\u0022msgID\u0022:\u0022mid-a90bf8e8-43d8-11f1-85fc-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a8e913dc-43d8-11f1-bc73-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-29T14:35:25.369692+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"e65688cc827b436ea20a9c1d18b6d824","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473325332,\u0022msgID\u0022:\u0022mid-a90bf8e8-43d8-11f1-85fc-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a8e913dc-43d8-11f1-bc73-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-29T14:35:25.3728905+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"e65688cc827b436ea20a9c1d18b6d824","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473325332,\u0022msgID\u0022:\u0022mid-a90bf8e8-43d8-11f1-85fc-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a8e913dc-43d8-11f1-bc73-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-29T14:35:25.3794307+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c4e271191ab944b998601492a7f481a3","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:25.3813737+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c4e271191ab944b998601492a7f481a3","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:25.3817995+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c4e271191ab944b998601492a7f481a3","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:25.9837718+00:00","EventType":"context_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c0e4c453f10d4622bfec5bfb088992f3","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473325584,\u0022msgID\u0022:\u0022mid-a93273d8-43d8-11f1-a23c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a8e913dc-43d8-11f1-bc73-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:1,\u0022playful\u0022:0.3900738888888654}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18407,\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-29T09:35:25.478-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-a8e913dc-43d8-11f1-bc73-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:25.9843054+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c0e4c453f10d4622bfec5bfb088992f3","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473325584,\u0022msgID\u0022:\u0022mid-a93273d8-43d8-11f1-a23c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a8e913dc-43d8-11f1-bc73-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:1,\u0022playful\u0022:0.3900738888888654}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18407,\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-29T09:35:25.478-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-29T14:35:25.984582+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c0e4c453f10d4622bfec5bfb088992f3","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473325584,\u0022msgID\u0022:\u0022mid-a93273d8-43d8-11f1-a23c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a8e913dc-43d8-11f1-bc73-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:1,\u0022playful\u0022:0.3900738888888654}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18407,\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-29T09:35:25.478-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-29T14:35:25.9851372+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"66dc2a2ca7b447fdb2dea1f850dfd17e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:25.9853531+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"66dc2a2ca7b447fdb2dea1f850dfd17e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:25.9855928+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"66dc2a2ca7b447fdb2dea1f850dfd17e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:26.2493053+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"9de79a51ba994490a9064deab17874e4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:26.2498528+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"9de79a51ba994490a9064deab17874e4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:26.2501209+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"9de79a51ba994490a9064deab17874e4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2163039+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"18545bc410764ea8a38724fb4ab04284","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4232}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2167466+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"18545bc410764ea8a38724fb4ab04284","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2935283+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"18545bc410764ea8a38724fb4ab04284","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4232,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2950397+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"a8da31b7c3d44755b6bdb75970f053de","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4248}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.295383+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"a8da31b7c3d44755b6bdb75970f053de","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2956644+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"a8da31b7c3d44755b6bdb75970f053de","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2973544+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"2fbfc63927cb4d4999e290810d4f86e8","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2977325+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"2fbfc63927cb4d4999e290810d4f86e8","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2980783+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"2fbfc63927cb4d4999e290810d4f86e8","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2987752+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ac4c9db5610145eb8e5b1de1356649fa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2990395+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ac4c9db5610145eb8e5b1de1356649fa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.299364+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ac4c9db5610145eb8e5b1de1356649fa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.2999565+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0304eaf6e8bf434981c8cbaa9a5a565e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4149,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4149}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3001952+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0304eaf6e8bf434981c8cbaa9a5a565e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4149,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.300455+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0304eaf6e8bf434981c8cbaa9a5a565e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4149,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3009872+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c19a56dbc68b459d9f1cda939e61b81c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4170,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4170}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3012088+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c19a56dbc68b459d9f1cda939e61b81c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4170,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3014621+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c19a56dbc68b459d9f1cda939e61b81c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4170,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3020042+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"5f920a90fcc9409c97dad2c34fa13a53","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4236}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3022328+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"5f920a90fcc9409c97dad2c34fa13a53","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3024904+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"5f920a90fcc9409c97dad2c34fa13a53","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3030169+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"029decb93b0b41d6a4bed72830b868b6","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4184,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4184}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3032659+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"029decb93b0b41d6a4bed72830b868b6","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4184,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:30.3035329+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"029decb93b0b41d6a4bed72830b868b6","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4184,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:34.2601859+00:00","EventType":"connection_opened","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0b7c5ebffc2a4481bf5eb0d69f47f10b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:34.2690062+00:00","EventType":"late_listen_ignored","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c1fdc0e9679a4c1e96a43621392c84fb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473334281,\u0022msgID\u0022:\u0022mid-ae615f7c-43d8-11f1-af79-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad67fd06-43d8-11f1-b4f9-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":false,"Details":{"messageType":"LISTEN","activeTransID":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:34.2694103+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c1fdc0e9679a4c1e96a43621392c84fb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473334281,\u0022msgID\u0022:\u0022mid-ae615f7c-43d8-11f1-af79-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad67fd06-43d8-11f1-b4f9-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":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:34.2696609+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c1fdc0e9679a4c1e96a43621392c84fb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473334281,\u0022msgID\u0022:\u0022mid-ae615f7c-43d8-11f1-af79-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad67fd06-43d8-11f1-b4f9-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":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:34.2736406+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"506bd7c739014da08075f81dfaed1daa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:34.2741948+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"506bd7c739014da08075f81dfaed1daa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:34.274438+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"506bd7c739014da08075f81dfaed1daa","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a8e913dc-43d8-11f1-bc73-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2628647+00:00","EventType":"context_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"10b1acb79f454455afffde5b122df97b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473334456,\u0022msgID\u0022:\u0022mid-ae7c21ae-43d8-11f1-aaf9-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad67fd06-43d8-11f1-b4f9-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:1,\u0022playful\u0022:0.3904969907407171}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18407,\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-29T09:35:34.323-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2633339+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"10b1acb79f454455afffde5b122df97b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473334456,\u0022msgID\u0022:\u0022mid-ae7c21ae-43d8-11f1-aaf9-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad67fd06-43d8-11f1-b4f9-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:1,\u0022playful\u0022:0.3904969907407171}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18407,\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-29T09:35:34.323-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2635991+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"10b1acb79f454455afffde5b122df97b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473334456,\u0022msgID\u0022:\u0022mid-ae7c21ae-43d8-11f1-aaf9-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad67fd06-43d8-11f1-b4f9-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:1,\u0022playful\u0022:0.3904969907407171}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18407,\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-29T09:35:34.323-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2640183+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"75efe0e128c547a99a6b77188569752a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4284}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2641918+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"75efe0e128c547a99a6b77188569752a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2643825+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"75efe0e128c547a99a6b77188569752a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2649264+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0c2e10e70ce741169265552bbdecfc0f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4245}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2650922+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0c2e10e70ce741169265552bbdecfc0f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.2652583+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0c2e10e70ce741169265552bbdecfc0f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.9823124+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ebeafd4ee7924277aeb8eea3426087bd","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4235}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.9825818+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ebeafd4ee7924277aeb8eea3426087bd","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.9828761+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ebeafd4ee7924277aeb8eea3426087bd","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.9997035+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"76ac146eb17d4b309e9c0cfda78665c0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4288}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:35.9999661+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"76ac146eb17d4b309e9c0cfda78665c0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:36.0001786+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"76ac146eb17d4b309e9c0cfda78665c0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.2665437+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"539f222711c4477fa506ce0688913632","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4272}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.2668762+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"539f222711c4477fa506ce0688913632","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.2670809+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"539f222711c4477fa506ce0688913632","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.267582+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8f35893da9704d13b319fd49021d870e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4190,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4190}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.2677809+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8f35893da9704d13b319fd49021d870e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4190,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.2680207+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8f35893da9704d13b319fd49021d870e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4190,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.3543937+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"fd3186f6f9f8477f9c4704effcecb351","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4210,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4210}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.3547138+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"fd3186f6f9f8477f9c4704effcecb351","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4210,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:37.3550917+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"fd3186f6f9f8477f9c4704effcecb351","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4210,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:38.2740767+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c872b85e74dc4725bfc8c9b567108aeb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4235}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:38.2755318+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c872b85e74dc4725bfc8c9b567108aeb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:38.275735+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c872b85e74dc4725bfc8c9b567108aeb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:38.2762214+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b12d5cdac0f948f98f8211b972ce4a1a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:38.2763656+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b12d5cdac0f948f98f8211b972ce4a1a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:38.2765454+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b12d5cdac0f948f98f8211b972ce4a1a","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:39.2697297+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c5d6d7ad24814e61b08c8c4faadcd035","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:39.2700395+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c5d6d7ad24814e61b08c8c4faadcd035","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:39.2760732+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"c5d6d7ad24814e61b08c8c4faadcd035","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:39.276593+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ba553b431c084a509d76afc6511bc305","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:39.2767869+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ba553b431c084a509d76afc6511bc305","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:39.2769598+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ba553b431c084a509d76afc6511bc305","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.2723201+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"00db5ee9c8bb4c3fa0896ce725b7d2eb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4242}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.272557+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"00db5ee9c8bb4c3fa0896ce725b7d2eb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.2727683+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"00db5ee9c8bb4c3fa0896ce725b7d2eb","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.2732534+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8d2678813e1d44349ef09c6d33ccca44","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4236}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.2734142+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8d2678813e1d44349ef09c6d33ccca44","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.2735833+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8d2678813e1d44349ef09c6d33ccca44","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.3790312+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"26f1d54dfab54d97a18a795116199d23","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4185}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.3792734+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"26f1d54dfab54d97a18a795116199d23","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:40.3794788+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"26f1d54dfab54d97a18a795116199d23","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:41.2773474+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"43d8a61246fa4c6eb516766f4673190b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4157,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4157}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:41.2776115+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"43d8a61246fa4c6eb516766f4673190b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4157,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:41.2779061+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"43d8a61246fa4c6eb516766f4673190b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4157,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:41.279161+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f2810fa4eedc4a5ab502fb25689106b5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4248}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:41.2793387+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f2810fa4eedc4a5ab502fb25689106b5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:41.2795079+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f2810fa4eedc4a5ab502fb25689106b5","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:42.2750022+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4ac77430164442efa1e19d8629600856","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4267}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:42.2753116+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4ac77430164442efa1e19d8629600856","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:42.2755486+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4ac77430164442efa1e19d8629600856","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:42.2760077+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"3fbe315e721c4f0884baa84499fe9b82","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4240}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:42.2761756+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"3fbe315e721c4f0884baa84499fe9b82","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:42.2763191+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"3fbe315e721c4f0884baa84499fe9b82","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:43.2768316+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"a425cf56e45e41128c3aa88151ec270c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4234}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:43.2770497+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"a425cf56e45e41128c3aa88151ec270c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:43.2772378+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"a425cf56e45e41128c3aa88151ec270c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:43.2775921+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4376fa7a3e3c407abebb022ac6839374","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4238}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:43.2777266+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4376fa7a3e3c407abebb022ac6839374","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:43.2778801+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4376fa7a3e3c407abebb022ac6839374","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:44.279237+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f2bcda96a7c34ad99b1cb5570b269e77","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4234}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:44.2794512+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f2bcda96a7c34ad99b1cb5570b269e77","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:44.2855095+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f2bcda96a7c34ad99b1cb5570b269e77","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:44.286141+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"7150e40045104447a36bd1cdb1c96a2b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4186,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4186}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:44.2862721+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"7150e40045104447a36bd1cdb1c96a2b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4186,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:44.286442+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"7150e40045104447a36bd1cdb1c96a2b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4186,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.28237+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"80278bb1f5604aac80fbe008200f140f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.2826139+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"80278bb1f5604aac80fbe008200f140f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.2828163+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"80278bb1f5604aac80fbe008200f140f","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.283885+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8a3d886d99a94014864ee7e7811a4e2b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4288}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.284049+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8a3d886d99a94014864ee7e7811a4e2b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.2842033+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8a3d886d99a94014864ee7e7811a4e2b","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.9861158+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b53d4070b56a4dd19b0332febf9a64d6","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4192,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4192}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.9863385+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b53d4070b56a4dd19b0332febf9a64d6","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4192,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:45.9865866+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b53d4070b56a4dd19b0332febf9a64d6","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4192,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:46.141117+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0ffa3e0c70f74c9ca1d3ce6cc9f5567e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:46.1413571+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0ffa3e0c70f74c9ca1d3ce6cc9f5567e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:46.1415276+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"0ffa3e0c70f74c9ca1d3ce6cc9f5567e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:47.2867914+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"fe3dc1c376444249a1a0207724bc8795","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:47.2870183+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"fe3dc1c376444249a1a0207724bc8795","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:47.2872029+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"fe3dc1c376444249a1a0207724bc8795","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:47.287635+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"6778d7cdbfd14704a8f90c142905649d","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:47.2877689+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"6778d7cdbfd14704a8f90c142905649d","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:47.287919+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"6778d7cdbfd14704a8f90c142905649d","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:48.3968627+00:00","EventType":"connection_opened","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"8d42edb65fa340c098422a27c2f9d9a4","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad67fd06-43d8-11f1-b4f9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:48.4102211+00:00","EventType":"turn_processed","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"7dc359e06c6d42e0a80c0adc2381f360","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473348418,\u0022msgID\u0022:\u0022mid-b6ce9b48-43d8-11f1-be3f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b676e916-43d8-11f1-80f1-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":"Well, what\u0027s your cloud version?","intent":"cloud_version"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:48.4104586+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"7dc359e06c6d42e0a80c0adc2381f360","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473348418,\u0022msgID\u0022:\u0022mid-b6ce9b48-43d8-11f1-be3f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b676e916-43d8-11f1-80f1-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-29T14:35:48.4106786+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"7dc359e06c6d42e0a80c0adc2381f360","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777473348418,\u0022msgID\u0022:\u0022mid-b6ce9b48-43d8-11f1-be3f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b676e916-43d8-11f1-80f1-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-29T14:35:48.4109328+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f763411565ef45e69faad66af84300cc","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:48.4110738+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f763411565ef45e69faad66af84300cc","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:48.4112338+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"f763411565ef45e69faad66af84300cc","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.2850909+00:00","EventType":"context_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"54c7394780da463f9070b28fd228da4c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473348553,\u0022msgID\u0022:\u0022mid-b6e31e24-43d8-11f1-b6c3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b676e916-43d8-11f1-80f1-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:1,\u0022playful\u0022:0.39115435185182798}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18412,\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-29T09:35:48.447-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.2854083+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"54c7394780da463f9070b28fd228da4c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473348553,\u0022msgID\u0022:\u0022mid-b6e31e24-43d8-11f1-b6c3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b676e916-43d8-11f1-80f1-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:1,\u0022playful\u0022:0.39115435185182798}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18412,\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-29T09:35:48.447-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.2913907+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"54c7394780da463f9070b28fd228da4c","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777473348553,\u0022msgID\u0022:\u0022mid-b6e31e24-43d8-11f1-b6c3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b676e916-43d8-11f1-80f1-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:1,\u0022playful\u0022:0.39115435185182798}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18412,\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-29T09:35:48.447-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.291803+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"33f0f6faf6b246d39c5286c541ccd901","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.2919574+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"33f0f6faf6b246d39c5286c541ccd901","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.2921241+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"33f0f6faf6b246d39c5286c541ccd901","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.2961927+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"1c6c0627d1b54554978eb957bbe0249e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.2963915+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"1c6c0627d1b54554978eb957bbe0249e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:49.2965234+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"1c6c0627d1b54554978eb957bbe0249e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.8764635+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"211abd89f6b34b1fa9bb57e0986c1624","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.8766784+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"211abd89f6b34b1fa9bb57e0986c1624","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9528753+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"211abd89f6b34b1fa9bb57e0986c1624","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-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-29T14:35:52.9533336+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b1f5f69573f84f5581137282d0207d8e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4240}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9535172+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b1f5f69573f84f5581137282d0207d8e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9537152+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"b1f5f69573f84f5581137282d0207d8e","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9541801+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4c334a037cc646ee87bb70ce0f8e8575","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4289,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4289}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9543039+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4c334a037cc646ee87bb70ce0f8e8575","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4289,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9544428+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"4c334a037cc646ee87bb70ce0f8e8575","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4289,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9549955+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ca2b79fc363e49a5913c3b319d737502","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4188,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4188}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.955118+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ca2b79fc363e49a5913c3b319d737502","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4188,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9552685+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"ca2b79fc363e49a5913c3b319d737502","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4188,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9557156+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"2c6fe096969e4967bc5a4528ab1d6a68","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4229,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4229}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9558322+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"2c6fe096969e4967bc5a4528ab1d6a68","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4229,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9559729+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"2c6fe096969e4967bc5a4528ab1d6a68","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4229,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9565149+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"197868d4170f4ce595e6649da1b841b0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4247,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4247}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9566518+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"197868d4170f4ce595e6649da1b841b0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4247,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9567962+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"197868d4170f4ce595e6649da1b841b0","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4247,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9573076+00:00","EventType":"binary_audio_received","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"40b4638540cd4c9da01843c105a87612","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4219}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.9574349+00:00","EventType":"message_in","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"40b4638540cd4c9da01843c105a87612","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:35:52.957578+00:00","EventType":"message_out","SessionId":"872a2e394e5945cf8c61e0370483ec01","ConnectionId":"40b4638540cd4c9da01843c105a87612","Token":"hub-usr_openjibo_owner-1777469801937","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b676e916-43d8-11f1-80f1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:19.3017968+00:00","EventType":"connection_opened","SessionId":"2230093f093d438d8f9559f54817a2eb","ConnectionId":"adaed68f67d447c696dcb588453fa0ed","Token":"token-Royal-Current-Sage-Canvas-1777474699099","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777474699099","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-29T14:58:21.2823452+00:00","EventType":"connection_opened","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"3d120016df6f467ca9e724b3f01e92e8","Token":"hub-usr_openjibo_owner-1777474701105","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-29T14:58:21.3243042+00:00","EventType":"turn_processed","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"6a7333afdd0b4c85b0d074486d8919f2","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777474701322,\u0022msgID\u0022:\u0022mid-dd3360b8-43db-11f1-9121-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-dd018070-43db-11f1-9f32-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-29T14:58:21.3394186+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"6a7333afdd0b4c85b0d074486d8919f2","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777474701322,\u0022msgID\u0022:\u0022mid-dd3360b8-43db-11f1-9121-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-dd018070-43db-11f1-9f32-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-29T14:58:21.3423063+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"6a7333afdd0b4c85b0d074486d8919f2","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777474701322,\u0022msgID\u0022:\u0022mid-dd3360b8-43db-11f1-9121-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-dd018070-43db-11f1-9f32-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-29T14:58:21.3481195+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"d6941e9892094947bed2f79f5035fc2e","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:21.3491822+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"d6941e9892094947bed2f79f5035fc2e","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:21.3495399+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"d6941e9892094947bed2f79f5035fc2e","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:22.0253537+00:00","EventType":"context_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"3675e07a0e9a477a84a585935d4d2719","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777474701515,\u0022msgID\u0022:\u0022mid-dd50d7ec-43db-11f1-8412-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-dd018070-43db-11f1-9f32-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:1,\u0022playful\u0022:0.4537818981481119}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022UNKNOWN\u0022,\u0022entityId\u0022:18525,\u0022type\u0022:\u0022UNKNOWN\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-29T09:58:21.366-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-dd018070-43db-11f1-9f32-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:22.0258572+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"3675e07a0e9a477a84a585935d4d2719","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777474701515,\u0022msgID\u0022:\u0022mid-dd50d7ec-43db-11f1-8412-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-dd018070-43db-11f1-9f32-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:1,\u0022playful\u0022:0.4537818981481119}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022UNKNOWN\u0022,\u0022entityId\u0022:18525,\u0022type\u0022:\u0022UNKNOWN\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-29T09:58:21.366-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-29T14:58:22.0261224+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"3675e07a0e9a477a84a585935d4d2719","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777474701515,\u0022msgID\u0022:\u0022mid-dd50d7ec-43db-11f1-8412-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-dd018070-43db-11f1-9f32-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:1,\u0022playful\u0022:0.4537818981481119}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022UNKNOWN\u0022,\u0022entityId\u0022:18525,\u0022type\u0022:\u0022UNKNOWN\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-29T09:58:21.366-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-29T14:58:22.0266667+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"8979d02b5f1d4d8ba88023a7b72226ae","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:22.0268837+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"8979d02b5f1d4d8ba88023a7b72226ae","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:22.0271343+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"8979d02b5f1d4d8ba88023a7b72226ae","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:23.0312986+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"e68e85e2e2c9423fba95edec7138c763","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:23.0318292+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"e68e85e2e2c9423fba95edec7138c763","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:23.0321116+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"e68e85e2e2c9423fba95edec7138c763","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.0287112+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"c1b48f79bbef4a4cb83f74db372e096a","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.0291318+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"c1b48f79bbef4a4cb83f74db372e096a","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1075981+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"c1b48f79bbef4a4cb83f74db372e096a","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-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-29T14:58:26.109839+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"5f0d47a3fe584d9bba558c418d6d4fa4","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1102228+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"5f0d47a3fe584d9bba558c418d6d4fa4","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1105409+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"5f0d47a3fe584d9bba558c418d6d4fa4","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1112096+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"756b5d14e1054fcf9687c483870681b9","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1114806+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"756b5d14e1054fcf9687c483870681b9","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1117785+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"756b5d14e1054fcf9687c483870681b9","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1125272+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"686285342ed445658bf54c3ef8991fdb","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1128462+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"686285342ed445658bf54c3ef8991fdb","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1131201+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"686285342ed445658bf54c3ef8991fdb","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1137705+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"e5d475540d034a5488a7e1d72a855825","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1140007+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"e5d475540d034a5488a7e1d72a855825","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1142555+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"e5d475540d034a5488a7e1d72a855825","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1148215+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"194b259986e344a2b73ad423af0c588e","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1150447+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"194b259986e344a2b73ad423af0c588e","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1152898+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"194b259986e344a2b73ad423af0c588e","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1158259+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"4ba0e93e228a4b4f80741deb690adac7","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4244}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1160666+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"4ba0e93e228a4b4f80741deb690adac7","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:26.1163256+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"4ba0e93e228a4b4f80741deb690adac7","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:31.1064364+00:00","EventType":"connection_opened","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"9b38ef843109478293bd344ed7dea319","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-dd018070-43db-11f1-9f32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:31.1119399+00:00","EventType":"turn_processed","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"69d4824beac4404e98bcbb22149afca9","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777474711146,\u0022msgID\u0022:\u0022mid-e30e5a74-43db-11f1-ae47-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e2d19918-43db-11f1-90c0-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":"- Oh, what\u0027s your club?","intent":"chat"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:31.1122735+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"69d4824beac4404e98bcbb22149afca9","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777474711146,\u0022msgID\u0022:\u0022mid-e30e5a74-43db-11f1-ae47-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e2d19918-43db-11f1-90c0-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-29T14:58:31.1125123+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"69d4824beac4404e98bcbb22149afca9","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777474711146,\u0022msgID\u0022:\u0022mid-e30e5a74-43db-11f1-ae47-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e2d19918-43db-11f1-90c0-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-29T14:58:31.1129142+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"4994800892d04739b0a2e998b8ed2267","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:31.1133572+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"4994800892d04739b0a2e998b8ed2267","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:31.1135212+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"4994800892d04739b0a2e998b8ed2267","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:31.1779359+00:00","EventType":"context_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"3f21d63126504d3b8d38bca5fffeb961","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777474711206,\u0022msgID\u0022:\u0022mid-e3179a08-43db-11f1-8f57-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e2d19918-43db-11f1-90c0-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:1,\u0022playful\u0022:0.45425009259255619}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022UNKNOWN\u0022,\u0022entityId\u0022:18525,\u0022type\u0022:\u0022UNKNOWN\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-29T09:58:31.157-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-e2d19918-43db-11f1-90c0-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:31.1782854+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"3f21d63126504d3b8d38bca5fffeb961","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777474711206,\u0022msgID\u0022:\u0022mid-e3179a08-43db-11f1-8f57-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e2d19918-43db-11f1-90c0-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:1,\u0022playful\u0022:0.45425009259255619}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022UNKNOWN\u0022,\u0022entityId\u0022:18525,\u0022type\u0022:\u0022UNKNOWN\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-29T09:58:31.157-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-29T14:58:31.1784907+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"3f21d63126504d3b8d38bca5fffeb961","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777474711206,\u0022msgID\u0022:\u0022mid-e3179a08-43db-11f1-8f57-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e2d19918-43db-11f1-90c0-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:1,\u0022playful\u0022:0.45425009259255619}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022UNKNOWN\u0022,\u0022entityId\u0022:18525,\u0022type\u0022:\u0022UNKNOWN\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-29T09:58:31.157-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-29T14:58:32.0348534+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"f0354ee11cdb47fdbdf0b4beb11387a4","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4164,"ReplyTypes":[],"BufferedAudioBytes":4211,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4164}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:32.0351474+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"f0354ee11cdb47fdbdf0b4beb11387a4","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4164,"ReplyTypes":[],"BufferedAudioBytes":4211,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:32.0353551+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"f0354ee11cdb47fdbdf0b4beb11387a4","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4164,"ReplyTypes":[],"BufferedAudioBytes":4211,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:32.0359342+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"266171fffa0f49be847d67e2f2cc34fc","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4197,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4197}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:32.036134+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"266171fffa0f49be847d67e2f2cc34fc","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4197,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:32.0363233+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"266171fffa0f49be847d67e2f2cc34fc","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4197,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.7728526+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"87552106c4ae4bc9ad43a6022ee1e5e8","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4204,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4204}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.7731212+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"87552106c4ae4bc9ad43a6022ee1e5e8","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4204,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8499461+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"87552106c4ae4bc9ad43a6022ee1e5e8","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4204,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8505106+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"a7c5523906824857addeb16bc7b7b64a","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4276,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4276}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8507277+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"a7c5523906824857addeb16bc7b7b64a","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4276,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8509294+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"a7c5523906824857addeb16bc7b7b64a","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4276,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8516613+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"9bfecd40bd0d4fb48b27ac5084c3b280","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8518201+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"9bfecd40bd0d4fb48b27ac5084c3b280","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8519909+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"9bfecd40bd0d4fb48b27ac5084c3b280","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8523634+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"65adccdd792e4af8aee8181683b69db1","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4283,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4283}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8525096+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"65adccdd792e4af8aee8181683b69db1","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4283,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8527448+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"65adccdd792e4af8aee8181683b69db1","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4283,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8532768+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"ef1a24e6d07e45d898e9d8ec273e0f00","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4211,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4211}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8536033+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"ef1a24e6d07e45d898e9d8ec273e0f00","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4211,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8538849+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"ef1a24e6d07e45d898e9d8ec273e0f00","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4211,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8545229+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"78505e4df49a4d04811814ba49660fc8","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4223,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4223}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.854718+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"78505e4df49a4d04811814ba49660fc8","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4223,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8549127+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"78505e4df49a4d04811814ba49660fc8","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4223,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8553979+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"a134687f2293456b932e22866ea01c10","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.855593+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"a134687f2293456b932e22866ea01c10","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:35.8557883+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"a134687f2293456b932e22866ea01c10","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:38.1382893+00:00","EventType":"connection_opened","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"ac6da9dc07d24a0a83b1bf740aa1e0c9","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:38.1448978+00:00","EventType":"late_listen_ignored","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"316069410678487086ec76514e01604b","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777474718178,\u0022msgID\u0022:\u0022mid-e73f5698-43db-11f1-bde2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e6df2eb2-43db-11f1-a450-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":false,"Details":{"messageType":"LISTEN","activeTransID":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:38.1451989+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"316069410678487086ec76514e01604b","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777474718178,\u0022msgID\u0022:\u0022mid-e73f5698-43db-11f1-bde2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e6df2eb2-43db-11f1-a450-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":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:38.1453856+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"316069410678487086ec76514e01604b","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777474718178,\u0022msgID\u0022:\u0022mid-e73f5698-43db-11f1-bde2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e6df2eb2-43db-11f1-a450-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":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:38.1577235+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"10558ce43ccb409cb101ecab3b7fcc5c","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:38.1579331+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"10558ce43ccb409cb101ecab3b7fcc5c","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:38.1581039+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"10558ce43ccb409cb101ecab3b7fcc5c","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:39.0509114+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"18d6fd452c194f8ab816057e7e37b617","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4284}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:39.0511665+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"18d6fd452c194f8ab816057e7e37b617","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:39.0513633+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"18d6fd452c194f8ab816057e7e37b617","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e2d19918-43db-11f1-90c0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:39.0518882+00:00","EventType":"context_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"4dda532a437949759cfcfca113f10708","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777474718854,\u0022msgID\u0022:\u0022mid-e7a68e58-43db-11f1-9819-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e6df2eb2-43db-11f1-a450-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:1,\u0022playful\u0022:0.45457722222218568}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18525,\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-29T09:58:38.766-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:39.0520825+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"4dda532a437949759cfcfca113f10708","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777474718854,\u0022msgID\u0022:\u0022mid-e7a68e58-43db-11f1-9819-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e6df2eb2-43db-11f1-a450-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:1,\u0022playful\u0022:0.45457722222218568}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18525,\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-29T09:58:38.766-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:39.052245+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"4dda532a437949759cfcfca113f10708","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777474718854,\u0022msgID\u0022:\u0022mid-e7a68e58-43db-11f1-9819-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e6df2eb2-43db-11f1-a450-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:1,\u0022playful\u0022:0.45457722222218568}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:18525,\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-29T09:58:38.766-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:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:39.0525183+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"161c63c3a6c246fc845539f6b7886246","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:39.0526591+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"161c63c3a6c246fc845539f6b7886246","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:39.0527849+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"161c63c3a6c246fc845539f6b7886246","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:40.0465206+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"158ecaa87aa24bdcb93402610529c022","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4247,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4247}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:40.0468111+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"158ecaa87aa24bdcb93402610529c022","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4247,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:40.0469941+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"158ecaa87aa24bdcb93402610529c022","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4247,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:40.0474867+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"3b6c1e1b02864693aed8f8a6b6ba92a9","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4231}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:40.0476779+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"3b6c1e1b02864693aed8f8a6b6ba92a9","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:40.0478268+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"3b6c1e1b02864693aed8f8a6b6ba92a9","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:41.0487512+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"60adf90b2ce549fbab93e09990384516","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:41.0490333+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"60adf90b2ce549fbab93e09990384516","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:41.0492405+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"60adf90b2ce549fbab93e09990384516","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:41.0497401+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"b13a90477ef8457ab50e860e64b75df0","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:41.0498781+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"b13a90477ef8457ab50e860e64b75df0","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:41.050009+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"b13a90477ef8457ab50e860e64b75df0","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:42.0513184+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"a9a611dcec1646a88d2e4abfcbf86dfe","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4242}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:42.0515387+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"a9a611dcec1646a88d2e4abfcbf86dfe","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:42.051795+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"a9a611dcec1646a88d2e4abfcbf86dfe","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:42.0522762+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"34fc17cd36274fc7871886871a12d490","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4160,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4160}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:42.0524422+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"34fc17cd36274fc7871886871a12d490","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4160,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:42.0526717+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"34fc17cd36274fc7871886871a12d490","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4160,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:43.0540184+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"08b38eed9e034371b8019574c7027ed7","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4153,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4153}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:43.0542483+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"08b38eed9e034371b8019574c7027ed7","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4153,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:43.0544545+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"08b38eed9e034371b8019574c7027ed7","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4153,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:43.0549698+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"7e7ea40a14d54607b1c83e2f3a871429","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:43.0551857+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"7e7ea40a14d54607b1c83e2f3a871429","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:43.0553297+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"7e7ea40a14d54607b1c83e2f3a871429","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:44.0541784+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"bc455620a4f44ef19ecab2c6440e056f","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:44.054409+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"bc455620a4f44ef19ecab2c6440e056f","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:44.0545722+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"bc455620a4f44ef19ecab2c6440e056f","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:44.0551905+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"ff49f24f9fe5499592f70a6cbbe0824f","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4244}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:44.055314+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"ff49f24f9fe5499592f70a6cbbe0824f","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:44.055535+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"ff49f24f9fe5499592f70a6cbbe0824f","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:44.4992223+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"a79d253d3e3d4f72bfaeb901a4ecdb88","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4262,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4262}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:44.4994542+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"a79d253d3e3d4f72bfaeb901a4ecdb88","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4262,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:44.4997229+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"a79d253d3e3d4f72bfaeb901a4ecdb88","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4262,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:45.0538845+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"c17cf779a15f471286669017c831c90e","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4274,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4274}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:45.0541432+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"c17cf779a15f471286669017c831c90e","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4274,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:45.0543223+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"c17cf779a15f471286669017c831c90e","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4274,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:46.0592781+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"5e120f261bbf4734bddb1366e9d1778a","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4176,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4176}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:46.0595113+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"5e120f261bbf4734bddb1366e9d1778a","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4176,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:46.0597029+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"5e120f261bbf4734bddb1366e9d1778a","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4176,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:46.060114+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"e5f0a241368e408c92047d49c49f7302","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:46.0602386+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"e5f0a241368e408c92047d49c49f7302","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:46.0603992+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"e5f0a241368e408c92047d49c49f7302","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:47.0627089+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"da48c2bff87f40c29687e17161e797c7","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4151}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:47.0629332+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"da48c2bff87f40c29687e17161e797c7","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:47.0631149+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"da48c2bff87f40c29687e17161e797c7","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:47.0636862+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"f46015abd43f48ecaab4d6cbae4d2054","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4302,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4302}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:47.0638394+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"f46015abd43f48ecaab4d6cbae4d2054","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4302,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:47.0639776+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"f46015abd43f48ecaab4d6cbae4d2054","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4302,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:48.0624893+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"96413362e0b94de6970eb4ea47280c77","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4258}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:48.0627723+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"96413362e0b94de6970eb4ea47280c77","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:48.0629426+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"96413362e0b94de6970eb4ea47280c77","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:48.0633226+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"b5910a5a09bc4ca4b064a7fbfe8af9a7","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4213}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:48.0634381+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"b5910a5a09bc4ca4b064a7fbfe8af9a7","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:48.0635403+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"b5910a5a09bc4ca4b064a7fbfe8af9a7","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:49.0801754+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"2086f5ac0cd44f3f877282bef2372238","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4269,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4269}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:49.0803729+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"2086f5ac0cd44f3f877282bef2372238","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4269,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:49.0805498+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"2086f5ac0cd44f3f877282bef2372238","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4269,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:49.0809148+00:00","EventType":"binary_audio_received","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"72a4a0a9a259403da431e10aad832954","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4151}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:49.0810478+00:00","EventType":"message_in","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"72a4a0a9a259403da431e10aad832954","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-29T14:58:49.0811961+00:00","EventType":"message_out","SessionId":"6be70ca16e0041fc908c8826ae8783ee","ConnectionId":"72a4a0a9a259403da431e10aad832954","Token":"hub-usr_openjibo_owner-1777474701105","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,102 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "neohubjibocom-neohubproactive-tidd36da4d442a611f1aba45cf821ea55ae",
|
|
||||||
"session": {
|
|
||||||
"hostName": "neo-hub.jibo.com",
|
|
||||||
"path": "/v1/proactive",
|
|
||||||
"kind": "neo-hub-proactive",
|
|
||||||
"token": "hub-usr_openjibo_owner-1777340189867"
|
|
||||||
},
|
|
||||||
"steps": [
|
|
||||||
{
|
|
||||||
"text": {
|
|
||||||
"type": "TRIGGER",
|
|
||||||
"ts": 1777341970615,
|
|
||||||
"msgID": "mid-d388c070-42a6-11f1-a414-5cf821ea55ae",
|
|
||||||
"transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae",
|
|
||||||
"data": {
|
|
||||||
"triggerSource": "SURPRISE",
|
|
||||||
"triggerData": {
|
|
||||||
"looperID": "5c0b221fdf9d450019c5e255"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary": null,
|
|
||||||
"expectedReplyTypes": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": {
|
|
||||||
"type": "CONTEXT",
|
|
||||||
"ts": 1777341970702,
|
|
||||||
"msgID": "mid-d395f790-42a6-11f1-95f4-5cf821ea55ae",
|
|
||||||
"transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae",
|
|
||||||
"data": {
|
|
||||||
"runtime": {
|
|
||||||
"character": {
|
|
||||||
"emotion": {
|
|
||||||
"name": "NEUTRAL",
|
|
||||||
"valence": 0.45,
|
|
||||||
"confidence": 0.2
|
|
||||||
},
|
|
||||||
"motivation": {
|
|
||||||
"social": 1,
|
|
||||||
"playful": 0.5152989351851469
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"perception": {
|
|
||||||
"speaker": "5c0b221fdf9d450019c5e255",
|
|
||||||
"peoplePresent": [
|
|
||||||
{
|
|
||||||
"id": "NOT_TRAINED",
|
|
||||||
"entityId": 16085,
|
|
||||||
"type": "fused",
|
|
||||||
"confidence": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"location": {
|
|
||||||
"city": "Pleasant Hill",
|
|
||||||
"state": "Missouri",
|
|
||||||
"stateAbbr": "MO",
|
|
||||||
"country": "United States",
|
|
||||||
"countryCode": "US",
|
|
||||||
"lat": 38.8358494,
|
|
||||||
"lng": -94.1427229,
|
|
||||||
"iso": "2026-04-27T21:06:10.626-05:00"
|
|
||||||
},
|
|
||||||
"loop": {
|
|
||||||
"loopId": "5c0b221fdf9d450019c5e253",
|
|
||||||
"users": [
|
|
||||||
{
|
|
||||||
"firstName": "Erin",
|
|
||||||
"lastName": "Picone",
|
|
||||||
"phoneticName": "Erin",
|
|
||||||
"gender": "female",
|
|
||||||
"birthdate": 649209600000,
|
|
||||||
"id": "5c0b221fdf9d450019c5e255",
|
|
||||||
"accountId": "5c0b20547c46170019235759"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"jibo": {
|
|
||||||
"color": "WHITE",
|
|
||||||
"birthdate": 1544234645598,
|
|
||||||
"id": "5c0b221fdf9d450019c5e254"
|
|
||||||
},
|
|
||||||
"owner": "5c0b221fdf9d450019c5e255"
|
|
||||||
},
|
|
||||||
"dialog": {
|
|
||||||
"referent": null
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"skill": {
|
|
||||||
"id": null
|
|
||||||
},
|
|
||||||
"general": {
|
|
||||||
"release": "1.9.2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary": null,
|
|
||||||
"expectedReplyTypes": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,738 +0,0 @@
|
|||||||
2026-04-29T09:52:39.009624-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T09:52:43.013325-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37626 80:69:1a:8b:a2:b8
|
|
||||||
2026-04-29T09:52:43.013634-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37627 80:69:1a:95:0b:6e
|
|
||||||
2026-04-29T09:52:43.013876-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37628 30:23:03:95:2b:b8
|
|
||||||
2026-04-29T09:52:43.014056-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37629 36:23:03:95:2b:b7
|
|
||||||
2026-04-29T09:52:43.014251-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37630 80:69:1a:8b:a0:e3
|
|
||||||
2026-04-29T09:52:43.014541-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37631 36:23:03:3f:51:e5
|
|
||||||
2026-04-29T09:52:43.014799-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37632 30:23:03:d6:cf:c1
|
|
||||||
2026-04-29T09:52:43.015122-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T14:52:56.734Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to TIME_OF_DAY.
|
|
||||||
2026-04-29T14:52:56.808Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to RELAXED
|
|
||||||
2026-04-29T14:52:56.754Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering TIME_OF_DAY.
|
|
||||||
2026-04-29T14:52:56.759Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from TIME_OF_DAY to RELAXED.
|
|
||||||
2026-04-29T14:52:56.762Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering RELAXED
|
|
||||||
2026-04-29T14:52:56.776Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between ALERT and RELAXED
|
|
||||||
2026-04-29T14:52:56.886Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4.
|
|
||||||
2026-04-29T09:53:39.054701-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37621 80:69:1a:8b:a0:e4
|
|
||||||
2026-04-29T09:53:39.055152-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37622 52:06:f5:3e:83:89
|
|
||||||
2026-04-29T09:53:39.055508-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37619 86:69:1a:8b:a2:b7
|
|
||||||
2026-04-29T09:53:39.055901-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37623 80:69:1a:8b:a2:b7
|
|
||||||
2026-04-29T09:53:39.056278-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37605 fc:9c:98:59:45:de
|
|
||||||
2026-04-29T09:53:39.056624-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37624 30:23:03:3f:51:e6
|
|
||||||
2026-04-29T09:53:39.056927-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37625 68:f0:bc:c6:99:04
|
|
||||||
2026-04-29T09:54:43.087202-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T09:54:47.088977-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37633 52:06:f5:3e:83:89
|
|
||||||
2026-04-29T09:54:47.089799-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37634 30:23:03:3f:51:e5
|
|
||||||
2026-04-29T09:54:47.090200-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37635 fc:9c:98:59:45:de
|
|
||||||
2026-04-29T09:54:47.090607-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T09:55:49.128100-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37626 80:69:1a:8b:a2:b8
|
|
||||||
2026-04-29T09:55:49.128777-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37627 80:69:1a:95:0b:6e
|
|
||||||
2026-04-29T09:55:49.129071-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37628 30:23:03:95:2b:b8
|
|
||||||
2026-04-29T09:55:49.129288-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37630 80:69:1a:8b:a0:e3
|
|
||||||
2026-04-29T09:55:49.129476-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37631 36:23:03:3f:51:e5
|
|
||||||
2026-04-29T09:55:49.129612-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37632 30:23:03:d6:cf:c1
|
|
||||||
2026-04-29T14:56:42.453Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18502
|
|
||||||
2026-04-29T14:56:42.531Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 18502
|
|
||||||
2026-04-29T14:56:42.686Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Relaxed Face
|
|
||||||
2026-04-29T09:56:42.781054-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.502432]]
|
|
||||||
2026-04-29T09:56:42.786120-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses
|
|
||||||
2026-04-29T09:56:42.786213-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.502432
|
|
||||||
2026-04-29T09:56:42.786299-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs.
|
|
||||||
2026-04-29T09:56:42.786373-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.17072 Op: NOT_TRAINED Score: 0.3
|
|
||||||
2026-04-29T09:56:42.786422-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.3 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T09:56:42.786469-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED
|
|
||||||
2026-04-29T09:56:47.162175-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T14:56:49.385Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18503
|
|
||||||
2026-04-29T14:56:49.398Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Relaxed Face
|
|
||||||
2026-04-29T09:56:49.737606-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.386822]]
|
|
||||||
2026-04-29T09:56:49.743467-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses
|
|
||||||
2026-04-29T09:56:49.743554-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.386822
|
|
||||||
2026-04-29T09:56:49.743602-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test.
|
|
||||||
2026-04-29T09:56:49.743645-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs.
|
|
||||||
2026-04-29T09:56:49.743692-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.09
|
|
||||||
2026-04-29T09:56:49.743724-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.09 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T09:56:49.743766-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED
|
|
||||||
2026-04-29T14:56:50.651Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18503
|
|
||||||
2026-04-29T14:56:50.654Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T14:56:51.055Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18503
|
|
||||||
2026-04-29T14:56:51.058Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 18503
|
|
||||||
2026-04-29T09:56:52.165191-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37636 80:69:1a:8b:a2:b8
|
|
||||||
2026-04-29T09:56:52.165504-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37637 30:23:03:95:2b:b8
|
|
||||||
2026-04-29T09:56:52.165738-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37638 80:69:1a:95:0b:6e
|
|
||||||
2026-04-29T09:56:52.166019-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37639 ae:ae:19:ae:91:70
|
|
||||||
2026-04-29T09:56:52.166177-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37640 30:23:03:d6:cf:c1
|
|
||||||
2026-04-29T09:56:52.166299-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37641 30:23:03:d6:ca:1d
|
|
||||||
2026-04-29T09:56:52.166410-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T14:56:54.162Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18507
|
|
||||||
2026-04-29T14:56:54.164Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T14:56:54.175Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Relaxed Face
|
|
||||||
2026-04-29T09:56:54.584435-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.411948]]
|
|
||||||
2026-04-29T09:56:54.592194-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses
|
|
||||||
2026-04-29T09:56:54.592314-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.411948
|
|
||||||
2026-04-29T09:56:54.592420-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs.
|
|
||||||
2026-04-29T09:56:54.592526-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.0199129 Op: NOT_TRAINED Score: 0.3
|
|
||||||
2026-04-29T09:56:54.592599-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.3 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T09:56:54.592659-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED
|
|
||||||
2026-04-29T14:56:55.874Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18507
|
|
||||||
2026-04-29T14:56:59.880Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18507
|
|
||||||
2026-04-29T14:57:01.285Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Relaxed Face
|
|
||||||
2026-04-29T14:57:02.097Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18507
|
|
||||||
2026-04-29T14:57:02.099Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T14:57:06.592Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 18507 has an identity of null
|
|
||||||
2026-04-29T14:57:06.601Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Evaluating trigger source: NEW_ARRIVAL with looperID: null
|
|
||||||
2026-04-29T14:57:06.631Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/proactive/trigger
|
|
||||||
2026-04-29T14:57:06.610Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Passed all inhibitors
|
|
||||||
2026-04-29T14:57:06.613Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Sending proactive trigger to jetstream
|
|
||||||
2026-04-29T14:57:06.655Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18507
|
|
||||||
2026-04-29T14:57:06.853Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,err]: - C.Jetstream.PhubClient: FAILURE opening phubclient connection: CloudConnection::open (poco exception): Connection refused
|
|
||||||
2026-04-29T14:57:06.854Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.Proactivity: Reaper queue down to 0 entries.
|
|
||||||
2026-04-29T14:57:06.863Z Royal-Current-Sage-Canvas be[1016,err]: [versions@1 release="1.9.2"] T.JetstreamClient: CloudConnection::open (poco exception): Connection refused
|
|
||||||
2026-04-29T14:57:06.859Z Royal-Current-Sage-Canvas ssm[936,err]: [versions@1 release="1.9.2"] T.SSM: CloudConnection::open (poco exception): Connection refused
|
|
||||||
2026-04-29T14:57:06.864Z Royal-Current-Sage-Canvas be[1016,err]: [1@1 frames="[{\"method\":\"HTTPWSClient.Client.handleMessage.error\",\"filename\":\"/opt/jibo/Jibo/Skills/@be/be/node_modules/@jibo/jetstream-client/lib/jetstream-client.js\",\"line\":302,\"column\":40},{\"method\":\"emitOne\",\"filename\":\"events.js\",\"line\":96,\"column\":13},{\"method\":\"HTTPWSClient.emit\",\"filename\":\"events.js\",\"line\":188,\"column\":7},{\"method\":\"WebSocket.HTTPWSClient._onMessage.err\",\"filename\":\"/opt/jibo/Jibo/Skills/@be/be/node_modules/jibo-client-framework/lib/jibo-client-framework.js\",\"line\":823,\"column\":22},{\"method\":\"emitOne\",\"filename\":\"events.js\",\"line\":96,\"column\":13},{\"method\":\"WebSocket.emit\",\"filename\":\"events.js\",\"line\":188,\"column\":7},{\"method\":\"Receiver._receiver.onmessage\",\"filename\":\"/opt/jibo/Jibo/Skills/@be/be/node_modules/ws/lib/WebSocket.js\",\"line\":141,\"column\":47},{\"method\":\"Receiver.dataMessage\",\"filename\":\"/opt/jibo/Jibo/Skills/@be/be/node_modules/ws/lib/Receiver.js\",\"line\":389,\"column\":14},{\"method\":\"Receiver.getData\",\"filename\":\"/opt/jibo/Jibo/Skills/@be/be/node_modules/ws/lib/Receiver.js\",\"line\":330,\"column\":12},{\"method\":\"Receiver.startLoop\",\"filename\":\"/opt/jibo/Jibo/Skills/@be/be/node_modules/ws/lib/Receiver.js\",\"line\":165,\"column\":16},{\"method\":\"Receiver.add\",\"filename\":\"/opt/jibo/Jibo/Skills/@be/be/node_modules/ws/lib/Receiver.js\",\"line\":139,\"column\":10},{\"method\":\"Socket._ultron.on\",\"filename\":\"/opt/jibo/Jibo/Skills/@be/be/node_modules/ws/lib/WebSocket.js\",\"line\":138,\"column\":22},{\"method\":\"emitOne\",\"filename\":\"events.js\",\"line\":96,\"column\":13},{\"method\":\"Socket.emit\",\"filename\":\"events.js\",\"line\":188,\"column\":7},{\"method\":\"readableAddChunk\",\"filename\":\"_stream_readable.js\",\"line\":176,\"column\":18},{\"method\":\"Socket.Readable.push\",\"filename\":\"_stream_readable.js\",\"line\":134,\"column\":10},{\"method\":\"TCP.onread\",\"filename\":\"net.js\",\"line\":543,\"column\":20}\]" message="CloudConnection::open (poco exception): Connection refused"][versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: error received: CloudConnection::open (poco exception): Connection refused
|
|
||||||
2026-04-29T14:57:06.875Z Royal-Current-Sage-Canvas be[1016,err]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: Received error: CloudConnection::open (poco exception): Connection refused
|
|
||||||
2026-04-29T14:57:09.013Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18507
|
|
||||||
2026-04-29T14:57:09.015Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T14:57:09.108Z Royal-Current-Sage-Canvas be[1016,warning]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.OpportunityDetector: A proactive trigger was sent but did not receive a response from jetstream within 2500 milliseconds
|
|
||||||
2026-04-29T14:57:09.489Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Relaxed Face
|
|
||||||
2026-04-29T14:57:11.957Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Relaxed Face
|
|
||||||
2026-04-29T14:57:13.524Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 18507 has an identity of null
|
|
||||||
2026-04-29T14:57:16.903Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18507
|
|
||||||
2026-04-29T09:57:17.790771-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.491531]]
|
|
||||||
2026-04-29T09:57:17.795454-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses
|
|
||||||
2026-04-29T09:57:17.795567-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.491531
|
|
||||||
2026-04-29T09:57:17.795675-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 2 inputs.
|
|
||||||
2026-04-29T09:57:17.795779-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.0762754 Op: NOT_TRAINED Score: 0.15
|
|
||||||
2026-04-29T09:57:17.795870-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.15 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T09:57:17.795925-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE.
|
|
||||||
2026-04-29T14:57:17.856Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Relaxed Face
|
|
||||||
2026-04-29T14:57:18.116Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18507
|
|
||||||
2026-04-29T14:57:18.118Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T14:57:22.608Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 18507 has an identity of null
|
|
||||||
2026-04-29T14:57:22.688Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18507
|
|
||||||
2026-04-29T14:57:25.423Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Relaxed Face
|
|
||||||
2026-04-29T14:57:26.121Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18507
|
|
||||||
2026-04-29T14:57:26.122Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T14:57:26.417Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18507
|
|
||||||
2026-04-29T14:57:26.418Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 18507
|
|
||||||
2026-04-29T09:57:29.994800-05:00 Royal-Current-Sage-Canvas jibo-server-service[22958,warning]: - P.Application.ServerPort: ServerPort[2]::onReadable Disconnecting because of socket exception: Connection reset by peer
|
|
||||||
2026-04-29T09:57:29.996064-05:00 Royal-Current-Sage-Canvas jibo-server-service[22958,alert]: - P.ServiceApp: Terminate with Poco exception: I/O error: Broken pipe: 32
|
|
||||||
2026-04-29T09:57:29.996497-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.ServiceManager.Service: server: terminate called after throwing an instance of 'Poco::IOException'
|
|
||||||
2026-04-29T14:57:30.002Z Royal-Current-Sage-Canvas scs[890,warning]: [versions@1 release="1.9.2"] T.SF.Client.WSClient: socket ws://127.0.0.1:8888/server/notifications closed 1006
|
|
||||||
2026-04-29T14:57:30.002Z Royal-Current-Sage-Canvas STS[919,warning]: [versions@1 release="1.9.2"] P.SF.Client.WSClient: socket closed 1006
|
|
||||||
2026-04-29T14:57:30.004Z Royal-Current-Sage-Canvas scs[890,warning]: [versions@1 release="1.9.2"] T.SF.Client.WSClient: socket ws://127.0.0.1:8888/server/notifications/status closed 1006
|
|
||||||
2026-04-29T14:57:30.005Z Royal-Current-Sage-Canvas STS[919,warning]: [versions@1 release="1.9.2"] P.SF.Client.WSClient: socket closed 1006
|
|
||||||
2026-04-29T14:57:30.012Z Royal-Current-Sage-Canvas be[1016,warning]: [versions@1 release="1.9.2"] T.SF.Client.WSClient: socket ws://127.0.0.1:8888/server/notifications closed 1006
|
|
||||||
2026-04-29T14:57:30.003Z Royal-Current-Sage-Canvas mms[855,warning]: [versions@1 release="1.9.2"] T.SF.Client.WSClient: socket ws://127.0.0.1:8888/server/notifications/status closed 1006
|
|
||||||
2026-04-29T14:57:30.017Z Royal-Current-Sage-Canvas mms[855,warning]: [versions@1 release="1.9.2"] T.SF.Client.WSClient: socket ws://127.0.0.1:8888/server/notifications closed 1006
|
|
||||||
2026-04-29T14:57:30.009Z Royal-Current-Sage-Canvas ssm[936,warning]: [versions@1 release="1.9.2"] T.SF.Client.WSClient: socket ws://127.0.0.1:8888/server/notifications closed 1006
|
|
||||||
2026-04-29T14:57:30.016Z Royal-Current-Sage-Canvas be[1016,warning]: [versions@1 release="1.9.2"] T.SF.Client.WSClient: socket ws://127.0.0.1:8888/server/notifications/status closed 1006
|
|
||||||
2026-04-29T14:57:30.029Z Royal-Current-Sage-Canvas ssm[936,warning]: [versions@1 release="1.9.2"] T.SF.Client.WSClient: socket ws://127.0.0.1:8888/server/notifications/status closed 1006
|
|
||||||
2026-04-29T09:57:30.244077-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.Service.Monitor: Service server exited with code 0
|
|
||||||
2026-04-29T09:57:30.669349-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.Service.Monitor: Service server launched with PID 23174
|
|
||||||
2026-04-29T09:57:30.866164-05:00 Royal-Current-Sage-Canvas jibo-server-service[23174,warning]: - P.ServiceRegistryClient: ServiceRegistryClient::registerService error: Bad Request
|
|
||||||
2026-04-29T09:57:30.998803-05:00 Royal-Current-Sage-Canvas jibo-server-service[23174,err]: - P.NotificationSubsystem: NotificationSubsystem::connect Failed to connect to the server: Could not request robot token: Connection refused
|
|
||||||
2026-04-29T09:57:30.999147-05:00 Royal-Current-Sage-Canvas jibo-server-service[23174,info]: - P.ServiceApp: Chronometer timestamp: 1006633 s, 945171 us
|
|
||||||
2026-04-29T14:57:32.162Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18513
|
|
||||||
2026-04-29T14:57:32.306Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Relaxed Face
|
|
||||||
2026-04-29T09:57:32.461513-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.336812]]
|
|
||||||
2026-04-29T09:57:32.465801-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses
|
|
||||||
2026-04-29T09:57:32.466572-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.336812
|
|
||||||
2026-04-29T09:57:32.466709-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test.
|
|
||||||
2026-04-29T09:57:32.466802-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs.
|
|
||||||
2026-04-29T09:57:32.467372-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.09
|
|
||||||
2026-04-29T09:57:32.467470-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.09 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T09:57:32.467550-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED
|
|
||||||
2026-04-29T14:57:32.906Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18513
|
|
||||||
2026-04-29T14:57:32.908Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T09:57:33.984420-05:00 Royal-Current-Sage-Canvas jibo-server-service[23174,err]: - P.NotificationSubsystem: NotificationSubsystem::connect Failed to connect to the server: Could not request robot token: Connection refused
|
|
||||||
2026-04-29T14:57:34.909Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Relaxed Face
|
|
||||||
2026-04-29T14:57:34.970Z Royal-Current-Sage-Canvas ssm[936,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Error.Logger: Added L2-Cannot_connect_to_server
|
|
||||||
2026-04-29T14:57:35.040Z Royal-Current-Sage-Canvas ssm[936,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Error.Logger: Added Q4-Server_connection_lost
|
|
||||||
2026-04-29T14:57:35.055Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:57:35.103Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from RELAXED to IDLE
|
|
||||||
2026-04-29T14:57:35.068Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/settings { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:57:35.071Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T14:57:35.073Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/settings
|
|
||||||
2026-04-29T14:57:35.074Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle
|
|
||||||
2026-04-29T14:57:35.075Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle
|
|
||||||
2026-04-29T14:57:35.080Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping
|
|
||||||
2026-04-29T14:57:35.092Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false
|
|
||||||
2026-04-29T14:57:35.096Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue.
|
|
||||||
2026-04-29T14:57:35.180Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED
|
|
||||||
2026-04-29T14:57:35.213Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to OFF
|
|
||||||
2026-04-29T14:57:35.105Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle
|
|
||||||
2026-04-29T14:57:35.108Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T14:57:35.116Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle
|
|
||||||
2026-04-29T14:57:35.261Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/set_hj_mode
|
|
||||||
2026-04-29T14:57:35.261Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: hjw_JM_SET_HJ_MODE
|
|
||||||
2026-04-29T14:57:35.261Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_SET_HJ_MODE in 0 ms.
|
|
||||||
2026-04-29T14:57:35.117Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/settings { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:57:35.140Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/settings
|
|
||||||
2026-04-29T14:57:35.147Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/settings''
|
|
||||||
2026-04-29T14:57:35.153Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/settings''
|
|
||||||
2026-04-29T14:57:35.160Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T14:57:35.163Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/settings
|
|
||||||
2026-04-29T14:57:35.167Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/settings { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:57:35.173Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/settings { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:57:35.184Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/settings
|
|
||||||
2026-04-29T14:57:35.188Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/settings
|
|
||||||
2026-04-29T14:57:35.191Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T14:57:35.198Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Settings.error: SubSkill Launched
|
|
||||||
2026-04-29T14:57:35.214Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T14:57:35.218Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/settings { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:57:36.021Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18513
|
|
||||||
2026-04-29T14:57:36.024Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 18513
|
|
||||||
2026-04-29T14:57:48.726Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18519
|
|
||||||
2026-04-29T14:57:48.831Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18519
|
|
||||||
2026-04-29T14:57:48.834Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T09:57:49.014056-05:00 Royal-Current-Sage-Canvas jibo-server-service[23174,err]: - P.NotificationSubsystem: NotificationSubsystem::connect Failed to connect to the server: Could not request robot token: Connection refused
|
|
||||||
2026-04-29T09:57:49.181520-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.348624]]
|
|
||||||
2026-04-29T09:57:49.186158-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses
|
|
||||||
2026-04-29T09:57:49.186285-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.348624
|
|
||||||
2026-04-29T09:57:49.186370-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test.
|
|
||||||
2026-04-29T09:57:49.186417-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37633 52:06:f5:3e:83:89
|
|
||||||
2026-04-29T09:57:49.186442-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs.
|
|
||||||
2026-04-29T09:57:49.186525-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.09
|
|
||||||
2026-04-29T09:57:49.186609-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.09 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T09:57:49.186674-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED
|
|
||||||
2026-04-29T09:57:49.186766-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37629 36:23:03:95:2b:b7
|
|
||||||
2026-04-29T14:57:52.895Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18519
|
|
||||||
2026-04-29T14:57:52.901Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 18519
|
|
||||||
2026-04-29T09:58:03.913497-05:00 Royal-Current-Sage-Canvas jibo-server-service[23174,err]: - P.NotificationSubsystem: NotificationSubsystem::connect Failed to connect to the server: Could not request robot token: Connection refused
|
|
||||||
2026-04-29T14:58:17.718Z Royal-Current-Sage-Canvas ssm[936,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Error.Logger: Removed Q4-Server_connection_lost
|
|
||||||
2026-04-29T14:58:17.741Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Settings.error: error resolved: Q4-Server_connection_lost
|
|
||||||
2026-04-29T14:58:17.747Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Settings.error: no more errors!
|
|
||||||
2026-04-29T14:58:17.787Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from OFF to ENGAGED
|
|
||||||
2026-04-29T09:58:17.797659-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: { "tts": { "stop_request" : "Calling TTS stop" } }
|
|
||||||
2026-04-29T14:58:17.768Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Be: REDIRECT: skill redirect: @be/idle {}
|
|
||||||
2026-04-29T14:58:17.770Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:58:17.773Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T14:58:17.779Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/settings @be/idle
|
|
||||||
2026-04-29T14:58:17.832Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/set_hj_mode
|
|
||||||
2026-04-29T14:58:17.832Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: hjw_JM_SET_HJ_MODE
|
|
||||||
2026-04-29T14:58:17.832Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_SET_HJ_MODE in 0 ms.
|
|
||||||
2026-04-29T14:58:17.780Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/settings
|
|
||||||
2026-04-29T14:58:17.782Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/settings
|
|
||||||
2026-04-29T14:58:17.784Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Settings.error: SubSkill killed before its time
|
|
||||||
2026-04-29T14:58:18.353Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/settings
|
|
||||||
2026-04-29T14:58:18.390Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE
|
|
||||||
2026-04-29T14:58:18.355Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T14:58:18.357Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/settings
|
|
||||||
2026-04-29T14:58:18.358Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:58:18.371Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle
|
|
||||||
2026-04-29T14:58:18.373Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle''
|
|
||||||
2026-04-29T14:58:18.376Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle''
|
|
||||||
2026-04-29T14:58:18.379Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T14:58:18.380Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle
|
|
||||||
2026-04-29T14:58:18.381Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:58:18.383Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/settings @be/idle { asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:58:18.387Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle
|
|
||||||
2026-04-29T14:58:18.389Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle
|
|
||||||
2026-04-29T14:58:18.391Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T14:58:18.396Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP
|
|
||||||
2026-04-29T14:58:18.398Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true
|
|
||||||
2026-04-29T14:58:18.401Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting
|
|
||||||
2026-04-29T14:58:18.408Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from RELAXED to SELECT_INTENT.
|
|
||||||
2026-04-29T14:58:18.410Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT
|
|
||||||
2026-04-29T14:58:18.419Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:58:18.931Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT.
|
|
||||||
2026-04-29T14:58:18.932Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT
|
|
||||||
2026-04-29T14:58:18.935Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT
|
|
||||||
2026-04-29T14:58:18.987Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4.
|
|
||||||
2026-04-29T09:58:19.150644-05:00 Royal-Current-Sage-Canvas jibo-server-service[23174,info]: - P.NotificationSubsystem: NotificationSubsystem::connect Connecting to api-socket.jibo.com:443/token-Royal-Current-Sage-Canvas-1777474699099
|
|
||||||
2026-04-29T09:58:19.333339-05:00 Royal-Current-Sage-Canvas jibo-server-service[23174,info]: - P.NotificationSubsystem: NotificationSubsystem::connect established connection to server
|
|
||||||
2026-04-29T14:58:20.994Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 266 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"925141760 925141888 hey 0.00 925141888 925142208 jibo 0.00 "}
|
|
||||||
2026-04-29T14:58:20.994Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 0 dB
|
|
||||||
2026-04-29T14:58:20.995Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: hjw_JM_RECOG_HJ_EVENT
|
|
||||||
2026-04-29T14:58:20.995Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Entering PH-W state
|
|
||||||
2026-04-29T09:58:20.996370-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[1006683,942412],"type":"hotphrase","id":436,"location":{"ts":[1006683,742929],"possibilities":[{"channels":[0,12],"position":{"x":0.35313448309898379,"y":0.9095792174339294,"z":0.4350024461746216},"confidence":0.1530090570449829}]},"utterances":[]}
|
|
||||||
2026-04-29T14:58:20.995Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 925141760
|
|
||||||
2026-04-29T14:58:20.996Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 1 ms.
|
|
||||||
2026-04-29T14:58:21.003Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard
|
|
||||||
2026-04-29T14:58:21.102Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo'
|
|
||||||
2026-04-29T14:58:21.135Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND
|
|
||||||
2026-04-29T14:58:21.117Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo'
|
|
||||||
2026-04-29T14:58:21.179Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: 0.35313448309898376,\n y: 0.9095792174339294,\n z: 0.4350024461746216 } null
|
|
||||||
2026-04-29T14:58:21.194Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request
|
|
||||||
2026-04-29T14:58:21.244Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 10.622 accepted: 1
|
|
||||||
2026-04-29T14:58:21.244Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT
|
|
||||||
2026-04-29T14:58:21.245Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 1 ms.
|
|
||||||
2026-04-29T09:58:21.245392-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[1006684,191452],"type":"jet_speaker_id","id":436,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":10.621997833251954,"accepted":true,"high_confidence":true}],"snr":18.249950408935548}}
|
|
||||||
2026-04-29T14:58:21.230Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired!
|
|
||||||
2026-04-29T14:58:21.233Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look
|
|
||||||
2026-04-29T14:58:21.251Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: true | score: 10.621997833251953
|
|
||||||
2026-04-29T14:58:21.257Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idAcquired from source: VOICE
|
|
||||||
2026-04-29T14:58:21.267Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: ID_ACQUIRED
|
|
||||||
2026-04-29T14:58:21.269Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted.
|
|
||||||
2026-04-29T14:58:21.322Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened.
|
|
||||||
2026-04-29T14:58:21.322Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT
|
|
||||||
2026-04-29T14:58:21.322Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.000000" requestID="GLOBAL" transID="tid-dd018070-43db-11f1-9f32-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry
|
|
||||||
2026-04-29T14:58:21.326Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS
|
|
||||||
2026-04-29T14:58:21.377Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18525
|
|
||||||
2026-04-29T14:58:21.516Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 194 ms.
|
|
||||||
2026-04-29T14:58:21.530Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted
|
|
||||||
2026-04-29T14:58:21.927Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18525
|
|
||||||
2026-04-29T14:58:21.929Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T14:58:22.540Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED
|
|
||||||
2026-04-29T14:58:22.565Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18525
|
|
||||||
2026-04-29T14:58:23.058Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request
|
|
||||||
2026-04-29T14:58:23.055Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Expression.Base.ResolveHandle: Someone tried to cancel ResolveHandle after it was resolved!
|
|
||||||
2026-04-29T14:58:23.080Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired!
|
|
||||||
2026-04-29T14:58:23.081Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Asserting attention rule after interruption: Command Look
|
|
||||||
2026-04-29T14:58:24.353Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED
|
|
||||||
2026-04-29T14:58:24.381Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (entity match): 18525
|
|
||||||
2026-04-29T14:58:25.056Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Demand Face Detect found 1 faces
|
|
||||||
2026-04-29T14:58:25.452Z Royal-Current-Sage-Canvas ssm[936,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Error.Logger: Removed L2-Cannot_connect_to_server
|
|
||||||
2026-04-29T14:58:26.072Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN
|
|
||||||
2026-04-29T14:58:26.073Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms.
|
|
||||||
2026-04-29T14:58:26.073Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS
|
|
||||||
2026-04-29T14:58:26.073Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 0 ms.
|
|
||||||
2026-04-29T14:58:26.082Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: true,\n transID: 'tid-dd018070-43db-11f1-9f32-5cf821ea55ae',\n data: \n ListenResult {\n asr: \n { confidence: 0.95,\n final: true,\n text: '- Oh, what\'s your club?' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'chat',\n rule: 'launch',\n score: 0.95,\n skipSurprises: true } } }
|
|
||||||
2026-04-29T14:58:26.113Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE
|
|
||||||
2026-04-29T14:58:26.146Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO
|
|
||||||
2026-04-29T14:58:26.147Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms.
|
|
||||||
2026-04-29T14:58:26.088Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: \n { confidence: 0.95,\n final: true,\n text: '- Oh, what\'s your club?' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'chat',\n rule: 'launch',\n score: 0.95,\n skipSurprises: true } },\n status: 'SUCCEEDED',\n transID: 'tid-dd018070-43db-11f1-9f32-5cf821ea55ae' }
|
|
||||||
2026-04-29T14:58:26.101Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received
|
|
||||||
2026-04-29T14:58:26.103Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient: event waiter 'HJ Listen Complete'
|
|
||||||
2026-04-29T14:58:26.107Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 1877
|
|
||||||
2026-04-29T14:58:26.109Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: false
|
|
||||||
2026-04-29T14:58:26.116Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:58:26.121Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:58:26.124Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T14:58:26.126Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus
|
|
||||||
2026-04-29T14:58:26.127Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle
|
|
||||||
2026-04-29T14:58:26.129Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle
|
|
||||||
2026-04-29T14:58:26.130Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping
|
|
||||||
2026-04-29T14:58:26.133Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false
|
|
||||||
2026-04-29T14:58:26.134Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue.
|
|
||||||
2026-04-29T14:58:26.140Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle
|
|
||||||
2026-04-29T14:58:26.141Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T14:58:26.199Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED
|
|
||||||
2026-04-29T14:58:26.143Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle
|
|
||||||
2026-04-29T14:58:26.145Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:58:26.159Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T14:58:26.177Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus
|
|
||||||
2026-04-29T14:58:26.184Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus''
|
|
||||||
2026-04-29T14:58:26.186Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus''
|
|
||||||
2026-04-29T14:58:26.188Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T09:58:26.326271-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX
|
|
||||||
2026-04-29T09:58:26.326555-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - 0713392b-8736-46ca-a15f-1aab1e0d8bb1
|
|
||||||
2026-04-29T09:58:26.327027-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - 0713392b-8736-46ca-a15f-1aab1e0d8bb1
|
|
||||||
2026-04-29T09:58:26.375606-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags
|
|
||||||
2026-04-29T09:58:26.375917-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 8ff3f97f-b5fa-4ee5-ad77-141964a534a8
|
|
||||||
2026-04-29T09:58:26.377117-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 8ff3f97f-b5fa-4ee5-ad77-141964a534a8
|
|
||||||
2026-04-29T14:58:26.189Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus
|
|
||||||
2026-04-29T14:58:26.191Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:58:26.195Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:58:26.202Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus
|
|
||||||
2026-04-29T09:58:26.464446-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times
|
|
||||||
2026-04-29T09:58:26.465259-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"<speak><STYLE set=\"NEUTRAL\"> <SPEAK> I heard you say , - Oh , what's your club ? . </SPEAK> </STYLE></speak>","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}}
|
|
||||||
2026-04-29T09:58:26.478302-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,warning]: - C.TTSService: TTSTextnorm: Something wrong with token alignment...
|
|
||||||
2026-04-29T14:58:26.203Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus
|
|
||||||
2026-04-29T14:58:26.204Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening
|
|
||||||
2026-04-29T14:58:26.213Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response...
|
|
||||||
2026-04-29T14:58:26.215Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:58:26.218Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response.
|
|
||||||
2026-04-29T14:58:26.219Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response...
|
|
||||||
2026-04-29T14:58:26.223Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill.
|
|
||||||
2026-04-29T14:58:26.225Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response.
|
|
||||||
2026-04-29T09:58:26.556185-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 90e9d528-3293-4b93-83b3-88cd993ddede
|
|
||||||
2026-04-29T14:58:26.229Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT
|
|
||||||
2026-04-29T14:58:26.273Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T14:58:26.294Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received
|
|
||||||
2026-04-29T14:58:26.303Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request
|
|
||||||
2026-04-29T14:58:26.305Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 17222f6e-9e74-46a7-b76b-3be28ff0f26a
|
|
||||||
2026-04-29T14:58:26.484Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 18525 has an identity of null
|
|
||||||
2026-04-29T14:58:26.673Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING
|
|
||||||
2026-04-29T14:58:26.641Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode
|
|
||||||
2026-04-29T14:58:26.686Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish
|
|
||||||
2026-04-29T14:58:26.687Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 17222f6e-9e74-46a7-b76b-3be28ff0f26a
|
|
||||||
2026-04-29T09:58:26.737215-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 8a1cd439-e0f2-4e85-b605-c00bf302bee1
|
|
||||||
2026-04-29T09:58:26.737325-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"<speak><STYLE set=\"NEUTRAL\"> <SPEAK> I heard you say , - Oh , what's your club ? . </SPEAK> </STYLE></speak>","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}}
|
|
||||||
2026-04-29T09:58:26.737532-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 8a1cd439-e0f2-4e85-b605-c00bf302bee1
|
|
||||||
2026-04-29T09:58:26.737560-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached
|
|
||||||
2026-04-29T14:58:27.391Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!!
|
|
||||||
2026-04-29T14:58:28.784Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18525
|
|
||||||
2026-04-29T09:58:29.099571-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 8a1cd439-e0f2-4e85-b605-c00bf302bee1
|
|
||||||
2026-04-29T14:58:29.674Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Speaking Primary Face
|
|
||||||
2026-04-29T14:58:29.684Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED
|
|
||||||
2026-04-29T14:58:29.675Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 17222f6e-9e74-46a7-b76b-3be28ff0f26a
|
|
||||||
2026-04-29T14:58:29.702Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 17222f6e-9e74-46a7-b76b-3be28ff0f26a
|
|
||||||
2026-04-29T14:58:29.705Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session
|
|
||||||
2026-04-29T14:58:29.712Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request
|
|
||||||
2026-04-29T14:58:29.717Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received
|
|
||||||
2026-04-29T14:58:29.725Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T14:58:29.825Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE
|
|
||||||
2026-04-29T14:58:29.734Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:58:29.736Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T14:58:29.767Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/idle
|
|
||||||
2026-04-29T14:58:29.768Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus
|
|
||||||
2026-04-29T14:58:29.769Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus
|
|
||||||
2026-04-29T14:58:29.770Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing
|
|
||||||
2026-04-29T14:58:29.773Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus
|
|
||||||
2026-04-29T14:58:29.773Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T14:58:29.775Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus
|
|
||||||
2026-04-29T14:58:29.776Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:58:29.788Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle
|
|
||||||
2026-04-29T14:58:29.803Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle''
|
|
||||||
2026-04-29T14:58:29.805Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle''
|
|
||||||
2026-04-29T14:58:29.811Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T14:58:29.813Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle
|
|
||||||
2026-04-29T14:58:29.814Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:58:29.816Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:58:29.820Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle
|
|
||||||
2026-04-29T14:58:29.825Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle
|
|
||||||
2026-04-29T14:58:29.826Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T14:58:29.831Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP
|
|
||||||
2026-04-29T14:58:29.832Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true
|
|
||||||
2026-04-29T14:58:29.833Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting
|
|
||||||
2026-04-29T14:58:29.835Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT.
|
|
||||||
2026-04-29T14:58:29.836Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT
|
|
||||||
2026-04-29T14:58:29.844Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:58:29.854Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT.
|
|
||||||
2026-04-29T14:58:29.855Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT
|
|
||||||
2026-04-29T14:58:29.863Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT
|
|
||||||
2026-04-29T14:58:29.935Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4.
|
|
||||||
2026-04-29T14:58:30.731Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face
|
|
||||||
2026-04-29T14:58:30.746Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 252 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"925151488 925151680 hey 0.00 925151680 925152000 jibo 0.00 "}
|
|
||||||
2026-04-29T14:58:30.746Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 0 dB
|
|
||||||
2026-04-29T14:58:30.746Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT
|
|
||||||
2026-04-29T14:58:30.747Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 925151488
|
|
||||||
2026-04-29T14:58:30.749Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 3 ms.
|
|
||||||
2026-04-29T09:58:30.752184-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[1006693,698227],"type":"hotphrase","id":437,"location":{"ts":[1006693,499657],"possibilities":[{"channels":[0,12],"position":{"x":0.4277443289756775,"y":0.8643025159835815,"z":0.46163493394851687},"confidence":0.26766321063041689}]},"utterances":[]}
|
|
||||||
2026-04-29T14:58:30.764Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: 3.61158 accepted: 1
|
|
||||||
2026-04-29T14:58:30.765Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT
|
|
||||||
2026-04-29T14:58:30.765Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 0 ms.
|
|
||||||
2026-04-29T09:58:30.765887-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[1006693,711957],"type":"jet_speaker_id","id":437,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":3.6115753650665285,"accepted":true,"high_confidence":true}],"snr":28.030590057373048}}
|
|
||||||
2026-04-29T14:58:30.749Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-dd018070-43db-11f1-9f32-5cf821ea55ae' }
|
|
||||||
2026-04-29T14:58:30.752Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard
|
|
||||||
2026-04-29T14:58:30.786Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: true | score: 3.6115753650665283
|
|
||||||
2026-04-29T14:58:30.789Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted.
|
|
||||||
2026-04-29T14:58:30.808Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo'
|
|
||||||
2026-04-29T14:58:30.822Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND
|
|
||||||
2026-04-29T14:58:30.838Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request
|
|
||||||
2026-04-29T14:58:30.819Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo'
|
|
||||||
2026-04-29T14:58:30.847Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired!
|
|
||||||
2026-04-29T14:58:30.849Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look
|
|
||||||
2026-04-29T14:58:30.828Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: 0.4277443289756775,\n y: 0.8643025159835815,\n z: 0.46163493394851685 } null
|
|
||||||
2026-04-29T14:58:31.008Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18525
|
|
||||||
2026-04-29T14:58:31.010Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T14:58:31.146Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened.
|
|
||||||
2026-04-29T14:58:31.146Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT
|
|
||||||
2026-04-29T14:58:31.146Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="1.000000" requestID="GLOBAL" transID="tid-e2d19918-43db-11f1-90c0-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry
|
|
||||||
2026-04-29T14:58:31.147Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS
|
|
||||||
2026-04-29T14:58:31.207Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 61 ms.
|
|
||||||
2026-04-29T14:58:31.216Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted
|
|
||||||
2026-04-29T14:58:32.251Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED
|
|
||||||
2026-04-29T14:58:32.263Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18525
|
|
||||||
2026-04-29T14:58:32.301Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Expression.Base.ResolveHandle: Someone tried to cancel ResolveHandle after it was resolved!
|
|
||||||
2026-04-29T14:58:32.307Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request
|
|
||||||
2026-04-29T14:58:32.333Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired!
|
|
||||||
2026-04-29T14:58:32.334Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Asserting attention rule after interruption: Command Look
|
|
||||||
2026-04-29T14:58:33.382Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED
|
|
||||||
2026-04-29T14:58:33.388Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (entity match): 18525
|
|
||||||
2026-04-29T09:58:35.203213-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.447745]]
|
|
||||||
2026-04-29T09:58:35.207138-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses
|
|
||||||
2026-04-29T09:58:35.207223-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.447745
|
|
||||||
2026-04-29T09:58:35.207311-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs.
|
|
||||||
2026-04-29T09:58:35.207382-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.0795749 Op: NOT_TRAINED Score: 0.3
|
|
||||||
2026-04-29T09:58:35.207436-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.3 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T09:58:35.207534-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED
|
|
||||||
2026-04-29T14:58:35.521Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 18525 has an identity of null
|
|
||||||
2026-04-29T14:58:35.817Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN
|
|
||||||
2026-04-29T14:58:35.818Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms.
|
|
||||||
2026-04-29T14:58:35.821Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS
|
|
||||||
2026-04-29T14:58:35.821Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 0 ms.
|
|
||||||
2026-04-29T14:58:35.833Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: true,\n transID: 'tid-e2d19918-43db-11f1-90c0-5cf821ea55ae',\n data: \n ListenResult {\n asr: \n { confidence: 0.95,\n final: true,\n text: 'So, what\'s your cloud version?' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'cloud_version',\n rule: 'launch',\n score: 0.95,\n skipSurprises: true } } }
|
|
||||||
2026-04-29T14:58:35.857Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE
|
|
||||||
2026-04-29T14:58:35.892Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO
|
|
||||||
2026-04-29T14:58:35.893Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 0 ms.
|
|
||||||
2026-04-29T14:58:35.837Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: \n { confidence: 0.95,\n final: true,\n text: 'So, what\'s your cloud version?' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'cloud_version',\n rule: 'launch',\n score: 0.95,\n skipSurprises: true } },\n status: 'SUCCEEDED',\n transID: 'tid-e2d19918-43db-11f1-90c0-5cf821ea55ae' }
|
|
||||||
2026-04-29T14:58:35.844Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received
|
|
||||||
2026-04-29T14:58:35.933Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED
|
|
||||||
2026-04-29T14:58:35.846Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient: event waiter 'HJ Listen Complete'
|
|
||||||
2026-04-29T14:58:35.849Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 1473
|
|
||||||
2026-04-29T14:58:35.852Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: false
|
|
||||||
2026-04-29T14:58:35.858Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:58:35.862Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T09:58:36.001933-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS LEX
|
|
||||||
2026-04-29T09:58:36.002274-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session start - a571e4be-f678-40df-8b64-89dd6cbafb40
|
|
||||||
2026-04-29T09:58:36.002762-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get TTS Lex session end - a571e4be-f678-40df-8b64-89dd6cbafb40
|
|
||||||
2026-04-29T14:58:35.864Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T14:58:35.869Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus
|
|
||||||
2026-04-29T09:58:36.026463-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS POS Tags
|
|
||||||
2026-04-29T09:58:36.026804-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session start - 807d2f42-9255-4c12-af3e-3c0aba12e400
|
|
||||||
2026-04-29T09:58:36.027805-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get POS Tags session end - 807d2f42-9255-4c12-af3e-3c0aba12e400
|
|
||||||
2026-04-29T14:58:35.870Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle
|
|
||||||
2026-04-29T14:58:35.871Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle
|
|
||||||
2026-04-29T09:58:36.050766-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: GET TTS Token times
|
|
||||||
2026-04-29T09:58:36.051885-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"<speak><STYLE set=\"NEUTRAL\"> <SPEAK> open Jibo Cloud version 1 dot 0 dot 18 . </SPEAK> </STYLE></speak>","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}}
|
|
||||||
2026-04-29T14:58:35.871Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping
|
|
||||||
2026-04-29T14:58:35.872Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false
|
|
||||||
2026-04-29T14:58:35.876Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue.
|
|
||||||
2026-04-29T14:58:35.881Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle
|
|
||||||
2026-04-29T14:58:35.882Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T14:58:35.884Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle
|
|
||||||
2026-04-29T14:58:35.885Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:58:35.897Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T14:58:35.909Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus
|
|
||||||
2026-04-29T14:58:35.913Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus''
|
|
||||||
2026-04-29T14:58:35.919Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus''
|
|
||||||
2026-04-29T14:58:35.922Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T14:58:35.923Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus
|
|
||||||
2026-04-29T14:58:35.924Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:58:35.925Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:58:35.928Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus
|
|
||||||
2026-04-29T14:58:35.929Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus
|
|
||||||
2026-04-29T14:58:35.930Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening
|
|
||||||
2026-04-29T14:58:35.933Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response...
|
|
||||||
2026-04-29T14:58:35.936Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'cloud_version',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '<user input removed>', confidence: 0.95 } }
|
|
||||||
2026-04-29T14:58:35.942Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response.
|
|
||||||
2026-04-29T14:58:35.942Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response...
|
|
||||||
2026-04-29T14:58:35.943Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill.
|
|
||||||
2026-04-29T14:58:35.944Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response.
|
|
||||||
2026-04-29T14:58:35.945Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT
|
|
||||||
2026-04-29T14:58:35.981Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T14:58:35.992Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received
|
|
||||||
2026-04-29T14:58:35.995Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request
|
|
||||||
2026-04-29T14:58:35.996Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 7209dc8f-868e-4a6d-9626-ea780d065ac1
|
|
||||||
2026-04-29T09:58:36.208591-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS Get Tokens session end - 6d428a13-4bf0-4323-adf8-381af4aac0cd
|
|
||||||
2026-04-29T14:58:36.226Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode
|
|
||||||
2026-04-29T14:58:36.272Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING
|
|
||||||
2026-04-29T14:58:36.277Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish
|
|
||||||
2026-04-29T14:58:36.286Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 7209dc8f-868e-4a6d-9626-ea780d065ac1
|
|
||||||
2026-04-29T09:58:36.303115-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session start - 5367daac-6dd2-4516-bf15-47caf316420c
|
|
||||||
2026-04-29T09:58:36.303245-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"<speak><STYLE set=\"NEUTRAL\"> <SPEAK> open Jibo Cloud version 1 dot 0 dot 18 . </SPEAK> </STYLE></speak>","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}}
|
|
||||||
2026-04-29T09:58:36.303480-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS calling speak - 5367daac-6dd2-4516-bf15-47caf316420c
|
|
||||||
2026-04-29T09:58:36.303517-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Synthesizing cached
|
|
||||||
2026-04-29T14:58:36.743Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18525
|
|
||||||
2026-04-29T14:58:37.015Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!!
|
|
||||||
2026-04-29T14:58:37.546Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 27 walign: ADE00728 palign: ADE3A4A8 {"word_alignment":"925158272 925158336 hey 0.00 925158336 925158784 jibo 0.00 "}
|
|
||||||
2026-04-29T14:58:37.546Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 19.5322 dB
|
|
||||||
2026-04-29T14:58:37.547Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT
|
|
||||||
2026-04-29T14:58:37.549Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 2 ms.
|
|
||||||
2026-04-29T14:58:37.551Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 925158272
|
|
||||||
2026-04-29T09:58:37.552806-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[1006700,498856],"type":"hotphrase","id":438,"location":{"ts":[1006700,299171],"possibilities":[{"channels":[1,13],"position":{"x":0.7255767583847046,"y":0.6700406074523926,"z":0.34290480613708498},"confidence":0.033594802021980289},{"channels":[19],"position":{"x":-0.6592983603477478,"y":-0.6486844420433044,"z":0.48199230432510378},"confidence":0.02239328622817993}]},"utterances":[]}
|
|
||||||
2026-04-29T14:58:37.555Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-e2d19918-43db-11f1-90c0-5cf821ea55ae' }
|
|
||||||
2026-04-29T14:58:37.558Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard
|
|
||||||
2026-04-29T09:58:37.644951-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: { "tts": { "stop_request" : "Calling TTS stop" } }
|
|
||||||
2026-04-29T09:58:37.645008-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: Stop called
|
|
||||||
2026-04-29T14:58:37.574Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received
|
|
||||||
2026-04-29T14:58:37.575Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing stop request on active session: 7209dc8f-868e-4a6d-9626-ea780d065ac1
|
|
||||||
2026-04-29T14:58:37.581Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Stopped
|
|
||||||
2026-04-29T14:58:37.595Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received
|
|
||||||
2026-04-29T09:58:37.700308-05:00 Royal-Current-Sage-Canvas jibo-tts-service[708,info]: - C.TTSService: TTS session end - 5367daac-6dd2-4516-bf15-47caf316420c
|
|
||||||
2026-04-29T14:58:37.704Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo'
|
|
||||||
2026-04-29T14:58:37.707Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Basic Lookat' to achieve goal 'Hey Jibo'
|
|
||||||
2026-04-29T14:58:37.724Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to COMMAND
|
|
||||||
2026-04-29T14:58:37.738Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request
|
|
||||||
2026-04-29T14:58:37.774Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired!
|
|
||||||
2026-04-29T14:58:37.776Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Asserting attention rule after interruption: Command Look
|
|
||||||
2026-04-29T14:58:37.922Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 7209dc8f-868e-4a6d-9626-ea780d065ac1
|
|
||||||
2026-04-29T14:58:37.934Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 7209dc8f-868e-4a6d-9626-ea780d065ac1
|
|
||||||
2026-04-29T14:58:37.940Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request
|
|
||||||
2026-04-29T14:58:38.177Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms.
|
|
||||||
2026-04-29T14:58:38.177Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.LhubClient: Hub Client connection opened.
|
|
||||||
2026-04-29T14:58:38.178Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT
|
|
||||||
2026-04-29T14:58:38.178Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: [messageContext@1 gain="9.475628" requestID="GLOBAL" transID="tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry
|
|
||||||
2026-04-29T14:58:38.179Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 1 ms.
|
|
||||||
2026-04-29T14:58:38.192Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS
|
|
||||||
2026-04-29T14:58:38.209Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted
|
|
||||||
2026-04-29T14:58:38.641Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED
|
|
||||||
2026-04-29T14:58:38.655Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to ENGAGED
|
|
||||||
2026-04-29T14:58:38.660Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Basic Lookat' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T14:58:38.699Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,warning]: - C.Jetstream.RecogSpeakerID: Streaming Speaker ID failed -- trying again using a segment
|
|
||||||
2026-04-29T14:58:38.731Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.RecogSpeakerID: Speaker ID: isAuthDone=true but AuthResult=false
|
|
||||||
2026-04-29T14:58:38.732Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT
|
|
||||||
2026-04-29T09:58:38.733278-05:00 Royal-Current-Sage-Canvas jibo-audio-service[639,notice]: - P.AudioService: detection: {"ts":[1006701,679344],"type":"jet_speaker_id","id":438,"data":{"speakers":[],"snr":0.0}}
|
|
||||||
2026-04-29T09:58:38.733933-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,warning]: - P.Engine.AudioDetectionAction: SpeakerID with no IDs?
|
|
||||||
2026-04-29T14:58:38.735Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: Empty speaker list
|
|
||||||
2026-04-29T14:58:38.740Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker invalidated by rejected speaker id.
|
|
||||||
2026-04-29T14:58:38.855Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 123 ms.
|
|
||||||
2026-04-29T14:58:39.754Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18525
|
|
||||||
2026-04-29T14:58:39.757Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Engaged Primary Face
|
|
||||||
2026-04-29T14:58:40.135Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18525
|
|
||||||
2026-04-29T14:58:40.136Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T14:58:40.444Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18525
|
|
||||||
2026-04-29T14:58:40.446Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 18525
|
|
||||||
2026-04-29T14:58:47.022Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18527
|
|
||||||
2026-04-29T14:58:47.025Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18527
|
|
||||||
2026-04-29T14:58:47.023Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T09:58:47.147246-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.374207]]
|
|
||||||
2026-04-29T09:58:47.151692-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses
|
|
||||||
2026-04-29T09:58:47.151787-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.374207
|
|
||||||
2026-04-29T09:58:47.151862-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test.
|
|
||||||
2026-04-29T09:58:47.151936-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs.
|
|
||||||
2026-04-29T09:58:47.152017-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.09
|
|
||||||
2026-04-29T09:58:47.152089-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.09 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T09:58:47.152171-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED
|
|
||||||
2026-04-29T09:58:48.056954-05:00 Royal-Current-Sage-Canvas jibo-body-service[623,notice]: - P.BodyService: Touch state change: {"ts":[1006711,2880],"touched":true,"pad_state":[false,false,false,true,true,false],"changed":[3,4],"raw_count":[353,364,410,181,219,329]}
|
|
||||||
2026-04-29T14:58:48.060Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Head Touch'
|
|
||||||
2026-04-29T14:58:48.066Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HeadTouch' to achieve goal 'Head Touch'
|
|
||||||
2026-04-29T09:58:48.176617-05:00 Royal-Current-Sage-Canvas jibo-body-service[623,notice]: - P.BodyService: Touch state change: {"ts":[1006711,122587],"touched":true,"pad_state":[false,true,true,true,true,false],"changed":[1,2],"raw_count":[352,335,381,181,219,328]}
|
|
||||||
2026-04-29T09:58:48.356634-05:00 Royal-Current-Sage-Canvas jibo-body-service[623,notice]: - P.BodyService: Touch state change: {"ts":[1006711,302574],"touched":true,"pad_state":[true,true,true,true,true,false],"changed":[0],"raw_count":[327,312,378,177,220,328]}
|
|
||||||
2026-04-29T09:58:48.776881-05:00 Royal-Current-Sage-Canvas jibo-body-service[623,notice]: - P.BodyService: Touch state change: {"ts":[1006711,722849],"touched":true,"pad_state":[false,true,true,true,true,false],"changed":[0],"raw_count":[334,313,386,183,221,327]}
|
|
||||||
2026-04-29T09:58:48.836689-05:00 Royal-Current-Sage-Canvas jibo-body-service[623,notice]: - P.BodyService: Touch state change: {"ts":[1006711,782681],"touched":true,"pad_state":[true,true,true,true,true,false],"changed":[0],"raw_count":[333,313,383,182,221,326]}
|
|
||||||
2026-04-29T09:58:49.016504-05:00 Royal-Current-Sage-Canvas jibo-body-service[623,notice]: - P.BodyService: Touch state change: {"ts":[1006711,962519],"touched":true,"pad_state":[false,true,true,true,true,false],"changed":[0],"raw_count":[334,320,382,183,222,326]}
|
|
||||||
2026-04-29T14:58:49.081Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HeadTouch: stopping listen jibo via touch
|
|
||||||
2026-04-29T14:58:49.146Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/cancel_any_turn
|
|
||||||
2026-04-29T14:58:49.147Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: phw_JM_CANCEL_ANY_TURN
|
|
||||||
2026-04-29T14:58:49.147Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Entering HJ-W state
|
|
||||||
2026-04-29T14:58:49.147Z Royal-Current-Sage-Canvas jibo-jetstream-service[11394,info]: - C.Jetstream.ListenLoop: Handled JM_CANCEL_ANY_TURN in 0 ms.
|
|
||||||
2026-04-29T14:58:49.083Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T14:58:49.088Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T14:58:49.091Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hold Switch to Idle Goal'
|
|
||||||
2026-04-29T14:58:49.094Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Skill Switch Action: '@be/idle'' to achieve goal 'Hold Switch to Idle Goal'
|
|
||||||
2026-04-29T14:58:49.184Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE
|
|
||||||
2026-04-29T14:58:49.106Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:58:49.108Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill
|
|
||||||
2026-04-29T14:58:49.115Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/idle
|
|
||||||
2026-04-29T14:58:49.118Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus
|
|
||||||
2026-04-29T14:58:49.119Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus
|
|
||||||
2026-04-29T14:58:49.120Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing
|
|
||||||
2026-04-29T14:58:49.126Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T14:58:49.133Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus
|
|
||||||
2026-04-29T14:58:49.135Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T14:58:49.136Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus
|
|
||||||
2026-04-29T14:58:49.137Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:58:49.153Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'CANCELED',\n transID: 'tid-e6df2eb2-43db-11f1-a450-5cf821ea55ae' }
|
|
||||||
2026-04-29T14:58:49.161Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle
|
|
||||||
2026-04-29T14:58:49.165Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle''
|
|
||||||
2026-04-29T14:58:49.168Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle''
|
|
||||||
2026-04-29T14:58:49.172Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T14:58:49.173Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle
|
|
||||||
2026-04-29T14:58:49.174Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:58:49.176Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/idle { asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:58:49.181Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle
|
|
||||||
2026-04-29T14:58:49.182Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle
|
|
||||||
2026-04-29T14:58:49.183Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness.
|
|
||||||
2026-04-29T14:58:49.186Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP
|
|
||||||
2026-04-29T14:58:49.187Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true
|
|
||||||
2026-04-29T14:58:49.190Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting
|
|
||||||
2026-04-29T14:58:49.192Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT.
|
|
||||||
2026-04-29T14:58:49.193Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT
|
|
||||||
2026-04-29T14:58:49.201Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { asr: { text: '', confidence: 1 } }
|
|
||||||
2026-04-29T14:58:49.208Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Skill Switch Action: '@be/idle'' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T14:58:49.211Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT.
|
|
||||||
2026-04-29T14:58:49.212Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT
|
|
||||||
2026-04-29T14:58:49.215Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT
|
|
||||||
2026-04-29T14:58:49.222Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HeadTouch' with result: 'SUCCEEDED'
|
|
||||||
2026-04-29T14:58:49.263Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4.
|
|
||||||
2026-04-29T09:58:49.436579-05:00 Royal-Current-Sage-Canvas jibo-body-service[623,notice]: - P.BodyService: Touch state change: {"ts":[1006712,382538],"touched":true,"pad_state":[true,true,true,true,true,false],"changed":[0],"raw_count":[333,317,387,182,220,325]}
|
|
||||||
2026-04-29T09:58:49.496538-05:00 Royal-Current-Sage-Canvas jibo-body-service[623,notice]: - P.BodyService: Touch state change: {"ts":[1006712,442528],"touched":true,"pad_state":[false,true,true,true,true,false],"changed":[0],"raw_count":[332,316,385,182,219,325]}
|
|
||||||
2026-04-29T09:58:49.556790-05:00 Royal-Current-Sage-Canvas jibo-body-service[623,notice]: - P.BodyService: Touch state change: {"ts":[1006712,502617],"touched":true,"pad_state":[true,true,true,true,true,false],"changed":[0],"raw_count":[330,315,385,180,218,324]}
|
|
||||||
2026-04-29T09:58:49.616763-05:00 Royal-Current-Sage-Canvas jibo-body-service[623,notice]: - P.BodyService: Touch state change: {"ts":[1006712,562796],"touched":true,"pad_state":[false,true,false,true,true,false],"changed":[0,2],"raw_count":[351,323,389,183,221,324]}
|
|
||||||
2026-04-29T09:58:49.676540-05:00 Royal-Current-Sage-Canvas jibo-body-service[623,notice]: - P.BodyService: Touch state change: {"ts":[1006712,622505],"touched":true,"pad_state":[false,false,false,true,true,false],"changed":[1],"raw_count":[350,364,409,191,234,324]}
|
|
||||||
2026-04-29T09:58:49.736673-05:00 Royal-Current-Sage-Canvas jibo-body-service[623,notice]: - P.BodyService: Touch state change: {"ts":[1006712,682684],"touched":false,"pad_state":[false,false,false,false,false,false],"changed":[3,4],"raw_count":[350,364,409,202,255,324]}
|
|
||||||
2026-04-29T14:58:51.519Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 18527 has an identity of null
|
|
||||||
2026-04-29T14:58:51.616Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18527
|
|
||||||
2026-04-29T09:58:52.208756-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED
|
|
||||||
2026-04-29T14:58:53.543Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face
|
|
||||||
2026-04-29T14:58:53.852Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18527
|
|
||||||
2026-04-29T14:58:53.854Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T09:58:56.209776-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37642 4a:9e:bd:65:31:8b
|
|
||||||
2026-04-29T09:58:56.210112-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37643 d6:e2:2f:ea:3e:fb
|
|
||||||
2026-04-29T09:58:56.210324-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37644 30:23:03:95:2b:b7
|
|
||||||
2026-04-29T09:58:56.210502-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37645 36:23:03:3f:51:e5
|
|
||||||
2026-04-29T09:58:56.210742-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 37646 30:23:03:d6:ca:1c
|
|
||||||
2026-04-29T09:58:56.210976-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS
|
|
||||||
2026-04-29T14:58:58.353Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 18527 has an identity of null
|
|
||||||
2026-04-29T14:58:59.535Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18527
|
|
||||||
2026-04-29T14:59:00.790Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idLost from ASR: 5c0b221fdf9d450019c5e255.
|
|
||||||
2026-04-29T14:59:01.290Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face
|
|
||||||
2026-04-29T14:59:01.843Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18527
|
|
||||||
2026-04-29T14:59:01.847Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T14:59:05.226Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18527
|
|
||||||
2026-04-29T14:59:07.562Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face
|
|
||||||
2026-04-29T14:59:07.556Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18527
|
|
||||||
2026-04-29T14:59:07.566Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T14:59:08.640Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18527
|
|
||||||
2026-04-29T14:59:12.523Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face
|
|
||||||
2026-04-29T14:59:17.467Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 18527
|
|
||||||
2026-04-29T14:59:20.037Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 18528
|
|
||||||
2026-04-29T14:59:20.041Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face
|
|
||||||
2026-04-29T14:59:20.168Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18528
|
|
||||||
2026-04-29T14:59:20.174Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T09:59:20.362507-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.448782]]
|
|
||||||
2026-04-29T09:59:20.372308-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses
|
|
||||||
2026-04-29T09:59:20.372401-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.448782
|
|
||||||
2026-04-29T09:59:20.372499-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs.
|
|
||||||
2026-04-29T09:59:20.372612-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.0813031 Op: NOT_TRAINED Score: 0.3
|
|
||||||
2026-04-29T09:59:20.372695-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.3 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T09:59:20.372768-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED
|
|
||||||
2026-04-29T14:59:24.667Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 18528 has an identity of null
|
|
||||||
2026-04-29T14:59:25.808Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18528
|
|
||||||
2026-04-29T14:59:27.139Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face
|
|
||||||
2026-04-29T14:59:28.074Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18528
|
|
||||||
2026-04-29T14:59:28.077Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T14:59:32.587Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 18528 has an identity of null
|
|
||||||
2026-04-29T14:59:38.355Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18528
|
|
||||||
2026-04-29T14:59:39.543Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18528
|
|
||||||
2026-04-29T14:59:39.549Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T14:59:39.574Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face
|
|
||||||
2026-04-29T09:59:43.145614-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.530849]]
|
|
||||||
2026-04-29T09:59:43.150075-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses
|
|
||||||
2026-04-29T09:59:43.150183-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.530849
|
|
||||||
2026-04-29T09:59:43.150260-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 2 inputs.
|
|
||||||
2026-04-29T09:59:43.150348-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.109041 Op: NOT_TRAINED Score: 0.15
|
|
||||||
2026-04-29T09:59:43.150394-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.15 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T09:59:43.150448-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE.
|
|
||||||
2026-04-29T14:59:44.023Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18528
|
|
||||||
2026-04-29T14:59:46.119Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face
|
|
||||||
2026-04-29T14:59:46.324Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18528
|
|
||||||
2026-04-29T14:59:46.325Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T14:59:50.834Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 18528 has an identity of null
|
|
||||||
2026-04-29T14:59:50.870Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18528
|
|
||||||
2026-04-29T14:59:52.634Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face
|
|
||||||
2026-04-29T14:59:53.137Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18528
|
|
||||||
2026-04-29T14:59:53.139Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T14:59:57.649Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 18528 has an identity of null
|
|
||||||
2026-04-29T14:59:58.803Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18528
|
|
||||||
2026-04-29T09:59:59.239454-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37636 80:69:1a:8b:a2:b8
|
|
||||||
2026-04-29T09:59:59.239673-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37637 30:23:03:95:2b:b8
|
|
||||||
2026-04-29T09:59:59.239870-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37638 80:69:1a:95:0b:6e
|
|
||||||
2026-04-29T09:59:59.240036-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37639 ae:ae:19:ae:91:70
|
|
||||||
2026-04-29T09:59:59.240172-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37634 30:23:03:3f:51:e5
|
|
||||||
2026-04-29T09:59:59.240283-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37640 30:23:03:d6:cf:c1
|
|
||||||
2026-04-29T09:59:59.240389-05:00 Royal-Current-Sage-Canvas jibo-system-manager[470,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-REMOVED 37641 30:23:03:d6:ca:1d
|
|
||||||
2026-04-29T10:00:00.433474-05:00 Royal-Current-Sage-Canvas crond[157,info]: - USER root pid 23200 cmd /usr/bin/random_logrotate
|
|
||||||
2026-04-29T10:00:00.437074-05:00 Royal-Current-Sage-Canvas crond[157,info]: - USER root pid 23201 cmd /usr/bin/jibo-system-monitor --p --c --m --s --n
|
|
||||||
2026-04-29T10:00:00.453560-05:00 Royal-Current-Sage-Canvas crond[157,info]: - USER root pid 23202 cmd /usr/bin/random_log_asr
|
|
||||||
2026-04-29T15:00:00.641Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face
|
|
||||||
2026-04-29T10:00:01.094527-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: Filesystem: Mount point 0. /dev/root (mounted on /) is 70% full
|
|
||||||
2026-04-29T10:00:01.094743-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: Filesystem: Mount point 1. devtmpfs (mounted on /dev) is 0% full
|
|
||||||
2026-04-29T10:00:01.094983-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: Filesystem: Mount point 2. tmpfs (mounted on /dev/shm) is 3% full
|
|
||||||
2026-04-29T10:00:01.095217-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: Filesystem: Mount point 3. tmpfs (mounted on /tmp) is 3% full
|
|
||||||
2026-04-29T10:00:01.095239-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: Filesystem: Mount point 4. /dev/mmcblk0p4 (mounted on /usr/local) is 42% full
|
|
||||||
2026-04-29T10:00:01.095435-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: Filesystem: Mount point 5. /dev/mmcblk0p5 (mounted on /var) is 11% full
|
|
||||||
2026-04-29T10:00:01.095628-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: Filesystem: Mount point 6. tmpfs (mounted on /tmp) is 3% full
|
|
||||||
2026-04-29T10:00:01.095946-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: Filesystem: Mount point 7. /dev/mmcblk0p6 (mounted on /opt) is 11% full
|
|
||||||
2026-04-29T10:00:01.096626-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: Filesystem: Mount point 8. tmpfs (mounted on /run) is 0% full
|
|
||||||
2026-04-29T15:00:01.162Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18528
|
|
||||||
2026-04-29T15:00:01.164Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
2026-04-29T10:00:01.267996-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: CPU: Uptime: 1 week, 4 days, 15 hours,
|
|
||||||
2026-04-29T10:00:01.268017-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: CPU: Number of users logged in: 2 users
|
|
||||||
2026-04-29T10:00:01.268030-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: CPU: Current load average: 7.48, 8.68, 8.96
|
|
||||||
2026-04-29T10:00:01.269006-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: CPU: Current date: Wed Apr 29 2026 10:00:01 GMT-0500 (CDT)
|
|
||||||
2026-04-29T10:00:01.341379-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: Platform process: jibo-service-registry | Mem: 3480 (RSS), Uptime: 11d:15h:38m:48s (1006728032)
|
|
||||||
2026-04-29T10:00:01.379669-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: Platform process: jibo-system-manager | Mem: 7876 (RSS), Uptime: 11d:15h:38m:48s (1006728070)
|
|
||||||
2026-04-29T10:00:01.417350-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: Platform process: jibo-body-service | Mem: 4652 (RSS), Uptime: 11d:15h:38m:48s (1006728107)
|
|
||||||
2026-04-29T10:00:01.458253-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: Platform process: jibo-audio-service | Mem: 11m (RSS), Uptime: 11d:15h:38m:48s (1006728148)
|
|
||||||
2026-04-29T10:00:01.498230-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: Platform process: jibo-identity-service | Mem: 119m (RSS), Uptime: 11d:15h:39m:15s (1006755540)
|
|
||||||
2026-04-29T10:00:01.547940-05:00 Royal-Current-Sage-Canvas system-monitor[23203,info]: - P.SystemMonitor: Error trying to examine memory usage: Command failed: ps -o pid,rss,args | grep [^]]jibo-nlu-service
|
|
||||||
2026-04-29T15:00:05.597Z Royal-Current-Sage-Canvas exp[785,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face
|
|
||||||
2026-04-29T15:00:05.653Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 18528 has an identity of null
|
|
||||||
2026-04-29T15:00:05.679Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 18528
|
|
||||||
2026-04-29T10:00:05.982274-05:00 Royal-Current-Sage-Canvas jibo-identity-service[660,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.577211]]
|
|
||||||
2026-04-29T10:00:05.986517-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses
|
|
||||||
2026-04-29T10:00:05.986625-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.577211
|
|
||||||
2026-04-29T10:00:05.986697-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity::Measurement failed ratio test.
|
|
||||||
2026-04-29T10:00:05.986771-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion with 2 options from 3 inputs.
|
|
||||||
2026-04-29T10:00:05.986879-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.0295352 Op: NOT_TRAINED Score: 0.03
|
|
||||||
2026-04-29T10:00:05.986940-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: Identity Update Best Score: 0.03 Best ID: NOT_TRAINED
|
|
||||||
2026-04-29T10:00:05.986996-05:00 Royal-Current-Sage-Canvas jibo-lps-service[723,info]: - P.IdentityFusion: IdentityFusion NO CHANGE.
|
|
||||||
2026-04-29T15:00:09.130Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 18528
|
|
||||||
2026-04-29T15:00:09.133Z Royal-Current-Sage-Canvas be[1016,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED
|
|
||||||
#
|
|
||||||
|
|
||||||
File diff suppressed because one or more lines are too long
@@ -1,412 +0,0 @@
|
|||||||
{"TimestampUtc":"2026-04-30T05:16:04.3775125+00:00","EventType":"connection_opened","SessionId":"5ff4f6a9b71d4ca597bde563784fb337","ConnectionId":"0b71884e97c3455893ba241bcb97cd55","Token":"token-Royal-Current-Sage-Canvas-1777526164187","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777526164187","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-30T11:35:41.7590624+00:00","EventType":"connection_opened","SessionId":"64e7fc4cd02e4816a9ae233bebfa6c9c","ConnectionId":"41e150afd053470eb0065a9f7b5c831d","Token":"token-Royal-Current-Sage-Canvas-1777548941522","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777548941522","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-30T11:36:00.8413098+00:00","EventType":"connection_opened","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"5041080a27d94eb4889f29e2f742f7ed","Token":"hub-usr_openjibo_owner-1777548960488","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-30T11:36:00.8790294+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"dce2228f91ee42838af42191b8509181","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777548960849,\u0022msgID\u0022:\u0022mid-c353eb38-4488-11f1-b404-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c2860984-4488-11f1-a539-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-30T11:36:00.8942944+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"dce2228f91ee42838af42191b8509181","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777548960849,\u0022msgID\u0022:\u0022mid-c353eb38-4488-11f1-b404-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c2860984-4488-11f1-a539-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-30T11:36:00.8973059+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"dce2228f91ee42838af42191b8509181","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777548960849,\u0022msgID\u0022:\u0022mid-c353eb38-4488-11f1-b404-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c2860984-4488-11f1-a539-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-30T11:36:00.9032133+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"6d742deb64b449ca9399c36ef6a22cad","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:00.9042106+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"6d742deb64b449ca9399c36ef6a22cad","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:00.9045717+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"6d742deb64b449ca9399c36ef6a22cad","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:01.3583458+00:00","EventType":"context_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"324485f1582a4a8d969c90ee4305623a","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777548961160,\u0022msgID\u0022:\u0022mid-c3836d4a-4488-11f1-822c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c2860984-4488-11f1-a539-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.0030908333333333328,\u0022playful\u0022:0.0010302777777777778}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19491,\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-30T06:36:00.939-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-c2860984-4488-11f1-a539-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:01.3589+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"324485f1582a4a8d969c90ee4305623a","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777548961160,\u0022msgID\u0022:\u0022mid-c3836d4a-4488-11f1-822c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c2860984-4488-11f1-a539-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.0030908333333333328,\u0022playful\u0022:0.0010302777777777778}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19491,\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-30T06:36:00.939-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-30T11:36:01.35917+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"324485f1582a4a8d969c90ee4305623a","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777548961160,\u0022msgID\u0022:\u0022mid-c3836d4a-4488-11f1-822c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c2860984-4488-11f1-a539-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.0030908333333333328,\u0022playful\u0022:0.0010302777777777778}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19491,\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-30T06:36:00.939-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-30T11:36:01.3598166+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"c0b204c114164bbaaae088e572f97e04","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4159,"ReplyTypes":[],"BufferedAudioBytes":4206,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4159}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:01.3600662+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"c0b204c114164bbaaae088e572f97e04","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4159,"ReplyTypes":[],"BufferedAudioBytes":4206,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:01.3603456+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"c0b204c114164bbaaae088e572f97e04","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4159,"ReplyTypes":[],"BufferedAudioBytes":4206,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:02.3553234+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"bf136ebd7ff1475ba57bebd0f979d657","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4202}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:02.355765+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"bf136ebd7ff1475ba57bebd0f979d657","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:02.356082+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"bf136ebd7ff1475ba57bebd0f979d657","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.4223372+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"c33e66d5c5334eb296663090aa1eef33","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.4227578+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"c33e66d5c5334eb296663090aa1eef33","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5009053+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"c33e66d5c5334eb296663090aa1eef33","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-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-30T11:36:05.5029855+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"84e18463aed34da3803fc307bc8fe22f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.503267+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"84e18463aed34da3803fc307bc8fe22f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5035023+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"84e18463aed34da3803fc307bc8fe22f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5040902+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"78b111aa8b1643afb08cd8a1c2cb95ab","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4271,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4271}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5043081+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"78b111aa8b1643afb08cd8a1c2cb95ab","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4271,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5045414+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"78b111aa8b1643afb08cd8a1c2cb95ab","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4271,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5051376+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d5a51064c54b41afacf50ad0e7040437","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4207,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4207}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5053687+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d5a51064c54b41afacf50ad0e7040437","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4207,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5056201+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d5a51064c54b41afacf50ad0e7040437","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4207,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5062999+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"f2bc68772c3147df9831d7d611b629e0","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4252}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5065231+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"f2bc68772c3147df9831d7d611b629e0","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5067669+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"f2bc68772c3147df9831d7d611b629e0","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5073913+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"58f1009374bd442baa215607f5bfd18c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4280}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5075987+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"58f1009374bd442baa215607f5bfd18c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5078224+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"58f1009374bd442baa215607f5bfd18c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5082872+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d110d7e44a104ba4a8be273e5fe9141a","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4206,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4206}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.508491+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d110d7e44a104ba4a8be273e5fe9141a","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4206,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5087441+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d110d7e44a104ba4a8be273e5fe9141a","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4206,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5091556+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7d2b79e0b7b649d6994fa2ec8796416c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4271,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4271}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5093453+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7d2b79e0b7b649d6994fa2ec8796416c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4271,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:05.5095418+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7d2b79e0b7b649d6994fa2ec8796416c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4271,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:22.3877481+00:00","EventType":"connection_opened","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"27cf3406f9ee491ea4ace0ab1e5b576f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c2860984-4488-11f1-a539-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:22.4090494+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"63f5b2f068bd48439134630e14c28d3f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777548982406,\u0022msgID\u0022:\u0022mid-d02d31de-4488-11f1-84cb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cfe74692-4488-11f1-a0f0-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\u0027s your cloud version?","intent":"cloud_version"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:22.4093612+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"63f5b2f068bd48439134630e14c28d3f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777548982406,\u0022msgID\u0022:\u0022mid-d02d31de-4488-11f1-84cb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cfe74692-4488-11f1-a0f0-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-30T11:36:22.4096317+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"63f5b2f068bd48439134630e14c28d3f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777548982406,\u0022msgID\u0022:\u0022mid-d02d31de-4488-11f1-84cb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cfe74692-4488-11f1-a0f0-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-30T11:36:22.4141852+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"ced2bd1b02134cac8956231a909c9a2f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:22.4145699+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"ced2bd1b02134cac8956231a909c9a2f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:22.4147808+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"ced2bd1b02134cac8956231a909c9a2f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:22.5263189+00:00","EventType":"context_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"e5698d6c751c47da89ba06bf9e1718e5","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777548982529,\u0022msgID\u0022:\u0022mid-d03ff9e0-4488-11f1-828e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cfe74692-4488-11f1-a0f0-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.006039305555555554,\u0022playful\u0022:0.0020131018518518525}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:36:22.422-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-cfe74692-4488-11f1-a0f0-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:22.5266205+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"e5698d6c751c47da89ba06bf9e1718e5","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777548982529,\u0022msgID\u0022:\u0022mid-d03ff9e0-4488-11f1-828e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cfe74692-4488-11f1-a0f0-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.006039305555555554,\u0022playful\u0022:0.0020131018518518525}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:36:22.422-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-30T11:36:22.5268721+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"e5698d6c751c47da89ba06bf9e1718e5","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777548982529,\u0022msgID\u0022:\u0022mid-d03ff9e0-4488-11f1-828e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-cfe74692-4488-11f1-a0f0-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.006039305555555554,\u0022playful\u0022:0.0020131018518518525}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:36:22.422-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-30T11:36:23.385974+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"76d6f4aaba1f4609aef50a68444e12ea","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:23.3862704+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"76d6f4aaba1f4609aef50a68444e12ea","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:23.3865333+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"76d6f4aaba1f4609aef50a68444e12ea","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:23.3873986+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"43d2b15eb8c549db853e868c39cebdbe","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:23.3875956+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"43d2b15eb8c549db853e868c39cebdbe","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:23.3877528+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"43d2b15eb8c549db853e868c39cebdbe","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.0970004+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"ee24fcd4e1e745e491ff51aac6b4321f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4164,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4164}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.0972246+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"ee24fcd4e1e745e491ff51aac6b4321f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4164,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1738816+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"ee24fcd4e1e745e491ff51aac6b4321f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4164,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1745762+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"a446e50fd93c4cdb90fbff37725d25f4","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4154,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4154}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1747977+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"a446e50fd93c4cdb90fbff37725d25f4","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4154,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1750162+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"a446e50fd93c4cdb90fbff37725d25f4","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4154,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1755665+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"33fe70bcf74d4ddcacb8dc22a3561ebc","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1757448+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"33fe70bcf74d4ddcacb8dc22a3561ebc","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1759309+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"33fe70bcf74d4ddcacb8dc22a3561ebc","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1763953+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d73f1efd18dd47c8a107f66ef9d5e433","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4278}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.176553+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d73f1efd18dd47c8a107f66ef9d5e433","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1768168+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d73f1efd18dd47c8a107f66ef9d5e433","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1772674+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"594f89981d4b4ab19768fcd0e675f35f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4266}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1774749+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"594f89981d4b4ab19768fcd0e675f35f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1777332+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"594f89981d4b4ab19768fcd0e675f35f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1781885+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"48a9a1e31e92415b99c4cc87c66f21ea","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4173,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4173}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1783451+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"48a9a1e31e92415b99c4cc87c66f21ea","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4173,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1785374+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"48a9a1e31e92415b99c4cc87c66f21ea","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4173,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1790118+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"245c76fc7ea04a48bf3b6ea0fec64a29","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.179169+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"245c76fc7ea04a48bf3b6ea0fec64a29","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1793628+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"245c76fc7ea04a48bf3b6ea0fec64a29","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1798286+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"8ba0b2721e964741a393b6b834a39dd1","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1799832+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"8ba0b2721e964741a393b6b834a39dd1","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:27.1801794+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"8ba0b2721e964741a393b6b834a39dd1","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:50.7146778+00:00","EventType":"connection_opened","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d51d78db950f4618897583d8cf19ac78","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-cfe74692-4488-11f1-a0f0-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:50.7198982+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d457f44e98e74a25b8b708f25d807f0b","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e0a6719c-4488-11f1-ac32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549010724,\u0022msgID\u0022:\u0022mid-e10e4c72-4488-11f1-9402-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e0a6719c-4488-11f1-ac32-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":"Tell me the news.","intent":"news"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:50.7202167+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d457f44e98e74a25b8b708f25d807f0b","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e0a6719c-4488-11f1-ac32-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549010724,\u0022msgID\u0022:\u0022mid-e10e4c72-4488-11f1-9402-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e0a6719c-4488-11f1-ac32-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-30T11:36:50.7204251+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d457f44e98e74a25b8b708f25d807f0b","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e0a6719c-4488-11f1-ac32-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549010724,\u0022msgID\u0022:\u0022mid-e10e4c72-4488-11f1-9402-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e0a6719c-4488-11f1-ac32-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-30T11:36:50.7301785+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"816c8ff7b0d04490a23efee10df9e980","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e0a6719c-4488-11f1-ac32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777549010724,\u0022msgID\u0022:\u0022mid-e10e51cc-4488-11f1-90da-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e0a6719c-4488-11f1-ac32-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022destination\u0022 : \u0022gallery\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":"photo_gallery"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:50.7304441+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"816c8ff7b0d04490a23efee10df9e980","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e0a6719c-4488-11f1-ac32-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777549010724,\u0022msgID\u0022:\u0022mid-e10e51cc-4488-11f1-90da-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e0a6719c-4488-11f1-ac32-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022destination\u0022 : \u0022gallery\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-30T11:36:50.7308274+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"816c8ff7b0d04490a23efee10df9e980","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e0a6719c-4488-11f1-ac32-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777549010724,\u0022msgID\u0022:\u0022mid-e10e51cc-4488-11f1-90da-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e0a6719c-4488-11f1-ac32-5cf821ea55ae\u0022,\u0022data\u0022:{ \u0022entities\u0022 : { \u0022destination\u0022 : \u0022gallery\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-30T11:36:50.8507508+00:00","EventType":"context_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"4b71dede8ea747ddbc5619c5b4c9f23c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e0a6719c-4488-11f1-ac32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549010851,\u0022msgID\u0022:\u0022mid-e121b348-4488-11f1-837a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e0a6719c-4488-11f1-ac32-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.009974722222222222,\u0022playful\u0022:0.003324907407407409}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:36:50.740-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-e0a6719c-4488-11f1-ac32-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:36:50.8510943+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"4b71dede8ea747ddbc5619c5b4c9f23c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e0a6719c-4488-11f1-ac32-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549010851,\u0022msgID\u0022:\u0022mid-e121b348-4488-11f1-837a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e0a6719c-4488-11f1-ac32-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.009974722222222222,\u0022playful\u0022:0.003324907407407409}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:36:50.740-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-30T11:36:50.8513117+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"4b71dede8ea747ddbc5619c5b4c9f23c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e0a6719c-4488-11f1-ac32-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549010851,\u0022msgID\u0022:\u0022mid-e121b348-4488-11f1-837a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-e0a6719c-4488-11f1-ac32-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.009974722222222222,\u0022playful\u0022:0.003324907407407409}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:36:50.740-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-30T11:37:47.6588714+00:00","EventType":"connection_opened","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"b3acf44bf0db4cc596e74410bce20c2b","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-e0a6719c-4488-11f1-ac32-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:47.6635134+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d3a13d6296fb43828477278bf19b5462","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549067671,\u0022msgID\u0022:\u0022mid-02ffb334-4489-11f1-92d6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-027337f6-4489-11f1-a3b8-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":"photo_gallery"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:47.6637748+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d3a13d6296fb43828477278bf19b5462","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549067671,\u0022msgID\u0022:\u0022mid-02ffb334-4489-11f1-92d6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-027337f6-4489-11f1-a3b8-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-30T11:37:47.6639787+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d3a13d6296fb43828477278bf19b5462","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549067671,\u0022msgID\u0022:\u0022mid-02ffb334-4489-11f1-92d6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-027337f6-4489-11f1-a3b8-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-30T11:37:47.6644765+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3388974047c44748baa1acfcb7055203","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:47.6646703+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3388974047c44748baa1acfcb7055203","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:47.6648266+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3388974047c44748baa1acfcb7055203","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:47.7548831+00:00","EventType":"context_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"2cc9f38a6f9940cc936d58c10f40f7c9","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549067753,\u0022msgID\u0022:\u0022mid-030c2e52-4489-11f1-b037-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-027337f6-4489-11f1-a3b8-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.017980833333333339,\u0022playful\u0022:0.005993611111111111}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:37:47.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-027337f6-4489-11f1-a3b8-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:47.7552401+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"2cc9f38a6f9940cc936d58c10f40f7c9","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549067753,\u0022msgID\u0022:\u0022mid-030c2e52-4489-11f1-b037-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-027337f6-4489-11f1-a3b8-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.017980833333333339,\u0022playful\u0022:0.005993611111111111}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:37:47.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-30T11:37:47.7554854+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"2cc9f38a6f9940cc936d58c10f40f7c9","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549067753,\u0022msgID\u0022:\u0022mid-030c2e52-4489-11f1-b037-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-027337f6-4489-11f1-a3b8-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.017980833333333339,\u0022playful\u0022:0.005993611111111111}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:37:47.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-30T11:37:48.5783769+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3639e6d768144f5f8174ab5f10a13056","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":4335,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4288}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:48.5786174+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3639e6d768144f5f8174ab5f10a13056","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":4335,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:48.5788582+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3639e6d768144f5f8174ab5f10a13056","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":4335,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:48.5793576+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"1a4745ebf9f64b3093aae21db6299522","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4235}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:48.5795253+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"1a4745ebf9f64b3093aae21db6299522","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:48.579707+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"1a4745ebf9f64b3093aae21db6299522","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.1889265+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"0c528eff0a714a3b834e015d77d177a4","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.1891548+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"0c528eff0a714a3b834e015d77d177a4","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.3963634+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"0c528eff0a714a3b834e015d77d177a4","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-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-30T11:37:52.3970202+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"15828d0b64c74d0987eab82be8b4b7f1","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.397201+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"15828d0b64c74d0987eab82be8b4b7f1","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.3973656+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"15828d0b64c74d0987eab82be8b4b7f1","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.3977786+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"2ab6de71a79444ce8d6729a743a78771","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.3979135+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"2ab6de71a79444ce8d6729a743a78771","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.3980557+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"2ab6de71a79444ce8d6729a743a78771","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.3984432+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"6f0f3d3265c34529a7e420f748b2a6c5","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4191,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4191}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.3985663+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"6f0f3d3265c34529a7e420f748b2a6c5","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4191,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.3986936+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"6f0f3d3265c34529a7e420f748b2a6c5","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4191,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.3990678+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"df36883860454a95b7833e30dcd443dc","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4285,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4285}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.399211+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"df36883860454a95b7833e30dcd443dc","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4285,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.3993753+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"df36883860454a95b7833e30dcd443dc","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4285,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.3997089+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3970b99af31c4db49caf02e2e1f309aa","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.3998232+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3970b99af31c4db49caf02e2e1f309aa","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.3999599+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3970b99af31c4db49caf02e2e1f309aa","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.400509+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"fc8f89f1f74c476e85b12305b43f1cff","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4233,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4233}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.4006255+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"fc8f89f1f74c476e85b12305b43f1cff","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4233,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.4008115+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"fc8f89f1f74c476e85b12305b43f1cff","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4233,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.4011707+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"cf72f784b6e740249a0db4b8ca4aad52","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4167}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.4013013+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"cf72f784b6e740249a0db4b8ca4aad52","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:52.4014141+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"cf72f784b6e740249a0db4b8ca4aad52","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:59.6254779+00:00","EventType":"connection_opened","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"75ec1aae1da34285b93b4bae6da38b8e","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-027337f6-4489-11f1-a3b8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:59.6294067+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"83dcb3865c0244f0b8ffb0c7e24e231d","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549079638,\u0022msgID\u0022:\u0022mid-0a21b4c8-4489-11f1-ba66-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-09b8be14-4489-11f1-8b2e-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-30T11:37:59.629669+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"83dcb3865c0244f0b8ffb0c7e24e231d","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549079638,\u0022msgID\u0022:\u0022mid-0a21b4c8-4489-11f1-ba66-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-09b8be14-4489-11f1-8b2e-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-30T11:37:59.6298338+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"83dcb3865c0244f0b8ffb0c7e24e231d","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549079638,\u0022msgID\u0022:\u0022mid-0a21b4c8-4489-11f1-ba66-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-09b8be14-4489-11f1-8b2e-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-30T11:37:59.6350878+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"57ba538568ee41fd97e1b6d3afbd7321","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:59.635255+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"57ba538568ee41fd97e1b6d3afbd7321","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:59.6353513+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"57ba538568ee41fd97e1b6d3afbd7321","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:59.6898605+00:00","EventType":"context_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"25d62a442d36407a8bc12148b4373071","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549079689,\u0022msgID\u0022:\u0022mid-0a2971a4-4489-11f1-8aaf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-09b8be14-4489-11f1-8b2e-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.019529583333333344,\u0022playful\u0022:0.006509861111111112}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:37:59.654-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-09b8be14-4489-11f1-8b2e-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:37:59.6901452+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"25d62a442d36407a8bc12148b4373071","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549079689,\u0022msgID\u0022:\u0022mid-0a2971a4-4489-11f1-8aaf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-09b8be14-4489-11f1-8b2e-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.019529583333333344,\u0022playful\u0022:0.006509861111111112}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:37:59.654-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-30T11:37:59.6904192+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"25d62a442d36407a8bc12148b4373071","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549079689,\u0022msgID\u0022:\u0022mid-0a2971a4-4489-11f1-8aaf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-09b8be14-4489-11f1-8b2e-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.019529583333333344,\u0022playful\u0022:0.006509861111111112}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:37:59.654-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-30T11:38:00.6078378+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"bb52140c25ac4694bb01ad88ebef0ad2","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:00.608058+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"bb52140c25ac4694bb01ad88ebef0ad2","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:00.608257+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"bb52140c25ac4694bb01ad88ebef0ad2","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:00.6088663+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"8268b4a3e27140628ad97a9c3d455f5f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4238}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:00.6089806+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"8268b4a3e27140628ad97a9c3d455f5f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:00.609105+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"8268b4a3e27140628ad97a9c3d455f5f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.5510684+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"820df46119bf4e0292756b4132ccb710","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.5512706+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"820df46119bf4e0292756b4132ccb710","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7523955+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"820df46119bf4e0292756b4132ccb710","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-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-30T11:38:04.7537928+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"901498edf32d446e89fdcb3f3e7feb35","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4217,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4217}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7539494+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"901498edf32d446e89fdcb3f3e7feb35","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4217,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7540937+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"901498edf32d446e89fdcb3f3e7feb35","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4217,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7545028+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"e6a807d791b949a682f9a71fa62f7d5f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4263,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4263}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7546177+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"e6a807d791b949a682f9a71fa62f7d5f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4263,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7547718+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"e6a807d791b949a682f9a71fa62f7d5f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4263,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7551484+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"6191591754954e7eb4ae77e56f41a5e6","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7552827+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"6191591754954e7eb4ae77e56f41a5e6","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7554434+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"6191591754954e7eb4ae77e56f41a5e6","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7557661+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"0abfe145a8e54058ba4b6c63e7f6ad45","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4242}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7558769+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"0abfe145a8e54058ba4b6c63e7f6ad45","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.756033+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"0abfe145a8e54058ba4b6c63e7f6ad45","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7563972+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"f256710751294181a0221f5e94e7a951","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4236}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7565144+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"f256710751294181a0221f5e94e7a951","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7566829+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"f256710751294181a0221f5e94e7a951","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.757238+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"201796003b74487c8c06ac86c87fe46e","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7573535+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"201796003b74487c8c06ac86c87fe46e","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7574973+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"201796003b74487c8c06ac86c87fe46e","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7578239+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"c4d40492322d4862b9110467496f5d86","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4248}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7579334+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"c4d40492322d4862b9110467496f5d86","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:04.7581218+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"c4d40492322d4862b9110467496f5d86","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:08.6965877+00:00","EventType":"connection_opened","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"25418622662a48bfa8d2bb61c49aadda","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-09b8be14-4489-11f1-8b2e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:08.7029473+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"b735a20f16ed4e90ae236058fe8ca5cd","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549088710,\u0022msgID\u0022:\u0022mid-0f89eb9c-4489-11f1-be37-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\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":"Set an alarm for some...","intent":"alarm_clarify"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:08.7031569+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"b735a20f16ed4e90ae236058fe8ca5cd","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549088710,\u0022msgID\u0022:\u0022mid-0f89eb9c-4489-11f1-be37-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\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-30T11:38:08.7033061+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"b735a20f16ed4e90ae236058fe8ca5cd","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549088710,\u0022msgID\u0022:\u0022mid-0f89eb9c-4489-11f1-be37-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\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-30T11:38:08.7035461+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"af942fabd018415a83f72732c0a753be","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:08.7036971+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"af942fabd018415a83f72732c0a753be","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:08.7038261+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"af942fabd018415a83f72732c0a753be","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:08.8214789+00:00","EventType":"context_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d474b4ac819443a8af991f6f8e9c62ad","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549088812,\u0022msgID\u0022:\u0022mid-0f9989f8-4489-11f1-ac38-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-0f1f4850-4489-11f1-a8f7-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.02079958333333334,\u0022playful\u0022:0.006933194444444444}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:38:08.740-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-0f1f4850-4489-11f1-a8f7-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:08.8217802+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d474b4ac819443a8af991f6f8e9c62ad","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549088812,\u0022msgID\u0022:\u0022mid-0f9989f8-4489-11f1-ac38-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-0f1f4850-4489-11f1-a8f7-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.02079958333333334,\u0022playful\u0022:0.006933194444444444}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:38:08.740-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-30T11:38:08.8220066+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d474b4ac819443a8af991f6f8e9c62ad","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549088812,\u0022msgID\u0022:\u0022mid-0f9989f8-4489-11f1-ac38-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-0f1f4850-4489-11f1-a8f7-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.02079958333333334,\u0022playful\u0022:0.006933194444444444}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:38:08.740-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-30T11:38:09.5323148+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"095eb51ab42946aebc3f0fcc3d67f84e","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":4335,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4288}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:09.5325315+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"095eb51ab42946aebc3f0fcc3d67f84e","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":4335,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:09.5327343+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"095eb51ab42946aebc3f0fcc3d67f84e","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":4335,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:09.5533656+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"4d96c92804864207b63825aa52a12171","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4235}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:09.553598+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"4d96c92804864207b63825aa52a12171","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:09.5538251+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"4d96c92804864207b63825aa52a12171","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4235,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.2184202+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"9b30f5cb6bed419a926b4cb843a69a71","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.2186556+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"9b30f5cb6bed419a926b4cb843a69a71","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4198224+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"9b30f5cb6bed419a926b4cb843a69a71","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-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-30T11:38:13.420297+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3abbbdc83a9845bf8cf5d87dc332f6e6","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.420433+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3abbbdc83a9845bf8cf5d87dc332f6e6","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4205725+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3abbbdc83a9845bf8cf5d87dc332f6e6","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4210373+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"073ccfd632a0487db16a6ed263bfde0e","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4211963+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"073ccfd632a0487db16a6ed263bfde0e","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4213626+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"073ccfd632a0487db16a6ed263bfde0e","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4217904+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"6e6e820494374a6ea519ca2b999e350f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4219409+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"6e6e820494374a6ea519ca2b999e350f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4221043+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"6e6e820494374a6ea519ca2b999e350f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4224902+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"4d23e0183e75434cbf2e5a66fcf6ba5c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4283,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4283}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4226369+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"4d23e0183e75434cbf2e5a66fcf6ba5c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4283,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.422802+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"4d23e0183e75434cbf2e5a66fcf6ba5c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4283,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4232316+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"e5488603e87b4580afbb48fd130b7b6d","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4288}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4233819+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"e5488603e87b4580afbb48fd130b7b6d","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4235316+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"e5488603e87b4580afbb48fd130b7b6d","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4239144+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"f5609d619a4b47bc8856d1fb69d2c118","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4304,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4304}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4240581+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"f5609d619a4b47bc8856d1fb69d2c118","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4304,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4242121+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"f5609d619a4b47bc8856d1fb69d2c118","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4304,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4246058+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"9b32dfe678a6407a89b05062bc65953c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4247729+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"9b32dfe678a6407a89b05062bc65953c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:13.4249397+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"9b32dfe678a6407a89b05062bc65953c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:21.6823667+00:00","EventType":"connection_opened","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"ed606dc50d7b4f8689e06853f5348a74","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-0f1f4850-4489-11f1-a8f7-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:21.6901799+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"6e74ef51d23c48efb408edcf5bd47313","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549101697,\u0022msgID\u0022:\u0022mid-1747a202-4489-11f1-88c1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-16b886ee-4489-11f1-a375-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":"638","intent":"alarm_value"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:21.6904877+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"6e74ef51d23c48efb408edcf5bd47313","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549101697,\u0022msgID\u0022:\u0022mid-1747a202-4489-11f1-88c1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-16b886ee-4489-11f1-a375-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-30T11:38:21.6906879+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"6e74ef51d23c48efb408edcf5bd47313","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549101697,\u0022msgID\u0022:\u0022mid-1747a202-4489-11f1-88c1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-16b886ee-4489-11f1-a375-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-30T11:38:21.7023805+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"cde04f7a6f4d4d4a9420333bf0ca1119","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:21.7025908+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"cde04f7a6f4d4d4a9420333bf0ca1119","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:21.7027657+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"cde04f7a6f4d4d4a9420333bf0ca1119","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:21.7787794+00:00","EventType":"context_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7d4851ce4d3c4b6c874b5c50008aa9a3","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549101785,\u0022msgID\u0022:\u0022mid-175518f6-4489-11f1-971e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-16b886ee-4489-11f1-a375-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.02261555555555556,\u0022playful\u0022:0.00753851851851852}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:38:21.712-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-16b886ee-4489-11f1-a375-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:21.7790812+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7d4851ce4d3c4b6c874b5c50008aa9a3","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549101785,\u0022msgID\u0022:\u0022mid-175518f6-4489-11f1-971e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-16b886ee-4489-11f1-a375-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.02261555555555556,\u0022playful\u0022:0.00753851851851852}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:38:21.712-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-30T11:38:21.7792871+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7d4851ce4d3c4b6c874b5c50008aa9a3","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549101785,\u0022msgID\u0022:\u0022mid-175518f6-4489-11f1-971e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-16b886ee-4489-11f1-a375-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.02261555555555556,\u0022playful\u0022:0.00753851851851852}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:38:21.712-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-30T11:38:22.6385095+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"334cb624e8c545a699ac9dca66d3c1fd","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:22.6387486+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"334cb624e8c545a699ac9dca66d3c1fd","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:22.6389385+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"334cb624e8c545a699ac9dca66d3c1fd","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:22.6393186+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"02a2f63d6ce44779aac1c47897297492","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":8575,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4242}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:22.6394497+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"02a2f63d6ce44779aac1c47897297492","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":8575,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:22.639567+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"02a2f63d6ce44779aac1c47897297492","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":8575,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.2461989+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"30ff6f3acbec4d4a9fcfcbf10c648263","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4150,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4150}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.2464135+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"30ff6f3acbec4d4a9fcfcbf10c648263","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4150,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3223159+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"30ff6f3acbec4d4a9fcfcbf10c648263","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4150,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3230426+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"dd7fc256871c4c2190030a4810285d93","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4163,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4163}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.323236+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"dd7fc256871c4c2190030a4810285d93","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4163,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3234261+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"dd7fc256871c4c2190030a4810285d93","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4163,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3238516+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"72ba283a96ca4a8d97878545663d3daa","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3239773+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"72ba283a96ca4a8d97878545663d3daa","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3241393+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"72ba283a96ca4a8d97878545663d3daa","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3245335+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"e9db0d4ba0724291820ab03444633bac","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4258}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3246672+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"e9db0d4ba0724291820ab03444633bac","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3248295+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"e9db0d4ba0724291820ab03444633bac","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3252249+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"26a1233f05204707affd85886e637d59","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4185}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.32536+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"26a1233f05204707affd85886e637d59","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3255158+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"26a1233f05204707affd85886e637d59","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3259263+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"0456093a126343b4a037b9e7f2ee4e8e","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4272}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3260497+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"0456093a126343b4a037b9e7f2ee4e8e","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3262046+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"0456093a126343b4a037b9e7f2ee4e8e","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3265965+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"941caadd3c264159b8a98d5f524af22f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.326729+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"941caadd3c264159b8a98d5f524af22f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3268936+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"941caadd3c264159b8a98d5f524af22f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3272744+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7a3d516e5f864dd691ea13ab086b6bbd","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3273936+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7a3d516e5f864dd691ea13ab086b6bbd","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.3275471+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7a3d516e5f864dd691ea13ab086b6bbd","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.9338403+00:00","EventType":"connection_opened","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"cee418998efb4ea4b3fce672e7308027","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-16b886ee-4489-11f1-a375-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.9403907+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"8fb9867da00b4e57acb6110d63bc3617","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549106949,\u0022msgID\u0022:\u0022mid-1a6914fc-4489-11f1-9864-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1a234328-4489-11f1-8c53-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":"- One. - Now.","intent":"no"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.9406629+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"8fb9867da00b4e57acb6110d63bc3617","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549106949,\u0022msgID\u0022:\u0022mid-1a6914fc-4489-11f1-9864-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1a234328-4489-11f1-8c53-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-30T11:38:26.9408951+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"8fb9867da00b4e57acb6110d63bc3617","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549106949,\u0022msgID\u0022:\u0022mid-1a6914fc-4489-11f1-9864-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1a234328-4489-11f1-8c53-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-30T11:38:26.9412103+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"94f0a33e17e6403b800a21d0be6063e6","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.9413827+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"94f0a33e17e6403b800a21d0be6063e6","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:26.9415386+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"94f0a33e17e6403b800a21d0be6063e6","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:27.0350986+00:00","EventType":"context_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"40733e9d9fbb465588b028412186d619","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549107041,\u0022msgID\u0022:\u0022mid-1a770544-4489-11f1-a85c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1a234328-4489-11f1-8c53-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.02332069444444445,\u0022playful\u0022:0.0077735648148148169}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:38:26.979-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-1a234328-4489-11f1-8c53-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:27.0354073+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"40733e9d9fbb465588b028412186d619","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549107041,\u0022msgID\u0022:\u0022mid-1a770544-4489-11f1-a85c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1a234328-4489-11f1-8c53-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.02332069444444445,\u0022playful\u0022:0.0077735648148148169}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:38:26.979-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-30T11:38:27.0357156+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"40733e9d9fbb465588b028412186d619","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549107041,\u0022msgID\u0022:\u0022mid-1a770544-4489-11f1-a85c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1a234328-4489-11f1-8c53-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.02332069444444445,\u0022playful\u0022:0.0077735648148148169}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:38:26.979-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-30T11:38:27.6514001+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7cf84574321741a4b8ba80a98e290144","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:27.6517209+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7cf84574321741a4b8ba80a98e290144","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:27.6519902+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7cf84574321741a4b8ba80a98e290144","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:28.6671839+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"394a49f202c146289cf11e3c87713e60","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:28.667445+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"394a49f202c146289cf11e3c87713e60","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:28.667687+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"394a49f202c146289cf11e3c87713e60","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.3592961+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"c43f392881264d5da494b9ff2a90a59a","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4170,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4170}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.3595168+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"c43f392881264d5da494b9ff2a90a59a","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4170,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.3598533+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"c43f392881264d5da494b9ff2a90a59a","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4170,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.3601898+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"103664ecb902446c9fa019e6ecf84d19","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4257}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.3603266+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"103664ecb902446c9fa019e6ecf84d19","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.3604862+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"103664ecb902446c9fa019e6ecf84d19","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.3608716+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3cb1e84ccf1342fa98a601c6461a5e77","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4288}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.3609895+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3cb1e84ccf1342fa98a601c6461a5e77","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.3611394+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3cb1e84ccf1342fa98a601c6461a5e77","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.361484+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"aa1402d160944888bcaf89541a49ee25","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.3616064+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"aa1402d160944888bcaf89541a49ee25","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.3617533+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"aa1402d160944888bcaf89541a49ee25","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.362077+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"36f765dcf9044033b9300e6076a3ccae","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.3621887+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"36f765dcf9044033b9300e6076a3ccae","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.3623205+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"36f765dcf9044033b9300e6076a3ccae","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.362606+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"119d8dc3f2e741d9b17cc055960c0ad7","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.362746+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"119d8dc3f2e741d9b17cc055960c0ad7","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.3628539+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"119d8dc3f2e741d9b17cc055960c0ad7","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.3652948+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"1432d31d15c243d2afa2c144dc511964","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.3654294+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"1432d31d15c243d2afa2c144dc511964","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.365574+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"1432d31d15c243d2afa2c144dc511964","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.5119035+00:00","EventType":"connection_opened","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"1d77e9a800ef48f68a40235689218973","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1a234328-4489-11f1-8c53-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.5160064+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"303eac9cc5f442de96a84710b53765ed","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1d148e3e-4489-11f1-b6fe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549111526,\u0022msgID\u0022:\u0022mid-1d235eb4-4489-11f1-af01-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1d148e3e-4489-11f1-b6fe-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":"","intent":null}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.5162061+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"303eac9cc5f442de96a84710b53765ed","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1d148e3e-4489-11f1-b6fe-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549111526,\u0022msgID\u0022:\u0022mid-1d235eb4-4489-11f1-af01-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1d148e3e-4489-11f1-b6fe-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-30T11:38:31.516391+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"303eac9cc5f442de96a84710b53765ed","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1d148e3e-4489-11f1-b6fe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549111526,\u0022msgID\u0022:\u0022mid-1d235eb4-4489-11f1-af01-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1d148e3e-4489-11f1-b6fe-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-30T11:38:31.519775+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"31948da9d8bb406f8fea5c66edc7ae82","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1d148e3e-4489-11f1-b6fe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.5199533+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"31948da9d8bb406f8fea5c66edc7ae82","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1d148e3e-4489-11f1-b6fe-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.5200821+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"31948da9d8bb406f8fea5c66edc7ae82","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1d148e3e-4489-11f1-b6fe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.5882683+00:00","EventType":"context_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"c4ec80d2ae2e44829a5c04bba75d75d0","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1d148e3e-4489-11f1-b6fe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549111597,\u0022msgID\u0022:\u0022mid-1d2e51fc-4489-11f1-a6bf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1d148e3e-4489-11f1-b6fe-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.02402444444444445,\u0022playful\u0022:0.00800814814814815}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:38:31.536-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-1d148e3e-4489-11f1-b6fe-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:31.5885283+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"c4ec80d2ae2e44829a5c04bba75d75d0","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1d148e3e-4489-11f1-b6fe-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549111597,\u0022msgID\u0022:\u0022mid-1d2e51fc-4489-11f1-a6bf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1d148e3e-4489-11f1-b6fe-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.02402444444444445,\u0022playful\u0022:0.00800814814814815}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:38:31.536-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-30T11:38:31.5887418+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"c4ec80d2ae2e44829a5c04bba75d75d0","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1d148e3e-4489-11f1-b6fe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549111597,\u0022msgID\u0022:\u0022mid-1d2e51fc-4489-11f1-a6bf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1d148e3e-4489-11f1-b6fe-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.02402444444444445,\u0022playful\u0022:0.00800814814814815}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:19492,\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-30T06:38:31.536-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-30T11:38:32.6484769+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"61f13335247f40f7b4f276af315d6bd9","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1d148e3e-4489-11f1-b6fe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:32.6487288+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"61f13335247f40f7b4f276af315d6bd9","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1d148e3e-4489-11f1-b6fe-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:32.6490149+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"61f13335247f40f7b4f276af315d6bd9","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1d148e3e-4489-11f1-b6fe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:32.6493836+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"06630c1b6b1b4b10857b2934eb5377e6","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1d148e3e-4489-11f1-b6fe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:32.6495148+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"06630c1b6b1b4b10857b2934eb5377e6","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1d148e3e-4489-11f1-b6fe-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:32.6496789+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"06630c1b6b1b4b10857b2934eb5377e6","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1d148e3e-4489-11f1-b6fe-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:40.7620054+00:00","EventType":"connection_opened","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"8170390e34034b878dbfd39d5ccbe2f0","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1d148e3e-4489-11f1-b6fe-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":12851,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:40.7686697+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d386c2fdfc1f44a3b9b7c1b68439f274","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549120778,\u0022msgID\u0022:\u0022mid-22a71fce-4489-11f1-951a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2255a20c-4489-11f1-98a6-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":null}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:40.7688621+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d386c2fdfc1f44a3b9b7c1b68439f274","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549120778,\u0022msgID\u0022:\u0022mid-22a71fce-4489-11f1-951a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2255a20c-4489-11f1-98a6-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-30T11:38:40.7690271+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d386c2fdfc1f44a3b9b7c1b68439f274","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549120778,\u0022msgID\u0022:\u0022mid-22a71fce-4489-11f1-951a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2255a20c-4489-11f1-98a6-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-30T11:38:40.8063802+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"2c74db9ff2a648a5a2b9882f13ba6275","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:40.8065796+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"2c74db9ff2a648a5a2b9882f13ba6275","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:40.8067705+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"2c74db9ff2a648a5a2b9882f13ba6275","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:40.8340541+00:00","EventType":"context_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"f8c0702e2fda4c7a864b56fd598adbbd","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549120843,\u0022msgID\u0022:\u0022mid-22b114de-4489-11f1-9b17-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2255a20c-4489-11f1-98a6-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.025289444444444449,\u0022playful\u0022:0.008429814814814819}},\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-30T06:38:40.785-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-2255a20c-4489-11f1-98a6-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:40.8342988+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"f8c0702e2fda4c7a864b56fd598adbbd","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549120843,\u0022msgID\u0022:\u0022mid-22b114de-4489-11f1-9b17-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2255a20c-4489-11f1-98a6-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.025289444444444449,\u0022playful\u0022:0.008429814814814819}},\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-30T06:38:40.785-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-30T11:38:40.8344843+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"f8c0702e2fda4c7a864b56fd598adbbd","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549120843,\u0022msgID\u0022:\u0022mid-22b114de-4489-11f1-9b17-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2255a20c-4489-11f1-98a6-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.025289444444444449,\u0022playful\u0022:0.008429814814814819}},\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-30T06:38:40.785-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-30T11:38:41.6646152+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"360090061fbd4c03ac5aaf9bef11a9b9","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:41.6649063+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"360090061fbd4c03ac5aaf9bef11a9b9","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:41.665033+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"360090061fbd4c03ac5aaf9bef11a9b9","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:41.6653293+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"877a78fb3f1f41efb1e39e1355349045","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:41.6654694+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"877a78fb3f1f41efb1e39e1355349045","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:41.6656084+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"877a78fb3f1f41efb1e39e1355349045","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.3939093+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"af4a621c678247589b8738f625ad5f17","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.3941183+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"af4a621c678247589b8738f625ad5f17","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4700058+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"af4a621c678247589b8738f625ad5f17","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-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-30T11:38:45.4703071+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"675a50e08e0a4cf0814c7794fa38f634","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4705212+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"675a50e08e0a4cf0814c7794fa38f634","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4707567+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"675a50e08e0a4cf0814c7794fa38f634","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4711273+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7fe419d5dbba4c308e2994b7704be1ea","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4250}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4712436+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7fe419d5dbba4c308e2994b7704be1ea","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4714012+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7fe419d5dbba4c308e2994b7704be1ea","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4716232+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"78f2a161c8d846529d09c5842eb89fe0","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4228}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4717546+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"78f2a161c8d846529d09c5842eb89fe0","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4718954+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"78f2a161c8d846529d09c5842eb89fe0","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.472196+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"201bcca9ee894446abab5807905a8044","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4271,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4271}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.472306+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"201bcca9ee894446abab5807905a8044","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4271,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4724513+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"201bcca9ee894446abab5807905a8044","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4271,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4727732+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"8089a08dcb7341f496aa75afa3d81a7f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4220}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4728819+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"8089a08dcb7341f496aa75afa3d81a7f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4730281+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"8089a08dcb7341f496aa75afa3d81a7f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4732587+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"a7e82b74bda1475ab8dd3ccbaaea12a1","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4170,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4170}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.473393+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"a7e82b74bda1475ab8dd3ccbaaea12a1","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4170,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4735268+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"a7e82b74bda1475ab8dd3ccbaaea12a1","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4170,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4737299+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3cd1ac1ee0af4b5ea63564594406e596","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4217,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4217}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.4738354+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3cd1ac1ee0af4b5ea63564594406e596","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4217,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:45.473955+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3cd1ac1ee0af4b5ea63564594406e596","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4217,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:50.8625807+00:00","EventType":"connection_opened","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"163dcb6e2737461d96a7b2d383afb6f7","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2255a20c-4489-11f1-98a6-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:50.8672526+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"cbc4819c67bc423ca17235dcc8eccd89","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549130878,\u0022msgID\u0022:\u0022mid-28ac4020-4489-11f1-b24d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-28726efe-4489-11f1-bd54-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":"Delete alone.","intent":"chat"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:50.8674546+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"cbc4819c67bc423ca17235dcc8eccd89","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549130878,\u0022msgID\u0022:\u0022mid-28ac4020-4489-11f1-b24d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-28726efe-4489-11f1-bd54-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-30T11:38:50.867592+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"cbc4819c67bc423ca17235dcc8eccd89","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549130878,\u0022msgID\u0022:\u0022mid-28ac4020-4489-11f1-b24d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-28726efe-4489-11f1-bd54-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-30T11:38:50.8723521+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"adae89fc54d64cef9a3b98045f13a998","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:50.8725217+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"adae89fc54d64cef9a3b98045f13a998","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:50.8726665+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"adae89fc54d64cef9a3b98045f13a998","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:50.9816053+00:00","EventType":"context_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"92f63e8a37f143bbb293f00504d50cb3","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549130970,\u0022msgID\u0022:\u0022mid-28ba4dd2-4489-11f1-a1c7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-28726efe-4489-11f1-bd54-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.026693333333333344,\u0022playful\u0022:0.00889777777777778}},\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-30T06:38:50.888-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-28726efe-4489-11f1-bd54-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:50.9818727+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"92f63e8a37f143bbb293f00504d50cb3","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549130970,\u0022msgID\u0022:\u0022mid-28ba4dd2-4489-11f1-a1c7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-28726efe-4489-11f1-bd54-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.026693333333333344,\u0022playful\u0022:0.00889777777777778}},\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-30T06:38:50.888-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-30T11:38:50.9820638+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"92f63e8a37f143bbb293f00504d50cb3","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549130970,\u0022msgID\u0022:\u0022mid-28ba4dd2-4489-11f1-a1c7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-28726efe-4489-11f1-bd54-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.026693333333333344,\u0022playful\u0022:0.00889777777777778}},\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-30T06:38:50.888-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-30T11:38:51.6881483+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"e275ca6a32554d4483818353cfd2c895","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4284}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:51.6883861+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"e275ca6a32554d4483818353cfd2c895","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:51.6885984+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"e275ca6a32554d4483818353cfd2c895","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:51.7575697+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7d0285b079674f91aaf26fea3356479c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4302,"ReplyTypes":[],"BufferedAudioBytes":8633,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4302}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:51.7578094+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7d0285b079674f91aaf26fea3356479c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4302,"ReplyTypes":[],"BufferedAudioBytes":8633,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:51.7579534+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7d0285b079674f91aaf26fea3356479c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4302,"ReplyTypes":[],"BufferedAudioBytes":8633,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.3456154+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"0e1ffa0f41bc4aa2adaa64aed6ba725f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4167}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.3458289+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"0e1ffa0f41bc4aa2adaa64aed6ba725f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5473916+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"0e1ffa0f41bc4aa2adaa64aed6ba725f","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4167,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5478374+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"18f7cb9091024a9fa8218e0674e1ba5c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4250}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5480117+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"18f7cb9091024a9fa8218e0674e1ba5c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5482149+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"18f7cb9091024a9fa8218e0674e1ba5c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5486188+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7548a82bd4bc4ddfa9aa6aa345af8757","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5487603+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7548a82bd4bc4ddfa9aa6aa345af8757","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5489303+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7548a82bd4bc4ddfa9aa6aa345af8757","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5493447+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"8540332c94814dc38575a92a20116011","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5494625+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"8540332c94814dc38575a92a20116011","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5496658+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"8540332c94814dc38575a92a20116011","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5500681+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3c9ca88a44574a1a892f5c7de9f1ef53","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5501834+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3c9ca88a44574a1a892f5c7de9f1ef53","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5503397+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"3c9ca88a44574a1a892f5c7de9f1ef53","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5507382+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"984bda55203e4b488376ab91acae96e1","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4240}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5508452+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"984bda55203e4b488376ab91acae96e1","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5509924+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"984bda55203e4b488376ab91acae96e1","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5512394+00:00","EventType":"binary_audio_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"53f9997728a949b2a0d1c5153462e0d8","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4244}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5513431+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"53f9997728a949b2a0d1c5153462e0d8","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:38:55.5515147+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"53f9997728a949b2a0d1c5153462e0d8","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:39:03.8501119+00:00","EventType":"connection_opened","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"f4eb710801a04a5d89bb56e648de61b1","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-28726efe-4489-11f1-bd54-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:39:03.8558405+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"49de1557c09146ba9d1df63306f2474c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-301e1b12-4489-11f1-8cc1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549143867,\u0022msgID\u0022:\u0022mid-306a31b4-4489-11f1-8db3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-301e1b12-4489-11f1-8cc1-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":"So, delete alarm.","intent":"alarm_delete"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:39:03.8564438+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"49de1557c09146ba9d1df63306f2474c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-301e1b12-4489-11f1-8cc1-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549143867,\u0022msgID\u0022:\u0022mid-306a31b4-4489-11f1-8db3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-301e1b12-4489-11f1-8cc1-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-30T11:39:03.8566129+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"49de1557c09146ba9d1df63306f2474c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-301e1b12-4489-11f1-8cc1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549143867,\u0022msgID\u0022:\u0022mid-306a31b4-4489-11f1-8db3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-301e1b12-4489-11f1-8cc1-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-30T11:39:03.8575351+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"b5179f67822e46aeb28d04b8f90475d3","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-301e1b12-4489-11f1-8cc1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777549143867,\u0022msgID\u0022:\u0022mid-306a3934-4489-11f1-8bf2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-301e1b12-4489-11f1-8cc1-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-30T11:39:03.8577782+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"b5179f67822e46aeb28d04b8f90475d3","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-301e1b12-4489-11f1-8cc1-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777549143867,\u0022msgID\u0022:\u0022mid-306a3934-4489-11f1-8bf2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-301e1b12-4489-11f1-8cc1-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-30T11:39:03.858072+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"b5179f67822e46aeb28d04b8f90475d3","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-301e1b12-4489-11f1-8cc1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777549143867,\u0022msgID\u0022:\u0022mid-306a3934-4489-11f1-8bf2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-301e1b12-4489-11f1-8cc1-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-30T11:39:03.9300502+00:00","EventType":"context_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"aa37276027ef4f7698b19b6e93991dfb","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-301e1b12-4489-11f1-8cc1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549143931,\u0022msgID\u0022:\u0022mid-3074145e-4489-11f1-82b6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-301e1b12-4489-11f1-8cc1-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.028521944444444455,\u0022playful\u0022:0.009507314814814821}},\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-30T06:39:03.874-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-301e1b12-4489-11f1-8cc1-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:39:03.9303012+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"aa37276027ef4f7698b19b6e93991dfb","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-301e1b12-4489-11f1-8cc1-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549143931,\u0022msgID\u0022:\u0022mid-3074145e-4489-11f1-82b6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-301e1b12-4489-11f1-8cc1-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.028521944444444455,\u0022playful\u0022:0.009507314814814821}},\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-30T06:39:03.874-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:39:03.9304987+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"aa37276027ef4f7698b19b6e93991dfb","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-301e1b12-4489-11f1-8cc1-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549143931,\u0022msgID\u0022:\u0022mid-3074145e-4489-11f1-82b6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-301e1b12-4489-11f1-8cc1-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.028521944444444455,\u0022playful\u0022:0.009507314814814821}},\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-30T06:39:03.874-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:39:08.8522229+00:00","EventType":"connection_opened","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"544609db411c405987806d4e03ac3a6c","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-301e1b12-4489-11f1-8cc1-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:39:08.8592214+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"88b49c4eeb5f44ceb3dad269b8bebaa8","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-32ce4cb0-4489-11f1-9cd8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549148869,\u0022msgID\u0022:\u0022mid-33658904-4489-11f1-bc0a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-32ce4cb0-4489-11f1-9cd8-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-30T11:39:08.8594369+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"88b49c4eeb5f44ceb3dad269b8bebaa8","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-32ce4cb0-4489-11f1-9cd8-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549148869,\u0022msgID\u0022:\u0022mid-33658904-4489-11f1-bc0a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-32ce4cb0-4489-11f1-9cd8-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-30T11:39:08.8654513+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"88b49c4eeb5f44ceb3dad269b8bebaa8","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-32ce4cb0-4489-11f1-9cd8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549148869,\u0022msgID\u0022:\u0022mid-33658904-4489-11f1-bc0a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-32ce4cb0-4489-11f1-9cd8-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-30T11:39:08.8663458+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"affc794fdfe74f7f96f3f48d93fd65a0","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-32ce4cb0-4489-11f1-9cd8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777549148869,\u0022msgID\u0022:\u0022mid-33658e5e-4489-11f1-8d2c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-32ce4cb0-4489-11f1-9cd8-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-30T11:39:08.8665308+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"affc794fdfe74f7f96f3f48d93fd65a0","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-32ce4cb0-4489-11f1-9cd8-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777549148869,\u0022msgID\u0022:\u0022mid-33658e5e-4489-11f1-8d2c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-32ce4cb0-4489-11f1-9cd8-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-30T11:39:08.8668161+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"affc794fdfe74f7f96f3f48d93fd65a0","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-32ce4cb0-4489-11f1-9cd8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777549148869,\u0022msgID\u0022:\u0022mid-33658e5e-4489-11f1-8d2c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-32ce4cb0-4489-11f1-9cd8-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-30T11:39:08.9744019+00:00","EventType":"context_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"268af93192774a2d829e5a57e6091b59","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-32ce4cb0-4489-11f1-9cd8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549148980,\u0022msgID\u0022:\u0022mid-337677e6-4489-11f1-913f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-32ce4cb0-4489-11f1-9cd8-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.02922375000000001,\u0022playful\u0022:0.009741250000000005}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:19526,\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-30T06:39:08.885-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-32ce4cb0-4489-11f1-9cd8-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:39:08.9747406+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"268af93192774a2d829e5a57e6091b59","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-32ce4cb0-4489-11f1-9cd8-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549148980,\u0022msgID\u0022:\u0022mid-337677e6-4489-11f1-913f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-32ce4cb0-4489-11f1-9cd8-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.02922375000000001,\u0022playful\u0022:0.009741250000000005}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:19526,\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-30T06:39:08.885-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:39:08.9749748+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"268af93192774a2d829e5a57e6091b59","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-32ce4cb0-4489-11f1-9cd8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549148980,\u0022msgID\u0022:\u0022mid-337677e6-4489-11f1-913f-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-32ce4cb0-4489-11f1-9cd8-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.02922375000000001,\u0022playful\u0022:0.009741250000000005}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:19526,\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-30T06:39:08.885-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:39:11.9216789+00:00","EventType":"connection_opened","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"d3f32f3cfda1469f87aab45f2e08e321","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-32ce4cb0-4489-11f1-9cd8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:39:11.9282207+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7a784ae3e3854faf8fa432a3024093e2","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-351c5eda-4489-11f1-a1ff-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549151937,\u0022msgID\u0022:\u0022mid-3539b5a2-4489-11f1-9047-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-351c5eda-4489-11f1-a1ff-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-30T11:39:11.9284098+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7a784ae3e3854faf8fa432a3024093e2","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-351c5eda-4489-11f1-a1ff-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549151937,\u0022msgID\u0022:\u0022mid-3539b5a2-4489-11f1-9047-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-351c5eda-4489-11f1-a1ff-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-30T11:39:11.9286034+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"7a784ae3e3854faf8fa432a3024093e2","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-351c5eda-4489-11f1-a1ff-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777549151937,\u0022msgID\u0022:\u0022mid-3539b5a2-4489-11f1-9047-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-351c5eda-4489-11f1-a1ff-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-30T11:39:11.9300717+00:00","EventType":"turn_processed","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"ccd554462c314716812a96148c0524ae","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-351c5eda-4489-11f1-a1ff-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777549151938,\u0022msgID\u0022:\u0022mid-3539be26-4489-11f1-9f9e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-351c5eda-4489-11f1-a1ff-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-30T11:39:11.9302561+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"ccd554462c314716812a96148c0524ae","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-351c5eda-4489-11f1-a1ff-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777549151938,\u0022msgID\u0022:\u0022mid-3539be26-4489-11f1-9f9e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-351c5eda-4489-11f1-a1ff-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-30T11:39:11.9305115+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"ccd554462c314716812a96148c0524ae","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-351c5eda-4489-11f1-a1ff-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777549151938,\u0022msgID\u0022:\u0022mid-3539be26-4489-11f1-9f9e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-351c5eda-4489-11f1-a1ff-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-30T11:39:12.0401862+00:00","EventType":"context_received","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"fdccafb8d8e94f168b2c682baa6c2047","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-351c5eda-4489-11f1-a1ff-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549152043,\u0022msgID\u0022:\u0022mid-3549dcfc-4489-11f1-83ee-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-351c5eda-4489-11f1-a1ff-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.029646944444444456,\u0022playful\u0022:0.009882314814814822}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:19526,\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-30T06:39:11.961-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-351c5eda-4489-11f1-a1ff-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:39:12.0404855+00:00","EventType":"message_in","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"fdccafb8d8e94f168b2c682baa6c2047","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-351c5eda-4489-11f1-a1ff-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549152043,\u0022msgID\u0022:\u0022mid-3549dcfc-4489-11f1-83ee-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-351c5eda-4489-11f1-a1ff-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.029646944444444456,\u0022playful\u0022:0.009882314814814822}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:19526,\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-30T06:39:11.961-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-04-30T11:39:12.0407593+00:00","EventType":"message_out","SessionId":"ba377b6e485a461995dd844b11d23654","ConnectionId":"fdccafb8d8e94f168b2c682baa6c2047","Token":"hub-usr_openjibo_owner-1777548960488","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-351c5eda-4489-11f1-a1ff-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777549152043,\u0022msgID\u0022:\u0022mid-3549dcfc-4489-11f1-83ee-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-351c5eda-4489-11f1-a1ff-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.029646944444444456,\u0022playful\u0022:0.009882314814814822}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:19526,\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-30T06:39:11.961-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,102 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "neohubjibocom-neohubproactive-tidd36da4d442a611f1aba45cf821ea55ae",
|
|
||||||
"session": {
|
|
||||||
"hostName": "neo-hub.jibo.com",
|
|
||||||
"path": "/v1/proactive",
|
|
||||||
"kind": "neo-hub-proactive",
|
|
||||||
"token": "hub-usr_openjibo_owner-1777340189867"
|
|
||||||
},
|
|
||||||
"steps": [
|
|
||||||
{
|
|
||||||
"text": {
|
|
||||||
"type": "TRIGGER",
|
|
||||||
"ts": 1777341970615,
|
|
||||||
"msgID": "mid-d388c070-42a6-11f1-a414-5cf821ea55ae",
|
|
||||||
"transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae",
|
|
||||||
"data": {
|
|
||||||
"triggerSource": "SURPRISE",
|
|
||||||
"triggerData": {
|
|
||||||
"looperID": "5c0b221fdf9d450019c5e255"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary": null,
|
|
||||||
"expectedReplyTypes": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": {
|
|
||||||
"type": "CONTEXT",
|
|
||||||
"ts": 1777341970702,
|
|
||||||
"msgID": "mid-d395f790-42a6-11f1-95f4-5cf821ea55ae",
|
|
||||||
"transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae",
|
|
||||||
"data": {
|
|
||||||
"runtime": {
|
|
||||||
"character": {
|
|
||||||
"emotion": {
|
|
||||||
"name": "NEUTRAL",
|
|
||||||
"valence": 0.45,
|
|
||||||
"confidence": 0.2
|
|
||||||
},
|
|
||||||
"motivation": {
|
|
||||||
"social": 1,
|
|
||||||
"playful": 0.5152989351851469
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"perception": {
|
|
||||||
"speaker": "5c0b221fdf9d450019c5e255",
|
|
||||||
"peoplePresent": [
|
|
||||||
{
|
|
||||||
"id": "NOT_TRAINED",
|
|
||||||
"entityId": 16085,
|
|
||||||
"type": "fused",
|
|
||||||
"confidence": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"location": {
|
|
||||||
"city": "Pleasant Hill",
|
|
||||||
"state": "Missouri",
|
|
||||||
"stateAbbr": "MO",
|
|
||||||
"country": "United States",
|
|
||||||
"countryCode": "US",
|
|
||||||
"lat": 38.8358494,
|
|
||||||
"lng": -94.1427229,
|
|
||||||
"iso": "2026-04-27T21:06:10.626-05:00"
|
|
||||||
},
|
|
||||||
"loop": {
|
|
||||||
"loopId": "5c0b221fdf9d450019c5e253",
|
|
||||||
"users": [
|
|
||||||
{
|
|
||||||
"firstName": "Erin",
|
|
||||||
"lastName": "Picone",
|
|
||||||
"phoneticName": "Erin",
|
|
||||||
"gender": "female",
|
|
||||||
"birthdate": 649209600000,
|
|
||||||
"id": "5c0b221fdf9d450019c5e255",
|
|
||||||
"accountId": "5c0b20547c46170019235759"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"jibo": {
|
|
||||||
"color": "WHITE",
|
|
||||||
"birthdate": 1544234645598,
|
|
||||||
"id": "5c0b221fdf9d450019c5e254"
|
|
||||||
},
|
|
||||||
"owner": "5c0b221fdf9d450019c5e255"
|
|
||||||
},
|
|
||||||
"dialog": {
|
|
||||||
"referent": null
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"skill": {
|
|
||||||
"id": null
|
|
||||||
},
|
|
||||||
"general": {
|
|
||||||
"release": "1.9.2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary": null,
|
|
||||||
"expectedReplyTypes": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1,513 +0,0 @@
|
|||||||
{"TimestampUtc":"2026-05-01T12:07:45.0854804+00:00","EventType":"connection_opened","SessionId":"01f6627076e94dafa796f730e5b58a11","ConnectionId":"4a3f97ad692742d08d86c98a898df55d","Token":"token-Royal-Current-Sage-Canvas-1777637264293","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777637264293","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-05-01T12:08:56.596884+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"84ca330aad4b4aba920892c712952958","Token":"hub-usr_openjibo_owner-1777637336436","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-05-01T12:08:56.6365506+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"80a075934bb1451a98814d0df19db6bf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637336644,\u0022msgID\u0022:\u0022mid-87681aa8-4556-11f1-ac09-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8311b8f6-4556-11f1-b6ae-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-05-01T12:08:56.6428046+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"80a075934bb1451a98814d0df19db6bf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637336644,\u0022msgID\u0022:\u0022mid-87681aa8-4556-11f1-ac09-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8311b8f6-4556-11f1-b6ae-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-05-01T12:08:56.6454999+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"80a075934bb1451a98814d0df19db6bf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637336644,\u0022msgID\u0022:\u0022mid-87681aa8-4556-11f1-ac09-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8311b8f6-4556-11f1-b6ae-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-05-01T12:08:56.6508794+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5f1af48426af411581e67188b9acc6e8","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:56.6517676+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5f1af48426af411581e67188b9acc6e8","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:56.6520217+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5f1af48426af411581e67188b9acc6e8","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:57.3334452+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6a963776b2d444d9b51b5816a1a331b7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637336839,\u0022msgID\u0022:\u0022mid-8785e38a-4556-11f1-b05a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8311b8f6-4556-11f1-b6ae-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.0016859722222222227,\u0022playful\u0022:0.0005619444444444446}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:08:56.737-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-8311b8f6-4556-11f1-b6ae-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:57.3338669+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6a963776b2d444d9b51b5816a1a331b7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637336839,\u0022msgID\u0022:\u0022mid-8785e38a-4556-11f1-b05a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8311b8f6-4556-11f1-b6ae-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.0016859722222222227,\u0022playful\u0022:0.0005619444444444446}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:08:56.737-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-05-01T12:08:57.3341048+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6a963776b2d444d9b51b5816a1a331b7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637336839,\u0022msgID\u0022:\u0022mid-8785e38a-4556-11f1-b05a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8311b8f6-4556-11f1-b6ae-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.0016859722222222227,\u0022playful\u0022:0.0005619444444444446}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:08:56.737-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-05-01T12:08:57.3346422+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"69e1bb7d70804edcb243c649129993b0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:57.3348447+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"69e1bb7d70804edcb243c649129993b0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:57.3350899+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"69e1bb7d70804edcb243c649129993b0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:58.3636312+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"29a9cbb71cbc4ed28f4349d64cb2e87f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:58.3639941+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"29a9cbb71cbc4ed28f4349d64cb2e87f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:58.3642374+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"29a9cbb71cbc4ed28f4349d64cb2e87f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.2460468+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d91c68a52224bb3b15e6b0326d77956","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4228}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.2463257+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d91c68a52224bb3b15e6b0326d77956","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3243096+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d91c68a52224bb3b15e6b0326d77956","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4228,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3263248+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"66e4e0f7cf074caf9447992062b117ec","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4248}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3265192+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"66e4e0f7cf074caf9447992062b117ec","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3266951+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"66e4e0f7cf074caf9447992062b117ec","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3271604+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"725e4712521c43d08b8b7dec31962a16","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3273275+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"725e4712521c43d08b8b7dec31962a16","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3274845+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"725e4712521c43d08b8b7dec31962a16","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3278549+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c9297a539ac14f67811c039fda5e290d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.328+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c9297a539ac14f67811c039fda5e290d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3281985+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c9297a539ac14f67811c039fda5e290d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.328575+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"02e112bb0dfb42b1bbd7f1d9fd956225","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3287183+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"02e112bb0dfb42b1bbd7f1d9fd956225","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3288973+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"02e112bb0dfb42b1bbd7f1d9fd956225","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3294061+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d3b515f05f0b470581b5591964e5fb8c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4238}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.329561+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d3b515f05f0b470581b5591964e5fb8c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3297322+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d3b515f05f0b470581b5591964e5fb8c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3301403+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e416d9be1b7946138c329b0a045d49dc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4240}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3302976+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e416d9be1b7946138c329b0a045d49dc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3304296+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e416d9be1b7946138c329b0a045d49dc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3307798+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2bbde87d62ba45baabd65905dff0998d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.33093+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2bbde87d62ba45baabd65905dff0998d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3310934+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2bbde87d62ba45baabd65905dff0998d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:14.4983626+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"dba96c143b974dbf9c8ee0c3dcbaa268","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:14.5119637+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b057fb4976994b3393f20575584ee3ce","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637354543,\u0022msgID\u0022:\u0022mid-92133456-4556-11f1-9d86-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8e89bd5a-4556-11f1-8e8c-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-05-01T12:09:14.5122689+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b057fb4976994b3393f20575584ee3ce","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637354543,\u0022msgID\u0022:\u0022mid-92133456-4556-11f1-9d86-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8e89bd5a-4556-11f1-8e8c-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-05-01T12:09:14.5125169+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b057fb4976994b3393f20575584ee3ce","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637354543,\u0022msgID\u0022:\u0022mid-92133456-4556-11f1-9d86-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8e89bd5a-4556-11f1-8e8c-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-05-01T12:09:14.5127922+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5bc265bd7bba43ff9be33fd2a7e5c647","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:14.5129524+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5bc265bd7bba43ff9be33fd2a7e5c647","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:14.5132001+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5bc265bd7bba43ff9be33fd2a7e5c647","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:14.5995731+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d8bd4345cf848c29ef8c1c3425c2889","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637354639,\u0022msgID\u0022:\u0022mid-9221ecc6-4556-11f1-ad42-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8e89bd5a-4556-11f1-8e8c-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.004212222222222221,\u0022playful\u0022:0.0014040277777777784}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:3,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:14.567-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-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:14.5999208+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d8bd4345cf848c29ef8c1c3425c2889","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637354639,\u0022msgID\u0022:\u0022mid-9221ecc6-4556-11f1-ad42-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8e89bd5a-4556-11f1-8e8c-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.004212222222222221,\u0022playful\u0022:0.0014040277777777784}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:3,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:14.567-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-05-01T12:09:14.6001529+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d8bd4345cf848c29ef8c1c3425c2889","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637354639,\u0022msgID\u0022:\u0022mid-9221ecc6-4556-11f1-ad42-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8e89bd5a-4556-11f1-8e8c-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.004212222222222221,\u0022playful\u0022:0.0014040277777777784}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:3,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:14.567-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-05-01T12:09:15.3848387+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7411536972614b88bd25a2393c0f4082","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":4292,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4245}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:15.3863773+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7411536972614b88bd25a2393c0f4082","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":4292,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:15.3865667+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7411536972614b88bd25a2393c0f4082","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":4292,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:15.3871056+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a40b098da80c44a6895bdea8c6227b89","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4280}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:15.3873061+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a40b098da80c44a6895bdea8c6227b89","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:15.3874684+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a40b098da80c44a6895bdea8c6227b89","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:15.8265392+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6deabd87d3204b2a9840d11f3fde5bf3","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12811,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:15.8267881+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6deabd87d3204b2a9840d11f3fde5bf3","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12811,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:15.8270027+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6deabd87d3204b2a9840d11f3fde5bf3","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12811,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.0899406+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4d29262722c04afa995828fa2b8401d1","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4256}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.0901671+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4d29262722c04afa995828fa2b8401d1","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1727447+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4d29262722c04afa995828fa2b8401d1","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4256,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1734108+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bbee42b52717415a8369dc0b12c47eeb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4222}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1735897+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bbee42b52717415a8369dc0b12c47eeb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1737432+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bbee42b52717415a8369dc0b12c47eeb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1741668+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"35aabdf6e7c24ae2b4b0b90b3ff3e099","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4294,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4294}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1743086+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"35aabdf6e7c24ae2b4b0b90b3ff3e099","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4294,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1744708+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"35aabdf6e7c24ae2b4b0b90b3ff3e099","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4294,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1748811+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"29104ac7523f46f994861110a988f93e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4297,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4297}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1750202+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"29104ac7523f46f994861110a988f93e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4297,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.175186+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"29104ac7523f46f994861110a988f93e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4297,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1756313+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"94766fc8ec1944c496523154415bfa18","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4278}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.175829+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"94766fc8ec1944c496523154415bfa18","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1759817+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"94766fc8ec1944c496523154415bfa18","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1764013+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"115fd81225344b63a25ba07b90d53de1","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4231}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1766266+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"115fd81225344b63a25ba07b90d53de1","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1768046+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"115fd81225344b63a25ba07b90d53de1","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1772165+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"602d11ba02094317880f7a46cae4f4a9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4291}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1774039+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"602d11ba02094317880f7a46cae4f4a9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.17756+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"602d11ba02094317880f7a46cae4f4a9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:29.5344701+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"857e39e9d10b4201bc8c4436fcf4dd3b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:29.5460814+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"33c3490581f443a78e2c615e9a17b1ba","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637369586,\u0022msgID\u0022:\u0022mid-9b0a8d66-4556-11f1-965e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9ac247f4-4556-11f1-ab57-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\u0027s your cloud version?","intent":"cloud_version"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:29.5463511+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"33c3490581f443a78e2c615e9a17b1ba","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637369586,\u0022msgID\u0022:\u0022mid-9b0a8d66-4556-11f1-965e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9ac247f4-4556-11f1-ab57-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-05-01T12:09:29.54655+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"33c3490581f443a78e2c615e9a17b1ba","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637369586,\u0022msgID\u0022:\u0022mid-9b0a8d66-4556-11f1-965e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9ac247f4-4556-11f1-ab57-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-05-01T12:09:29.8087235+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"409c171da81c463abd74f1a2234b3b41","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:29.8089683+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"409c171da81c463abd74f1a2234b3b41","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:29.8091762+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"409c171da81c463abd74f1a2234b3b41","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:29.8095541+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5a1453cd8a7a47c0b80675ee3b380ed4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637369650,\u0022msgID\u0022:\u0022mid-9b1475f6-4556-11f1-bb76-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9ac247f4-4556-11f1-ab57-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.006316805555555554,\u0022playful\u0022:0.0021055555555555564}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:3,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:29.595-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-9ac247f4-4556-11f1-ab57-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:29.8097451+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5a1453cd8a7a47c0b80675ee3b380ed4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637369650,\u0022msgID\u0022:\u0022mid-9b1475f6-4556-11f1-bb76-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9ac247f4-4556-11f1-ab57-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.006316805555555554,\u0022playful\u0022:0.0021055555555555564}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:3,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:29.595-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-05-01T12:09:29.8099212+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5a1453cd8a7a47c0b80675ee3b380ed4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637369650,\u0022msgID\u0022:\u0022mid-9b1475f6-4556-11f1-bb76-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9ac247f4-4556-11f1-ab57-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.006316805555555554,\u0022playful\u0022:0.0021055555555555564}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:3,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:29.595-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-05-01T12:09:30.4727331+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6951f31ccfbf411aa3ce901873341327","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":4203,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4156}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:30.4729528+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6951f31ccfbf411aa3ce901873341327","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":4203,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:30.4731811+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6951f31ccfbf411aa3ce901873341327","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":4203,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:30.6571124+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"063d5c931a8d495e8edf1b4b2c3c74d3","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4205}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:30.6573416+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"063d5c931a8d495e8edf1b4b2c3c74d3","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:30.6575052+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"063d5c931a8d495e8edf1b4b2c3c74d3","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.0556547+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c22af75fa5a14614bf6eeddd420f1a45","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.0558482+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c22af75fa5a14614bf6eeddd420f1a45","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1316222+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c22af75fa5a14614bf6eeddd420f1a45","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-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-05-01T12:09:34.1322264+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4e07a1702b2340b98e26c116f4e2a23c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1324039+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4e07a1702b2340b98e26c116f4e2a23c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1325667+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4e07a1702b2340b98e26c116f4e2a23c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1330125+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6486c523de57489cba5c1383f4986419","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1331775+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6486c523de57489cba5c1383f4986419","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1333141+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6486c523de57489cba5c1383f4986419","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1336934+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"118a9cfd7d7a4704955a85a00591194a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4173,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4173}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1338434+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"118a9cfd7d7a4704955a85a00591194a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4173,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1339739+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"118a9cfd7d7a4704955a85a00591194a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4173,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1344072+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c9c27f3535c242008d353db245054b28","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4303}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1345865+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c9c27f3535c242008d353db245054b28","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1347388+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c9c27f3535c242008d353db245054b28","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1351761+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8cc46a5a55724228afb03d58fcb34b5d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4217,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4217}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1353542+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8cc46a5a55724228afb03d58fcb34b5d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4217,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1355104+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8cc46a5a55724228afb03d58fcb34b5d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4217,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.135913+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"af29740764134bb3b19f95b2ab4d3510","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1361052+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"af29740764134bb3b19f95b2ab4d3510","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1362639+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"af29740764134bb3b19f95b2ab4d3510","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:39.7040794+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f96d589140f14050ab5f01d397bc1e1e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:39.7175658+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"197d2e00152c49478f9b92186d723cda","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637379749,\u0022msgID\u0022:\u0022mid-a1196858-4556-11f1-bfd6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0fcc824-4556-11f1-afac-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":"Good morning!","intent":"chat"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:39.7178153+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"197d2e00152c49478f9b92186d723cda","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637379749,\u0022msgID\u0022:\u0022mid-a1196858-4556-11f1-bfd6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0fcc824-4556-11f1-afac-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-05-01T12:09:39.7180434+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"197d2e00152c49478f9b92186d723cda","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637379749,\u0022msgID\u0022:\u0022mid-a1196858-4556-11f1-bfd6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0fcc824-4556-11f1-afac-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-05-01T12:09:39.7183241+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2c627f389c534c1b9695b320b4a2acdc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:39.7184848+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2c627f389c534c1b9695b320b4a2acdc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:39.7186247+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2c627f389c534c1b9695b320b4a2acdc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:40.4987413+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f913ec675c524ff1a8c0a120a9282ebe","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637379981,\u0022msgID\u0022:\u0022mid-a13cc578-4556-11f1-8650-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0fcc824-4556-11f1-afac-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.007719166666666664,\u0022playful\u0022:0.00257300925925926}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:39.931-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-a0fcc824-4556-11f1-afac-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:40.4992632+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f913ec675c524ff1a8c0a120a9282ebe","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637379981,\u0022msgID\u0022:\u0022mid-a13cc578-4556-11f1-8650-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0fcc824-4556-11f1-afac-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.007719166666666664,\u0022playful\u0022:0.00257300925925926}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:39.931-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-05-01T12:09:40.4994699+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f913ec675c524ff1a8c0a120a9282ebe","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637379981,\u0022msgID\u0022:\u0022mid-a13cc578-4556-11f1-8650-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0fcc824-4556-11f1-afac-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.007719166666666664,\u0022playful\u0022:0.00257300925925926}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:39.931-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-05-01T12:09:40.4997649+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"92590e14c621480fa5d38e521bd7d8e9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4153,"ReplyTypes":[],"BufferedAudioBytes":4200,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4153}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:40.4999616+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"92590e14c621480fa5d38e521bd7d8e9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4153,"ReplyTypes":[],"BufferedAudioBytes":4200,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:40.5001545+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"92590e14c621480fa5d38e521bd7d8e9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4153,"ReplyTypes":[],"BufferedAudioBytes":4200,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:40.5698711+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5d0f7fe5a0e94677b452e9187911e0a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4208}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:40.5701686+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5d0f7fe5a0e94677b452e9187911e0a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:40.570381+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5d0f7fe5a0e94677b452e9187911e0a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.2098864+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b459a18923674700a98a30037f2de3ed","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4167}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.2101761+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b459a18923674700a98a30037f2de3ed","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4177355+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b459a18923674700a98a30037f2de3ed","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4167,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4192742+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4687956c39c643b9b18d2664d0722670","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4151}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.419489+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4687956c39c643b9b18d2664d0722670","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.419689+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4687956c39c643b9b18d2664d0722670","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4201335+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"82d09f74aca846ff8431ec15cfd50dd4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4202773+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"82d09f74aca846ff8431ec15cfd50dd4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.420414+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"82d09f74aca846ff8431ec15cfd50dd4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4209873+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"43c5a49fd80b4f73accc0a5fcd60c8bb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4268,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4268}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4211355+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"43c5a49fd80b4f73accc0a5fcd60c8bb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4268,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4212805+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"43c5a49fd80b4f73accc0a5fcd60c8bb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4268,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4216304+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4e59b026b54e4526b35ce3e57745079f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4253}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4217406+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4e59b026b54e4526b35ce3e57745079f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4218678+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4e59b026b54e4526b35ce3e57745079f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.422208+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b4faa18a292945a9b1740b740aaac678","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4214,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4214}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4223218+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b4faa18a292945a9b1740b740aaac678","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4214,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4224562+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b4faa18a292945a9b1740b740aaac678","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4214,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.422736+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9123b837971a42cfbb7e8b4370597b16","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4219}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4228533+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9123b837971a42cfbb7e8b4370597b16","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4229912+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9123b837971a42cfbb7e8b4370597b16","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:51.6060943+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0be519f3fec34d92a687132a1f2df977","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:51.6114338+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a2ede14f5b3a4bb2a03666d1a8862f45","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637391652,\u0022msgID\u0022:\u0022mid-a8319688-4556-11f1-a500-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a7a30dbe-4556-11f1-8c34-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-05-01T12:09:51.6117118+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a2ede14f5b3a4bb2a03666d1a8862f45","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637391652,\u0022msgID\u0022:\u0022mid-a8319688-4556-11f1-a500-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a7a30dbe-4556-11f1-8c34-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-05-01T12:09:51.6119105+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a2ede14f5b3a4bb2a03666d1a8862f45","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637391652,\u0022msgID\u0022:\u0022mid-a8319688-4556-11f1-a500-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a7a30dbe-4556-11f1-8c34-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-05-01T12:09:51.613017+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ce52f81ff5d64cdebca0284a7bfe7219","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:51.6132304+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ce52f81ff5d64cdebca0284a7bfe7219","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:51.6134018+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ce52f81ff5d64cdebca0284a7bfe7219","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:51.7623576+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"49f64f2d78b8467b924dadcad8b14803","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637391802,\u0022msgID\u0022:\u0022mid-a8487a42-4556-11f1-8f96-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a7a30dbe-4556-11f1-8c34-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.00940486111111111,\u0022playful\u0022:0.0031349074074074085}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:5,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:51.715-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-a7a30dbe-4556-11f1-8c34-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:51.7627052+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"49f64f2d78b8467b924dadcad8b14803","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637391802,\u0022msgID\u0022:\u0022mid-a8487a42-4556-11f1-8f96-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a7a30dbe-4556-11f1-8c34-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.00940486111111111,\u0022playful\u0022:0.0031349074074074085}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:5,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:51.715-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-05-01T12:09:51.7629267+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"49f64f2d78b8467b924dadcad8b14803","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637391802,\u0022msgID\u0022:\u0022mid-a8487a42-4556-11f1-8f96-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a7a30dbe-4556-11f1-8c34-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.00940486111111111,\u0022playful\u0022:0.0031349074074074085}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:5,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:51.715-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-05-01T12:09:52.5300822+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6d387afbebe34a2a8298ced2877284b0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4210,"ReplyTypes":[],"BufferedAudioBytes":4257,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4210}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:52.5303467+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6d387afbebe34a2a8298ced2877284b0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4210,"ReplyTypes":[],"BufferedAudioBytes":4257,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:52.5305465+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6d387afbebe34a2a8298ced2877284b0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4210,"ReplyTypes":[],"BufferedAudioBytes":4257,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:52.5309381+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f94d060e05aa4d449f60062003a61403","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":8555,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4298}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:52.531106+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f94d060e05aa4d449f60062003a61403","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":8555,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:52.5312315+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f94d060e05aa4d449f60062003a61403","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":8555,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.3537531+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5701e23efdf546418a478e9b35d0c95d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.3539584+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5701e23efdf546418a478e9b35d0c95d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5554708+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5701e23efdf546418a478e9b35d0c95d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-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-05-01T12:09:56.5560107+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6af72f2d3249481aadb5aa07b7723955","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4152}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5562611+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6af72f2d3249481aadb5aa07b7723955","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5564576+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6af72f2d3249481aadb5aa07b7723955","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5569641+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f49951e573c34e6fbbe703b1e434452c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4193,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4193}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5571084+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f49951e573c34e6fbbe703b1e434452c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4193,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5572679+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f49951e573c34e6fbbe703b1e434452c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4193,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5576692+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a88ad1ec2ffc4fec8569f48803a88ac2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4273,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4273}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5578006+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a88ad1ec2ffc4fec8569f48803a88ac2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4273,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5580656+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a88ad1ec2ffc4fec8569f48803a88ac2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4273,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5585136+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"628ad083f41a49eb9e1fab5a023b7eae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4216}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5586774+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"628ad083f41a49eb9e1fab5a023b7eae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5588536+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"628ad083f41a49eb9e1fab5a023b7eae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5592747+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b8b9ac10d66c4c098787c8e9efa01339","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4216}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5594132+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b8b9ac10d66c4c098787c8e9efa01339","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5595548+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b8b9ac10d66c4c098787c8e9efa01339","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5599686+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7a33bb8d083b4dc7b464ac9704ee3e7e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5601221+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7a33bb8d083b4dc7b464ac9704ee3e7e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.560324+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7a33bb8d083b4dc7b464ac9704ee3e7e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5607403+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5c2b030dbcad4dd8b7b219189b222b10","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4242}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5608774+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5c2b030dbcad4dd8b7b219189b222b10","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5610529+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5c2b030dbcad4dd8b7b219189b222b10","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5614302+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5eedc0993aa34590ad3d52320584736b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4236}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5615531+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5eedc0993aa34590ad3d52320584736b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5617173+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5eedc0993aa34590ad3d52320584736b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:02.1549649+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4d46a0cbb8604493ac14b6ccf455dcab","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:02.5727565+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"355045fa7f964188bbbf286b968c402f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637402242,\u0022msgID\u0022:\u0022mid-ae817b52-4556-11f1-a76d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\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":"- Well, setting alarm for seven.","intent":"alarm_value"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:02.5730175+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"355045fa7f964188bbbf286b968c402f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637402242,\u0022msgID\u0022:\u0022mid-ae817b52-4556-11f1-a76d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\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-05-01T12:10:02.5732695+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"355045fa7f964188bbbf286b968c402f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637402242,\u0022msgID\u0022:\u0022mid-ae817b52-4556-11f1-a76d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\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-05-01T12:10:03.6848356+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"22f8d7d70f9d4a8fa5e416c40951acf0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.685121+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"22f8d7d70f9d4a8fa5e416c40951acf0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.6852929+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"22f8d7d70f9d4a8fa5e416c40951acf0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.6855969+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d9fec818673141cfbd1b21566a93b621","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637402324,\u0022msgID\u0022:\u0022mid-ae8dfb02-4556-11f1-ba3a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad73bf40-4556-11f1-aa59-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.01081597222222222,\u0022playful\u0022:0.0036052777777777786}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:5,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:02.262-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-ad73bf40-4556-11f1-aa59-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.6857954+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d9fec818673141cfbd1b21566a93b621","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637402324,\u0022msgID\u0022:\u0022mid-ae8dfb02-4556-11f1-ba3a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad73bf40-4556-11f1-aa59-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.01081597222222222,\u0022playful\u0022:0.0036052777777777786}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:5,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:02.262-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-05-01T12:10:03.685959+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d9fec818673141cfbd1b21566a93b621","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637402324,\u0022msgID\u0022:\u0022mid-ae8dfb02-4556-11f1-ba3a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad73bf40-4556-11f1-aa59-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.01081597222222222,\u0022playful\u0022:0.0036052777777777786}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:5,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:02.262-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-05-01T12:10:03.6863029+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c33101c86d4d493d865648d181793de7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.686451+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c33101c86d4d493d865648d181793de7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.686563+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c33101c86d4d493d865648d181793de7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.6870822+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6070a5308a0541ac8e71b115f2de6294","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":8577,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4244}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.687201+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6070a5308a0541ac8e71b115f2de6294","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":8577,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.6873282+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6070a5308a0541ac8e71b115f2de6294","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":8577,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.6900676+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8ab69bfcaa96433097d19455963a4d4e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4290,"ReplyTypes":[],"BufferedAudioBytes":12867,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4290}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.6902174+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8ab69bfcaa96433097d19455963a4d4e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4290,"ReplyTypes":[],"BufferedAudioBytes":12867,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.6903646+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8ab69bfcaa96433097d19455963a4d4e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4290,"ReplyTypes":[],"BufferedAudioBytes":12867,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:04.5596497+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"08e690007d0645e2a8a2411a2b9c36ce","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4181,"ReplyTypes":[],"BufferedAudioBytes":17048,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4181}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:04.5598598+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"08e690007d0645e2a8a2411a2b9c36ce","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4181,"ReplyTypes":[],"BufferedAudioBytes":17048,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:04.5600034+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"08e690007d0645e2a8a2411a2b9c36ce","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4181,"ReplyTypes":[],"BufferedAudioBytes":17048,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:04.5604259+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1c94a0223da34f2dbf9affc7bc9c7042","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21287,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:04.5605906+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1c94a0223da34f2dbf9affc7bc9c7042","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21287,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:04.5607201+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1c94a0223da34f2dbf9affc7bc9c7042","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21287,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2625517+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1baf4fd5d12e4c468f889117bebc9af2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2633631+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1baf4fd5d12e4c468f889117bebc9af2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2636957+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1baf4fd5d12e4c468f889117bebc9af2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2641164+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6a252b4559d14dd281918168da3d5848","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4254,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4254}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2642514+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6a252b4559d14dd281918168da3d5848","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4254,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2643827+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6a252b4559d14dd281918168da3d5848","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4254,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2649935+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d7b46b9dec449928ab570906bddcfff","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4226,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4226}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2651371+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d7b46b9dec449928ab570906bddcfff","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4226,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2652765+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d7b46b9dec449928ab570906bddcfff","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4226,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2658059+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ec8360bea4a247d3a8c056f73016b1c4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4159,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4159}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2659183+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ec8360bea4a247d3a8c056f73016b1c4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4159,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2660741+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ec8360bea4a247d3a8c056f73016b1c4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4159,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2664125+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"079a7991205a409fa22df5f57b4e9591","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4155}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2665434+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"079a7991205a409fa22df5f57b4e9591","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2666686+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"079a7991205a409fa22df5f57b4e9591","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2670982+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ff548fee62044731879afbc713c976b6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4234}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2672073+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ff548fee62044731879afbc713c976b6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2673323+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ff548fee62044731879afbc713c976b6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2676714+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1a55048eb86f49a182841f45f16fa4e0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4236}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2677915+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1a55048eb86f49a182841f45f16fa4e0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.267939+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1a55048eb86f49a182841f45f16fa4e0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2716608+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3ea84e634e924ed2b0774ba231e7c803","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4245}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2718254+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3ea84e634e924ed2b0774ba231e7c803","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2719845+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3ea84e634e924ed2b0774ba231e7c803","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:13.6553687+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8abb7a099d934bb7b2a6ca461705b70b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:13.662806+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2abed2b2a36b401b8f1fc404bf892919","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637413702,\u0022msgID\u0022:\u0022mid-b5561e06-4556-11f1-a748-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b4f4d902-4556-11f1-bb46-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":null}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:13.6632373+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2abed2b2a36b401b8f1fc404bf892919","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637413702,\u0022msgID\u0022:\u0022mid-b5561e06-4556-11f1-a748-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b4f4d902-4556-11f1-bb46-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-05-01T12:10:13.6634133+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2abed2b2a36b401b8f1fc404bf892919","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637413702,\u0022msgID\u0022:\u0022mid-b5561e06-4556-11f1-a748-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b4f4d902-4556-11f1-bb46-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-05-01T12:10:13.6638989+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"01a0b1463f6c43e9bf6d4dd66ab8de7c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:13.6641052+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"01a0b1463f6c43e9bf6d4dd66ab8de7c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:13.6642708+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"01a0b1463f6c43e9bf6d4dd66ab8de7c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:14.5743414+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"69d990063fe5495f911b300b09b47324","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637413813,\u0022msgID\u0022:\u0022mid-b5673394-4556-11f1-b159-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b4f4d902-4556-11f1-bb46-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.012367777777777777,\u0022playful\u0022:0.004122546296296297}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:6,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:13.720-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-b4f4d902-4556-11f1-bb46-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:14.574677+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"69d990063fe5495f911b300b09b47324","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637413813,\u0022msgID\u0022:\u0022mid-b5673394-4556-11f1-b159-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b4f4d902-4556-11f1-bb46-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.012367777777777777,\u0022playful\u0022:0.004122546296296297}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:6,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:13.720-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-05-01T12:10:14.5749113+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"69d990063fe5495f911b300b09b47324","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637413813,\u0022msgID\u0022:\u0022mid-b5673394-4556-11f1-b159-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b4f4d902-4556-11f1-bb46-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.012367777777777777,\u0022playful\u0022:0.004122546296296297}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:6,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:13.720-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-05-01T12:10:14.5753142+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d7ee1542fe294552b9ff15829af5efbc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4321,"ReplyTypes":[],"BufferedAudioBytes":4368,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4321}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:14.5754547+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d7ee1542fe294552b9ff15829af5efbc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4321,"ReplyTypes":[],"BufferedAudioBytes":4368,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:14.5756253+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d7ee1542fe294552b9ff15829af5efbc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4321,"ReplyTypes":[],"BufferedAudioBytes":4368,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:14.5758959+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1f60e292bfdd4dc48c09f9162270f2cf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4202}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:14.5760513+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1f60e292bfdd4dc48c09f9162270f2cf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:14.5762061+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1f60e292bfdd4dc48c09f9162270f2cf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.1639495+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"953ea3bdc0d64cedb33efb76ce48b676","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4230,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4230}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.1641595+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"953ea3bdc0d64cedb33efb76ce48b676","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4230,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.365782+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"953ea3bdc0d64cedb33efb76ce48b676","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4230,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3661515+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"419db4ad49464af3ad29b8004bc45faf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4250}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.36636+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"419db4ad49464af3ad29b8004bc45faf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3665614+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"419db4ad49464af3ad29b8004bc45faf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3669066+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"09714f78446d465cabd9bf1c22cb5922","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3670597+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"09714f78446d465cabd9bf1c22cb5922","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3672115+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"09714f78446d465cabd9bf1c22cb5922","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3674346+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f96932e38f4347dc92c403d141f947a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4250}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3675414+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f96932e38f4347dc92c403d141f947a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3677066+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f96932e38f4347dc92c403d141f947a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3679641+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"015b307754ca4e978f31ab46cf935b0b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4228}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3680966+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"015b307754ca4e978f31ab46cf935b0b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3682462+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"015b307754ca4e978f31ab46cf935b0b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3684812+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e84b398d103e4591a44935b315afaa1c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4155}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.368589+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e84b398d103e4591a44935b315afaa1c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3687167+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e84b398d103e4591a44935b315afaa1c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3689385+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9b716520e6764bce81fcc91454ea5ef6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4161,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4161}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.36906+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9b716520e6764bce81fcc91454ea5ef6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4161,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3691955+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9b716520e6764bce81fcc91454ea5ef6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4161,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3694188+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fde6d7cb8eeb4be2941c4a9b494e8010","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4267}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3695319+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fde6d7cb8eeb4be2941c4a9b494e8010","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3696707+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fde6d7cb8eeb4be2941c4a9b494e8010","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:27.7247568+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"de504af1085a4b08be1d69a049f0a261","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:27.7393597+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9c0cee10a6ae4fd587732ad49a0a9e17","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637427776,\u0022msgID\u0022:\u0022mid-bdb9adba-4556-11f1-85ca-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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":"Delete alarm.","intent":"alarm_delete"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:27.7396326+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9c0cee10a6ae4fd587732ad49a0a9e17","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637427776,\u0022msgID\u0022:\u0022mid-bdb9adba-4556-11f1-85ca-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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-05-01T12:10:27.7398143+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9c0cee10a6ae4fd587732ad49a0a9e17","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637427776,\u0022msgID\u0022:\u0022mid-bdb9adba-4556-11f1-85ca-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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-05-01T12:10:27.7484103+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a35e94bf4a80486aabf9be2a566f3365","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777637427776,\u0022msgID\u0022:\u0022mid-bdb9b616-4556-11f1-b696-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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-05-01T12:10:27.7487377+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a35e94bf4a80486aabf9be2a566f3365","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777637427776,\u0022msgID\u0022:\u0022mid-bdb9b616-4556-11f1-b696-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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-05-01T12:10:27.7491081+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a35e94bf4a80486aabf9be2a566f3365","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777637427776,\u0022msgID\u0022:\u0022mid-bdb9b616-4556-11f1-b696-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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-05-01T12:10:28.6514789+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"390bc185875f458e95e353249eba73ca","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637427918,\u0022msgID\u0022:\u0022mid-bdcf5a8e-4556-11f1-a866-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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.014335138888888887,\u0022playful\u0022:0.004778333333333334}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:6,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:27.830-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:28.6517258+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"390bc185875f458e95e353249eba73ca","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637427918,\u0022msgID\u0022:\u0022mid-bdcf5a8e-4556-11f1-a866-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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.014335138888888887,\u0022playful\u0022:0.004778333333333334}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:6,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:27.830-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:28.651885+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"390bc185875f458e95e353249eba73ca","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637427918,\u0022msgID\u0022:\u0022mid-bdcf5a8e-4556-11f1-a866-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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.014335138888888887,\u0022playful\u0022:0.004778333333333334}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:6,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:27.830-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:31.7500419+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3bcacd7070e143e7bd376352e5885d9d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:31.7571493+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"588a941f4eb44fa79af79b359ac43f09","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637431797,\u0022msgID\u0022:\u0022mid-c01f35c0-4556-11f1-a216-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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-05-01T12:10:31.7573686+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"588a941f4eb44fa79af79b359ac43f09","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637431797,\u0022msgID\u0022:\u0022mid-c01f35c0-4556-11f1-a216-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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-05-01T12:10:31.7575431+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"588a941f4eb44fa79af79b359ac43f09","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637431797,\u0022msgID\u0022:\u0022mid-c01f35c0-4556-11f1-a216-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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-05-01T12:10:31.7591983+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a7c82499899f4a3d93b255e6a6bdbb87","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777637431797,\u0022msgID\u0022:\u0022mid-c01f3a8e-4556-11f1-8713-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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-05-01T12:10:31.7593849+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a7c82499899f4a3d93b255e6a6bdbb87","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777637431797,\u0022msgID\u0022:\u0022mid-c01f3a8e-4556-11f1-8713-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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-05-01T12:10:31.7596678+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a7c82499899f4a3d93b255e6a6bdbb87","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777637431797,\u0022msgID\u0022:\u0022mid-c01f3a8e-4556-11f1-8713-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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-05-01T12:10:31.838762+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d52420195d31467789c89342a6358b76","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637431878,\u0022msgID\u0022:\u0022mid-c02bb2f0-4556-11f1-b6c3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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.01489472222222222,\u0022playful\u0022:0.004964861111111111}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:31.820-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:31.8390021+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d52420195d31467789c89342a6358b76","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637431878,\u0022msgID\u0022:\u0022mid-c02bb2f0-4556-11f1-b6c3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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.01489472222222222,\u0022playful\u0022:0.004964861111111111}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:31.820-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:31.8392309+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d52420195d31467789c89342a6358b76","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637431878,\u0022msgID\u0022:\u0022mid-c02bb2f0-4556-11f1-b6c3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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.01489472222222222,\u0022playful\u0022:0.004964861111111111}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:31.820-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:36.3307948+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"34f5458c8f9744f1b52acb16688eeb48","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:36.6956666+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3e7c41fe036d4ec78a6a6929aab0b6e6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637436376,\u0022msgID\u0022:\u0022mid-c2da05ec-4556-11f1-90eb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c24f7526-4556-11f1-87cb-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_none_set\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":"set","intent":"alarm_clarify"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:36.6959189+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3e7c41fe036d4ec78a6a6929aab0b6e6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637436376,\u0022msgID\u0022:\u0022mid-c2da05ec-4556-11f1-90eb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c24f7526-4556-11f1-87cb-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_none_set\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-05-01T12:10:36.6960858+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3e7c41fe036d4ec78a6a6929aab0b6e6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637436376,\u0022msgID\u0022:\u0022mid-c2da05ec-4556-11f1-90eb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c24f7526-4556-11f1-87cb-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_none_set\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-05-01T12:10:36.6963268+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"55aa4444e0834ef0a74b4b6d23f183de","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:36.6964707+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"55aa4444e0834ef0a74b4b6d23f183de","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:36.696623+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"55aa4444e0834ef0a74b4b6d23f183de","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:36.6968802+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7e4d724af46d4993a3c6b38a5f56ae7c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637436477,\u0022msgID\u0022:\u0022mid-c2e96fa0-4556-11f1-94ba-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c24f7526-4556-11f1-87cb-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.015598194444444444,\u0022playful\u0022:0.005199351851851852}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:36.385-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-c24f7526-4556-11f1-87cb-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:36.6970723+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7e4d724af46d4993a3c6b38a5f56ae7c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637436477,\u0022msgID\u0022:\u0022mid-c2e96fa0-4556-11f1-94ba-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c24f7526-4556-11f1-87cb-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.015598194444444444,\u0022playful\u0022:0.005199351851851852}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:36.385-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-05-01T12:10:36.697239+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7e4d724af46d4993a3c6b38a5f56ae7c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637436477,\u0022msgID\u0022:\u0022mid-c2e96fa0-4556-11f1-94ba-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c24f7526-4556-11f1-87cb-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.015598194444444444,\u0022playful\u0022:0.005199351851851852}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:36.385-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-05-01T12:10:37.6927926+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"99143e3d8e6d4ce6b5813ba81729fa9e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:37.6930604+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"99143e3d8e6d4ce6b5813ba81729fa9e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:37.6932177+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"99143e3d8e6d4ce6b5813ba81729fa9e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:37.6934934+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8866783d685f4580afc8b13eedd5da65","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4356,"ReplyTypes":[],"BufferedAudioBytes":8689,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4356}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:37.6936442+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8866783d685f4580afc8b13eedd5da65","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4356,"ReplyTypes":[],"BufferedAudioBytes":8689,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:37.6937868+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8866783d685f4580afc8b13eedd5da65","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4356,"ReplyTypes":[],"BufferedAudioBytes":8689,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:37.8511513+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1917738eeb2d410b93910d628969836d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4285,"ReplyTypes":[],"BufferedAudioBytes":12974,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4285}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:37.8513752+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1917738eeb2d410b93910d628969836d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4285,"ReplyTypes":[],"BufferedAudioBytes":12974,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:37.8515533+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1917738eeb2d410b93910d628969836d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4285,"ReplyTypes":[],"BufferedAudioBytes":12974,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.4462451+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7fd77d38815e40e193844b27948f74ae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.4464865+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7fd77d38815e40e193844b27948f74ae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5283748+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7fd77d38815e40e193844b27948f74ae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-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-05-01T12:10:41.5288569+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"934ef1b4a1e14d4eb5015af94d6c8311","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4282,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4282}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.529113+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"934ef1b4a1e14d4eb5015af94d6c8311","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4282,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5293073+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"934ef1b4a1e14d4eb5015af94d6c8311","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4282,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5295934+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"995ff576ff224359b4864156f0e52cef","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4303}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5297646+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"995ff576ff224359b4864156f0e52cef","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5299769+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"995ff576ff224359b4864156f0e52cef","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5304013+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2f3daf5321214d5aa750a156e5188ba4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4288}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5305371+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2f3daf5321214d5aa750a156e5188ba4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5306842+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2f3daf5321214d5aa750a156e5188ba4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5311029+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c01ea71cb43543d0afa5d907b5761f06","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4243,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4243}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5312171+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c01ea71cb43543d0afa5d907b5761f06","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4243,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.531379+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c01ea71cb43543d0afa5d907b5761f06","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4243,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.531733+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0592b3a4bd604c60b371e63e6c62ea4f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5319761+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0592b3a4bd604c60b371e63e6c62ea4f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5321357+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0592b3a4bd604c60b371e63e6c62ea4f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5324064+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a28c63318ddf423589c4dc65f222173a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5325145+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a28c63318ddf423589c4dc65f222173a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5326864+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a28c63318ddf423589c4dc65f222173a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5330123+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"daee2c93194f4bada27534f9f25ef32b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5331694+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"daee2c93194f4bada27534f9f25ef32b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5333126+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"daee2c93194f4bada27534f9f25ef32b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.2499287+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"38eacf2054c94d54acd90a6cc7d67cd2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.2499454+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7c7bc364941c4e559142baf457e79477","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.2567243+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"19a2a99425354fe990ed8fb6ae099620","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c854ebfe-4556-11f1-9185-5cf821ea55ae","MessageType":"TRIGGER","Direction":"in","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777637448296,\u0022msgID\u0022:\u0022mid-c9f4be26-4556-11f1-89d3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c854ebfe-4556-11f1-9185-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022SURPRISE\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.2568414+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"73161382314b443dae1de92c6f477036","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637448296,\u0022msgID\u0022:\u0022mid-c9f4c542-4556-11f1-8931-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c9d1c8d0-4556-11f1-b71e-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":"No.","intent":"no"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.2569322+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"19a2a99425354fe990ed8fb6ae099620","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777637448296,\u0022msgID\u0022:\u0022mid-c9f4be26-4556-11f1-89d3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c854ebfe-4556-11f1-9185-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022SURPRISE\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.2571933+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"73161382314b443dae1de92c6f477036","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637448296,\u0022msgID\u0022:\u0022mid-c9f4c542-4556-11f1-8931-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c9d1c8d0-4556-11f1-b71e-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-05-01T12:10:48.2573827+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"73161382314b443dae1de92c6f477036","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637448296,\u0022msgID\u0022:\u0022mid-c9f4c542-4556-11f1-8931-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c9d1c8d0-4556-11f1-b71e-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-05-01T12:10:48.2662295+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ee52a28ae2e841148bbf9024e90e551e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.2664717+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ee52a28ae2e841148bbf9024e90e551e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.2666584+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ee52a28ae2e841148bbf9024e90e551e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.3816402+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9732ad4e08f94af2bf216c433f22c98b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c854ebfe-4556-11f1-9185-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637448414,\u0022msgID\u0022:\u0022mid-ca06d6d8-4556-11f1-acd8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c854ebfe-4556-11f1-9185-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.01714333333333333,\u0022playful\u0022:0.005714398148148148}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:9,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:48.319-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-c854ebfe-4556-11f1-9185-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.3819534+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9732ad4e08f94af2bf216c433f22c98b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c854ebfe-4556-11f1-9185-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637448414,\u0022msgID\u0022:\u0022mid-ca06d6d8-4556-11f1-acd8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c854ebfe-4556-11f1-9185-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.01714333333333333,\u0022playful\u0022:0.005714398148148148}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:9,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:48.319-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.3821375+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9732ad4e08f94af2bf216c433f22c98b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c854ebfe-4556-11f1-9185-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637448414,\u0022msgID\u0022:\u0022mid-ca06d6d8-4556-11f1-acd8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c854ebfe-4556-11f1-9185-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.01714333333333333,\u0022playful\u0022:0.005714398148148148}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:9,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:48.319-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.4427951+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d20e47f978c34593be8ee260c5fd796b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637448471,\u0022msgID\u0022:\u0022mid-ca0f93c2-4556-11f1-b671-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c9d1c8d0-4556-11f1-b71e-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.01714333333333333,\u0022playful\u0022:0.005714398148148148}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:9,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:48.417-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.4431119+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d20e47f978c34593be8ee260c5fd796b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637448471,\u0022msgID\u0022:\u0022mid-ca0f93c2-4556-11f1-b671-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c9d1c8d0-4556-11f1-b71e-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.01714333333333333,\u0022playful\u0022:0.005714398148148148}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:9,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:48.417-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.4433031+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d20e47f978c34593be8ee260c5fd796b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637448471,\u0022msgID\u0022:\u0022mid-ca0f93c2-4556-11f1-b671-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c9d1c8d0-4556-11f1-b71e-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.01714333333333333,\u0022playful\u0022:0.005714398148148148}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:9,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:48.417-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.7862711+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a23470178b774a31b9ee6e6ea486d129","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4310,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4310}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.7865154+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a23470178b774a31b9ee6e6ea486d129","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4310,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.7866885+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a23470178b774a31b9ee6e6ea486d129","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4310,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:49.811391+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"43b02914f6f3406387cd03fb15e95a46","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4213}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:49.8116821+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"43b02914f6f3406387cd03fb15e95a46","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:49.811896+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"43b02914f6f3406387cd03fb15e95a46","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:49.8122292+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8aa1db6a72a741b3b59dfc688b3c27db","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:49.8123517+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8aa1db6a72a741b3b59dfc688b3c27db","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:49.8125025+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8aa1db6a72a741b3b59dfc688b3c27db","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:50.7900587+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3c24a7432a244539a24b95944e6ba66a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:50.7902878+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3c24a7432a244539a24b95944e6ba66a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:50.790544+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3c24a7432a244539a24b95944e6ba66a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:50.7940085+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bedd80ff576248f7a49aa9dde41a0ce0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4261}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:50.794301+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bedd80ff576248f7a49aa9dde41a0ce0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:50.7944643+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bedd80ff576248f7a49aa9dde41a0ce0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:51.8192999+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fca9d2e134aa47cea330b20264106987","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4280}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:51.819558+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fca9d2e134aa47cea330b20264106987","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:51.8198307+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fca9d2e134aa47cea330b20264106987","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:51.8202199+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"012e2e5c446642478caec0c35ae25bb7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4336,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4336}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:51.8203606+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"012e2e5c446642478caec0c35ae25bb7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4336,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:51.820568+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"012e2e5c446642478caec0c35ae25bb7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4336,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:52.8121305+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"32c001d37b6046e78e4098335fcb4c49","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4231}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:52.8123935+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"32c001d37b6046e78e4098335fcb4c49","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:52.8125982+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"32c001d37b6046e78e4098335fcb4c49","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.8047533+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8cd5dfab7b944eaa864dd4099f71b0a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4204,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4204}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.805068+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8cd5dfab7b944eaa864dd4099f71b0a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4204,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.8053057+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8cd5dfab7b944eaa864dd4099f71b0a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4204,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.8057277+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"848d13013f064d438073f3ba4d563df2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4284}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.805923+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"848d13013f064d438073f3ba4d563df2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.8060965+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"848d13013f064d438073f3ba4d563df2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.8316866+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ae5f36d012c149d789c2240c74f0ff18","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.831943+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ae5f36d012c149d789c2240c74f0ff18","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.8321028+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ae5f36d012c149d789c2240c74f0ff18","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:54.8059472+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d35e61a67fc34e62b868d2943c3afcc6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:54.806257+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d35e61a67fc34e62b868d2943c3afcc6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:54.8064592+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d35e61a67fc34e62b868d2943c3afcc6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:54.8235306+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e95d5ef43690421a8c083af6082c4f61","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4252}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:54.8238032+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e95d5ef43690421a8c083af6082c4f61","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:54.8239911+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e95d5ef43690421a8c083af6082c4f61","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:55.804615+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"20c80d45042d4069bd4abd69f5c7de2f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4226,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4226}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:55.8048754+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"20c80d45042d4069bd4abd69f5c7de2f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4226,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:55.8110646+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"20c80d45042d4069bd4abd69f5c7de2f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4226,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:55.870594+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4655053d287b4c7fa72201c3d438aad8","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4261}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:55.8708526+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4655053d287b4c7fa72201c3d438aad8","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:55.8711052+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4655053d287b4c7fa72201c3d438aad8","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:56.8096227+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b231da8d63634512a53d49160e97832f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4220}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:56.8098848+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b231da8d63634512a53d49160e97832f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:56.8101196+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b231da8d63634512a53d49160e97832f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.8084687+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fd7e163cc8ef4944add795b52abf6c96","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4236}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.8086915+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fd7e163cc8ef4944add795b52abf6c96","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.8088522+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fd7e163cc8ef4944add795b52abf6c96","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.8091116+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"492596c59a1b4795b4ec35f5e8969cfe","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.8092517+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"492596c59a1b4795b4ec35f5e8969cfe","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.8093874+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"492596c59a1b4795b4ec35f5e8969cfe","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.9189699+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ce380aac8e794173b1921d0460a0423b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4178,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4178}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.9191988+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ce380aac8e794173b1921d0460a0423b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4178,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.9193555+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ce380aac8e794173b1921d0460a0423b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4178,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:58.8089338+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"17b10cfac4f34af784664008659886c9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4298}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:58.8091724+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"17b10cfac4f34af784664008659886c9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:58.8093553+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"17b10cfac4f34af784664008659886c9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:59.8103238+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1b09bd8cb0f4490cb3677432db6a30c6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4220}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:59.8105306+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1b09bd8cb0f4490cb3677432db6a30c6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:59.8106994+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1b09bd8cb0f4490cb3677432db6a30c6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:59.8109424+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"355426b993334e23bd389911953de3cb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4272}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:59.8110862+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"355426b993334e23bd389911953de3cb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:59.8112087+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"355426b993334e23bd389911953de3cb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:00.8387791+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"52e98afe90374f67ab96aaadd030645c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4227,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4227}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:00.8391024+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"52e98afe90374f67ab96aaadd030645c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4227,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:00.8451357+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"52e98afe90374f67ab96aaadd030645c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4227,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:00.8454641+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4bb425fd5de14839aab241ab0bce1e65","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:00.8456118+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4bb425fd5de14839aab241ab0bce1e65","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:00.8457888+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4bb425fd5de14839aab241ab0bce1e65","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:01.8144819+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5d35544377fe4655b5ff543ac1c13993","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:01.8147649+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5d35544377fe4655b5ff543ac1c13993","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:01.8150075+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5d35544377fe4655b5ff543ac1c13993","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:01.8154877+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"39c01c4d6edf499da3b452de6c7b01ee","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4223,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4223}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:01.8156609+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"39c01c4d6edf499da3b452de6c7b01ee","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4223,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:01.8158186+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"39c01c4d6edf499da3b452de6c7b01ee","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4223,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:02.7289395+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"35f860e1f24a4deda15c9e6c99c87a0a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4246}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:02.7291966+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"35f860e1f24a4deda15c9e6c99c87a0a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:02.7293742+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"35f860e1f24a4deda15c9e6c99c87a0a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:02.7297112+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0316f60d1b4647fc959170cfb73924ad","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4246}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:02.7298428+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0316f60d1b4647fc959170cfb73924ad","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:02.7300035+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0316f60d1b4647fc959170cfb73924ad","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:03.8171384+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d0e598ed6c0a41999d775f9a02557975","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:03.8174532+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d0e598ed6c0a41999d775f9a02557975","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:03.817643+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d0e598ed6c0a41999d775f9a02557975","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:03.8216253+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"288baebe5efd40e9adc6035ce5e58733","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:03.8222721+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"288baebe5efd40e9adc6035ce5e58733","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:03.8224538+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"288baebe5efd40e9adc6035ce5e58733","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:04.8227129+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2e0d1f45b5304a8c9349f54a5e928e8d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4256}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:04.8229685+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2e0d1f45b5304a8c9349f54a5e928e8d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:04.823203+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2e0d1f45b5304a8c9349f54a5e928e8d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:04.8235105+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"96d6cfa0b1744a1bacf974e9eb0fab4c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4222}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:04.8236516+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"96d6cfa0b1744a1bacf974e9eb0fab4c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:04.8238148+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"96d6cfa0b1744a1bacf974e9eb0fab4c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:05.8644746+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"26625cffe59845908adfd01ed23c0e93","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:05.8647375+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"26625cffe59845908adfd01ed23c0e93","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:05.8707583+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"26625cffe59845908adfd01ed23c0e93","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:05.8711436+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0de2159ecb3342e7a0dc077d24cfcab6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4251,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4251}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:05.8712854+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0de2159ecb3342e7a0dc077d24cfcab6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4251,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:05.8714481+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0de2159ecb3342e7a0dc077d24cfcab6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4251,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:06.8504962+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e8f535591f81415fb17733134b73984a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4238}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:06.8507777+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e8f535591f81415fb17733134b73984a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:06.8509683+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e8f535591f81415fb17733134b73984a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:06.8758797+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"37b1518185f442d6b72737ee739bd917","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4228}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:06.8761466+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"37b1518185f442d6b72737ee739bd917","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:06.8763344+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"37b1518185f442d6b72737ee739bd917","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:07.9092563+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b6e3bee356eb4e3c8a441146c41da8ae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4259}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:07.9094907+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b6e3bee356eb4e3c8a441146c41da8ae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:07.9096906+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b6e3bee356eb4e3c8a441146c41da8ae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:07.9099601+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"db2049e335cc437b8c832b23ce7e5469","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4219}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:07.9101186+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"db2049e335cc437b8c832b23ce7e5469","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:07.910285+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"db2049e335cc437b8c832b23ce7e5469","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:08.8273286+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"13c2c2cf3aee4928b3c0d1fa6bfe2bab","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:08.8275356+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"13c2c2cf3aee4928b3c0d1fa6bfe2bab","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:08.8276828+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"13c2c2cf3aee4928b3c0d1fa6bfe2bab","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:08.8729497+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ae2e9ecbaf304383b702c7c79913eb97","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4249,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4249}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:08.8732046+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ae2e9ecbaf304383b702c7c79913eb97","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4249,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:08.8733498+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ae2e9ecbaf304383b702c7c79913eb97","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4249,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:09.8296393+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6b608d828a6141b2a12b0826aebf7cb2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4155}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:09.8298448+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6b608d828a6141b2a12b0826aebf7cb2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:09.8300491+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6b608d828a6141b2a12b0826aebf7cb2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:09.9195907+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0da7adfb426a40dca80089f3c54d51ec","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4207,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4207}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:09.9197933+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0da7adfb426a40dca80089f3c54d51ec","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4207,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:09.9199529+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0da7adfb426a40dca80089f3c54d51ec","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4207,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:10.8421991+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"27f5117028b74547a09c7e3e63764bf6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4183,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4183}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:10.8424023+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"27f5117028b74547a09c7e3e63764bf6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4183,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:10.8425333+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"27f5117028b74547a09c7e3e63764bf6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4183,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:10.9223758+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bf69f42e7a1d48c48c66927d5557896a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:10.922595+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bf69f42e7a1d48c48c66927d5557896a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:10.9289401+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bf69f42e7a1d48c48c66927d5557896a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:11.8317761+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b2be54151f304c6d81514eef444b8956","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:11.8319944+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b2be54151f304c6d81514eef444b8956","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:11.832169+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b2be54151f304c6d81514eef444b8956","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:12.834606+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"cc153ad2800a4f82a340059d3e76305e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4303}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:12.8348862+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"cc153ad2800a4f82a340059d3e76305e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:12.8351237+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"cc153ad2800a4f82a340059d3e76305e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:12.8354475+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"befe46e086f04e548043e3ce1b61ab6c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4253}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:12.8355902+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"befe46e086f04e548043e3ce1b61ab6c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:12.8357721+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"befe46e086f04e548043e3ce1b61ab6c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:13.8386498+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1b23efbe81cf4b908a67698378bb231e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4305,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4305}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:13.8389268+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1b23efbe81cf4b908a67698378bb231e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4305,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:13.8391551+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1b23efbe81cf4b908a67698378bb231e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4305,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:13.8394877+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4f3198c7767d4f30bd04689c96cb8320","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4232}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:13.8396227+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4f3198c7767d4f30bd04689c96cb8320","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:13.8397818+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4f3198c7767d4f30bd04689c96cb8320","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,102 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "neohubjibocom-neohubproactive-tidd36da4d442a611f1aba45cf821ea55ae",
|
|
||||||
"session": {
|
|
||||||
"hostName": "neo-hub.jibo.com",
|
|
||||||
"path": "/v1/proactive",
|
|
||||||
"kind": "neo-hub-proactive",
|
|
||||||
"token": "hub-usr_openjibo_owner-1777340189867"
|
|
||||||
},
|
|
||||||
"steps": [
|
|
||||||
{
|
|
||||||
"text": {
|
|
||||||
"type": "TRIGGER",
|
|
||||||
"ts": 1777341970615,
|
|
||||||
"msgID": "mid-d388c070-42a6-11f1-a414-5cf821ea55ae",
|
|
||||||
"transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae",
|
|
||||||
"data": {
|
|
||||||
"triggerSource": "SURPRISE",
|
|
||||||
"triggerData": {
|
|
||||||
"looperID": "5c0b221fdf9d450019c5e255"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary": null,
|
|
||||||
"expectedReplyTypes": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": {
|
|
||||||
"type": "CONTEXT",
|
|
||||||
"ts": 1777341970702,
|
|
||||||
"msgID": "mid-d395f790-42a6-11f1-95f4-5cf821ea55ae",
|
|
||||||
"transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae",
|
|
||||||
"data": {
|
|
||||||
"runtime": {
|
|
||||||
"character": {
|
|
||||||
"emotion": {
|
|
||||||
"name": "NEUTRAL",
|
|
||||||
"valence": 0.45,
|
|
||||||
"confidence": 0.2
|
|
||||||
},
|
|
||||||
"motivation": {
|
|
||||||
"social": 1,
|
|
||||||
"playful": 0.5152989351851469
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"perception": {
|
|
||||||
"speaker": "5c0b221fdf9d450019c5e255",
|
|
||||||
"peoplePresent": [
|
|
||||||
{
|
|
||||||
"id": "NOT_TRAINED",
|
|
||||||
"entityId": 16085,
|
|
||||||
"type": "fused",
|
|
||||||
"confidence": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"location": {
|
|
||||||
"city": "Pleasant Hill",
|
|
||||||
"state": "Missouri",
|
|
||||||
"stateAbbr": "MO",
|
|
||||||
"country": "United States",
|
|
||||||
"countryCode": "US",
|
|
||||||
"lat": 38.8358494,
|
|
||||||
"lng": -94.1427229,
|
|
||||||
"iso": "2026-04-27T21:06:10.626-05:00"
|
|
||||||
},
|
|
||||||
"loop": {
|
|
||||||
"loopId": "5c0b221fdf9d450019c5e253",
|
|
||||||
"users": [
|
|
||||||
{
|
|
||||||
"firstName": "Erin",
|
|
||||||
"lastName": "Picone",
|
|
||||||
"phoneticName": "Erin",
|
|
||||||
"gender": "female",
|
|
||||||
"birthdate": 649209600000,
|
|
||||||
"id": "5c0b221fdf9d450019c5e255",
|
|
||||||
"accountId": "5c0b20547c46170019235759"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"jibo": {
|
|
||||||
"color": "WHITE",
|
|
||||||
"birthdate": 1544234645598,
|
|
||||||
"id": "5c0b221fdf9d450019c5e254"
|
|
||||||
},
|
|
||||||
"owner": "5c0b221fdf9d450019c5e255"
|
|
||||||
},
|
|
||||||
"dialog": {
|
|
||||||
"referent": null
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"skill": {
|
|
||||||
"id": null
|
|
||||||
},
|
|
||||||
"general": {
|
|
||||||
"release": "1.9.2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary": null,
|
|
||||||
"expectedReplyTypes": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,513 +0,0 @@
|
|||||||
{"TimestampUtc":"2026-05-01T12:07:45.0854804+00:00","EventType":"connection_opened","SessionId":"01f6627076e94dafa796f730e5b58a11","ConnectionId":"4a3f97ad692742d08d86c98a898df55d","Token":"token-Royal-Current-Sage-Canvas-1777637264293","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777637264293","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-05-01T12:08:56.596884+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"84ca330aad4b4aba920892c712952958","Token":"hub-usr_openjibo_owner-1777637336436","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-05-01T12:08:56.6365506+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"80a075934bb1451a98814d0df19db6bf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637336644,\u0022msgID\u0022:\u0022mid-87681aa8-4556-11f1-ac09-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8311b8f6-4556-11f1-b6ae-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-05-01T12:08:56.6428046+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"80a075934bb1451a98814d0df19db6bf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637336644,\u0022msgID\u0022:\u0022mid-87681aa8-4556-11f1-ac09-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8311b8f6-4556-11f1-b6ae-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-05-01T12:08:56.6454999+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"80a075934bb1451a98814d0df19db6bf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637336644,\u0022msgID\u0022:\u0022mid-87681aa8-4556-11f1-ac09-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8311b8f6-4556-11f1-b6ae-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-05-01T12:08:56.6508794+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5f1af48426af411581e67188b9acc6e8","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:56.6517676+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5f1af48426af411581e67188b9acc6e8","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:56.6520217+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5f1af48426af411581e67188b9acc6e8","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:57.3334452+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6a963776b2d444d9b51b5816a1a331b7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637336839,\u0022msgID\u0022:\u0022mid-8785e38a-4556-11f1-b05a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8311b8f6-4556-11f1-b6ae-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.0016859722222222227,\u0022playful\u0022:0.0005619444444444446}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:08:56.737-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-8311b8f6-4556-11f1-b6ae-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:57.3338669+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6a963776b2d444d9b51b5816a1a331b7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637336839,\u0022msgID\u0022:\u0022mid-8785e38a-4556-11f1-b05a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8311b8f6-4556-11f1-b6ae-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.0016859722222222227,\u0022playful\u0022:0.0005619444444444446}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:08:56.737-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-05-01T12:08:57.3341048+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6a963776b2d444d9b51b5816a1a331b7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637336839,\u0022msgID\u0022:\u0022mid-8785e38a-4556-11f1-b05a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8311b8f6-4556-11f1-b6ae-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.0016859722222222227,\u0022playful\u0022:0.0005619444444444446}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:08:56.737-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-05-01T12:08:57.3346422+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"69e1bb7d70804edcb243c649129993b0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:57.3348447+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"69e1bb7d70804edcb243c649129993b0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:57.3350899+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"69e1bb7d70804edcb243c649129993b0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:58.3636312+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"29a9cbb71cbc4ed28f4349d64cb2e87f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:58.3639941+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"29a9cbb71cbc4ed28f4349d64cb2e87f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:08:58.3642374+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"29a9cbb71cbc4ed28f4349d64cb2e87f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.2460468+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d91c68a52224bb3b15e6b0326d77956","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4228}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.2463257+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d91c68a52224bb3b15e6b0326d77956","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3243096+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d91c68a52224bb3b15e6b0326d77956","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4228,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3263248+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"66e4e0f7cf074caf9447992062b117ec","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4248}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3265192+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"66e4e0f7cf074caf9447992062b117ec","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3266951+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"66e4e0f7cf074caf9447992062b117ec","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3271604+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"725e4712521c43d08b8b7dec31962a16","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3273275+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"725e4712521c43d08b8b7dec31962a16","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3274845+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"725e4712521c43d08b8b7dec31962a16","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3278549+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c9297a539ac14f67811c039fda5e290d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.328+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c9297a539ac14f67811c039fda5e290d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3281985+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c9297a539ac14f67811c039fda5e290d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.328575+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"02e112bb0dfb42b1bbd7f1d9fd956225","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3287183+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"02e112bb0dfb42b1bbd7f1d9fd956225","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3288973+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"02e112bb0dfb42b1bbd7f1d9fd956225","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3294061+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d3b515f05f0b470581b5591964e5fb8c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4238}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.329561+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d3b515f05f0b470581b5591964e5fb8c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3297322+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d3b515f05f0b470581b5591964e5fb8c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3301403+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e416d9be1b7946138c329b0a045d49dc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4240}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3302976+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e416d9be1b7946138c329b0a045d49dc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3304296+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e416d9be1b7946138c329b0a045d49dc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3307798+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2bbde87d62ba45baabd65905dff0998d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.33093+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2bbde87d62ba45baabd65905dff0998d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:01.3310934+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2bbde87d62ba45baabd65905dff0998d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:14.4983626+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"dba96c143b974dbf9c8ee0c3dcbaa268","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8311b8f6-4556-11f1-b6ae-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:14.5119637+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b057fb4976994b3393f20575584ee3ce","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637354543,\u0022msgID\u0022:\u0022mid-92133456-4556-11f1-9d86-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8e89bd5a-4556-11f1-8e8c-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-05-01T12:09:14.5122689+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b057fb4976994b3393f20575584ee3ce","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637354543,\u0022msgID\u0022:\u0022mid-92133456-4556-11f1-9d86-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8e89bd5a-4556-11f1-8e8c-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-05-01T12:09:14.5125169+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b057fb4976994b3393f20575584ee3ce","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637354543,\u0022msgID\u0022:\u0022mid-92133456-4556-11f1-9d86-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8e89bd5a-4556-11f1-8e8c-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-05-01T12:09:14.5127922+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5bc265bd7bba43ff9be33fd2a7e5c647","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:14.5129524+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5bc265bd7bba43ff9be33fd2a7e5c647","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:14.5132001+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5bc265bd7bba43ff9be33fd2a7e5c647","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:14.5995731+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d8bd4345cf848c29ef8c1c3425c2889","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637354639,\u0022msgID\u0022:\u0022mid-9221ecc6-4556-11f1-ad42-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8e89bd5a-4556-11f1-8e8c-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.004212222222222221,\u0022playful\u0022:0.0014040277777777784}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:3,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:14.567-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-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:14.5999208+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d8bd4345cf848c29ef8c1c3425c2889","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637354639,\u0022msgID\u0022:\u0022mid-9221ecc6-4556-11f1-ad42-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8e89bd5a-4556-11f1-8e8c-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.004212222222222221,\u0022playful\u0022:0.0014040277777777784}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:3,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:14.567-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-05-01T12:09:14.6001529+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d8bd4345cf848c29ef8c1c3425c2889","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637354639,\u0022msgID\u0022:\u0022mid-9221ecc6-4556-11f1-ad42-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8e89bd5a-4556-11f1-8e8c-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.004212222222222221,\u0022playful\u0022:0.0014040277777777784}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:3,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:14.567-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-05-01T12:09:15.3848387+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7411536972614b88bd25a2393c0f4082","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":4292,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4245}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:15.3863773+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7411536972614b88bd25a2393c0f4082","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":4292,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:15.3865667+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7411536972614b88bd25a2393c0f4082","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":4292,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:15.3871056+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a40b098da80c44a6895bdea8c6227b89","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4280}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:15.3873061+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a40b098da80c44a6895bdea8c6227b89","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:15.3874684+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a40b098da80c44a6895bdea8c6227b89","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:15.8265392+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6deabd87d3204b2a9840d11f3fde5bf3","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12811,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:15.8267881+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6deabd87d3204b2a9840d11f3fde5bf3","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12811,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:15.8270027+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6deabd87d3204b2a9840d11f3fde5bf3","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12811,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.0899406+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4d29262722c04afa995828fa2b8401d1","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4256}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.0901671+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4d29262722c04afa995828fa2b8401d1","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1727447+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4d29262722c04afa995828fa2b8401d1","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4256,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1734108+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bbee42b52717415a8369dc0b12c47eeb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4222}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1735897+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bbee42b52717415a8369dc0b12c47eeb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1737432+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bbee42b52717415a8369dc0b12c47eeb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1741668+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"35aabdf6e7c24ae2b4b0b90b3ff3e099","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4294,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4294}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1743086+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"35aabdf6e7c24ae2b4b0b90b3ff3e099","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4294,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1744708+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"35aabdf6e7c24ae2b4b0b90b3ff3e099","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4294,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1748811+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"29104ac7523f46f994861110a988f93e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4297,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4297}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1750202+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"29104ac7523f46f994861110a988f93e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4297,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.175186+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"29104ac7523f46f994861110a988f93e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4297,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1756313+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"94766fc8ec1944c496523154415bfa18","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4278}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.175829+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"94766fc8ec1944c496523154415bfa18","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1759817+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"94766fc8ec1944c496523154415bfa18","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1764013+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"115fd81225344b63a25ba07b90d53de1","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4231}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1766266+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"115fd81225344b63a25ba07b90d53de1","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1768046+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"115fd81225344b63a25ba07b90d53de1","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1772165+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"602d11ba02094317880f7a46cae4f4a9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4291}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.1774039+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"602d11ba02094317880f7a46cae4f4a9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:19.17756+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"602d11ba02094317880f7a46cae4f4a9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:29.5344701+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"857e39e9d10b4201bc8c4436fcf4dd3b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8e89bd5a-4556-11f1-8e8c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:29.5460814+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"33c3490581f443a78e2c615e9a17b1ba","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637369586,\u0022msgID\u0022:\u0022mid-9b0a8d66-4556-11f1-965e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9ac247f4-4556-11f1-ab57-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\u0027s your cloud version?","intent":"cloud_version"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:29.5463511+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"33c3490581f443a78e2c615e9a17b1ba","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637369586,\u0022msgID\u0022:\u0022mid-9b0a8d66-4556-11f1-965e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9ac247f4-4556-11f1-ab57-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-05-01T12:09:29.54655+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"33c3490581f443a78e2c615e9a17b1ba","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637369586,\u0022msgID\u0022:\u0022mid-9b0a8d66-4556-11f1-965e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9ac247f4-4556-11f1-ab57-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-05-01T12:09:29.8087235+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"409c171da81c463abd74f1a2234b3b41","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:29.8089683+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"409c171da81c463abd74f1a2234b3b41","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:29.8091762+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"409c171da81c463abd74f1a2234b3b41","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:29.8095541+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5a1453cd8a7a47c0b80675ee3b380ed4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637369650,\u0022msgID\u0022:\u0022mid-9b1475f6-4556-11f1-bb76-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9ac247f4-4556-11f1-ab57-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.006316805555555554,\u0022playful\u0022:0.0021055555555555564}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:3,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:29.595-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-9ac247f4-4556-11f1-ab57-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:29.8097451+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5a1453cd8a7a47c0b80675ee3b380ed4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637369650,\u0022msgID\u0022:\u0022mid-9b1475f6-4556-11f1-bb76-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9ac247f4-4556-11f1-ab57-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.006316805555555554,\u0022playful\u0022:0.0021055555555555564}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:3,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:29.595-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-05-01T12:09:29.8099212+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5a1453cd8a7a47c0b80675ee3b380ed4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637369650,\u0022msgID\u0022:\u0022mid-9b1475f6-4556-11f1-bb76-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-9ac247f4-4556-11f1-ab57-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.006316805555555554,\u0022playful\u0022:0.0021055555555555564}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:3,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:29.595-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-05-01T12:09:30.4727331+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6951f31ccfbf411aa3ce901873341327","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":4203,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4156}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:30.4729528+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6951f31ccfbf411aa3ce901873341327","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":4203,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:30.4731811+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6951f31ccfbf411aa3ce901873341327","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":4203,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:30.6571124+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"063d5c931a8d495e8edf1b4b2c3c74d3","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4205}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:30.6573416+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"063d5c931a8d495e8edf1b4b2c3c74d3","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:30.6575052+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"063d5c931a8d495e8edf1b4b2c3c74d3","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.0556547+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c22af75fa5a14614bf6eeddd420f1a45","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.0558482+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c22af75fa5a14614bf6eeddd420f1a45","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1316222+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c22af75fa5a14614bf6eeddd420f1a45","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-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-05-01T12:09:34.1322264+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4e07a1702b2340b98e26c116f4e2a23c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1324039+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4e07a1702b2340b98e26c116f4e2a23c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1325667+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4e07a1702b2340b98e26c116f4e2a23c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1330125+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6486c523de57489cba5c1383f4986419","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1331775+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6486c523de57489cba5c1383f4986419","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1333141+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6486c523de57489cba5c1383f4986419","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1336934+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"118a9cfd7d7a4704955a85a00591194a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4173,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4173}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1338434+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"118a9cfd7d7a4704955a85a00591194a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4173,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1339739+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"118a9cfd7d7a4704955a85a00591194a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4173,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1344072+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c9c27f3535c242008d353db245054b28","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4303}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1345865+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c9c27f3535c242008d353db245054b28","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1347388+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c9c27f3535c242008d353db245054b28","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1351761+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8cc46a5a55724228afb03d58fcb34b5d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4217,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4217}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1353542+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8cc46a5a55724228afb03d58fcb34b5d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4217,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1355104+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8cc46a5a55724228afb03d58fcb34b5d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4217,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.135913+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"af29740764134bb3b19f95b2ab4d3510","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1361052+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"af29740764134bb3b19f95b2ab4d3510","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:34.1362639+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"af29740764134bb3b19f95b2ab4d3510","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:39.7040794+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f96d589140f14050ab5f01d397bc1e1e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-9ac247f4-4556-11f1-ab57-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:39.7175658+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"197d2e00152c49478f9b92186d723cda","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637379749,\u0022msgID\u0022:\u0022mid-a1196858-4556-11f1-bfd6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0fcc824-4556-11f1-afac-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":"Good morning!","intent":"chat"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:39.7178153+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"197d2e00152c49478f9b92186d723cda","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637379749,\u0022msgID\u0022:\u0022mid-a1196858-4556-11f1-bfd6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0fcc824-4556-11f1-afac-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-05-01T12:09:39.7180434+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"197d2e00152c49478f9b92186d723cda","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637379749,\u0022msgID\u0022:\u0022mid-a1196858-4556-11f1-bfd6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0fcc824-4556-11f1-afac-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-05-01T12:09:39.7183241+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2c627f389c534c1b9695b320b4a2acdc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:39.7184848+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2c627f389c534c1b9695b320b4a2acdc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:39.7186247+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2c627f389c534c1b9695b320b4a2acdc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:40.4987413+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f913ec675c524ff1a8c0a120a9282ebe","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637379981,\u0022msgID\u0022:\u0022mid-a13cc578-4556-11f1-8650-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0fcc824-4556-11f1-afac-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.007719166666666664,\u0022playful\u0022:0.00257300925925926}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:39.931-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-a0fcc824-4556-11f1-afac-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:40.4992632+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f913ec675c524ff1a8c0a120a9282ebe","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637379981,\u0022msgID\u0022:\u0022mid-a13cc578-4556-11f1-8650-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0fcc824-4556-11f1-afac-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.007719166666666664,\u0022playful\u0022:0.00257300925925926}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:39.931-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-05-01T12:09:40.4994699+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f913ec675c524ff1a8c0a120a9282ebe","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637379981,\u0022msgID\u0022:\u0022mid-a13cc578-4556-11f1-8650-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a0fcc824-4556-11f1-afac-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.007719166666666664,\u0022playful\u0022:0.00257300925925926}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:39.931-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-05-01T12:09:40.4997649+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"92590e14c621480fa5d38e521bd7d8e9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4153,"ReplyTypes":[],"BufferedAudioBytes":4200,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4153}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:40.4999616+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"92590e14c621480fa5d38e521bd7d8e9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4153,"ReplyTypes":[],"BufferedAudioBytes":4200,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:40.5001545+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"92590e14c621480fa5d38e521bd7d8e9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4153,"ReplyTypes":[],"BufferedAudioBytes":4200,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:40.5698711+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5d0f7fe5a0e94677b452e9187911e0a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4208}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:40.5701686+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5d0f7fe5a0e94677b452e9187911e0a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:40.570381+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5d0f7fe5a0e94677b452e9187911e0a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":8408,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.2098864+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b459a18923674700a98a30037f2de3ed","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4167}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.2101761+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b459a18923674700a98a30037f2de3ed","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4177355+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b459a18923674700a98a30037f2de3ed","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4167,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4192742+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4687956c39c643b9b18d2664d0722670","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4151}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.419489+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4687956c39c643b9b18d2664d0722670","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.419689+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4687956c39c643b9b18d2664d0722670","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4201335+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"82d09f74aca846ff8431ec15cfd50dd4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4202773+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"82d09f74aca846ff8431ec15cfd50dd4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.420414+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"82d09f74aca846ff8431ec15cfd50dd4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4209873+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"43c5a49fd80b4f73accc0a5fcd60c8bb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4268,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4268}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4211355+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"43c5a49fd80b4f73accc0a5fcd60c8bb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4268,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4212805+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"43c5a49fd80b4f73accc0a5fcd60c8bb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4268,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4216304+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4e59b026b54e4526b35ce3e57745079f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4253}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4217406+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4e59b026b54e4526b35ce3e57745079f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4218678+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4e59b026b54e4526b35ce3e57745079f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.422208+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b4faa18a292945a9b1740b740aaac678","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4214,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4214}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4223218+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b4faa18a292945a9b1740b740aaac678","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4214,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4224562+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b4faa18a292945a9b1740b740aaac678","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4214,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.422736+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9123b837971a42cfbb7e8b4370597b16","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4219}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4228533+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9123b837971a42cfbb7e8b4370597b16","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:44.4229912+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9123b837971a42cfbb7e8b4370597b16","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:51.6060943+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0be519f3fec34d92a687132a1f2df977","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a0fcc824-4556-11f1-afac-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:51.6114338+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a2ede14f5b3a4bb2a03666d1a8862f45","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637391652,\u0022msgID\u0022:\u0022mid-a8319688-4556-11f1-a500-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a7a30dbe-4556-11f1-8c34-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-05-01T12:09:51.6117118+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a2ede14f5b3a4bb2a03666d1a8862f45","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637391652,\u0022msgID\u0022:\u0022mid-a8319688-4556-11f1-a500-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a7a30dbe-4556-11f1-8c34-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-05-01T12:09:51.6119105+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a2ede14f5b3a4bb2a03666d1a8862f45","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637391652,\u0022msgID\u0022:\u0022mid-a8319688-4556-11f1-a500-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a7a30dbe-4556-11f1-8c34-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-05-01T12:09:51.613017+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ce52f81ff5d64cdebca0284a7bfe7219","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:51.6132304+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ce52f81ff5d64cdebca0284a7bfe7219","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:51.6134018+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ce52f81ff5d64cdebca0284a7bfe7219","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:51.7623576+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"49f64f2d78b8467b924dadcad8b14803","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637391802,\u0022msgID\u0022:\u0022mid-a8487a42-4556-11f1-8f96-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a7a30dbe-4556-11f1-8c34-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.00940486111111111,\u0022playful\u0022:0.0031349074074074085}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:5,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:51.715-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-a7a30dbe-4556-11f1-8c34-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:51.7627052+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"49f64f2d78b8467b924dadcad8b14803","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637391802,\u0022msgID\u0022:\u0022mid-a8487a42-4556-11f1-8f96-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a7a30dbe-4556-11f1-8c34-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.00940486111111111,\u0022playful\u0022:0.0031349074074074085}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:5,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:51.715-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-05-01T12:09:51.7629267+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"49f64f2d78b8467b924dadcad8b14803","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637391802,\u0022msgID\u0022:\u0022mid-a8487a42-4556-11f1-8f96-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-a7a30dbe-4556-11f1-8c34-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.00940486111111111,\u0022playful\u0022:0.0031349074074074085}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:5,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:09:51.715-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-05-01T12:09:52.5300822+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6d387afbebe34a2a8298ced2877284b0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4210,"ReplyTypes":[],"BufferedAudioBytes":4257,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4210}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:52.5303467+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6d387afbebe34a2a8298ced2877284b0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4210,"ReplyTypes":[],"BufferedAudioBytes":4257,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:52.5305465+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6d387afbebe34a2a8298ced2877284b0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4210,"ReplyTypes":[],"BufferedAudioBytes":4257,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:52.5309381+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f94d060e05aa4d449f60062003a61403","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":8555,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4298}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:52.531106+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f94d060e05aa4d449f60062003a61403","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":8555,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:52.5312315+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f94d060e05aa4d449f60062003a61403","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":8555,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.3537531+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5701e23efdf546418a478e9b35d0c95d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.3539584+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5701e23efdf546418a478e9b35d0c95d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5554708+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5701e23efdf546418a478e9b35d0c95d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-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-05-01T12:09:56.5560107+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6af72f2d3249481aadb5aa07b7723955","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4152}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5562611+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6af72f2d3249481aadb5aa07b7723955","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5564576+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6af72f2d3249481aadb5aa07b7723955","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5569641+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f49951e573c34e6fbbe703b1e434452c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4193,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4193}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5571084+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f49951e573c34e6fbbe703b1e434452c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4193,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5572679+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f49951e573c34e6fbbe703b1e434452c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4193,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5576692+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a88ad1ec2ffc4fec8569f48803a88ac2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4273,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4273}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5578006+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a88ad1ec2ffc4fec8569f48803a88ac2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4273,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5580656+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a88ad1ec2ffc4fec8569f48803a88ac2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4273,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5585136+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"628ad083f41a49eb9e1fab5a023b7eae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4216}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5586774+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"628ad083f41a49eb9e1fab5a023b7eae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5588536+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"628ad083f41a49eb9e1fab5a023b7eae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5592747+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b8b9ac10d66c4c098787c8e9efa01339","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4216}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5594132+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b8b9ac10d66c4c098787c8e9efa01339","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5595548+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b8b9ac10d66c4c098787c8e9efa01339","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4216,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5599686+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7a33bb8d083b4dc7b464ac9704ee3e7e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5601221+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7a33bb8d083b4dc7b464ac9704ee3e7e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.560324+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7a33bb8d083b4dc7b464ac9704ee3e7e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5607403+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5c2b030dbcad4dd8b7b219189b222b10","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4242}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5608774+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5c2b030dbcad4dd8b7b219189b222b10","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5610529+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5c2b030dbcad4dd8b7b219189b222b10","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5614302+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5eedc0993aa34590ad3d52320584736b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4236}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5615531+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5eedc0993aa34590ad3d52320584736b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:09:56.5617173+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5eedc0993aa34590ad3d52320584736b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:02.1549649+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4d46a0cbb8604493ac14b6ccf455dcab","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-a7a30dbe-4556-11f1-8c34-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:02.5727565+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"355045fa7f964188bbbf286b968c402f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637402242,\u0022msgID\u0022:\u0022mid-ae817b52-4556-11f1-a76d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\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":"- Well, setting alarm for seven.","intent":"alarm_value"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:02.5730175+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"355045fa7f964188bbbf286b968c402f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637402242,\u0022msgID\u0022:\u0022mid-ae817b52-4556-11f1-a76d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\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-05-01T12:10:02.5732695+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"355045fa7f964188bbbf286b968c402f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637402242,\u0022msgID\u0022:\u0022mid-ae817b52-4556-11f1-a76d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\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-05-01T12:10:03.6848356+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"22f8d7d70f9d4a8fa5e416c40951acf0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.685121+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"22f8d7d70f9d4a8fa5e416c40951acf0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.6852929+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"22f8d7d70f9d4a8fa5e416c40951acf0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.6855969+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d9fec818673141cfbd1b21566a93b621","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637402324,\u0022msgID\u0022:\u0022mid-ae8dfb02-4556-11f1-ba3a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad73bf40-4556-11f1-aa59-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.01081597222222222,\u0022playful\u0022:0.0036052777777777786}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:5,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:02.262-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-ad73bf40-4556-11f1-aa59-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.6857954+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d9fec818673141cfbd1b21566a93b621","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637402324,\u0022msgID\u0022:\u0022mid-ae8dfb02-4556-11f1-ba3a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad73bf40-4556-11f1-aa59-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.01081597222222222,\u0022playful\u0022:0.0036052777777777786}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:5,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:02.262-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-05-01T12:10:03.685959+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d9fec818673141cfbd1b21566a93b621","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637402324,\u0022msgID\u0022:\u0022mid-ae8dfb02-4556-11f1-ba3a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-ad73bf40-4556-11f1-aa59-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.01081597222222222,\u0022playful\u0022:0.0036052777777777786}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:5,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:02.262-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-05-01T12:10:03.6863029+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c33101c86d4d493d865648d181793de7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.686451+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c33101c86d4d493d865648d181793de7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.686563+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c33101c86d4d493d865648d181793de7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.6870822+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6070a5308a0541ac8e71b115f2de6294","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":8577,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4244}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.687201+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6070a5308a0541ac8e71b115f2de6294","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":8577,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.6873282+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6070a5308a0541ac8e71b115f2de6294","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":8577,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.6900676+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8ab69bfcaa96433097d19455963a4d4e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4290,"ReplyTypes":[],"BufferedAudioBytes":12867,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4290}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.6902174+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8ab69bfcaa96433097d19455963a4d4e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4290,"ReplyTypes":[],"BufferedAudioBytes":12867,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:03.6903646+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8ab69bfcaa96433097d19455963a4d4e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4290,"ReplyTypes":[],"BufferedAudioBytes":12867,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:04.5596497+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"08e690007d0645e2a8a2411a2b9c36ce","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4181,"ReplyTypes":[],"BufferedAudioBytes":17048,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4181}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:04.5598598+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"08e690007d0645e2a8a2411a2b9c36ce","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4181,"ReplyTypes":[],"BufferedAudioBytes":17048,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:04.5600034+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"08e690007d0645e2a8a2411a2b9c36ce","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4181,"ReplyTypes":[],"BufferedAudioBytes":17048,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:04.5604259+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1c94a0223da34f2dbf9affc7bc9c7042","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21287,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:04.5605906+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1c94a0223da34f2dbf9affc7bc9c7042","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21287,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:04.5607201+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1c94a0223da34f2dbf9affc7bc9c7042","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":21287,"BufferedAudioChunks":6,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2625517+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1baf4fd5d12e4c468f889117bebc9af2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2633631+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1baf4fd5d12e4c468f889117bebc9af2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2636957+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1baf4fd5d12e4c468f889117bebc9af2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2641164+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6a252b4559d14dd281918168da3d5848","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4254,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4254}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2642514+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6a252b4559d14dd281918168da3d5848","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4254,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2643827+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6a252b4559d14dd281918168da3d5848","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4254,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2649935+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d7b46b9dec449928ab570906bddcfff","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4226,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4226}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2651371+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d7b46b9dec449928ab570906bddcfff","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4226,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2652765+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0d7b46b9dec449928ab570906bddcfff","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4226,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2658059+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ec8360bea4a247d3a8c056f73016b1c4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4159,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4159}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2659183+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ec8360bea4a247d3a8c056f73016b1c4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4159,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2660741+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ec8360bea4a247d3a8c056f73016b1c4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4159,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2664125+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"079a7991205a409fa22df5f57b4e9591","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4155}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2665434+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"079a7991205a409fa22df5f57b4e9591","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2666686+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"079a7991205a409fa22df5f57b4e9591","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2670982+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ff548fee62044731879afbc713c976b6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4234}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2672073+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ff548fee62044731879afbc713c976b6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2673323+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ff548fee62044731879afbc713c976b6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4234,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2676714+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1a55048eb86f49a182841f45f16fa4e0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4236}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2677915+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1a55048eb86f49a182841f45f16fa4e0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.267939+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1a55048eb86f49a182841f45f16fa4e0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2716608+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3ea84e634e924ed2b0774ba231e7c803","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4245}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2718254+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3ea84e634e924ed2b0774ba231e7c803","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:08.2719845+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3ea84e634e924ed2b0774ba231e7c803","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:13.6553687+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8abb7a099d934bb7b2a6ca461705b70b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-ad73bf40-4556-11f1-aa59-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:13.662806+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2abed2b2a36b401b8f1fc404bf892919","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637413702,\u0022msgID\u0022:\u0022mid-b5561e06-4556-11f1-a748-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b4f4d902-4556-11f1-bb46-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":null}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:13.6632373+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2abed2b2a36b401b8f1fc404bf892919","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637413702,\u0022msgID\u0022:\u0022mid-b5561e06-4556-11f1-a748-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b4f4d902-4556-11f1-bb46-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-05-01T12:10:13.6634133+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2abed2b2a36b401b8f1fc404bf892919","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637413702,\u0022msgID\u0022:\u0022mid-b5561e06-4556-11f1-a748-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b4f4d902-4556-11f1-bb46-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-05-01T12:10:13.6638989+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"01a0b1463f6c43e9bf6d4dd66ab8de7c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:13.6641052+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"01a0b1463f6c43e9bf6d4dd66ab8de7c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:13.6642708+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"01a0b1463f6c43e9bf6d4dd66ab8de7c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:14.5743414+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"69d990063fe5495f911b300b09b47324","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637413813,\u0022msgID\u0022:\u0022mid-b5673394-4556-11f1-b159-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b4f4d902-4556-11f1-bb46-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.012367777777777777,\u0022playful\u0022:0.004122546296296297}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:6,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:13.720-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-b4f4d902-4556-11f1-bb46-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:14.574677+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"69d990063fe5495f911b300b09b47324","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637413813,\u0022msgID\u0022:\u0022mid-b5673394-4556-11f1-b159-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b4f4d902-4556-11f1-bb46-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.012367777777777777,\u0022playful\u0022:0.004122546296296297}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:6,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:13.720-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-05-01T12:10:14.5749113+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"69d990063fe5495f911b300b09b47324","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637413813,\u0022msgID\u0022:\u0022mid-b5673394-4556-11f1-b159-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-b4f4d902-4556-11f1-bb46-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.012367777777777777,\u0022playful\u0022:0.004122546296296297}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:6,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:13.720-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-05-01T12:10:14.5753142+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d7ee1542fe294552b9ff15829af5efbc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4321,"ReplyTypes":[],"BufferedAudioBytes":4368,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4321}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:14.5754547+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d7ee1542fe294552b9ff15829af5efbc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4321,"ReplyTypes":[],"BufferedAudioBytes":4368,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:14.5756253+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d7ee1542fe294552b9ff15829af5efbc","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4321,"ReplyTypes":[],"BufferedAudioBytes":4368,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:14.5758959+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1f60e292bfdd4dc48c09f9162270f2cf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4202}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:14.5760513+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1f60e292bfdd4dc48c09f9162270f2cf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:14.5762061+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1f60e292bfdd4dc48c09f9162270f2cf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.1639495+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"953ea3bdc0d64cedb33efb76ce48b676","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4230,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4230}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.1641595+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"953ea3bdc0d64cedb33efb76ce48b676","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4230,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.365782+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"953ea3bdc0d64cedb33efb76ce48b676","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4230,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3661515+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"419db4ad49464af3ad29b8004bc45faf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4250}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.36636+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"419db4ad49464af3ad29b8004bc45faf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3665614+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"419db4ad49464af3ad29b8004bc45faf","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3669066+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"09714f78446d465cabd9bf1c22cb5922","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3670597+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"09714f78446d465cabd9bf1c22cb5922","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3672115+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"09714f78446d465cabd9bf1c22cb5922","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3674346+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f96932e38f4347dc92c403d141f947a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4250}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3675414+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f96932e38f4347dc92c403d141f947a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3677066+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"f96932e38f4347dc92c403d141f947a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3679641+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"015b307754ca4e978f31ab46cf935b0b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4228}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3680966+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"015b307754ca4e978f31ab46cf935b0b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3682462+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"015b307754ca4e978f31ab46cf935b0b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3684812+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e84b398d103e4591a44935b315afaa1c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4155}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.368589+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e84b398d103e4591a44935b315afaa1c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3687167+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e84b398d103e4591a44935b315afaa1c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3689385+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9b716520e6764bce81fcc91454ea5ef6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4161,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4161}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.36906+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9b716520e6764bce81fcc91454ea5ef6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4161,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3691955+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9b716520e6764bce81fcc91454ea5ef6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4161,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3694188+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fde6d7cb8eeb4be2941c4a9b494e8010","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4267}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3695319+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fde6d7cb8eeb4be2941c4a9b494e8010","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:18.3696707+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fde6d7cb8eeb4be2941c4a9b494e8010","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4267,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:27.7247568+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"de504af1085a4b08be1d69a049f0a261","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-b4f4d902-4556-11f1-bb46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:27.7393597+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9c0cee10a6ae4fd587732ad49a0a9e17","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637427776,\u0022msgID\u0022:\u0022mid-bdb9adba-4556-11f1-85ca-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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":"Delete alarm.","intent":"alarm_delete"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:27.7396326+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9c0cee10a6ae4fd587732ad49a0a9e17","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637427776,\u0022msgID\u0022:\u0022mid-bdb9adba-4556-11f1-85ca-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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-05-01T12:10:27.7398143+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9c0cee10a6ae4fd587732ad49a0a9e17","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637427776,\u0022msgID\u0022:\u0022mid-bdb9adba-4556-11f1-85ca-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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-05-01T12:10:27.7484103+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a35e94bf4a80486aabf9be2a566f3365","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777637427776,\u0022msgID\u0022:\u0022mid-bdb9b616-4556-11f1-b696-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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-05-01T12:10:27.7487377+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a35e94bf4a80486aabf9be2a566f3365","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777637427776,\u0022msgID\u0022:\u0022mid-bdb9b616-4556-11f1-b696-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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-05-01T12:10:27.7491081+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a35e94bf4a80486aabf9be2a566f3365","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777637427776,\u0022msgID\u0022:\u0022mid-bdb9b616-4556-11f1-b696-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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-05-01T12:10:28.6514789+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"390bc185875f458e95e353249eba73ca","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637427918,\u0022msgID\u0022:\u0022mid-bdcf5a8e-4556-11f1-a866-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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.014335138888888887,\u0022playful\u0022:0.004778333333333334}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:6,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:27.830-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:28.6517258+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"390bc185875f458e95e353249eba73ca","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637427918,\u0022msgID\u0022:\u0022mid-bdcf5a8e-4556-11f1-a866-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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.014335138888888887,\u0022playful\u0022:0.004778333333333334}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:6,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:27.830-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:28.651885+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"390bc185875f458e95e353249eba73ca","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637427918,\u0022msgID\u0022:\u0022mid-bdcf5a8e-4556-11f1-a866-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bd24513e-4556-11f1-a0ce-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.014335138888888887,\u0022playful\u0022:0.004778333333333334}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:6,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:27.830-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:31.7500419+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3bcacd7070e143e7bd376352e5885d9d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bd24513e-4556-11f1-a0ce-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:31.7571493+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"588a941f4eb44fa79af79b359ac43f09","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637431797,\u0022msgID\u0022:\u0022mid-c01f35c0-4556-11f1-a216-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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-05-01T12:10:31.7573686+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"588a941f4eb44fa79af79b359ac43f09","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637431797,\u0022msgID\u0022:\u0022mid-c01f35c0-4556-11f1-a216-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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-05-01T12:10:31.7575431+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"588a941f4eb44fa79af79b359ac43f09","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637431797,\u0022msgID\u0022:\u0022mid-c01f35c0-4556-11f1-a216-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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-05-01T12:10:31.7591983+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a7c82499899f4a3d93b255e6a6bdbb87","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777637431797,\u0022msgID\u0022:\u0022mid-c01f3a8e-4556-11f1-8713-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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-05-01T12:10:31.7593849+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a7c82499899f4a3d93b255e6a6bdbb87","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":"CLIENT_NLU","Direction":"in","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777637431797,\u0022msgID\u0022:\u0022mid-c01f3a8e-4556-11f1-8713-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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-05-01T12:10:31.7596678+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a7c82499899f4a3d93b255e6a6bdbb87","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CLIENT_NLU\u0022,\u0022ts\u0022:1777637431797,\u0022msgID\u0022:\u0022mid-c01f3a8e-4556-11f1-8713-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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-05-01T12:10:31.838762+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d52420195d31467789c89342a6358b76","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637431878,\u0022msgID\u0022:\u0022mid-c02bb2f0-4556-11f1-b6c3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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.01489472222222222,\u0022playful\u0022:0.004964861111111111}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:31.820-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:31.8390021+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d52420195d31467789c89342a6358b76","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637431878,\u0022msgID\u0022:\u0022mid-c02bb2f0-4556-11f1-b6c3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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.01489472222222222,\u0022playful\u0022:0.004964861111111111}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:31.820-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:31.8392309+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d52420195d31467789c89342a6358b76","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637431878,\u0022msgID\u0022:\u0022mid-c02bb2f0-4556-11f1-b6c3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bfa26b94-4556-11f1-b649-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.01489472222222222,\u0022playful\u0022:0.004964861111111111}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:31.820-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:36.3307948+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"34f5458c8f9744f1b52acb16688eeb48","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bfa26b94-4556-11f1-b649-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:36.6956666+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3e7c41fe036d4ec78a6a6929aab0b6e6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637436376,\u0022msgID\u0022:\u0022mid-c2da05ec-4556-11f1-90eb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c24f7526-4556-11f1-87cb-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_none_set\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":"set","intent":"alarm_clarify"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:36.6959189+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3e7c41fe036d4ec78a6a6929aab0b6e6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637436376,\u0022msgID\u0022:\u0022mid-c2da05ec-4556-11f1-90eb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c24f7526-4556-11f1-87cb-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_none_set\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-05-01T12:10:36.6960858+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3e7c41fe036d4ec78a6a6929aab0b6e6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637436376,\u0022msgID\u0022:\u0022mid-c2da05ec-4556-11f1-90eb-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c24f7526-4556-11f1-87cb-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_none_set\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-05-01T12:10:36.6963268+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"55aa4444e0834ef0a74b4b6d23f183de","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:36.6964707+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"55aa4444e0834ef0a74b4b6d23f183de","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:36.696623+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"55aa4444e0834ef0a74b4b6d23f183de","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:36.6968802+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7e4d724af46d4993a3c6b38a5f56ae7c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637436477,\u0022msgID\u0022:\u0022mid-c2e96fa0-4556-11f1-94ba-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c24f7526-4556-11f1-87cb-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.015598194444444444,\u0022playful\u0022:0.005199351851851852}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:36.385-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-c24f7526-4556-11f1-87cb-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:36.6970723+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7e4d724af46d4993a3c6b38a5f56ae7c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637436477,\u0022msgID\u0022:\u0022mid-c2e96fa0-4556-11f1-94ba-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c24f7526-4556-11f1-87cb-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.015598194444444444,\u0022playful\u0022:0.005199351851851852}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:36.385-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-05-01T12:10:36.697239+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7e4d724af46d4993a3c6b38a5f56ae7c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637436477,\u0022msgID\u0022:\u0022mid-c2e96fa0-4556-11f1-94ba-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c24f7526-4556-11f1-87cb-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.015598194444444444,\u0022playful\u0022:0.005199351851851852}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:36.385-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-05-01T12:10:37.6927926+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"99143e3d8e6d4ce6b5813ba81729fa9e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:37.6930604+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"99143e3d8e6d4ce6b5813ba81729fa9e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:37.6932177+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"99143e3d8e6d4ce6b5813ba81729fa9e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:37.6934934+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8866783d685f4580afc8b13eedd5da65","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4356,"ReplyTypes":[],"BufferedAudioBytes":8689,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4356}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:37.6936442+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8866783d685f4580afc8b13eedd5da65","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4356,"ReplyTypes":[],"BufferedAudioBytes":8689,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:37.6937868+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8866783d685f4580afc8b13eedd5da65","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4356,"ReplyTypes":[],"BufferedAudioBytes":8689,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:37.8511513+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1917738eeb2d410b93910d628969836d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4285,"ReplyTypes":[],"BufferedAudioBytes":12974,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4285}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:37.8513752+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1917738eeb2d410b93910d628969836d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4285,"ReplyTypes":[],"BufferedAudioBytes":12974,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:37.8515533+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1917738eeb2d410b93910d628969836d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4285,"ReplyTypes":[],"BufferedAudioBytes":12974,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.4462451+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7fd77d38815e40e193844b27948f74ae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.4464865+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7fd77d38815e40e193844b27948f74ae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5283748+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7fd77d38815e40e193844b27948f74ae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-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-05-01T12:10:41.5288569+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"934ef1b4a1e14d4eb5015af94d6c8311","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4282,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4282}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.529113+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"934ef1b4a1e14d4eb5015af94d6c8311","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4282,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5293073+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"934ef1b4a1e14d4eb5015af94d6c8311","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4282,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5295934+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"995ff576ff224359b4864156f0e52cef","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4303}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5297646+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"995ff576ff224359b4864156f0e52cef","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5299769+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"995ff576ff224359b4864156f0e52cef","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5304013+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2f3daf5321214d5aa750a156e5188ba4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4288}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5305371+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2f3daf5321214d5aa750a156e5188ba4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5306842+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2f3daf5321214d5aa750a156e5188ba4","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4288,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5311029+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c01ea71cb43543d0afa5d907b5761f06","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4243,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4243}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5312171+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c01ea71cb43543d0afa5d907b5761f06","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4243,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.531379+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"c01ea71cb43543d0afa5d907b5761f06","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4243,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.531733+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0592b3a4bd604c60b371e63e6c62ea4f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5319761+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0592b3a4bd604c60b371e63e6c62ea4f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5321357+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0592b3a4bd604c60b371e63e6c62ea4f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5324064+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a28c63318ddf423589c4dc65f222173a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5325145+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a28c63318ddf423589c4dc65f222173a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5326864+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a28c63318ddf423589c4dc65f222173a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5330123+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"daee2c93194f4bada27534f9f25ef32b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5331694+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"daee2c93194f4bada27534f9f25ef32b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:41.5333126+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"daee2c93194f4bada27534f9f25ef32b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.2499287+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"38eacf2054c94d54acd90a6cc7d67cd2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.2499454+00:00","EventType":"connection_opened","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"7c7bc364941c4e559142baf457e79477","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c24f7526-4556-11f1-87cb-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.2567243+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"19a2a99425354fe990ed8fb6ae099620","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c854ebfe-4556-11f1-9185-5cf821ea55ae","MessageType":"TRIGGER","Direction":"in","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777637448296,\u0022msgID\u0022:\u0022mid-c9f4be26-4556-11f1-89d3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c854ebfe-4556-11f1-9185-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022SURPRISE\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.2568414+00:00","EventType":"turn_processed","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"73161382314b443dae1de92c6f477036","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637448296,\u0022msgID\u0022:\u0022mid-c9f4c542-4556-11f1-8931-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c9d1c8d0-4556-11f1-b71e-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":"No.","intent":"no"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.2569322+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"19a2a99425354fe990ed8fb6ae099620","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777637448296,\u0022msgID\u0022:\u0022mid-c9f4be26-4556-11f1-89d3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c854ebfe-4556-11f1-9185-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022SURPRISE\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.2571933+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"73161382314b443dae1de92c6f477036","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637448296,\u0022msgID\u0022:\u0022mid-c9f4c542-4556-11f1-8931-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c9d1c8d0-4556-11f1-b71e-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-05-01T12:10:48.2573827+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"73161382314b443dae1de92c6f477036","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777637448296,\u0022msgID\u0022:\u0022mid-c9f4c542-4556-11f1-8931-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c9d1c8d0-4556-11f1-b71e-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-05-01T12:10:48.2662295+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ee52a28ae2e841148bbf9024e90e551e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.2664717+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ee52a28ae2e841148bbf9024e90e551e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.2666584+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ee52a28ae2e841148bbf9024e90e551e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.3816402+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9732ad4e08f94af2bf216c433f22c98b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c854ebfe-4556-11f1-9185-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637448414,\u0022msgID\u0022:\u0022mid-ca06d6d8-4556-11f1-acd8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c854ebfe-4556-11f1-9185-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.01714333333333333,\u0022playful\u0022:0.005714398148148148}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:9,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:48.319-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-c854ebfe-4556-11f1-9185-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.3819534+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9732ad4e08f94af2bf216c433f22c98b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c854ebfe-4556-11f1-9185-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637448414,\u0022msgID\u0022:\u0022mid-ca06d6d8-4556-11f1-acd8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c854ebfe-4556-11f1-9185-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.01714333333333333,\u0022playful\u0022:0.005714398148148148}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:9,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:48.319-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.3821375+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"9732ad4e08f94af2bf216c433f22c98b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-c854ebfe-4556-11f1-9185-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637448414,\u0022msgID\u0022:\u0022mid-ca06d6d8-4556-11f1-acd8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c854ebfe-4556-11f1-9185-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.01714333333333333,\u0022playful\u0022:0.005714398148148148}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:9,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:48.319-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.4427951+00:00","EventType":"context_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d20e47f978c34593be8ee260c5fd796b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637448471,\u0022msgID\u0022:\u0022mid-ca0f93c2-4556-11f1-b671-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c9d1c8d0-4556-11f1-b71e-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.01714333333333333,\u0022playful\u0022:0.005714398148148148}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:9,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:48.417-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"transID":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.4431119+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d20e47f978c34593be8ee260c5fd796b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637448471,\u0022msgID\u0022:\u0022mid-ca0f93c2-4556-11f1-b671-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c9d1c8d0-4556-11f1-b71e-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.01714333333333333,\u0022playful\u0022:0.005714398148148148}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:9,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:48.417-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.4433031+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d20e47f978c34593be8ee260c5fd796b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777637448471,\u0022msgID\u0022:\u0022mid-ca0f93c2-4556-11f1-b671-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c9d1c8d0-4556-11f1-b71e-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.01714333333333333,\u0022playful\u0022:0.005714398148148148}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:9,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-01T07:10:48.417-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":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.7862711+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a23470178b774a31b9ee6e6ea486d129","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4310,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4310}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.7865154+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a23470178b774a31b9ee6e6ea486d129","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4310,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:48.7866885+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"a23470178b774a31b9ee6e6ea486d129","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4310,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:49.811391+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"43b02914f6f3406387cd03fb15e95a46","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4213}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:49.8116821+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"43b02914f6f3406387cd03fb15e95a46","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:49.811896+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"43b02914f6f3406387cd03fb15e95a46","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:49.8122292+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8aa1db6a72a741b3b59dfc688b3c27db","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:49.8123517+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8aa1db6a72a741b3b59dfc688b3c27db","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:49.8125025+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8aa1db6a72a741b3b59dfc688b3c27db","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:50.7900587+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3c24a7432a244539a24b95944e6ba66a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:50.7902878+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3c24a7432a244539a24b95944e6ba66a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:50.790544+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"3c24a7432a244539a24b95944e6ba66a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:50.7940085+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bedd80ff576248f7a49aa9dde41a0ce0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4261}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:50.794301+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bedd80ff576248f7a49aa9dde41a0ce0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:50.7944643+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bedd80ff576248f7a49aa9dde41a0ce0","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:51.8192999+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fca9d2e134aa47cea330b20264106987","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4280}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:51.819558+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fca9d2e134aa47cea330b20264106987","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:51.8198307+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fca9d2e134aa47cea330b20264106987","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:51.8202199+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"012e2e5c446642478caec0c35ae25bb7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4336,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4336}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:51.8203606+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"012e2e5c446642478caec0c35ae25bb7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4336,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:51.820568+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"012e2e5c446642478caec0c35ae25bb7","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4336,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:52.8121305+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"32c001d37b6046e78e4098335fcb4c49","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4231}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:52.8123935+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"32c001d37b6046e78e4098335fcb4c49","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:52.8125982+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"32c001d37b6046e78e4098335fcb4c49","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.8047533+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8cd5dfab7b944eaa864dd4099f71b0a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4204,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4204}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.805068+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8cd5dfab7b944eaa864dd4099f71b0a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4204,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.8053057+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"8cd5dfab7b944eaa864dd4099f71b0a6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4204,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.8057277+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"848d13013f064d438073f3ba4d563df2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4284}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.805923+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"848d13013f064d438073f3ba4d563df2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.8060965+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"848d13013f064d438073f3ba4d563df2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.8316866+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ae5f36d012c149d789c2240c74f0ff18","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.831943+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ae5f36d012c149d789c2240c74f0ff18","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:53.8321028+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ae5f36d012c149d789c2240c74f0ff18","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:54.8059472+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d35e61a67fc34e62b868d2943c3afcc6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:54.806257+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d35e61a67fc34e62b868d2943c3afcc6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:54.8064592+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d35e61a67fc34e62b868d2943c3afcc6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:54.8235306+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e95d5ef43690421a8c083af6082c4f61","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4252}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:54.8238032+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e95d5ef43690421a8c083af6082c4f61","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:54.8239911+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e95d5ef43690421a8c083af6082c4f61","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:55.804615+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"20c80d45042d4069bd4abd69f5c7de2f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4226,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4226}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:55.8048754+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"20c80d45042d4069bd4abd69f5c7de2f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4226,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:55.8110646+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"20c80d45042d4069bd4abd69f5c7de2f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4226,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:55.870594+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4655053d287b4c7fa72201c3d438aad8","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4261}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:55.8708526+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4655053d287b4c7fa72201c3d438aad8","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:55.8711052+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4655053d287b4c7fa72201c3d438aad8","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4261,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:56.8096227+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b231da8d63634512a53d49160e97832f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4220}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:56.8098848+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b231da8d63634512a53d49160e97832f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:56.8101196+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b231da8d63634512a53d49160e97832f","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.8084687+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fd7e163cc8ef4944add795b52abf6c96","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4236}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.8086915+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fd7e163cc8ef4944add795b52abf6c96","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.8088522+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"fd7e163cc8ef4944add795b52abf6c96","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4236,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.8091116+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"492596c59a1b4795b4ec35f5e8969cfe","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.8092517+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"492596c59a1b4795b4ec35f5e8969cfe","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.8093874+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"492596c59a1b4795b4ec35f5e8969cfe","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.9189699+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ce380aac8e794173b1921d0460a0423b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4178,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4178}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.9191988+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ce380aac8e794173b1921d0460a0423b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4178,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:57.9193555+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ce380aac8e794173b1921d0460a0423b","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4178,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:58.8089338+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"17b10cfac4f34af784664008659886c9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4298}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:58.8091724+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"17b10cfac4f34af784664008659886c9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:58.8093553+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"17b10cfac4f34af784664008659886c9","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4298,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:59.8103238+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1b09bd8cb0f4490cb3677432db6a30c6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4220}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:59.8105306+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1b09bd8cb0f4490cb3677432db6a30c6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:59.8106994+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1b09bd8cb0f4490cb3677432db6a30c6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:59.8109424+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"355426b993334e23bd389911953de3cb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4272}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:59.8110862+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"355426b993334e23bd389911953de3cb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:10:59.8112087+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"355426b993334e23bd389911953de3cb","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:00.8387791+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"52e98afe90374f67ab96aaadd030645c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4227,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4227}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:00.8391024+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"52e98afe90374f67ab96aaadd030645c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4227,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:00.8451357+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"52e98afe90374f67ab96aaadd030645c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4227,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:00.8454641+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4bb425fd5de14839aab241ab0bce1e65","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:00.8456118+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4bb425fd5de14839aab241ab0bce1e65","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:00.8457888+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4bb425fd5de14839aab241ab0bce1e65","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:01.8144819+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5d35544377fe4655b5ff543ac1c13993","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:01.8147649+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5d35544377fe4655b5ff543ac1c13993","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:01.8150075+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"5d35544377fe4655b5ff543ac1c13993","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:01.8154877+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"39c01c4d6edf499da3b452de6c7b01ee","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4223,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4223}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:01.8156609+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"39c01c4d6edf499da3b452de6c7b01ee","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4223,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:01.8158186+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"39c01c4d6edf499da3b452de6c7b01ee","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4223,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:02.7289395+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"35f860e1f24a4deda15c9e6c99c87a0a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4246}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:02.7291966+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"35f860e1f24a4deda15c9e6c99c87a0a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:02.7293742+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"35f860e1f24a4deda15c9e6c99c87a0a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:02.7297112+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0316f60d1b4647fc959170cfb73924ad","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4246}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:02.7298428+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0316f60d1b4647fc959170cfb73924ad","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:02.7300035+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0316f60d1b4647fc959170cfb73924ad","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:03.8171384+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d0e598ed6c0a41999d775f9a02557975","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:03.8174532+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d0e598ed6c0a41999d775f9a02557975","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:03.817643+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"d0e598ed6c0a41999d775f9a02557975","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:03.8216253+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"288baebe5efd40e9adc6035ce5e58733","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:03.8222721+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"288baebe5efd40e9adc6035ce5e58733","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:03.8224538+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"288baebe5efd40e9adc6035ce5e58733","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:04.8227129+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2e0d1f45b5304a8c9349f54a5e928e8d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4256}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:04.8229685+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2e0d1f45b5304a8c9349f54a5e928e8d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:04.823203+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"2e0d1f45b5304a8c9349f54a5e928e8d","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:04.8235105+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"96d6cfa0b1744a1bacf974e9eb0fab4c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4222}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:04.8236516+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"96d6cfa0b1744a1bacf974e9eb0fab4c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:04.8238148+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"96d6cfa0b1744a1bacf974e9eb0fab4c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:05.8644746+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"26625cffe59845908adfd01ed23c0e93","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:05.8647375+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"26625cffe59845908adfd01ed23c0e93","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:05.8707583+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"26625cffe59845908adfd01ed23c0e93","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:05.8711436+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0de2159ecb3342e7a0dc077d24cfcab6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4251,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4251}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:05.8712854+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0de2159ecb3342e7a0dc077d24cfcab6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4251,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:05.8714481+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0de2159ecb3342e7a0dc077d24cfcab6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4251,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:06.8504962+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e8f535591f81415fb17733134b73984a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4238}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:06.8507777+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e8f535591f81415fb17733134b73984a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:06.8509683+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"e8f535591f81415fb17733134b73984a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:06.8758797+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"37b1518185f442d6b72737ee739bd917","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4228}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:06.8761466+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"37b1518185f442d6b72737ee739bd917","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:06.8763344+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"37b1518185f442d6b72737ee739bd917","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:07.9092563+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b6e3bee356eb4e3c8a441146c41da8ae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4259}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:07.9094907+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b6e3bee356eb4e3c8a441146c41da8ae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:07.9096906+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b6e3bee356eb4e3c8a441146c41da8ae","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:07.9099601+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"db2049e335cc437b8c832b23ce7e5469","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4219}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:07.9101186+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"db2049e335cc437b8c832b23ce7e5469","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:07.910285+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"db2049e335cc437b8c832b23ce7e5469","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:08.8273286+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"13c2c2cf3aee4928b3c0d1fa6bfe2bab","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:08.8275356+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"13c2c2cf3aee4928b3c0d1fa6bfe2bab","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:08.8276828+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"13c2c2cf3aee4928b3c0d1fa6bfe2bab","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:08.8729497+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ae2e9ecbaf304383b702c7c79913eb97","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4249,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4249}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:08.8732046+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ae2e9ecbaf304383b702c7c79913eb97","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4249,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:08.8733498+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"ae2e9ecbaf304383b702c7c79913eb97","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4249,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:09.8296393+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6b608d828a6141b2a12b0826aebf7cb2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4155}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:09.8298448+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6b608d828a6141b2a12b0826aebf7cb2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:09.8300491+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"6b608d828a6141b2a12b0826aebf7cb2","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4155,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:09.9195907+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0da7adfb426a40dca80089f3c54d51ec","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4207,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4207}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:09.9197933+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0da7adfb426a40dca80089f3c54d51ec","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4207,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:09.9199529+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"0da7adfb426a40dca80089f3c54d51ec","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4207,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:10.8421991+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"27f5117028b74547a09c7e3e63764bf6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4183,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4183}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:10.8424023+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"27f5117028b74547a09c7e3e63764bf6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4183,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:10.8425333+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"27f5117028b74547a09c7e3e63764bf6","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4183,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:10.9223758+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bf69f42e7a1d48c48c66927d5557896a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:10.922595+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bf69f42e7a1d48c48c66927d5557896a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:10.9289401+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"bf69f42e7a1d48c48c66927d5557896a","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:11.8317761+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b2be54151f304c6d81514eef444b8956","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:11.8319944+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b2be54151f304c6d81514eef444b8956","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:11.832169+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"b2be54151f304c6d81514eef444b8956","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:12.834606+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"cc153ad2800a4f82a340059d3e76305e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4303}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:12.8348862+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"cc153ad2800a4f82a340059d3e76305e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:12.8351237+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"cc153ad2800a4f82a340059d3e76305e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4303,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:12.8354475+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"befe46e086f04e548043e3ce1b61ab6c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4253}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:12.8355902+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"befe46e086f04e548043e3ce1b61ab6c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:12.8357721+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"befe46e086f04e548043e3ce1b61ab6c","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:13.8386498+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1b23efbe81cf4b908a67698378bb231e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4305,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4305}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:13.8389268+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1b23efbe81cf4b908a67698378bb231e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4305,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:13.8391551+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"1b23efbe81cf4b908a67698378bb231e","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4305,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:13.8394877+00:00","EventType":"binary_audio_received","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4f3198c7767d4f30bd04689c96cb8320","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4232}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:13.8396227+00:00","EventType":"message_in","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4f3198c7767d4f30bd04689c96cb8320","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-01T12:11:13.8397818+00:00","EventType":"message_out","SessionId":"309dbc69024a4954be2988778bbf90ec","ConnectionId":"4f3198c7767d4f30bd04689c96cb8320","Token":"hub-usr_openjibo_owner-1777637336436","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c9d1c8d0-4556-11f1-b71e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
@@ -1,980 +0,0 @@
|
|||||||
{"TimestampUtc":"2026-05-02T12:46:23.7388191+00:00","EventType":"connection_opened","SessionId":"1dff56186abb4a0a96f3667e86d0606b","ConnectionId":"737d3ab6aecd474eb18af6f1c2e6dcdd","Token":"token-Royal-Current-Sage-Canvas-1777725983342","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1777725983342","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-05-02T12:46:46.8398367+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"50db92a5bf5f44eebb54b3769ab8f3c8","Token":"hub-usr_openjibo_owner-1777726005814","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-05-02T12:46:46.8778056+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"88742ed7637c4ee7bed8b58cbad9a247","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726006867,\u0022msgID\u0022:\u0022mid-fafa4d96-4624-11f1-8cc1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-f9ef2d5e-4624-11f1-86b9-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-05-02T12:46:46.8936326+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"88742ed7637c4ee7bed8b58cbad9a247","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726006867,\u0022msgID\u0022:\u0022mid-fafa4d96-4624-11f1-8cc1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-f9ef2d5e-4624-11f1-86b9-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-05-02T12:46:46.8968753+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"88742ed7637c4ee7bed8b58cbad9a247","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726006867,\u0022msgID\u0022:\u0022mid-fafa4d96-4624-11f1-8cc1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-f9ef2d5e-4624-11f1-86b9-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-05-02T12:46:46.9036439+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"83ff611ba46d49bd96253a8fcf6c2a73","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:46.9049106+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"83ff611ba46d49bd96253a8fcf6c2a73","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:46.9053777+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"83ff611ba46d49bd96253a8fcf6c2a73","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:47.7517651+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3b8f9fadfd234b59b5897ca1b02b1bc0","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726007153,\u0022msgID\u0022:\u0022mid-fb25f72a-4624-11f1-8c00-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-f9ef2d5e-4624-11f1-86b9-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.41150791666666239,\u0022playful\u0022:0.13716930555555766}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1059,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:46:46.962-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-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:47.7523101+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3b8f9fadfd234b59b5897ca1b02b1bc0","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726007153,\u0022msgID\u0022:\u0022mid-fb25f72a-4624-11f1-8c00-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-f9ef2d5e-4624-11f1-86b9-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.41150791666666239,\u0022playful\u0022:0.13716930555555766}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1059,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:46:46.962-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-05-02T12:46:47.7526433+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3b8f9fadfd234b59b5897ca1b02b1bc0","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726007153,\u0022msgID\u0022:\u0022mid-fb25f72a-4624-11f1-8c00-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-f9ef2d5e-4624-11f1-86b9-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.41150791666666239,\u0022playful\u0022:0.13716930555555766}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1059,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:46:46.962-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-05-02T12:46:47.7639985+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6da5277ee954412c8635e2516aa1c9b3","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:47.7647398+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6da5277ee954412c8635e2516aa1c9b3","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:47.7651434+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6da5277ee954412c8635e2516aa1c9b3","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:47.7663379+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"34086ccf4bc049558c8040247a97cb56","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:47.7667125+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"34086ccf4bc049558c8040247a97cb56","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:47.7670265+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"34086ccf4bc049558c8040247a97cb56","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7032719+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e74cae8373554e11a574d59090c571d4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7036344+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e74cae8373554e11a574d59090c571d4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7844413+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e74cae8373554e11a574d59090c571d4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-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-05-02T12:46:51.7860955+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e14979ec935f42669093653a61262bbc","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7863673+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e14979ec935f42669093653a61262bbc","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7865932+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e14979ec935f42669093653a61262bbc","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7878432+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"960a46792197491d9bbffabe3a3e9b90","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7880944+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"960a46792197491d9bbffabe3a3e9b90","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7883573+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"960a46792197491d9bbffabe3a3e9b90","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7888634+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"af55025c2bbb44068aa6e8e608e37c7b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4278}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7890886+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"af55025c2bbb44068aa6e8e608e37c7b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7893249+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"af55025c2bbb44068aa6e8e608e37c7b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4278,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7897839+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9add068c644849868cfedf6e823a39b1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4200}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7899697+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9add068c644849868cfedf6e823a39b1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7901968+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9add068c644849868cfedf6e823a39b1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7906936+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"642369d471964ef98d400bf4c3f999fe","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7908971+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"642369d471964ef98d400bf4c3f999fe","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7911164+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"642369d471964ef98d400bf4c3f999fe","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7916457+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c52f11a91eb44b30b212c03b5227dfce","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7918411+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c52f11a91eb44b30b212c03b5227dfce","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7920546+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c52f11a91eb44b30b212c03b5227dfce","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7925691+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"7800afff050c4580a49f1b93105ae418","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4276,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4276}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7927888+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"7800afff050c4580a49f1b93105ae418","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4276,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7929948+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"7800afff050c4580a49f1b93105ae418","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4276,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7934303+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8c52ff0de3ec4837b9a9cea70563225d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4281,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4281}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7936222+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8c52ff0de3ec4837b9a9cea70563225d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4281,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:51.7938363+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8c52ff0de3ec4837b9a9cea70563225d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4281,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:59.8941562+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"7a2547ba4f554095abfbf8072d014722","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-f9ef2d5e-4624-11f1-86b9-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:59.9036677+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"130ecae9e8af4625b18395c181831ec7","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726019929,\u0022msgID\u0022:\u0022mid-02c364fe-4625-11f1-91e9-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-02a2b362-4625-11f1-8909-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\u0027s your cloud girl?","intent":"chat"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:59.904102+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"130ecae9e8af4625b18395c181831ec7","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726019929,\u0022msgID\u0022:\u0022mid-02c364fe-4625-11f1-91e9-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-02a2b362-4625-11f1-8909-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-05-02T12:46:59.9043585+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"130ecae9e8af4625b18395c181831ec7","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726019929,\u0022msgID\u0022:\u0022mid-02c364fe-4625-11f1-91e9-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-02a2b362-4625-11f1-8909-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-05-02T12:46:59.9082017+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0701696d9adc4afdbd62d70841693cb9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:59.9086151+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0701696d9adc4afdbd62d70841693cb9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:46:59.9088722+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0701696d9adc4afdbd62d70841693cb9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:00.3161826+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2c74f296c6674fb2a8d718708ca5f80d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726020294,\u0022msgID\u0022:\u0022mid-02fb3b7c-4625-11f1-ae7d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-02a2b362-4625-11f1-8909-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.4133497222222177,\u0022playful\u0022:0.13778328703703916}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022UNKNOWN\u0022,\u0022entityId\u0022:1060,\u0022type\u0022:\u0022UNKNOWN\u0022,\u0022confidence\u0022:0},{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1061,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:47:00.192-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-02a2b362-4625-11f1-8909-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:00.316538+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2c74f296c6674fb2a8d718708ca5f80d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726020294,\u0022msgID\u0022:\u0022mid-02fb3b7c-4625-11f1-ae7d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-02a2b362-4625-11f1-8909-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.4133497222222177,\u0022playful\u0022:0.13778328703703916}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022UNKNOWN\u0022,\u0022entityId\u0022:1060,\u0022type\u0022:\u0022UNKNOWN\u0022,\u0022confidence\u0022:0},{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1061,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:47:00.192-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-05-02T12:47:00.3167269+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2c74f296c6674fb2a8d718708ca5f80d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726020294,\u0022msgID\u0022:\u0022mid-02fb3b7c-4625-11f1-ae7d-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-02a2b362-4625-11f1-8909-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.4133497222222177,\u0022playful\u0022:0.13778328703703916}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022UNKNOWN\u0022,\u0022entityId\u0022:1060,\u0022type\u0022:\u0022UNKNOWN\u0022,\u0022confidence\u0022:0},{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1061,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:47:00.192-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-05-02T12:47:00.3316119+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6a6133fa960c41a0bfb7e3c60faa54fc","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:00.3319846+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6a6133fa960c41a0bfb7e3c60faa54fc","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:00.3321782+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6a6133fa960c41a0bfb7e3c60faa54fc","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:00.7664173+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c0047acdf2d0452b9a05d0c1500a6aed","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:00.7666967+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c0047acdf2d0452b9a05d0c1500a6aed","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:00.7669101+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c0047acdf2d0452b9a05d0c1500a6aed","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.4555755+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3f7dc21c1b2348de89d9253e01ab0c75","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4187,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4187}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.4558225+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3f7dc21c1b2348de89d9253e01ab0c75","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4187,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5311852+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3f7dc21c1b2348de89d9253e01ab0c75","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4187,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5318526+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"25450538d0ab452c9d569196777a07e9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4291}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5320173+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"25450538d0ab452c9d569196777a07e9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5321669+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"25450538d0ab452c9d569196777a07e9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.532619+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"70b3c07275c84751abaa7c8018ae8a48","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5327639+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"70b3c07275c84751abaa7c8018ae8a48","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5329429+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"70b3c07275c84751abaa7c8018ae8a48","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5335445+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2fe68fb84e5f4a8a9d2d7903f5446cc9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5336895+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2fe68fb84e5f4a8a9d2d7903f5446cc9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5338591+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2fe68fb84e5f4a8a9d2d7903f5446cc9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5343288+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bfe505b55fa04f139eac5481c338fc75","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.534499+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bfe505b55fa04f139eac5481c338fc75","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5346897+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bfe505b55fa04f139eac5481c338fc75","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5353322+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9e432e419f2d4217970bd2eaebb62092","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5354846+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9e432e419f2d4217970bd2eaebb62092","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5356331+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9e432e419f2d4217970bd2eaebb62092","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5360177+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"61cae35901714f919f66a0691bb5b8ba","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4258}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5361698+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"61cae35901714f919f66a0691bb5b8ba","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:04.5363357+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"61cae35901714f919f66a0691bb5b8ba","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:10.416751+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0bb01e08f1a64fdc9f3d6454b170440a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-02a2b362-4625-11f1-8909-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:10.4242475+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f55a093f54ad47399d2839fb9662e067","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726030453,\u0022msgID\u0022:\u0022mid-09094374-4625-11f1-ae6e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-08be8532-4625-11f1-aa38-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\u0027s your cloud?","intent":"chat"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:10.4245521+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f55a093f54ad47399d2839fb9662e067","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726030453,\u0022msgID\u0022:\u0022mid-09094374-4625-11f1-ae6e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-08be8532-4625-11f1-aa38-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-05-02T12:47:10.4247506+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f55a093f54ad47399d2839fb9662e067","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726030453,\u0022msgID\u0022:\u0022mid-09094374-4625-11f1-ae6e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-08be8532-4625-11f1-aa38-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-05-02T12:47:10.4277931+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b07266b0326e4fce9df65efb6e55f649","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:10.4280156+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b07266b0326e4fce9df65efb6e55f649","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:10.4282471+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b07266b0326e4fce9df65efb6e55f649","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:10.7764144+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f4d5dbdd306f4633a865135c73b94eb9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726030656,\u0022msgID\u0022:\u0022mid-09285a3e-4625-11f1-a04c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-08be8532-4625-11f1-aa38-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.414756666666662,\u0022playful\u0022:0.13825236111111326}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1061,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1},{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1062,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:47:10.519-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-08be8532-4625-11f1-aa38-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:10.7767735+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f4d5dbdd306f4633a865135c73b94eb9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726030656,\u0022msgID\u0022:\u0022mid-09285a3e-4625-11f1-a04c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-08be8532-4625-11f1-aa38-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.414756666666662,\u0022playful\u0022:0.13825236111111326}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1061,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1},{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1062,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:47:10.519-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-05-02T12:47:10.7770592+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f4d5dbdd306f4633a865135c73b94eb9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726030656,\u0022msgID\u0022:\u0022mid-09285a3e-4625-11f1-a04c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-08be8532-4625-11f1-aa38-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.414756666666662,\u0022playful\u0022:0.13825236111111326}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1061,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1},{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1062,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:47:10.519-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-05-02T12:47:10.8455586+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"baea67805dac4f1cbb22c1b0e57f0d11","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:10.8457653+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"baea67805dac4f1cbb22c1b0e57f0d11","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:10.8459213+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"baea67805dac4f1cbb22c1b0e57f0d11","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:11.7771567+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"55efcc606c7d4117880ef49c6453f749","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:11.777447+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"55efcc606c7d4117880ef49c6453f749","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:11.7776012+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"55efcc606c7d4117880ef49c6453f749","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:11.777949+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f2c4a4596d5c4eca91343443014935c8","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12809,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:11.7780864+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f2c4a4596d5c4eca91343443014935c8","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12809,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:11.7782084+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f2c4a4596d5c4eca91343443014935c8","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":12809,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5100443+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"67c402467a1442cdb62a80fcf8dfba90","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5102589+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"67c402467a1442cdb62a80fcf8dfba90","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5861888+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"67c402467a1442cdb62a80fcf8dfba90","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-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-05-02T12:47:15.5867574+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c03465661ba148ed9a74d88084214909","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5868992+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c03465661ba148ed9a74d88084214909","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5870681+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c03465661ba148ed9a74d88084214909","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5875858+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c6ef8f85ac534d65be177599ef94249c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5877196+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c6ef8f85ac534d65be177599ef94249c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5878794+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c6ef8f85ac534d65be177599ef94249c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5883374+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"743d51b3efce4a3aa9307da276cba8ee","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5884694+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"743d51b3efce4a3aa9307da276cba8ee","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.588631+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"743d51b3efce4a3aa9307da276cba8ee","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5890496+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ed8107e5a64f43b38b22269197c4708e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5892054+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ed8107e5a64f43b38b22269197c4708e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5893892+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ed8107e5a64f43b38b22269197c4708e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5898273+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"07851a437aee46fc81c7fe810350c7d8","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4281,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4281}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5899567+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"07851a437aee46fc81c7fe810350c7d8","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4281,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5901249+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"07851a437aee46fc81c7fe810350c7d8","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4281,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.59055+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ca9f7ba3df604fe7b4974ce94053e673","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4197,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4197}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5906789+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ca9f7ba3df604fe7b4974ce94053e673","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4197,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:15.5908676+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ca9f7ba3df604fe7b4974ce94053e673","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4197,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:28.8110243+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"5932f097ce2d4dbe8d3e4dc827087fe0","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-08be8532-4625-11f1-aa38-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:28.8520639+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"87929acb20674507a6a56b1d5daa2fc9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726048879,\u0022msgID\u0022:\u0022mid-1404d478-4625-11f1-a712-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-133bf094-4625-11f1-becc-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\u0027s your cloud version?","intent":"cloud_version"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:28.8523076+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"87929acb20674507a6a56b1d5daa2fc9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726048879,\u0022msgID\u0022:\u0022mid-1404d478-4625-11f1-a712-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-133bf094-4625-11f1-becc-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-05-02T12:47:28.8524917+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"87929acb20674507a6a56b1d5daa2fc9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726048879,\u0022msgID\u0022:\u0022mid-1404d478-4625-11f1-a712-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-133bf094-4625-11f1-becc-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-05-02T12:47:28.8527578+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"72b3bf64f5a84d24b1b5c990026421d1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:28.8528874+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"72b3bf64f5a84d24b1b5c990026421d1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:28.8529936+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"72b3bf64f5a84d24b1b5c990026421d1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:29.8128401+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3234ef6578b24f76845dee6a979f4879","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726048999,\u0022msgID\u0022:\u0022mid-14173226-4625-11f1-a601-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-133bf094-4625-11f1-becc-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.41728124999999535,\u0022playful\u0022:0.13909379629629846}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1061,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1},{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1062,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:47:28.939-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-133bf094-4625-11f1-becc-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:29.8131267+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3234ef6578b24f76845dee6a979f4879","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726048999,\u0022msgID\u0022:\u0022mid-14173226-4625-11f1-a601-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-133bf094-4625-11f1-becc-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.41728124999999535,\u0022playful\u0022:0.13909379629629846}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1061,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1},{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1062,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:47:28.939-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-05-02T12:47:29.8133266+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3234ef6578b24f76845dee6a979f4879","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726048999,\u0022msgID\u0022:\u0022mid-14173226-4625-11f1-a601-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-133bf094-4625-11f1-becc-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.41728124999999535,\u0022playful\u0022:0.13909379629629846}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1061,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1},{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1062,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:47:28.939-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-05-02T12:47:29.8136413+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"aadc09688f314f9b81503ffc7c5b1dfb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:29.8137809+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"aadc09688f314f9b81503ffc7c5b1dfb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:29.813907+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"aadc09688f314f9b81503ffc7c5b1dfb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:29.8144818+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"153ab7b0ae4b48c69a4222b2c496177a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:29.8145938+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"153ab7b0ae4b48c69a4222b2c496177a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:29.8146922+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"153ab7b0ae4b48c69a4222b2c496177a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.3961458+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b3d8b86059a44702b0e3ba3898f84514","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.3964138+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b3d8b86059a44702b0e3ba3898f84514","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.478586+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b3d8b86059a44702b0e3ba3898f84514","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4803248+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0115c0a9a57b4382aaab16239293456b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4174,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4174}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.480544+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0115c0a9a57b4382aaab16239293456b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4174,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4807163+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0115c0a9a57b4382aaab16239293456b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4174,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4811779+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6cc9ca4a18a04e3d93bf27a6d15ef7ac","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4152}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4813907+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6cc9ca4a18a04e3d93bf27a6d15ef7ac","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4815609+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6cc9ca4a18a04e3d93bf27a6d15ef7ac","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4819729+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"55f798d89d5144e69ab8f4c79d14b667","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4231}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4821539+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"55f798d89d5144e69ab8f4c79d14b667","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4823317+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"55f798d89d5144e69ab8f4c79d14b667","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4231,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4827431+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"969c2b552c7c480fa506677a68643a6b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.482938+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"969c2b552c7c480fa506677a68643a6b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4830968+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"969c2b552c7c480fa506677a68643a6b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4835278+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"121eb6cf803b4c67a2a5402733157f77","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4836902+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"121eb6cf803b4c67a2a5402733157f77","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4838372+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"121eb6cf803b4c67a2a5402733157f77","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4842529+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d4625bb094754ccc922fae0514846c05","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4844322+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d4625bb094754ccc922fae0514846c05","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4845871+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d4625bb094754ccc922fae0514846c05","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4849763+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f420ffb725c24c68b62f01bf8f00b89d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4850993+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f420ffb725c24c68b62f01bf8f00b89d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:33.4852561+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f420ffb725c24c68b62f01bf8f00b89d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:37.991295+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"09620b073ada4bf897d6067acce13aea","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-133bf094-4625-11f1-becc-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:38.0017371+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d0e54885bae74b648cf43620bb0b20f1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726058037,\u0022msgID\u0022:\u0022mid-197a53ce-4625-11f1-8b6e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-19600500-4625-11f1-b062-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":"So, we\u0027re talking.","intent":"chat"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:38.0020365+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d0e54885bae74b648cf43620bb0b20f1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726058037,\u0022msgID\u0022:\u0022mid-197a53ce-4625-11f1-8b6e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-19600500-4625-11f1-b062-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-05-02T12:47:38.0022606+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d0e54885bae74b648cf43620bb0b20f1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726058037,\u0022msgID\u0022:\u0022mid-197a53ce-4625-11f1-8b6e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-19600500-4625-11f1-b062-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-05-02T12:47:38.0039528+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d5d9ff4885e64a6cbee3570adf8e5ebc","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:38.004128+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d5d9ff4885e64a6cbee3570adf8e5ebc","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:38.0042934+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d5d9ff4885e64a6cbee3570adf8e5ebc","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:38.8335889+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"09fc3320b8ac47fc8549989f7d25eec3","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726058276,\u0022msgID\u0022:\u0022mid-199ed3ac-4625-11f1-b12a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-19600500-4625-11f1-b062-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.41854958333332867,\u0022playful\u0022:0.13951666666666885}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1061,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0},{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1062,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:47:38.200-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-19600500-4625-11f1-b062-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:38.833993+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"09fc3320b8ac47fc8549989f7d25eec3","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726058276,\u0022msgID\u0022:\u0022mid-199ed3ac-4625-11f1-b12a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-19600500-4625-11f1-b062-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.41854958333332867,\u0022playful\u0022:0.13951666666666885}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1061,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0},{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1062,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:47:38.200-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-05-02T12:47:38.8398754+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"09fc3320b8ac47fc8549989f7d25eec3","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726058276,\u0022msgID\u0022:\u0022mid-199ed3ac-4625-11f1-b12a-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-19600500-4625-11f1-b062-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.41854958333332867,\u0022playful\u0022:0.13951666666666885}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1061,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0},{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1062,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:47:38.200-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-05-02T12:47:38.840171+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"607dca3671284df6b73bdddae434391f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:38.8403308+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"607dca3671284df6b73bdddae434391f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:38.8404639+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"607dca3671284df6b73bdddae434391f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:38.8758302+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"674d2f523b7e422ab33cb05749752670","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:38.8760312+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"674d2f523b7e422ab33cb05749752670","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:38.8761697+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"674d2f523b7e422ab33cb05749752670","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.5254863+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1b09fa4f34534f65882a6caba3bbfb44","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4167}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.5257+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1b09fa4f34534f65882a6caba3bbfb44","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4167,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7269743+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1b09fa4f34534f65882a6caba3bbfb44","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4167,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7276214+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d699106610d5468ebee63969f96af66c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4151}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7277838+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d699106610d5468ebee63969f96af66c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7279556+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d699106610d5468ebee63969f96af66c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4151,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7283865+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0f70e19b7cac4262bf85949afe59082c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7285074+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0f70e19b7cac4262bf85949afe59082c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7286587+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0f70e19b7cac4262bf85949afe59082c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7289948+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ca592ca20f92464aae869cd8e8abbfc3","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7291246+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ca592ca20f92464aae869cd8e8abbfc3","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7292991+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ca592ca20f92464aae869cd8e8abbfc3","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7298365+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"58f8ac31601b4793a4c600f744f55ffb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4258}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7299569+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"58f8ac31601b4793a4c600f744f55ffb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7300988+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"58f8ac31601b4793a4c600f744f55ffb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7306422+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bab160280389487cba30355e37319666","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4248}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7307619+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bab160280389487cba30355e37319666","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7309112+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bab160280389487cba30355e37319666","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7313113+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4f6dd13d2763420fb8ec97b020865a38","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4209}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7314234+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4f6dd13d2763420fb8ec97b020865a38","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:42.7315744+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4f6dd13d2763420fb8ec97b020865a38","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:47.9441351+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d367e358e93e4c2e9e06fbbdafbe0e10","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-19600500-4625-11f1-b062-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:47.948852+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"31ffce18297f4ea6bf3438748ab5d368","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726067990,\u0022msgID\u0022:\u0022mid-1f68fcfe-4625-11f1-b185-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1f1ff22a-4625-11f1-8e22-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-05-02T12:47:47.9491101+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"31ffce18297f4ea6bf3438748ab5d368","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726067990,\u0022msgID\u0022:\u0022mid-1f68fcfe-4625-11f1-b185-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1f1ff22a-4625-11f1-8e22-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-05-02T12:47:47.9493224+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"31ffce18297f4ea6bf3438748ab5d368","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726067990,\u0022msgID\u0022:\u0022mid-1f68fcfe-4625-11f1-b185-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1f1ff22a-4625-11f1-8e22-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-05-02T12:47:47.9608599+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1a078c945886472b81bafd63933bf0ae","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:47.9611262+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1a078c945886472b81bafd63933bf0ae","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:47.9612977+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1a078c945886472b81bafd63933bf0ae","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:48.0309479+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9ef6f2c143c64c8b9d02ec50444f6e6d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726068070,\u0022msgID\u0022:\u0022mid-1f7543f6-4625-11f1-8f61-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1f1ff22a-4625-11f1-8e22-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.41995444444443966,\u0022playful\u0022:0.139984814814817}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1062,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:47:48.002-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-1f1ff22a-4625-11f1-8e22-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:48.0312573+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9ef6f2c143c64c8b9d02ec50444f6e6d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726068070,\u0022msgID\u0022:\u0022mid-1f7543f6-4625-11f1-8f61-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1f1ff22a-4625-11f1-8e22-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.41995444444443966,\u0022playful\u0022:0.139984814814817}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1062,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:47:48.002-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-05-02T12:47:48.0314536+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9ef6f2c143c64c8b9d02ec50444f6e6d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726068070,\u0022msgID\u0022:\u0022mid-1f7543f6-4625-11f1-8f61-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-1f1ff22a-4625-11f1-8e22-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.41995444444443966,\u0022playful\u0022:0.139984814814817}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1062,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:47:48.002-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-05-02T12:47:48.8661477+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"5d428808d8a2415681afa7163b4bb131","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:48.8664166+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"5d428808d8a2415681afa7163b4bb131","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:48.8665824+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"5d428808d8a2415681afa7163b4bb131","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:48.8669834+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"abfc4b4052d4488284c8872e6ca9045e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:48.8671032+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"abfc4b4052d4488284c8872e6ca9045e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:48.86726+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"abfc4b4052d4488284c8872e6ca9045e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.5255857+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1551b8596d404466887b03a9d4687f33","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.5257972+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1551b8596d404466887b03a9d4687f33","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6019909+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1551b8596d404466887b03a9d4687f33","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-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-05-02T12:47:52.6024724+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8c17db2df893456ca6f3731ff9197a7c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6026628+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8c17db2df893456ca6f3731ff9197a7c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6028213+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8c17db2df893456ca6f3731ff9197a7c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6032523+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"88100030e2e045aa90204725f7293494","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6033664+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"88100030e2e045aa90204725f7293494","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.603473+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"88100030e2e045aa90204725f7293494","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6038143+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"5ae30c26c9c647f5b796cc079e3739d0","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4200}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6039196+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"5ae30c26c9c647f5b796cc079e3739d0","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6040532+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"5ae30c26c9c647f5b796cc079e3739d0","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6043876+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"75ae56a92f8b4b10b9c8297e7d103792","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4280}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6044977+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"75ae56a92f8b4b10b9c8297e7d103792","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6046281+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"75ae56a92f8b4b10b9c8297e7d103792","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6049643+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b26eed80aa5c4f73a168e77aa308a66c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6050794+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b26eed80aa5c4f73a168e77aa308a66c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6052043+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b26eed80aa5c4f73a168e77aa308a66c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6055206+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8471d27abb634de7acbed4d1f8825355","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6056375+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8471d27abb634de7acbed4d1f8825355","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:47:52.6057624+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8471d27abb634de7acbed4d1f8825355","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:00.9353582+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a427d36505c049e987a3d7619044a8ab","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-1f1ff22a-4625-11f1-8e22-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:00.9406033+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fdfa3c59489c4d49b639386dd4fa663a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726080984,\u0022msgID\u0022:\u0022mid-2727ab20-4625-11f1-b0f7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-26d86b78-4625-11f1-96fa-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":"Set and alarm.","intent":"chat"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:00.9408019+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fdfa3c59489c4d49b639386dd4fa663a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726080984,\u0022msgID\u0022:\u0022mid-2727ab20-4625-11f1-b0f7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-26d86b78-4625-11f1-96fa-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-05-02T12:48:00.9409842+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fdfa3c59489c4d49b639386dd4fa663a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726080984,\u0022msgID\u0022:\u0022mid-2727ab20-4625-11f1-b0f7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-26d86b78-4625-11f1-96fa-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-05-02T12:48:00.9454681+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0536b7373edb47569f16e51eb3d06e31","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:00.9456652+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0536b7373edb47569f16e51eb3d06e31","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:00.9458114+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0536b7373edb47569f16e51eb3d06e31","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:01.0033813+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ad19ce20c0e54e8e9c22a0675f27a9c6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726081036,\u0022msgID\u0022:\u0022mid-272faf78-4625-11f1-96d6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-26d86b78-4625-11f1-96fa-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.42178888888888396,\u0022playful\u0022:0.14059629629629853}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:00.996-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-26d86b78-4625-11f1-96fa-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:01.0036957+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ad19ce20c0e54e8e9c22a0675f27a9c6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726081036,\u0022msgID\u0022:\u0022mid-272faf78-4625-11f1-96d6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-26d86b78-4625-11f1-96fa-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.42178888888888396,\u0022playful\u0022:0.14059629629629853}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:00.996-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-05-02T12:48:01.0039123+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ad19ce20c0e54e8e9c22a0675f27a9c6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726081036,\u0022msgID\u0022:\u0022mid-272faf78-4625-11f1-96d6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-26d86b78-4625-11f1-96fa-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.42178888888888396,\u0022playful\u0022:0.14059629629629853}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:00.996-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-05-02T12:48:01.8578271+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"84ef6df526624f47a03572f1eb86f340","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4275,"ReplyTypes":[],"BufferedAudioBytes":4322,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4275}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:01.8580403+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"84ef6df526624f47a03572f1eb86f340","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4275,"ReplyTypes":[],"BufferedAudioBytes":4322,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:01.8581971+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"84ef6df526624f47a03572f1eb86f340","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4275,"ReplyTypes":[],"BufferedAudioBytes":4322,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:01.8599807+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6799a45f36dd4bbb835dda5044713801","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4248}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:01.8601524+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6799a45f36dd4bbb835dda5044713801","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:01.8603237+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6799a45f36dd4bbb835dda5044713801","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4248,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.6155002+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ef37723de3b44246b38f5a5bcf78b4ea","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4275,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4275}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.6156854+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ef37723de3b44246b38f5a5bcf78b4ea","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4275,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8174922+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ef37723de3b44246b38f5a5bcf78b4ea","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4275,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8179048+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0b8d4939f2de4a75ab2113dada46893d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4205}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.81809+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0b8d4939f2de4a75ab2113dada46893d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8183138+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0b8d4939f2de4a75ab2113dada46893d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4205,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8187148+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2aed3bbf6e9d4a0c9cfdbd909b18e9b2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4296,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4296}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8188417+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2aed3bbf6e9d4a0c9cfdbd909b18e9b2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4296,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8189887+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2aed3bbf6e9d4a0c9cfdbd909b18e9b2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4296,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8192957+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a1f09e50fe684fba9bb3a1228e39fd13","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4182,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4182}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8194275+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a1f09e50fe684fba9bb3a1228e39fd13","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4182,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8195975+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a1f09e50fe684fba9bb3a1228e39fd13","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4182,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8198992+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0890f4750988470ea994a871c63b0aee","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4245}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8200516+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0890f4750988470ea994a871c63b0aee","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8202102+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0890f4750988470ea994a871c63b0aee","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4245,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8205591+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2bdb0d7cb53946d6b87af7c82260d75b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4150,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4150}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8207204+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2bdb0d7cb53946d6b87af7c82260d75b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4150,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8208791+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2bdb0d7cb53946d6b87af7c82260d75b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4150,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8211759+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2d699f4f98c44793a65ef9b03c779357","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4210,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4210}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8213305+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2d699f4f98c44793a65ef9b03c779357","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4210,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8215247+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2d699f4f98c44793a65ef9b03c779357","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4210,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8217991+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"808fe3c2ff88437db2306bab2d8b9db9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4301,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4301}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8219385+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"808fe3c2ff88437db2306bab2d8b9db9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4301,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:05.8220996+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"808fe3c2ff88437db2306bab2d8b9db9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4301,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:11.8737383+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"17b927d62b4243c8b31a5ae933d9897b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-26d86b78-4625-11f1-96fa-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:11.8785614+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6ff9eae0a04c434ca2c492c69f8a689c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726091925,\u0022msgID\u0022:\u0022mid-2dad2c9a-4625-11f1-b935-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2d02d592-4625-11f1-9dee-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-05-02T12:48:11.8787828+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6ff9eae0a04c434ca2c492c69f8a689c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726091925,\u0022msgID\u0022:\u0022mid-2dad2c9a-4625-11f1-b935-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2d02d592-4625-11f1-9dee-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-05-02T12:48:11.8789459+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6ff9eae0a04c434ca2c492c69f8a689c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726091925,\u0022msgID\u0022:\u0022mid-2dad2c9a-4625-11f1-b935-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2d02d592-4625-11f1-9dee-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-05-02T12:48:11.8820671+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ea84fde4237940d9b0a59e1c5fdb1e94","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:11.8822602+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ea84fde4237940d9b0a59e1c5fdb1e94","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:11.8824151+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ea84fde4237940d9b0a59e1c5fdb1e94","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:11.9327376+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"81dceb48fa3a4245a065341d68e3e9d8","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726091978,\u0022msgID\u0022:\u0022mid-2db53fca-4625-11f1-b660-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2d02d592-4625-11f1-9dee-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.4233294444444395,\u0022playful\u0022:0.14110981481481706}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:11.931-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-2d02d592-4625-11f1-9dee-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:11.9330342+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"81dceb48fa3a4245a065341d68e3e9d8","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726091978,\u0022msgID\u0022:\u0022mid-2db53fca-4625-11f1-b660-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2d02d592-4625-11f1-9dee-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.4233294444444395,\u0022playful\u0022:0.14110981481481706}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:11.931-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-05-02T12:48:11.9332878+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"81dceb48fa3a4245a065341d68e3e9d8","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726091978,\u0022msgID\u0022:\u0022mid-2db53fca-4625-11f1-b660-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-2d02d592-4625-11f1-9dee-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.4233294444444395,\u0022playful\u0022:0.14110981481481706}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:11.931-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-05-02T12:48:12.8847014+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"50cc8abd0dfd4f14b80121f0d5f39165","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:12.8849368+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"50cc8abd0dfd4f14b80121f0d5f39165","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:12.8850847+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"50cc8abd0dfd4f14b80121f0d5f39165","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:12.885399+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e55d54bd7d164e8c972aa6222767e7ba","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4249,"ReplyTypes":[],"BufferedAudioBytes":8582,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4249}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:12.8855412+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e55d54bd7d164e8c972aa6222767e7ba","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4249,"ReplyTypes":[],"BufferedAudioBytes":8582,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:12.8856817+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e55d54bd7d164e8c972aa6222767e7ba","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4249,"ReplyTypes":[],"BufferedAudioBytes":8582,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.703083+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3a5eef2488b24ca8b427ff4550d24094","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4227,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4227}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7033221+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3a5eef2488b24ca8b427ff4550d24094","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4227,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7792145+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3a5eef2488b24ca8b427ff4550d24094","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4227,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.779621+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"5289fe2785f24a9292901350ab764aba","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4221,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4221}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7797794+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"5289fe2785f24a9292901350ab764aba","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4221,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7799735+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"5289fe2785f24a9292901350ab764aba","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4221,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7803405+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"209a2659818546e38ae9f685589a3dc6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4200}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7804659+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"209a2659818546e38ae9f685589a3dc6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7806244+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"209a2659818546e38ae9f685589a3dc6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7809841+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e4979a823b6e467bb93a576a8dabaf0f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4276,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4276}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7811091+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e4979a823b6e467bb93a576a8dabaf0f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4276,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7812798+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e4979a823b6e467bb93a576a8dabaf0f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4276,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7815935+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"cb07c564526641998d4be0b4b8b54adb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4259}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7817297+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"cb07c564526641998d4be0b4b8b54adb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7819+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"cb07c564526641998d4be0b4b8b54adb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7822363+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"44f915535acd46ba892995f14ccf8d03","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7823667+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"44f915535acd46ba892995f14ccf8d03","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7825242+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"44f915535acd46ba892995f14ccf8d03","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.782837+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"dc66b48bb581458faae7e5d0bcc6e0fa","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7829893+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"dc66b48bb581458faae7e5d0bcc6e0fa","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7831549+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"dc66b48bb581458faae7e5d0bcc6e0fa","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7834658+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"716ff0b7353b4cb5a831c4dcc04c77fa","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7836033+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"716ff0b7353b4cb5a831c4dcc04c77fa","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7837659+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"716ff0b7353b4cb5a831c4dcc04c77fa","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7840347+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8a6a856781694c5ca8d804637d03db2b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7841746+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8a6a856781694c5ca8d804637d03db2b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:16.7843488+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8a6a856781694c5ca8d804637d03db2b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:21.9800418+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8c62e8a32e1748e09892ff0d99f0503e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-2d02d592-4625-11f1-9dee-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:21.984535+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2acae13143564060b95c8d9322ef6ab6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726102033,\u0022msgID\u0022:\u0022mid-33b38d3c-4625-11f1-8de2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3335e332-4625-11f1-9734-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":"So, set and...","intent":"chat"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:21.9864255+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2acae13143564060b95c8d9322ef6ab6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726102033,\u0022msgID\u0022:\u0022mid-33b38d3c-4625-11f1-8de2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3335e332-4625-11f1-9734-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-05-02T12:48:21.9866151+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2acae13143564060b95c8d9322ef6ab6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726102033,\u0022msgID\u0022:\u0022mid-33b38d3c-4625-11f1-8de2-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3335e332-4625-11f1-9734-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-05-02T12:48:21.9869444+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c8edb8b38ef64c9b97d22c9f74cb6497","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:21.9871066+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c8edb8b38ef64c9b97d22c9f74cb6497","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:21.9872866+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c8edb8b38ef64c9b97d22c9f74cb6497","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:22.0794139+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"94824a246a0f4876a3a70098b3f250b7","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726102123,\u0022msgID\u0022:\u0022mid-33c13af4-4625-11f1-b9ec-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3335e332-4625-11f1-9734-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.42473666666666157,\u0022playful\u0022:0.14157888888889115}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:22.050-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-3335e332-4625-11f1-9734-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:22.079678+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"94824a246a0f4876a3a70098b3f250b7","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726102123,\u0022msgID\u0022:\u0022mid-33c13af4-4625-11f1-b9ec-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3335e332-4625-11f1-9734-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.42473666666666157,\u0022playful\u0022:0.14157888888889115}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:22.050-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-05-02T12:48:22.0798953+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"94824a246a0f4876a3a70098b3f250b7","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726102123,\u0022msgID\u0022:\u0022mid-33c13af4-4625-11f1-b9ec-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3335e332-4625-11f1-9734-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.42473666666666157,\u0022playful\u0022:0.14157888888889115}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:22.050-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-05-02T12:48:22.9048101+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"da726aac77e240f8920f76a9ebcbe906","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:22.9050563+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"da726aac77e240f8920f76a9ebcbe906","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:22.9052586+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"da726aac77e240f8920f76a9ebcbe906","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:22.9055912+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1cb3a91776a842b69468470b98014451","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":8535,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4202}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:22.905719+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1cb3a91776a842b69468470b98014451","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":8535,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:22.9058679+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1cb3a91776a842b69468470b98014451","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":8535,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.3724158+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e8533129f5874829b57ac91387b7cfc4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4274,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4274}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.3726163+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e8533129f5874829b57ac91387b7cfc4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4274,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4483665+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e8533129f5874829b57ac91387b7cfc4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4274,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4486683+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"234a0497700444c48a1c188b36b2ecd2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4488048+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"234a0497700444c48a1c188b36b2ecd2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4489444+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"234a0497700444c48a1c188b36b2ecd2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4493899+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"99873e1cdbd14fc38e7a3a64ceb31448","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4172}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4495063+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"99873e1cdbd14fc38e7a3a64ceb31448","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4496611+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"99873e1cdbd14fc38e7a3a64ceb31448","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4499147+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"966f6b3a3d664280a50318ff6f52fdf9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4306,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4306}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4500305+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"966f6b3a3d664280a50318ff6f52fdf9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4306,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.450165+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"966f6b3a3d664280a50318ff6f52fdf9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4306,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.450465+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9bebf836debe487d8987bbba40393c5c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4505831+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9bebf836debe487d8987bbba40393c5c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4507337+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9bebf836debe487d8987bbba40393c5c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4510547+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ade5ddd63c7c4272987f44d6f4d10b40","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4511751+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ade5ddd63c7c4272987f44d6f4d10b40","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4513331+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ade5ddd63c7c4272987f44d6f4d10b40","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4516365+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9ca613073c304eac8b76b7d4a1a84dd2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4256}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4517515+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9ca613073c304eac8b76b7d4a1a84dd2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4518738+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9ca613073c304eac8b76b7d4a1a84dd2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4256,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.452177+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0335e56f7a2b43f1a689ddf44dab4822","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4154,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4154}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4523252+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0335e56f7a2b43f1a689ddf44dab4822","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4154,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:26.4524508+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0335e56f7a2b43f1a689ddf44dab4822","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4154,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:34.9982656+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"170b2f4b2aa94789b9c12da7848a0e64","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3335e332-4625-11f1-9734-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:35.0038342+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0a931fcb3e2a442db2196997fea0ebbb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726115056,\u0022msgID\u0022:\u0022mid-3b76a266-4625-11f1-b8d3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3b3229ce-4625-11f1-aa46-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":"Set and alarm","intent":"chat"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:35.0040453+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0a931fcb3e2a442db2196997fea0ebbb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726115056,\u0022msgID\u0022:\u0022mid-3b76a266-4625-11f1-b8d3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3b3229ce-4625-11f1-aa46-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-05-02T12:48:35.0042657+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0a931fcb3e2a442db2196997fea0ebbb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726115056,\u0022msgID\u0022:\u0022mid-3b76a266-4625-11f1-b8d3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3b3229ce-4625-11f1-aa46-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-05-02T12:48:35.006369+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c20198645acf4924a367832a69bb2aee","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:35.0065731+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c20198645acf4924a367832a69bb2aee","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:35.0067383+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c20198645acf4924a367832a69bb2aee","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:35.9149208+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"833cc626241841719a865d45c101d02f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726115131,\u0022msgID\u0022:\u0022mid-3b822a3c-4625-11f1-9659-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3b3229ce-4625-11f1-aa46-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.4265701388888836,\u0022playful\u0022:0.14219004629629859}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1076,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:35.072-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-3b3229ce-4625-11f1-aa46-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:35.9152688+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"833cc626241841719a865d45c101d02f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726115131,\u0022msgID\u0022:\u0022mid-3b822a3c-4625-11f1-9659-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3b3229ce-4625-11f1-aa46-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.4265701388888836,\u0022playful\u0022:0.14219004629629859}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1076,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:35.072-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-05-02T12:48:35.9155299+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"833cc626241841719a865d45c101d02f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726115131,\u0022msgID\u0022:\u0022mid-3b822a3c-4625-11f1-9659-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-3b3229ce-4625-11f1-aa46-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.4265701388888836,\u0022playful\u0022:0.14219004629629859}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1076,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:35.072-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-05-02T12:48:35.9158374+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"15e7f2752d8947d0bd38993634b1636c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:35.9159913+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"15e7f2752d8947d0bd38993634b1636c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:35.9161396+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"15e7f2752d8947d0bd38993634b1636c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:35.9163846+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"756270ac6c05436eae3a902924b8e504","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:35.9165458+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"756270ac6c05436eae3a902924b8e504","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:35.9166884+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"756270ac6c05436eae3a902924b8e504","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7068318+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"76cda65a67a94c69b9035595f1f4c8b4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7070611+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"76cda65a67a94c69b9035595f1f4c8b4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7828975+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"76cda65a67a94c69b9035595f1f4c8b4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-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-05-02T12:48:39.7834371+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"79c369fb699148b6b7b9aa1d2300db5d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7836471+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"79c369fb699148b6b7b9aa1d2300db5d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7838437+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"79c369fb699148b6b7b9aa1d2300db5d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7843036+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9f5c5ea19e1f404b91fb5fb8fa67873a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4328,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4328}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7844333+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9f5c5ea19e1f404b91fb5fb8fa67873a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4328,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7846077+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9f5c5ea19e1f404b91fb5fb8fa67873a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4328,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7849159+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e2a1de4cde3b4592ac0089f8dab32b34","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4209}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7850161+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e2a1de4cde3b4592ac0089f8dab32b34","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7851821+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e2a1de4cde3b4592ac0089f8dab32b34","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4209,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7855221+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fb39ef8362b640fa9cc6bc923a24d8e1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4182,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4182}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.785693+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fb39ef8362b640fa9cc6bc923a24d8e1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4182,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7858608+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fb39ef8362b640fa9cc6bc923a24d8e1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4182,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7861659+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4be07bf2a3b747e7a399e212436d0946","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7863234+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4be07bf2a3b747e7a399e212436d0946","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7865043+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4be07bf2a3b747e7a399e212436d0946","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7867883+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4e38b16d70f64b269bcd73ffe21ab785","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4187,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4187}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.786925+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4e38b16d70f64b269bcd73ffe21ab785","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4187,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.7870912+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4e38b16d70f64b269bcd73ffe21ab785","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4187,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.8433157+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"50965dbcd7a94e2a826abb3851a5c173","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4291}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.8435118+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"50965dbcd7a94e2a826abb3851a5c173","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:39.8436878+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"50965dbcd7a94e2a826abb3851a5c173","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4291,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:47.0893994+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0151272e45db4a0ca8687541078f3a88","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-3b3229ce-4625-11f1-aa46-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:47.1102469+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"783323c5f91146ccb319572c298cf92c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726127149,\u0022msgID\u0022:\u0022mid-42ac0314-4625-11f1-aef3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-42596f50-4625-11f1-839b-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":"Set and along.","intent":"chat"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:47.1105228+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"783323c5f91146ccb319572c298cf92c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726127149,\u0022msgID\u0022:\u0022mid-42ac0314-4625-11f1-aef3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-42596f50-4625-11f1-839b-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-05-02T12:48:47.1107446+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"783323c5f91146ccb319572c298cf92c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726127149,\u0022msgID\u0022:\u0022mid-42ac0314-4625-11f1-aef3-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-42596f50-4625-11f1-839b-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-05-02T12:48:47.1110752+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"845c928c0eea47389b2b310482360e9c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:47.1112594+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"845c928c0eea47389b2b310482360e9c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:47.1114175+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"845c928c0eea47389b2b310482360e9c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:47.1675067+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"dab7e6bda0824d539bbc5e9dae516264","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726127221,\u0022msgID\u0022:\u0022mid-42b6fdaa-4625-11f1-8551-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-42596f50-4625-11f1-839b-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.42812361111110577,\u0022playful\u0022:0.1427078703703727}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1077,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:47.175-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-42596f50-4625-11f1-839b-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:47.1677575+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"dab7e6bda0824d539bbc5e9dae516264","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726127221,\u0022msgID\u0022:\u0022mid-42b6fdaa-4625-11f1-8551-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-42596f50-4625-11f1-839b-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.42812361111110577,\u0022playful\u0022:0.1427078703703727}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1077,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:47.175-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-05-02T12:48:47.167958+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"dab7e6bda0824d539bbc5e9dae516264","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726127221,\u0022msgID\u0022:\u0022mid-42b6fdaa-4625-11f1-8551-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-42596f50-4625-11f1-839b-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.42812361111110577,\u0022playful\u0022:0.1427078703703727}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1077,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:47.175-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-05-02T12:48:48.0280721+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8e8df8ba68fa4d33ac522aa9032134d2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4321,"ReplyTypes":[],"BufferedAudioBytes":4368,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4321}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:48.0283631+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8e8df8ba68fa4d33ac522aa9032134d2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4321,"ReplyTypes":[],"BufferedAudioBytes":4368,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:48.0286327+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8e8df8ba68fa4d33ac522aa9032134d2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4321,"ReplyTypes":[],"BufferedAudioBytes":4368,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:48.0290518+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d6d4b53002e444e69a0e14b970a58031","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4202}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:48.0291993+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d6d4b53002e444e69a0e14b970a58031","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:48.0294014+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d6d4b53002e444e69a0e14b970a58031","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.6331492+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"08766da95d874308ad87336fb867d8e5","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4200}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.6334+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"08766da95d874308ad87336fb867d8e5","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4200,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8353899+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"08766da95d874308ad87336fb867d8e5","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4200,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8358029+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"55023007af8a4fef8c4d7681b8f44df6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4185}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8360031+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"55023007af8a4fef8c4d7681b8f44df6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8362119+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"55023007af8a4fef8c4d7681b8f44df6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8365662+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"dcd9e8ac6fe543949744f98b8d87dced","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4172}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8366803+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"dcd9e8ac6fe543949744f98b8d87dced","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8368417+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"dcd9e8ac6fe543949744f98b8d87dced","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8371727+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9febe46c90d643deaf9061f1e5e2ba99","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8373177+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9febe46c90d643deaf9061f1e5e2ba99","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8374636+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9febe46c90d643deaf9061f1e5e2ba99","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8377819+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"60dc234c252d403e93b74a7c3a08461b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4265,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4265}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8378874+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"60dc234c252d403e93b74a7c3a08461b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4265,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8380376+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"60dc234c252d403e93b74a7c3a08461b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4265,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8384702+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"021498e9cd904cafb9a24269c7b96625","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4213}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8385819+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"021498e9cd904cafb9a24269c7b96625","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8387327+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"021498e9cd904cafb9a24269c7b96625","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4213,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8390299+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0fc81584e1b5441cbddf525ddbbf4f71","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8391558+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0fc81584e1b5441cbddf525ddbbf4f71","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:51.8393304+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0fc81584e1b5441cbddf525ddbbf4f71","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:56.0999979+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e9bd24238522477798791901023ed7ef","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-42596f50-4625-11f1-839b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:56.1049623+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b9d46f7443824622a5cd2e169ba73f0e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726136162,\u0022msgID\u0022:\u0022mid-480b482e-4625-11f1-b075-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4795ff10-4625-11f1-80c8-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\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":"So, set an alarm.","intent":"alarm_clarify"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:56.1052484+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b9d46f7443824622a5cd2e169ba73f0e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726136162,\u0022msgID\u0022:\u0022mid-480b482e-4625-11f1-b075-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4795ff10-4625-11f1-80c8-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\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-05-02T12:48:56.1054563+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b9d46f7443824622a5cd2e169ba73f0e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726136162,\u0022msgID\u0022:\u0022mid-480b482e-4625-11f1-b075-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4795ff10-4625-11f1-80c8-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\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-05-02T12:48:56.1145893+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"63bff610c3624a04aa3d883c71c50065","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:56.1149127+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"63bff610c3624a04aa3d883c71c50065","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:56.1150984+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"63bff610c3624a04aa3d883c71c50065","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:56.1658395+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"10ce70e398aa42b0b265502343663023","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726136220,\u0022msgID\u0022:\u0022mid-481419ea-4625-11f1-b04c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4795ff10-4625-11f1-80c8-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.42938694444443906,\u0022playful\u0022:0.1431289814814838}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:56.173-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-4795ff10-4625-11f1-80c8-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:56.166147+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"10ce70e398aa42b0b265502343663023","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726136220,\u0022msgID\u0022:\u0022mid-481419ea-4625-11f1-b04c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4795ff10-4625-11f1-80c8-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.42938694444443906,\u0022playful\u0022:0.1431289814814838}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:56.173-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-05-02T12:48:56.1664218+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"10ce70e398aa42b0b265502343663023","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726136220,\u0022msgID\u0022:\u0022mid-481419ea-4625-11f1-b04c-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4795ff10-4625-11f1-80c8-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.42938694444443906,\u0022playful\u0022:0.1431289814814838}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:48:56.173-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-05-02T12:48:57.0338621+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a675d8ea07174a0dbf790a4791f5be47","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:57.0341329+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a675d8ea07174a0dbf790a4791f5be47","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:57.0343744+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a675d8ea07174a0dbf790a4791f5be47","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:57.0678071+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1c1f84cc4cbc47fd83f9bb4c4b1bc2f4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:57.0680604+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1c1f84cc4cbc47fd83f9bb4c4b1bc2f4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:48:57.0682529+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1c1f84cc4cbc47fd83f9bb4c4b1bc2f4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3055574+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ace600f4fda84397a3f1beedfb8c8262","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3057901+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ace600f4fda84397a3f1beedfb8c8262","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.30613+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ace600f4fda84397a3f1beedfb8c8262","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.306439+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"11b9553138744593901e64e74e15a5af","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4215,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4215}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3065742+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"11b9553138744593901e64e74e15a5af","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4215,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3067878+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"11b9553138744593901e64e74e15a5af","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4215,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3071243+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ad165b214c00485181a12f88498fd5bd","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4265,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4265}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3072534+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ad165b214c00485181a12f88498fd5bd","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4265,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3073902+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ad165b214c00485181a12f88498fd5bd","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4265,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3077722+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a9cdfc5f548d40e3ae8129b8dec13311","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3078854+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a9cdfc5f548d40e3ae8129b8dec13311","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3080092+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a9cdfc5f548d40e3ae8129b8dec13311","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3083467+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a7d3d47684eb4bf6ad8e235fe8ed0447","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3084585+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a7d3d47684eb4bf6ad8e235fe8ed0447","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3086125+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a7d3d47684eb4bf6ad8e235fe8ed0447","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3089864+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"dfc6755421274840be90cac33de7c817","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3091183+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"dfc6755421274840be90cac33de7c817","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3093075+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"dfc6755421274840be90cac33de7c817","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3096978+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2de5c8d537a146a684bd77a6c50e27cd","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3098225+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2de5c8d537a146a684bd77a6c50e27cd","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3100362+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2de5c8d537a146a684bd77a6c50e27cd","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3103849+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"89b6708c23c1485abadb5b032d833eed","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4253}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3105076+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"89b6708c23c1485abadb5b032d833eed","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3107104+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"89b6708c23c1485abadb5b032d833eed","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4253,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.311033+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0e33f746d1164e439cf3da2cb1f30fd1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4250}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3111592+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0e33f746d1164e439cf3da2cb1f30fd1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3113419+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0e33f746d1164e439cf3da2cb1f30fd1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3117744+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9162db0d93e949a4b8f377cea2cddd3a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4175,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4175}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3119024+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9162db0d93e949a4b8f377cea2cddd3a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4175,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3233242+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9162db0d93e949a4b8f377cea2cddd3a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4175,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3236242+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9c33a152e36249359597b3c338eecf5a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4268,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4268}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3237491+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9c33a152e36249359597b3c338eecf5a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4268,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3238855+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9c33a152e36249359597b3c338eecf5a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4268,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3241199+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4bd412dfb5094ba9a77f8add76833295","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4246}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3242572+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4bd412dfb5094ba9a77f8add76833295","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3243741+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4bd412dfb5094ba9a77f8add76833295","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4246,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3245986+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e3c1ee53b3074e43910a7f6b885d28ce","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4211,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4211}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3247098+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e3c1ee53b3074e43910a7f6b885d28ce","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4211,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3248575+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e3c1ee53b3074e43910a7f6b885d28ce","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4211,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3250853+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fa3812ff52484d4d91785a6d0d3fe968","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4225}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3251955+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fa3812ff52484d4d91785a6d0d3fe968","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3253434+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fa3812ff52484d4d91785a6d0d3fe968","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3255636+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2088adc78c3c45bea3e069eb02b05a2c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4266}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3256968+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2088adc78c3c45bea3e069eb02b05a2c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:04.3258126+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2088adc78c3c45bea3e069eb02b05a2c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4266,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:07.3757979+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"06a48d9f9dde4a9e8ea2508b13ba2ded","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4795ff10-4625-11f1-80c8-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:07.4111033+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4dd0dcd825b94429820f64a37bf1379d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726147443,\u0022msgID\u0022:\u0022mid-4ec47d2a-4625-11f1-82d1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\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":"740.","intent":"alarm_value"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:07.4113778+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4dd0dcd825b94429820f64a37bf1379d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726147443,\u0022msgID\u0022:\u0022mid-4ec47d2a-4625-11f1-82d1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\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-05-02T12:49:07.4115906+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4dd0dcd825b94429820f64a37bf1379d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726147443,\u0022msgID\u0022:\u0022mid-4ec47d2a-4625-11f1-82d1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\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-05-02T12:49:07.4118467+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1ad0b7d521ac4dea9892db10d0cf0c84","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:07.4120025+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1ad0b7d521ac4dea9892db10d0cf0c84","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:07.4121658+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1ad0b7d521ac4dea9892db10d0cf0c84","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:07.4335207+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f5e222b8d6e24842be8e4642226727a4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726147489,\u0022msgID\u0022:\u0022mid-4ecb93e4-4625-11f1-a7d1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4e4d02fe-4625-11f1-b69c-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.4309377777777722,\u0022playful\u0022:0.14364597222222459}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:07.447-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-4e4d02fe-4625-11f1-b69c-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:07.4337717+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f5e222b8d6e24842be8e4642226727a4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726147489,\u0022msgID\u0022:\u0022mid-4ecb93e4-4625-11f1-a7d1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4e4d02fe-4625-11f1-b69c-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.4309377777777722,\u0022playful\u0022:0.14364597222222459}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:07.447-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-05-02T12:49:07.4339962+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f5e222b8d6e24842be8e4642226727a4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726147489,\u0022msgID\u0022:\u0022mid-4ecb93e4-4625-11f1-a7d1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-4e4d02fe-4625-11f1-b69c-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.4309377777777722,\u0022playful\u0022:0.14364597222222459}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:07.447-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-05-02T12:49:08.0055262+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8463882e90c84d0e8b44b3bc3d7a9745","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:08.0057251+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8463882e90c84d0e8b44b3bc3d7a9745","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:08.0058908+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8463882e90c84d0e8b44b3bc3d7a9745","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:09.0590892+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4b629b4a274d42349fc1a2f0090a5259","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:09.0593131+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4b629b4a274d42349fc1a2f0090a5259","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:09.0594806+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4b629b4a274d42349fc1a2f0090a5259","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8088227+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4d1268cd6013470197c8194fbc49fe60","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4217,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4217}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8090567+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4d1268cd6013470197c8194fbc49fe60","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4217,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8094043+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4d1268cd6013470197c8194fbc49fe60","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4217,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8096887+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f10dc3193a254eed93674faa4198e2bc","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4263,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4263}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8098327+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f10dc3193a254eed93674faa4198e2bc","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4263,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8099772+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f10dc3193a254eed93674faa4198e2bc","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4263,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8102716+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"55a9f353a145425b86544fca52877e74","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8103833+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"55a9f353a145425b86544fca52877e74","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8105312+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"55a9f353a145425b86544fca52877e74","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8108551+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b406fc28701540cd9d97491f0a01231c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4152}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8109677+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b406fc28701540cd9d97491f0a01231c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8111154+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b406fc28701540cd9d97491f0a01231c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8113941+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4ac9efbc90aa4c709c287451087e9ff1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4162,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4162}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8115213+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4ac9efbc90aa4c709c287451087e9ff1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4162,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8116529+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4ac9efbc90aa4c709c287451087e9ff1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4162,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8119308+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"5cbf69e78de04de8bd15fb81c1c2412e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4219}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8120544+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"5cbf69e78de04de8bd15fb81c1c2412e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8121782+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"5cbf69e78de04de8bd15fb81c1c2412e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4219,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8144064+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0598b562bc5743ca8f01d8db3348ef52","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4259}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8145446+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0598b562bc5743ca8f01d8db3348ef52","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8146741+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0598b562bc5743ca8f01d8db3348ef52","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4259,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8149242+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2a8b999c353449fa87ab807738de77ee","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4214,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4214}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8150422+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2a8b999c353449fa87ab807738de77ee","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4214,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:11.8151692+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2a8b999c353449fa87ab807738de77ee","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4214,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:16.1186449+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"692f636599634e4f961a9814de6ae4cf","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-4e4d02fe-4625-11f1-b69c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:16.1739167+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0123fe5180d44f5b91f44dbf1f11dfb4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726156196,\u0022msgID\u0022:\u0022mid-53fc264e-4625-11f1-a1c1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-53758134-4625-11f1-b768-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":null}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:16.1741762+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0123fe5180d44f5b91f44dbf1f11dfb4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726156196,\u0022msgID\u0022:\u0022mid-53fc264e-4625-11f1-a1c1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-53758134-4625-11f1-b768-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-05-02T12:49:16.1744994+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0123fe5180d44f5b91f44dbf1f11dfb4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726156196,\u0022msgID\u0022:\u0022mid-53fc264e-4625-11f1-a1c1-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-53758134-4625-11f1-b768-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-05-02T12:49:16.1747676+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3e83021804d642d6ab6720b9a415df75","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:16.1749012+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3e83021804d642d6ab6720b9a415df75","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:16.1750706+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3e83021804d642d6ab6720b9a415df75","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:16.2618109+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"62043cedc2944c47b3b736a5131d19cb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726156324,\u0022msgID\u0022:\u0022mid-540fa96c-4625-11f1-892e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-53758134-4625-11f1-b768-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.4322040277777721,\u0022playful\u0022:0.14406800925926165}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:16.220-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-53758134-4625-11f1-b768-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:16.2620533+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"62043cedc2944c47b3b736a5131d19cb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726156324,\u0022msgID\u0022:\u0022mid-540fa96c-4625-11f1-892e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-53758134-4625-11f1-b768-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.4322040277777721,\u0022playful\u0022:0.14406800925926165}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:16.220-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-05-02T12:49:16.2622985+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"62043cedc2944c47b3b736a5131d19cb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726156324,\u0022msgID\u0022:\u0022mid-540fa96c-4625-11f1-892e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-53758134-4625-11f1-b768-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.4322040277777721,\u0022playful\u0022:0.14406800925926165}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:16.220-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-05-02T12:49:17.0241129+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b99a4c3d67b04ee5ac6c19d6db6f55d0","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:17.0243705+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b99a4c3d67b04ee5ac6c19d6db6f55d0","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:17.0303895+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b99a4c3d67b04ee5ac6c19d6db6f55d0","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:17.030689+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bbee543bceec4df7af72eba7d2b47866","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:17.0308092+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bbee543bceec4df7af72eba7d2b47866","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:17.0309548+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bbee543bceec4df7af72eba7d2b47866","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:20.8757366+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"267a8e694fbd4826a32468d9197cc85a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:20.8759755+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"267a8e694fbd4826a32468d9197cc85a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0786123+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"267a8e694fbd4826a32468d9197cc85a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-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-05-02T12:49:21.0789024+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b448b2693f834348b1e58ad274968998","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4283,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4283}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0790314+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b448b2693f834348b1e58ad274968998","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4283,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0791624+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b448b2693f834348b1e58ad274968998","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4283,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0794395+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e1eb1484c3b04794a43c4c476ea9b18e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4197,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4197}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0795459+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e1eb1484c3b04794a43c4c476ea9b18e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4197,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0796641+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e1eb1484c3b04794a43c4c476ea9b18e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4197,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0798778+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"7e90c9828dbc4120af48eb1eae8da3d7","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0800015+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"7e90c9828dbc4120af48eb1eae8da3d7","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.08012+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"7e90c9828dbc4120af48eb1eae8da3d7","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0803426+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4f91a061bae24f68b599636ac3d25174","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4242}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0804482+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4f91a061bae24f68b599636ac3d25174","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0805694+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4f91a061bae24f68b599636ac3d25174","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0807738+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"919771b1961b4d62825d2002357e12ab","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0808746+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"919771b1961b4d62825d2002357e12ab","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0809914+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"919771b1961b4d62825d2002357e12ab","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0813044+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3cce705043744f8389b94c4be48ebcec","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0814126+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3cce705043744f8389b94c4be48ebcec","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0815346+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3cce705043744f8389b94c4be48ebcec","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0817949+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e68269b5488646449c5628a800fe916d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4313,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4313}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0818999+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e68269b5488646449c5628a800fe916d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4313,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:21.0820062+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e68269b5488646449c5628a800fe916d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4313,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:31.3135652+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"7ee2a5efaf40465f8ba7f190be3c7bc8","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-53758134-4625-11f1-b768-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:31.3198542+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"822da69ddcfd46dfa0e2b942fba40322","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726171386,\u0022msgID\u0022:\u0022mid-5d0a04cc-4625-11f1-beaf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-5cd03940-4625-11f1-8368-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":"Delete along.","intent":"alarm_delete"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:31.3201073+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"822da69ddcfd46dfa0e2b942fba40322","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726171386,\u0022msgID\u0022:\u0022mid-5d0a04cc-4625-11f1-beaf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-5cd03940-4625-11f1-8368-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-05-02T12:49:31.3203233+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"822da69ddcfd46dfa0e2b942fba40322","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726171386,\u0022msgID\u0022:\u0022mid-5d0a04cc-4625-11f1-beaf-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-5cd03940-4625-11f1-8368-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-05-02T12:49:31.3301416+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"229f68a963d7414aaf36c2da5697a36c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:31.3304252+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"229f68a963d7414aaf36c2da5697a36c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:31.3306159+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"229f68a963d7414aaf36c2da5697a36c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:32.051479+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"83ae3f27444f45a2ae9809dc909324f0","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726171557,\u0022msgID\u0022:\u0022mid-5d2407c8-4625-11f1-a5f7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-5cd03940-4625-11f1-8368-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.4343087499999943,\u0022playful\u0022:0.14476958333333574}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1086,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:31.436-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-5cd03940-4625-11f1-8368-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:32.0517883+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"83ae3f27444f45a2ae9809dc909324f0","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726171557,\u0022msgID\u0022:\u0022mid-5d2407c8-4625-11f1-a5f7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-5cd03940-4625-11f1-8368-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.4343087499999943,\u0022playful\u0022:0.14476958333333574}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1086,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:31.436-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-05-02T12:49:32.0520579+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"83ae3f27444f45a2ae9809dc909324f0","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726171557,\u0022msgID\u0022:\u0022mid-5d2407c8-4625-11f1-a5f7-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-5cd03940-4625-11f1-8368-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.4343087499999943,\u0022playful\u0022:0.14476958333333574}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1086,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:31.436-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-05-02T12:49:32.0523735+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3428fe1e7b0043a5b51a71c33a6c98b6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4284}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:32.0525168+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3428fe1e7b0043a5b51a71c33a6c98b6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:32.0526747+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3428fe1e7b0043a5b51a71c33a6c98b6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:33.0510523+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"86663582f34e4f68b48f526487d4b894","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:33.0512854+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"86663582f34e4f68b48f526487d4b894","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:33.0514672+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"86663582f34e4f68b48f526487d4b894","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.7544717+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"82288ffd09ae4fbe8571a80133bffd7f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.7547128+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"82288ffd09ae4fbe8571a80133bffd7f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9559074+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"82288ffd09ae4fbe8571a80133bffd7f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":["LISTEN","EOS","SKILL_REDIRECT","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9564471+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"03d5d25529b94a51aef7034c75e74c3b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.956621+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"03d5d25529b94a51aef7034c75e74c3b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9568016+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"03d5d25529b94a51aef7034c75e74c3b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9571015+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fe2a54a0a1344863822c917a431c95ad","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4196,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4196}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9572544+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fe2a54a0a1344863822c917a431c95ad","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4196,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9574344+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fe2a54a0a1344863822c917a431c95ad","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4196,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9577265+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6e0f646a866a4fa59e9a8a9cb2f5e17e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4282,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4282}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9578597+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6e0f646a866a4fa59e9a8a9cb2f5e17e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4282,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9580139+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6e0f646a866a4fa59e9a8a9cb2f5e17e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4282,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9583196+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0897ffaadc884b909cbc6347ac330da5","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9584552+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0897ffaadc884b909cbc6347ac330da5","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9586193+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0897ffaadc884b909cbc6347ac330da5","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9589232+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"be3727ebbfcc4bf9b8be7476375e361b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9590565+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"be3727ebbfcc4bf9b8be7476375e361b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9592144+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"be3727ebbfcc4bf9b8be7476375e361b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9595859+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0d726f9d1b764b53bb742c5d83dca5ac","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9597133+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0d726f9d1b764b53bb742c5d83dca5ac","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:35.9598692+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0d726f9d1b764b53bb742c5d83dca5ac","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:39.111755+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"06cc170e95294fd5b06b3897a7372cd7","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-5cd03940-4625-11f1-8368-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:39.1177983+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"35833082e18d4e48a8cbcae363ff460e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726179186,\u0022msgID\u0022:\u0022mid-61b02ace-4625-11f1-b820-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-617b548e-4625-11f1-9751-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\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":"Set and alarm for sale.","intent":"alarm_clarify"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:39.118034+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"35833082e18d4e48a8cbcae363ff460e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726179186,\u0022msgID\u0022:\u0022mid-61b02ace-4625-11f1-b820-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-617b548e-4625-11f1-9751-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\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-05-02T12:49:39.1181885+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"35833082e18d4e48a8cbcae363ff460e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726179186,\u0022msgID\u0022:\u0022mid-61b02ace-4625-11f1-b820-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-617b548e-4625-11f1-9751-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\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-05-02T12:49:39.131591+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6d454d0edbec4e778762e019e027060d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:39.1318814+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6d454d0edbec4e778762e019e027060d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:39.1320727+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6d454d0edbec4e778762e019e027060d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:39.2309079+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"22fffba321ea43d58b8e301b4e3da6d4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726179298,\u0022msgID\u0022:\u0022mid-61c14e44-4625-11f1-bdea-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-617b548e-4625-11f1-9751-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.43543055555555,\u0022playful\u0022:0.14514351851852093}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1086,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:39.213-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-617b548e-4625-11f1-9751-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:39.2311589+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"22fffba321ea43d58b8e301b4e3da6d4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726179298,\u0022msgID\u0022:\u0022mid-61c14e44-4625-11f1-bdea-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-617b548e-4625-11f1-9751-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.43543055555555,\u0022playful\u0022:0.14514351851852093}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1086,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:39.213-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-05-02T12:49:39.231452+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"22fffba321ea43d58b8e301b4e3da6d4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726179298,\u0022msgID\u0022:\u0022mid-61c14e44-4625-11f1-bdea-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-617b548e-4625-11f1-9751-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.43543055555555,\u0022playful\u0022:0.14514351851852093}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022entityId\u0022:1086,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:39.213-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-05-02T12:49:40.06342+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"21e843d0cebe48dab6fc03401088a050","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:40.0636216+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"21e843d0cebe48dab6fc03401088a050","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:40.0637691+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"21e843d0cebe48dab6fc03401088a050","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:40.0678039+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8eb5784a92ee468aaf5b91359d3a9c53","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:40.0680399+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8eb5784a92ee468aaf5b91359d3a9c53","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:40.0682023+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8eb5784a92ee468aaf5b91359d3a9c53","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1444788+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"226cb3df47b44543bf0eb2a293c50229","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1447+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"226cb3df47b44543bf0eb2a293c50229","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1449855+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"226cb3df47b44543bf0eb2a293c50229","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1452794+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"624d570d9bfa42bdafcbf6d0f0fafdef","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1453959+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"624d570d9bfa42bdafcbf6d0f0fafdef","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1455318+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"624d570d9bfa42bdafcbf6d0f0fafdef","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1457807+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"164576617fa24831a2afa6cedc23b5b4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1458932+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"164576617fa24831a2afa6cedc23b5b4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1460151+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"164576617fa24831a2afa6cedc23b5b4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1463116+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"82d6eaff0aa247a6a3888ff1eec80ea8","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.146416+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"82d6eaff0aa247a6a3888ff1eec80ea8","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1465645+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"82d6eaff0aa247a6a3888ff1eec80ea8","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.146808+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9f131ae64dcb429cb22593833c0ad9bb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4251,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4251}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1469177+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9f131ae64dcb429cb22593833c0ad9bb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4251,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1470566+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9f131ae64dcb429cb22593833c0ad9bb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4251,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1473339+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"238ffab8d6034bfcb8dcff7c705ba275","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4244}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1474454+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"238ffab8d6034bfcb8dcff7c705ba275","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.147567+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"238ffab8d6034bfcb8dcff7c705ba275","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4244,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1478068+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0d13a1210c7e44b79ef553f3c7df4256","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4232}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1479076+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0d13a1210c7e44b79ef553f3c7df4256","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1480235+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0d13a1210c7e44b79ef553f3c7df4256","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4232,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1482575+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3001cc905cea4f17b781f4d2635ea843","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4202}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1483592+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3001cc905cea4f17b781f4d2635ea843","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1484771+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3001cc905cea4f17b781f4d2635ea843","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1487146+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"41c60e78c89c4126b9a27c62ff172aa2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4201,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4201}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1488223+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"41c60e78c89c4126b9a27c62ff172aa2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4201,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1489451+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"41c60e78c89c4126b9a27c62ff172aa2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4201,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1491835+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a8f99870ca4d4d1fb370062dc47829dd","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4156}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1493157+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a8f99870ca4d4d1fb370062dc47829dd","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.149424+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a8f99870ca4d4d1fb370062dc47829dd","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4156,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1496179+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"04150aab82aa425490f65b6006aa7251","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4223,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4223}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1497327+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"04150aab82aa425490f65b6006aa7251","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4223,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1498429+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"04150aab82aa425490f65b6006aa7251","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4223,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1500501+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"edda9c39aecc478bb76d2e9ee71843e4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4202}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1501608+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"edda9c39aecc478bb76d2e9ee71843e4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1503043+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"edda9c39aecc478bb76d2e9ee71843e4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4202,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1505284+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"5df2e9bfa4ae4a35b5b6377669678938","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4201,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4201}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1506361+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"5df2e9bfa4ae4a35b5b6377669678938","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4201,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1507526+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"5df2e9bfa4ae4a35b5b6377669678938","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4201,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1510056+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"18adcfafdf3d4aef84ee851e9ab5be09","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4152}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1511178+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"18adcfafdf3d4aef84ee851e9ab5be09","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.151253+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"18adcfafdf3d4aef84ee851e9ab5be09","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1514352+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0dea55076e934ff7827a10f5f6e08044","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1515497+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0dea55076e934ff7827a10f5f6e08044","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.151653+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0dea55076e934ff7827a10f5f6e08044","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1519307+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"dc2eb642c2644446a08228da17b63ada","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1520399+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"dc2eb642c2644446a08228da17b63ada","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:48.1521657+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"dc2eb642c2644446a08228da17b63ada","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:50.7374157+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"411a81c6b2544c9f8978535bee1130bd","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-617b548e-4625-11f1-9751-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:50.7434738+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3ae725181de14089a8e17f9332b1932e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726190760,\u0022msgID\u0022:\u0022mid-6896384c-4625-11f1-9ce8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6884f208-4625-11f1-b481-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\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":"7.5.","intent":"alarm_value"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:50.7436991+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3ae725181de14089a8e17f9332b1932e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726190760,\u0022msgID\u0022:\u0022mid-6896384c-4625-11f1-9ce8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6884f208-4625-11f1-b481-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\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-05-02T12:49:50.7438632+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3ae725181de14089a8e17f9332b1932e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726190760,\u0022msgID\u0022:\u0022mid-6896384c-4625-11f1-9ce8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6884f208-4625-11f1-b481-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\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-05-02T12:49:50.7442162+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3db9379339994c4d89f14d1b6c314a42","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:50.7443628+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3db9379339994c4d89f14d1b6c314a42","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:50.7444811+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3db9379339994c4d89f14d1b6c314a42","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:50.8209985+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bfb4c51485574ed49a2bfe5d0ca2d845","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726190836,\u0022msgID\u0022:\u0022mid-68a1e052-4625-11f1-9331-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6884f208-4625-11f1-b481-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.43697555555554998,\u0022playful\u0022:0.14565851851852094}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:50.781-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-6884f208-4625-11f1-b481-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:50.8212979+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bfb4c51485574ed49a2bfe5d0ca2d845","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726190836,\u0022msgID\u0022:\u0022mid-68a1e052-4625-11f1-9331-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6884f208-4625-11f1-b481-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.43697555555554998,\u0022playful\u0022:0.14565851851852094}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:50.781-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-05-02T12:49:50.8214857+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bfb4c51485574ed49a2bfe5d0ca2d845","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726190836,\u0022msgID\u0022:\u0022mid-68a1e052-4625-11f1-9331-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6884f208-4625-11f1-b481-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.43697555555554998,\u0022playful\u0022:0.14565851851852094}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:50.781-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-05-02T12:49:51.1799873+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c79ab394f8cd4448a2c7cb91da032e98","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4296,"ReplyTypes":[],"BufferedAudioBytes":4343,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4296}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:51.1809847+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c79ab394f8cd4448a2c7cb91da032e98","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4296,"ReplyTypes":[],"BufferedAudioBytes":4343,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:51.1811636+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c79ab394f8cd4448a2c7cb91da032e98","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4296,"ReplyTypes":[],"BufferedAudioBytes":4343,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:52.1060938+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d7d02c6823204dcc95ca068c9fc5568e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":8585,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4242}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:52.1063519+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d7d02c6823204dcc95ca068c9fc5568e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":8585,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:52.1065264+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d7d02c6823204dcc95ca068c9fc5568e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4242,"ReplyTypes":[],"BufferedAudioBytes":8585,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.7856778+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0f668951be6b41f09aad5774842842b7","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4226,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4226}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.7858986+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0f668951be6b41f09aad5774842842b7","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4226,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.7862527+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0f668951be6b41f09aad5774842842b7","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4226,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.7865935+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1f9f672443ed4e69a8d3538e684f5251","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4208}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.786767+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1f9f672443ed4e69a8d3538e684f5251","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.7869207+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1f9f672443ed4e69a8d3538e684f5251","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4208,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.7871836+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9c771fb484ea4ae7b9590943d33cf76b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4268,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4268}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.7873202+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9c771fb484ea4ae7b9590943d33cf76b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4268,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.7874287+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9c771fb484ea4ae7b9590943d33cf76b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4268,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.787611+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f38e9d77281b45d9920e3bc807ef14f4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.7877316+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f38e9d77281b45d9920e3bc807ef14f4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.7878446+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f38e9d77281b45d9920e3bc807ef14f4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.7955892+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ad3b5c374e5c4248a55826c1364b4b9d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.795776+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ad3b5c374e5c4248a55826c1364b4b9d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.7959489+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ad3b5c374e5c4248a55826c1364b4b9d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.8019143+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c305f3aa28d740eaa81149a4ea3c2dcb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4169,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4169}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.8021029+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c305f3aa28d740eaa81149a4ea3c2dcb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4169,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:54.8022876+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c305f3aa28d740eaa81149a4ea3c2dcb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4169,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:58.4699085+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e5cf664f207a4671880c2df526dd9a47","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6884f208-4625-11f1-b481-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:58.4745569+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2b30a588eba449cba4619de3e2482cf2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726198471,\u0022msgID\u0022:\u0022mid-6d2ec856-4625-11f1-bc5b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6ce1317c-4625-11f1-b548-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":null}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:58.4763648+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2b30a588eba449cba4619de3e2482cf2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726198471,\u0022msgID\u0022:\u0022mid-6d2ec856-4625-11f1-bc5b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6ce1317c-4625-11f1-b548-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-05-02T12:49:58.4765151+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2b30a588eba449cba4619de3e2482cf2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726198471,\u0022msgID\u0022:\u0022mid-6d2ec856-4625-11f1-bc5b-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6ce1317c-4625-11f1-b548-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-05-02T12:49:58.4777501+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0f43c2edf97442c0b939b4dcdadb3a60","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:58.4779626+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0f43c2edf97442c0b939b4dcdadb3a60","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:58.4781402+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0f43c2edf97442c0b939b4dcdadb3a60","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:58.5255308+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3ffacfd58eab41078d9ce08171e2c8ba","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726198521,\u0022msgID\u0022:\u0022mid-6d367e34-4625-11f1-b31e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6ce1317c-4625-11f1-b548-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.43809805555554989,\u0022playful\u0022:0.1460326851851876}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:58.479-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-6ce1317c-4625-11f1-b548-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:58.5258514+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3ffacfd58eab41078d9ce08171e2c8ba","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726198521,\u0022msgID\u0022:\u0022mid-6d367e34-4625-11f1-b31e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6ce1317c-4625-11f1-b548-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.43809805555554989,\u0022playful\u0022:0.1460326851851876}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:58.479-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-05-02T12:49:58.5260689+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3ffacfd58eab41078d9ce08171e2c8ba","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726198521,\u0022msgID\u0022:\u0022mid-6d367e34-4625-11f1-b31e-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-6ce1317c-4625-11f1-b548-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.43809805555554989,\u0022playful\u0022:0.1460326851851876}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:49:58.479-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-05-02T12:49:59.1267852+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2610c1a8ac1247c18895eb898a7ef203","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:59.1270531+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2610c1a8ac1247c18895eb898a7ef203","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:49:59.1273449+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2610c1a8ac1247c18895eb898a7ef203","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:00.1328875+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"61ca360e4d6d4839829cc85902a8aada","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4238}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:00.1331202+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"61ca360e4d6d4839829cc85902a8aada","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:00.1333632+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"61ca360e4d6d4839829cc85902a8aada","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.7305802+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ac1699a83ab941e3902f6f149ed0fa2e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.7307694+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ac1699a83ab941e3902f6f149ed0fa2e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9317915+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ac1699a83ab941e3902f6f149ed0fa2e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-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-05-02T12:50:02.9322144+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3b1827193d0b48b8897ac85728ac3e9d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9324741+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3b1827193d0b48b8897ac85728ac3e9d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9326834+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3b1827193d0b48b8897ac85728ac3e9d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9329756+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a3316d1555394986bc0f49d5bb22a5da","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9331237+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a3316d1555394986bc0f49d5bb22a5da","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9332746+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a3316d1555394986bc0f49d5bb22a5da","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9335262+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"90c30e90315042868873854eb8626b1c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9336744+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"90c30e90315042868873854eb8626b1c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9338179+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"90c30e90315042868873854eb8626b1c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9340692+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"58cb7f2976894b72bc4e68fdc5933926","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9342139+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"58cb7f2976894b72bc4e68fdc5933926","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9343806+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"58cb7f2976894b72bc4e68fdc5933926","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9346297+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bcf54774d3654f21993b8b20cba2ca6e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4251,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4251}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9347766+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bcf54774d3654f21993b8b20cba2ca6e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4251,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9349535+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bcf54774d3654f21993b8b20cba2ca6e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4251,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9352392+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0c931cb27b4d4c9e96531f61d96f4ca3","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4301,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4301}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9353603+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0c931cb27b4d4c9e96531f61d96f4ca3","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4301,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:02.9354738+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0c931cb27b4d4c9e96531f61d96f4ca3","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4301,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:06.2730575+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"82cd87687b224fa7b4df7689d689ae2c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-6ce1317c-4625-11f1-b548-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:06.2912844+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ae781fd05bd143e58b6febcb65d63543","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726206264,\u0022msgID\u0022:\u0022mid-71d3fa66-4625-11f1-8bd6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-71a5d870-4625-11f1-baea-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":"Delete alarm.","intent":"alarm_delete"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:06.2916511+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ae781fd05bd143e58b6febcb65d63543","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726206264,\u0022msgID\u0022:\u0022mid-71d3fa66-4625-11f1-8bd6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-71a5d870-4625-11f1-baea-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-05-02T12:50:06.2918258+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ae781fd05bd143e58b6febcb65d63543","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726206264,\u0022msgID\u0022:\u0022mid-71d3fa66-4625-11f1-8bd6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-71a5d870-4625-11f1-baea-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-05-02T12:50:06.2920705+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a32cc6178dca45caac2835393ada5661","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:06.2922438+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a32cc6178dca45caac2835393ada5661","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:06.2923919+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a32cc6178dca45caac2835393ada5661","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:06.4749998+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9760c931097c43e08208a721b5ba1ebf","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726206436,\u0022msgID\u0022:\u0022mid-71ee25e4-4625-11f1-a091-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-71a5d870-4625-11f1-baea-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.43922458333332767,\u0022playful\u0022:0.1464081944444469}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1094,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:06.386-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-71a5d870-4625-11f1-baea-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:06.4752392+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9760c931097c43e08208a721b5ba1ebf","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726206436,\u0022msgID\u0022:\u0022mid-71ee25e4-4625-11f1-a091-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-71a5d870-4625-11f1-baea-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.43922458333332767,\u0022playful\u0022:0.1464081944444469}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1094,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:06.386-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-05-02T12:50:06.4754086+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9760c931097c43e08208a721b5ba1ebf","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726206436,\u0022msgID\u0022:\u0022mid-71ee25e4-4625-11f1-a091-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-71a5d870-4625-11f1-baea-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.43922458333332767,\u0022playful\u0022:0.1464081944444469}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1094,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:06.386-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-05-02T12:50:07.1408613+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e4675c950944471d866004c3846c668f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4297,"ReplyTypes":[],"BufferedAudioBytes":4344,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4297}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:07.1411373+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e4675c950944471d866004c3846c668f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4297,"ReplyTypes":[],"BufferedAudioBytes":4344,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:07.1414747+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e4675c950944471d866004c3846c668f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4297,"ReplyTypes":[],"BufferedAudioBytes":4344,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:07.1698142+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1212d3acdf07405f804e873017016551","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":8616,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4272}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:07.1700407+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1212d3acdf07405f804e873017016551","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":8616,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:07.1702181+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1212d3acdf07405f804e873017016551","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4272,"ReplyTypes":[],"BufferedAudioBytes":8616,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.0445222+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"cde90c7b838947b9b914112ce821fb9f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4193,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4193}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.0447157+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"cde90c7b838947b9b914112ce821fb9f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4193,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.1208861+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"cde90c7b838947b9b914112ce821fb9f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4193,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.1213394+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d96915305d574317a98c4ec9c6f82c64","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.1215233+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d96915305d574317a98c4ec9c6f82c64","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.121728+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d96915305d574317a98c4ec9c6f82c64","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.1221054+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fbf861d73d144fea89484d3ee86451c1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4225}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.1222468+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fbf861d73d144fea89484d3ee86451c1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.1224044+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fbf861d73d144fea89484d3ee86451c1","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4225,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.1226923+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0834ad3b6e6c45c080ac74c558e174be","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4255,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4255}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.1228392+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0834ad3b6e6c45c080ac74c558e174be","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4255,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.1230005+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0834ad3b6e6c45c080ac74c558e174be","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4255,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.1233001+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0c1e020145924561a899299680ffd687","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.1234305+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0c1e020145924561a899299680ffd687","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.123586+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0c1e020145924561a899299680ffd687","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.1238738+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"aa3c28b8cc314fde817d2518f749d3fe","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.1240062+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"aa3c28b8cc314fde817d2518f749d3fe","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.1241596+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"aa3c28b8cc314fde817d2518f749d3fe","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.1244399+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b329537a22f34d878d6f0db3139c4c67","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.124577+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b329537a22f34d878d6f0db3139c4c67","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:11.1247371+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b329537a22f34d878d6f0db3139c4c67","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:16.2593209+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"27da3593273b4aa6ad7ed81e6c944998","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-71a5d870-4625-11f1-baea-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:16.2645721+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"99a58135eb004849892f10d78b8ed307","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726216233,\u0022msgID\u0022:\u0022mid-77c51432-4625-11f1-a935-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-77289968-4625-11f1-b217-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":"So, set in the light.","intent":"chat"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:16.2656558+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"99a58135eb004849892f10d78b8ed307","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726216233,\u0022msgID\u0022:\u0022mid-77c51432-4625-11f1-a935-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-77289968-4625-11f1-b217-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-05-02T12:50:16.2658342+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"99a58135eb004849892f10d78b8ed307","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726216233,\u0022msgID\u0022:\u0022mid-77c51432-4625-11f1-a935-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-77289968-4625-11f1-b217-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-05-02T12:50:16.2736226+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fb5b595d8761427fb08b653417f470a5","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:16.2738513+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fb5b595d8761427fb08b653417f470a5","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:16.2740421+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fb5b595d8761427fb08b653417f470a5","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:16.3359133+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9aec8b2182054326ba3bed9925c72dc8","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726216302,\u0022msgID\u0022:\u0022mid-77cfa190-4625-11f1-b309-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-77289968-4625-11f1-b217-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.4406294444444387,\u0022playful\u0022:0.14687648148148395}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1095,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:16.243-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-77289968-4625-11f1-b217-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:16.3361871+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9aec8b2182054326ba3bed9925c72dc8","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726216302,\u0022msgID\u0022:\u0022mid-77cfa190-4625-11f1-b309-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-77289968-4625-11f1-b217-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.4406294444444387,\u0022playful\u0022:0.14687648148148395}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1095,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:16.243-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-05-02T12:50:16.3364309+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9aec8b2182054326ba3bed9925c72dc8","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726216302,\u0022msgID\u0022:\u0022mid-77cfa190-4625-11f1-b309-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-77289968-4625-11f1-b217-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.4406294444444387,\u0022playful\u0022:0.14687648148148395}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1095,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:16.243-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-05-02T12:50:17.1663474+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e6a0b6c27d4943d39e67ddf4f0fe1ead","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4284}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:17.166582+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e6a0b6c27d4943d39e67ddf4f0fe1ead","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:17.1667358+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e6a0b6c27d4943d39e67ddf4f0fe1ead","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4284,"ReplyTypes":[],"BufferedAudioBytes":4331,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:17.1670185+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c7119a13e70e4cef92781a8c623d7320","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:17.1671804+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c7119a13e70e4cef92781a8c623d7320","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:17.1673391+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c7119a13e70e4cef92781a8c623d7320","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:20.8280983+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"11fdde84d2224d8c8d49da07b9c5b1de","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:20.8283281+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"11fdde84d2224d8c8d49da07b9c5b1de","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0298635+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"11fdde84d2224d8c8d49da07b9c5b1de","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-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-05-02T12:50:21.0302035+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"241d2fe0898945318426ae2b985d57e0","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4158,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4158}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.030487+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"241d2fe0898945318426ae2b985d57e0","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4158,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0307036+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"241d2fe0898945318426ae2b985d57e0","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4158,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0310278+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"92d00a60a8f74cd1a17e65f35b79b104","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4160,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4160}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0311368+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"92d00a60a8f74cd1a17e65f35b79b104","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4160,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0312864+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"92d00a60a8f74cd1a17e65f35b79b104","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4160,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0316735+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"7675235b3d5f4086a444f98d63b85b79","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0317949+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"7675235b3d5f4086a444f98d63b85b79","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0319541+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"7675235b3d5f4086a444f98d63b85b79","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0323112+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"16a23bd64b5d4c80a3f22b1a4b5fc296","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0324203+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"16a23bd64b5d4c80a3f22b1a4b5fc296","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0325638+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"16a23bd64b5d4c80a3f22b1a4b5fc296","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0329344+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"357d18c9019d457a90b84a86599876c6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0330509+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"357d18c9019d457a90b84a86599876c6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0331932+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"357d18c9019d457a90b84a86599876c6","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0335956+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a21a17a788f5402e84fee95ca0c0a306","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0337284+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a21a17a788f5402e84fee95ca0c0a306","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.033861+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a21a17a788f5402e84fee95ca0c0a306","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.034074+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4725f3720582435a91bf705903a93d9e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0341842+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4725f3720582435a91bf705903a93d9e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:21.0343377+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4725f3720582435a91bf705903a93d9e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:24.3312176+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"7dffc49e5c304e10b995326e3c8a527d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-77289968-4625-11f1-b217-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:24.3421638+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3523666017e94dce8470043624c5275f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726224302,\u0022msgID\u0022:\u0022mid-7c94453c-4625-11f1-a913-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\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":"Set an alarm for sale.","intent":"alarm_clarify"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:24.3424974+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3523666017e94dce8470043624c5275f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726224302,\u0022msgID\u0022:\u0022mid-7c94453c-4625-11f1-a913-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\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-05-02T12:50:24.3427081+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3523666017e94dce8470043624c5275f","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726224302,\u0022msgID\u0022:\u0022mid-7c94453c-4625-11f1-a913-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_set_value\u0022,\u0022globals/gui_nav\u0022,\u0022globals/mim_repeat\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-05-02T12:50:24.3514922+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fd61b8e27d6a4101b4f6126b458e02a9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:24.3516888+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fd61b8e27d6a4101b4f6126b458e02a9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:24.3518423+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fd61b8e27d6a4101b4f6126b458e02a9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:25.174528+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2afbd895998645f88026ab95755d216d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726224409,\u0022msgID\u0022:\u0022mid-7ca49d1a-4625-11f1-9f85-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7c76d830-4625-11f1-bc3b-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.441751527777772,\u0022playful\u0022:0.14725050925926173}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1095,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:24.332-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-7c76d830-4625-11f1-bc3b-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:25.1748677+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2afbd895998645f88026ab95755d216d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726224409,\u0022msgID\u0022:\u0022mid-7ca49d1a-4625-11f1-9f85-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7c76d830-4625-11f1-bc3b-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.441751527777772,\u0022playful\u0022:0.14725050925926173}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1095,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:24.332-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-05-02T12:50:25.1751049+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"2afbd895998645f88026ab95755d216d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726224409,\u0022msgID\u0022:\u0022mid-7ca49d1a-4625-11f1-9f85-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-7c76d830-4625-11f1-bc3b-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.441751527777772,\u0022playful\u0022:0.14725050925926173}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1095,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:24.332-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-05-02T12:50:25.175434+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"37022901588f4ca5873a78c00c33902d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:25.1756077+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"37022901588f4ca5873a78c00c33902d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:25.1757432+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"37022901588f4ca5873a78c00c33902d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:25.1892524+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e6e0d7a505f94ef4856adbaffe1a8592","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:25.189463+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e6e0d7a505f94ef4856adbaffe1a8592","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:25.1896056+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"e6e0d7a505f94ef4856adbaffe1a8592","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8279671+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c8dc852030a54eebab58330664e0d435","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8281468+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c8dc852030a54eebab58330664e0d435","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8284956+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c8dc852030a54eebab58330664e0d435","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":["LISTEN","EOS"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8288121+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ea2b209c29a0443aa70eab3e2ef33c79","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8289429+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ea2b209c29a0443aa70eab3e2ef33c79","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8290725+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"ea2b209c29a0443aa70eab3e2ef33c79","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8293341+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f8124a7595504b0dafc9118e12e98e91","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8294395+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f8124a7595504b0dafc9118e12e98e91","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.829557+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f8124a7595504b0dafc9118e12e98e91","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8298011+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6668e9a08ef844e8a0655c6118785aac","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4258}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8299025+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6668e9a08ef844e8a0655c6118785aac","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8300271+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"6668e9a08ef844e8a0655c6118785aac","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4258,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8303087+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a3083939ed9642e0af5fe8bbd1dc8a4d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4220}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8304097+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a3083939ed9642e0af5fe8bbd1dc8a4d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8305257+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a3083939ed9642e0af5fe8bbd1dc8a4d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4220,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8307457+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c654479e36614542ab964442439dde98","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4260}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8308751+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c654479e36614542ab964442439dde98","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8309956+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c654479e36614542ab964442439dde98","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4260,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8312878+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"58376d464cd44941a42a7471b1c39364","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4228}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8314084+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"58376d464cd44941a42a7471b1c39364","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8315433+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"58376d464cd44941a42a7471b1c39364","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4228,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8317959+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"927c8f141a32431fbecb217d1222b461","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4229,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4229}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8319063+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"927c8f141a32431fbecb217d1222b461","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4229,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8320423+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"927c8f141a32431fbecb217d1222b461","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4229,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8323582+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"aec514165b7946bf8135cdd95a6a9f49","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4196,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4196}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8324628+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"aec514165b7946bf8135cdd95a6a9f49","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4196,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8325885+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"aec514165b7946bf8135cdd95a6a9f49","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4196,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8328466+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"15c1f3dbc4db4812b821dfc8a3b6d17e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4280}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8329565+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"15c1f3dbc4db4812b821dfc8a3b6d17e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8330752+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"15c1f3dbc4db4812b821dfc8a3b6d17e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4280,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8333254+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a469dd6964714c2c80735c72fea1cb5a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8334356+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a469dd6964714c2c80735c72fea1cb5a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.833531+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a469dd6964714c2c80735c72fea1cb5a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8337753+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"12c308e8003346699b4b62f9513c2a02","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4238}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.833885+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"12c308e8003346699b4b62f9513c2a02","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8339914+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"12c308e8003346699b4b62f9513c2a02","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8342882+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d5878904732944b0a9a903336c984c88","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4238}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8343893+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d5878904732944b0a9a903336c984c88","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8345274+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"d5878904732944b0a9a903336c984c88","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8412012+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"68e17b99cc984b9ab3ff5e572206af24","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4240}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8413475+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"68e17b99cc984b9ab3ff5e572206af24","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:32.8414751+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"68e17b99cc984b9ab3ff5e572206af24","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4240,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:36.1949196+00:00","EventType":"connection_closed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"80dbc7ecaf8b4e5187042f247ef69450","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-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-05-02T12:50:36.2965098+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"b7da615efe44466d85321a04901d8df9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-7c76d830-4625-11f1-bc3b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:36.3036719+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1045f9de97f445f88c2731e8dd984318","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726236258,\u0022msgID\u0022:\u0022mid-83b49506-4625-11f1-b300-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\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":"7, 15.","intent":"alarm_value"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:36.3039062+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1045f9de97f445f88c2731e8dd984318","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726236258,\u0022msgID\u0022:\u0022mid-83b49506-4625-11f1-b300-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\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-05-02T12:50:36.3040571+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1045f9de97f445f88c2731e8dd984318","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726236258,\u0022msgID\u0022:\u0022mid-83b49506-4625-11f1-b300-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:false,\u0022rules\u0022:[\u0022clock/alarm_timer_okay\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-05-02T12:50:36.304366+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9cc1c16fb38c4a6098018ec4ad2b4550","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:36.3045168+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9cc1c16fb38c4a6098018ec4ad2b4550","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:36.3046736+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9cc1c16fb38c4a6098018ec4ad2b4550","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:36.3560684+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c2ab3e8019c04b85814e569ed44b562d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726236309,\u0022msgID\u0022:\u0022mid-83bc6452-4625-11f1-bf00-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8323e4ca-4625-11f1-a63e-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.4432983333333275,\u0022playful\u0022:0.1477661111111136}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:36.263-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-8323e4ca-4625-11f1-a63e-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:36.3563215+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c2ab3e8019c04b85814e569ed44b562d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726236309,\u0022msgID\u0022:\u0022mid-83bc6452-4625-11f1-bf00-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8323e4ca-4625-11f1-a63e-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.4432983333333275,\u0022playful\u0022:0.1477661111111136}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:36.263-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-05-02T12:50:36.3565146+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c2ab3e8019c04b85814e569ed44b562d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726236309,\u0022msgID\u0022:\u0022mid-83bc6452-4625-11f1-bf00-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8323e4ca-4625-11f1-a63e-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.4432983333333275,\u0022playful\u0022:0.1477661111111136}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:36.263-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-05-02T12:50:37.1889232+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8b5eed699af4432ba4833dc93fd4ffdd","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:37.1891399+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8b5eed699af4432ba4833dc93fd4ffdd","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:37.1893043+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"8b5eed699af4432ba4833dc93fd4ffdd","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:37.1895637+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4234a808089141e18e66cd9bf757a016","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:37.1897017+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4234a808089141e18e66cd9bf757a016","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:37.1898324+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4234a808089141e18e66cd9bf757a016","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:37.2954616+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"28a7701b159c4252a8fde1d04b889e62","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8323e4ca-4625-11f1-a63e-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":8572,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:37.3085776+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a921801d4f5445f9a8e26343d3407225","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726237254,\u0022msgID\u0022:\u0022mid-844c9252-4625-11f1-99f4-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-84371134-4625-11f1-880a-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":"7, 15.","intent":"alarm_value"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:37.3088303+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a921801d4f5445f9a8e26343d3407225","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726237254,\u0022msgID\u0022:\u0022mid-844c9252-4625-11f1-99f4-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-84371134-4625-11f1-880a-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-05-02T12:50:37.3090097+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a921801d4f5445f9a8e26343d3407225","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726237254,\u0022msgID\u0022:\u0022mid-844c9252-4625-11f1-99f4-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-84371134-4625-11f1-880a-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-05-02T12:50:37.3219214+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"041244ae4e6a49c08dfcae8d8be713e5","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:37.322142+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"041244ae4e6a49c08dfcae8d8be713e5","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:37.3223905+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"041244ae4e6a49c08dfcae8d8be713e5","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:38.1908558+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9a39a30fd1e749a9a149aa14128d12cb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726237584,\u0022msgID\u0022:\u0022mid-847f0246-4625-11f1-8872-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-84371134-4625-11f1-880a-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.4435808333333275,\u0022playful\u0022:0.14786027777778028}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1097,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:37.542-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-84371134-4625-11f1-880a-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:38.1910985+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9a39a30fd1e749a9a149aa14128d12cb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726237584,\u0022msgID\u0022:\u0022mid-847f0246-4625-11f1-8872-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-84371134-4625-11f1-880a-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.4435808333333275,\u0022playful\u0022:0.14786027777778028}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1097,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:37.542-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-05-02T12:50:38.1912865+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"9a39a30fd1e749a9a149aa14128d12cb","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726237584,\u0022msgID\u0022:\u0022mid-847f0246-4625-11f1-8872-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-84371134-4625-11f1-880a-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.4435808333333275,\u0022playful\u0022:0.14786027777778028}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1097,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:37.542-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-05-02T12:50:38.191543+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"39ca9dc192564cde86c212c6ced88f31","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:38.1916962+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"39ca9dc192564cde86c212c6ced88f31","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:38.1918257+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"39ca9dc192564cde86c212c6ced88f31","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:38.21096+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c16e73e30eb846f6b427b924f37e850a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4238}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:38.2111651+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c16e73e30eb846f6b427b924f37e850a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:38.2113523+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"c16e73e30eb846f6b427b924f37e850a","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4238,"ReplyTypes":[],"BufferedAudioBytes":8571,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.0396781+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"90c778d3c94d4c82a85f9f1e577a0755","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.0398649+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"90c778d3c94d4c82a85f9f1e577a0755","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1221193+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"90c778d3c94d4c82a85f9f1e577a0755","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-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-05-02T12:50:42.1225444+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bb47526bc00c4c61825531a0869db467","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1227247+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bb47526bc00c4c61825531a0869db467","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1229163+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"bb47526bc00c4c61825531a0869db467","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1231785+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"87285423ad6641e4ae05933adcbbce85","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1233036+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"87285423ad6641e4ae05933adcbbce85","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1234176+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"87285423ad6641e4ae05933adcbbce85","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1236202+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"baee0bfe60974be886cf93dacc974b61","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1237364+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"baee0bfe60974be886cf93dacc974b61","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.123841+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"baee0bfe60974be886cf93dacc974b61","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1240197+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"96444951b32c46f4ad9601f11d78fb48","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1241241+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"96444951b32c46f4ad9601f11d78fb48","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1242545+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"96444951b32c46f4ad9601f11d78fb48","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1541792+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"87ecb92ced9a4906af83923f22fcce57","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1544251+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"87ecb92ced9a4906af83923f22fcce57","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1546357+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"87ecb92ced9a4906af83923f22fcce57","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1549157+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1553d75b465f4c67b32db836d687dd3d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1550554+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1553d75b465f4c67b32db836d687dd3d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:42.1552113+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"1553d75b465f4c67b32db836d687dd3d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:43.2393682+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"992852426c18450487bbec4d1f25eff9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4252}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:43.2396246+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"992852426c18450487bbec4d1f25eff9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:43.2398236+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"992852426c18450487bbec4d1f25eff9","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4252,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:50.4424302+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"7d71ba5a0c7a4b339aa810aae3d06063","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-84371134-4625-11f1-880a-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:50.4606122+00:00","EventType":"turn_processed","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f6e14874b8fe4b48a23e95bd15c8f411","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726250394,\u0022msgID\u0022:\u0022mid-8c218fe6-4625-11f1-a119-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8c0d9388-4625-11f1-b2ab-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":"So, delete alarms.","intent":"chat"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:50.4608519+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f6e14874b8fe4b48a23e95bd15c8f411","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726250394,\u0022msgID\u0022:\u0022mid-8c218fe6-4625-11f1-a119-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8c0d9388-4625-11f1-b2ab-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-05-02T12:50:50.4610183+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"f6e14874b8fe4b48a23e95bd15c8f411","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1777726250394,\u0022msgID\u0022:\u0022mid-8c218fe6-4625-11f1-a119-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8c0d9388-4625-11f1-b2ab-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-05-02T12:50:50.4719499+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a7d9e85ff26f4915826008b94233ab6e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:50.4721718+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a7d9e85ff26f4915826008b94233ab6e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:50.472316+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a7d9e85ff26f4915826008b94233ab6e","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:50.6821542+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"89592f6ace284c7b9fefe26c519868c5","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726250627,\u0022msgID\u0022:\u0022mid-8c451d62-4625-11f1-8165-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8c0d9388-4625-11f1-b2ab-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.44540097222221639,\u0022playful\u0022:0.14846699074074325}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1097,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:50.575-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-8c0d9388-4625-11f1-b2ab-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:50.6824318+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"89592f6ace284c7b9fefe26c519868c5","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726250627,\u0022msgID\u0022:\u0022mid-8c451d62-4625-11f1-8165-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8c0d9388-4625-11f1-b2ab-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.44540097222221639,\u0022playful\u0022:0.14846699074074325}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1097,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:50.575-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-05-02T12:50:50.6826151+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"89592f6ace284c7b9fefe26c519868c5","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726250627,\u0022msgID\u0022:\u0022mid-8c451d62-4625-11f1-8165-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-8c0d9388-4625-11f1-b2ab-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.44540097222221639,\u0022playful\u0022:0.14846699074074325}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:1097,\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:50:50.575-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-05-02T12:50:50.8938869+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"64042e3df50d4d49b5e0ab2da856232c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4286}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:50.8941078+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"64042e3df50d4d49b5e0ab2da856232c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:50.8942862+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"64042e3df50d4d49b5e0ab2da856232c","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4286,"ReplyTypes":[],"BufferedAudioBytes":4333,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:51.4030671+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fb1ae677d53b46038b31b60ea6af664d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4237}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:51.4033095+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fb1ae677d53b46038b31b60ea6af664d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:51.4034628+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"fb1ae677d53b46038b31b60ea6af664d","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4237,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:54.9399895+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3a9c9ae68c6a4f50a52c691c0ad43239","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:54.9401921+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3a9c9ae68c6a4f50a52c691c0ad43239","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:55.1478049+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"3a9c9ae68c6a4f50a52c691c0ad43239","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-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-05-02T12:50:55.1483165+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"321f8c3b9c4d4e208fa1032de44f88ce","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4241}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:55.1485007+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"321f8c3b9c4d4e208fa1032de44f88ce","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:55.148683+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"321f8c3b9c4d4e208fa1032de44f88ce","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4241,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:55.1489526+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"08ef8b7632434f62a5a8495a07b714c4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:55.1490768+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"08ef8b7632434f62a5a8495a07b714c4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:55.1492386+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"08ef8b7632434f62a5a8495a07b714c4","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:55.1494773+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a2b1236bdea446879a4f9d5ca01d8a77","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:55.1495989+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a2b1236bdea446879a4f9d5ca01d8a77","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:55.1497241+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a2b1236bdea446879a4f9d5ca01d8a77","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:55.1499365+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0007fa9ae9e245459b94d2e469378f6b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:55.1500498+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0007fa9ae9e245459b94d2e469378f6b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:55.1501773+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"0007fa9ae9e245459b94d2e469378f6b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:55.1504166+00:00","EventType":"binary_audio_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"499eaf9933a0406f98b3f4001e8ee8df","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:55.1505922+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"499eaf9933a0406f98b3f4001e8ee8df","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:50:55.1507356+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"499eaf9933a0406f98b3f4001e8ee8df","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:52:56.6807598+00:00","EventType":"connection_opened","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"7445e7567d6b41789966e8f407fa9afd","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-8c0d9388-4625-11f1-b2ab-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:52:56.6908801+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4be0e0ee98594b9eba962b549727e6e2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-d6f41b1a-4625-11f1-8031-5cf821ea55ae","MessageType":"TRIGGER","Direction":"in","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777726376730,\u0022msgID\u0022:\u0022mid-d76eeafc-4625-11f1-a744-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d6f41b1a-4625-11f1-8031-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022SURPRISE\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:52:56.691138+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"4be0e0ee98594b9eba962b549727e6e2","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-d6f41b1a-4625-11f1-8031-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022TRIGGER\u0022,\u0022ts\u0022:1777726376730,\u0022msgID\u0022:\u0022mid-d76eeafc-4625-11f1-a744-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d6f41b1a-4625-11f1-8031-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022triggerSource\u0022:\u0022SURPRISE\u0022,\u0022triggerData\u0022:{\u0022looperID\u0022:null}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:52:56.8043288+00:00","EventType":"context_received","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a1b0ccb8fd0c4d8e94ef1b1c7eb16c4b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-d6f41b1a-4625-11f1-8031-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726376849,\u0022msgID\u0022:\u0022mid-d78119c0-4625-11f1-8d46-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d6f41b1a-4625-11f1-8031-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.46280958333332697,\u0022playful\u0022:0.1542698611111137}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:52:56.745-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-d6f41b1a-4625-11f1-8031-5cf821ea55ae"}}
|
|
||||||
{"TimestampUtc":"2026-05-02T12:52:56.8045678+00:00","EventType":"message_in","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a1b0ccb8fd0c4d8e94ef1b1c7eb16c4b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-d6f41b1a-4625-11f1-8031-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726376849,\u0022msgID\u0022:\u0022mid-d78119c0-4625-11f1-8d46-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d6f41b1a-4625-11f1-8031-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.46280958333332697,\u0022playful\u0022:0.1542698611111137}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:52:56.745-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-05-02T12:52:56.8047569+00:00","EventType":"message_out","SessionId":"eb8b286ff681445b9e9839bb01c002b8","ConnectionId":"a1b0ccb8fd0c4d8e94ef1b1c7eb16c4b","Token":"hub-usr_openjibo_owner-1777726005814","HostName":"neo-hub.jibo.com","Path":"/v1/proactive","Kind":"neo-hub-proactive","TransId":"tid-d6f41b1a-4625-11f1-8031-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1777726376849,\u0022msgID\u0022:\u0022mid-d78119c0-4625-11f1-8d46-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-d6f41b1a-4625-11f1-8031-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.46280958333332697,\u0022playful\u0022:0.1542698611111137}},\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.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-02T07:52:56.745-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":{}}
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,102 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "neohubjibocom-neohubproactive-tidd36da4d442a611f1aba45cf821ea55ae",
|
|
||||||
"session": {
|
|
||||||
"hostName": "neo-hub.jibo.com",
|
|
||||||
"path": "/v1/proactive",
|
|
||||||
"kind": "neo-hub-proactive",
|
|
||||||
"token": "hub-usr_openjibo_owner-1777340189867"
|
|
||||||
},
|
|
||||||
"steps": [
|
|
||||||
{
|
|
||||||
"text": {
|
|
||||||
"type": "TRIGGER",
|
|
||||||
"ts": 1777341970615,
|
|
||||||
"msgID": "mid-d388c070-42a6-11f1-a414-5cf821ea55ae",
|
|
||||||
"transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae",
|
|
||||||
"data": {
|
|
||||||
"triggerSource": "SURPRISE",
|
|
||||||
"triggerData": {
|
|
||||||
"looperID": "5c0b221fdf9d450019c5e255"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary": null,
|
|
||||||
"expectedReplyTypes": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": {
|
|
||||||
"type": "CONTEXT",
|
|
||||||
"ts": 1777341970702,
|
|
||||||
"msgID": "mid-d395f790-42a6-11f1-95f4-5cf821ea55ae",
|
|
||||||
"transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae",
|
|
||||||
"data": {
|
|
||||||
"runtime": {
|
|
||||||
"character": {
|
|
||||||
"emotion": {
|
|
||||||
"name": "NEUTRAL",
|
|
||||||
"valence": 0.45,
|
|
||||||
"confidence": 0.2
|
|
||||||
},
|
|
||||||
"motivation": {
|
|
||||||
"social": 1,
|
|
||||||
"playful": 0.5152989351851469
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"perception": {
|
|
||||||
"speaker": "5c0b221fdf9d450019c5e255",
|
|
||||||
"peoplePresent": [
|
|
||||||
{
|
|
||||||
"id": "NOT_TRAINED",
|
|
||||||
"entityId": 16085,
|
|
||||||
"type": "fused",
|
|
||||||
"confidence": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"location": {
|
|
||||||
"city": "Pleasant Hill",
|
|
||||||
"state": "Missouri",
|
|
||||||
"stateAbbr": "MO",
|
|
||||||
"country": "United States",
|
|
||||||
"countryCode": "US",
|
|
||||||
"lat": 38.8358494,
|
|
||||||
"lng": -94.1427229,
|
|
||||||
"iso": "2026-04-27T21:06:10.626-05:00"
|
|
||||||
},
|
|
||||||
"loop": {
|
|
||||||
"loopId": "5c0b221fdf9d450019c5e253",
|
|
||||||
"users": [
|
|
||||||
{
|
|
||||||
"firstName": "Erin",
|
|
||||||
"lastName": "Picone",
|
|
||||||
"phoneticName": "Erin",
|
|
||||||
"gender": "female",
|
|
||||||
"birthdate": 649209600000,
|
|
||||||
"id": "5c0b221fdf9d450019c5e255",
|
|
||||||
"accountId": "5c0b20547c46170019235759"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"jibo": {
|
|
||||||
"color": "WHITE",
|
|
||||||
"birthdate": 1544234645598,
|
|
||||||
"id": "5c0b221fdf9d450019c5e254"
|
|
||||||
},
|
|
||||||
"owner": "5c0b221fdf9d450019c5e255"
|
|
||||||
},
|
|
||||||
"dialog": {
|
|
||||||
"referent": null
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"skill": {
|
|
||||||
"id": null
|
|
||||||
},
|
|
||||||
"general": {
|
|
||||||
"release": "1.9.2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"binary": null,
|
|
||||||
"expectedReplyTypes": []
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -6,38 +6,29 @@ 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.
|
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). Live closeout checks live in [regression-test-plan.md](regression-test-plan.md). The `1.0.19` release shape is detailed in [release-1.0.19-plan.md](release-1.0.19-plan.md), and the legacy-to-current architecture map is tracked in [system-diagram-alignment.md](system-diagram-alignment.md), while this file keeps the broader evidence and architecture context.
|
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
|
## Current Release Snapshot
|
||||||
|
|
||||||
- Current OpenJibo Cloud release constant: `1.0.19`
|
- Current OpenJibo Cloud release constant: `1.0.18`
|
||||||
- Source of truth: [OpenJiboCloudBuildInfo.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/OpenJiboCloudBuildInfo.cs)
|
- Source of truth: [OpenJiboCloudBuildInfo.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/OpenJiboCloudBuildInfo.cs)
|
||||||
- Spoken diagnostic: `Cloud version 1 dot 0 dot 19.`
|
- Spoken diagnostic: `Open Jibo Cloud version 1 dot 0 dot 18.`
|
||||||
- HTTP diagnostic: `/health` returns the same version
|
- HTTP diagnostic: `/health` returns the same version
|
||||||
- Startup diagnostic: the API logs the same version on boot
|
- Startup diagnostic: the API logs the same version on boot
|
||||||
- .NET target framework: `net10.0` across the cloud projects and cloud test project
|
- .NET target framework: `net10.0` across the cloud projects and cloud test project
|
||||||
- First `1.0.19` shipped slice: persona prompts (`how old are you`, `when's your birthday`, `do you have a personality`, `make a pizza`)
|
|
||||||
|
|
||||||
Release `1.0.19` is now in feature kickoff. The `1.0.18` alarm/photo/gallery closeout evidence remains below as historical context while we execute the next feature slices.
|
Release `1.0.18` is now in feature-hardening. Its main bug-fix theme is alarm and photo/gallery behavior on stock OS `1.9`, with a few small feature slices added while the test loop is warm.
|
||||||
|
|
||||||
## Latest Live Evidence
|
## Latest Live Evidence
|
||||||
|
|
||||||
`jibo test 30` confirmed the cloud-version self-hotphrase fix and exposed two remaining stock-skill wrinkles: local gallery/backup proactivity after an empty-gallery prompt, and a duplicate clock relaunch after an alarm value follow-up.
|
`jibo test 24` was captured after the `jibo test 23` alarm/photo fixes.
|
||||||
|
|
||||||
- Before the cloud-version test, the robot's local `jibo-server-service` restarted after a broken pipe, then `ssm` raised `Q4-Server_connection_lost` and local `@be/settings` opened the connection-lost error path. The notification connection recovered about 31 seconds later. Treat early-test confusion as suspect if this local-server recovery appears in the same window.
|
- Basic news remained live-proven from `jibo test 23`; `jibo test 24` focused on alarm and photo/gallery regression.
|
||||||
- The cloud-version answer itself proved the running build was `1.0.18`, but the previous source treated `cloud_version` as a follow-up conversation. A fresh hotphrase `LISTEN` then captured speech tail as `Cloudford.`, and generic chat replied `thanks. I heard, Cloudford.`
|
- 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.
|
||||||
- Current source now makes `cloud_version` a one-shot diagnostic, uses a longer diagnostic speech-tail ignore window, and ignores no-transcript hotphrase launch `LISTEN` setup packets inside that window. The existing no-`LISTEN` binary guard already ignored same-transID binary tails after finalization, but Test 27 showed it could not stop a brand-new hotphrase listen by itself.
|
- 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`.
|
||||||
- Test 28 showed our cloud-version/generic Nimbus `LISTEN` match entering stock BE with `skipSurprises` unset. After Nimbus settled, BE requested local `@be/surprises`; Test 28 inhibited the offer because VAD heard people talking, while Test 27 used the same doorway to select `@be/surprises-ota` and speak the backup-in-progress warning.
|
- 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`.
|
||||||
- Current source now emits `match.skipSurprises = true` for hosted turn results, fallback matches, and local skill redirects. Stock BE maps that to `skipSurprisesExternal`, preventing normal cloud replies from falling into end-of-skill surprises such as OTA/backup prompts.
|
- 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.
|
||||||
- Test 29 showed the deployed `skipSurprises` payload in the robot logs and did not produce another backup announcement in the focused run. It still interrupted cloud-version speech because the spoken phrase `Open Jibo Cloud version...` included `Jibo`; stock Nimbus runs the response as a runtime MIM, and the local hotphrase detector stopped TTS before our cloud-side late-listen ignore could help.
|
- 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.
|
||||||
- Current source now speaks the diagnostic as `Cloud version ...` without saying `Jibo`, while keeping the one-shot and late-listen cleanup guards.
|
|
||||||
- Test 30 showed `cloud version` speaking cleanly with no interruption. The backup warning later appeared after opening gallery from the menu: gallery asked the empty-gallery photo question, then stock BE opened `@be/surprises`, selected `@be/surprises-ota`, and spoke the local backup announcement. The captured HTTP traffic still did not show hosted `Backup_*` calls.
|
|
||||||
- Test 31 sharpened the remaining alarm/back-up picture: the startup capture includes a legacy `Backup_20170222.List` request before any voice turn, the alarm set path still collapsed `7:11 AM` into `7:00 PM` / `setting alarm for seven`, and the later clock `No` replied `that's fine` before the robot opened `@be/surprises` and eventually got stuck in a blue-ring listen loop until reset.
|
|
||||||
- Test 32 shows the alarm set path is better, but two cleanup gaps remain in the newer-code window: the alarm flow can still leave a listen open at the end, and the proactive Word of the Day yes/no branch can miss a short `Yes` and bounce into a mock/echo response. The delete-alarm retry case also still asks whether to set an alarm again, then mishandles the follow-up yes/no reply.
|
|
||||||
- The websocket turn telemetry now emits compact snapshots for `binary_audio_received`, `binary_audio_ignored`, `yes_no_turn_received`, `yes_no_turn_resolved`, and `yes_no_no_input`, so the next live pass can prove whether the yes/no rule survived buffering and finalization.
|
|
||||||
- Test 30 showed the alarm value reply `638` arrived at 6:38:13 AM local. Stock clock parsed that as `6:38 PM`, and our cloud response then added a delayed `@be/clock` relaunch on top of the active local clock value flow, causing the duplicate existing-alarm replacement prompt. Current source now suppresses the extra clock relaunch for local clock follow-up rules.
|
|
||||||
- Backup-in-progress still appears robot-local in the user-facing voice flow. Tests 27, 28, 29, and 30 had no matching `Backup_*` HTTP calls during the voice prompt itself. Keep investigating robot-local scheduler/status, startup reconnect state, CPU/load, and log/upload work if backup status itself remains sluggish after surprise suppression.
|
|
||||||
- Test 26 remains the broader regression evidence for gallery success, alarm replacement/delete risk, stop/volume live proof, and short-answer STT weakness. Alarm replacement/menu agreement is still a live release risk, but Test 30 identified and patched one duplicate-handoff cause.
|
|
||||||
|
|
||||||
## Release Rhythm
|
## Release Rhythm
|
||||||
|
|
||||||
@@ -81,18 +72,7 @@ Current websocket scope:
|
|||||||
- local whisper only attempts external decoding when buffered audio contains an Opus identification header
|
- 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
|
- auto-finalize thresholds for buffered audio after a real listen phase
|
||||||
- late-audio ignore windows after completed turns
|
- late-audio ignore windows after completed turns
|
||||||
- cloud-version diagnostic turns do not keep follow-up open and receive a longer speech-tail ignore window
|
- no-input local completion for constrained prompts, clock value prompts, and gallery preview prompts
|
||||||
- no-transcript hotphrase launch `LISTEN` setup packets are ignored while a completed diagnostic/local turn is still in its late-audio cleanup window
|
|
||||||
- passive local context cleanup for gallery/create/settings contexts after stock local skills take ownership
|
|
||||||
- no-input local completion for constrained prompts, clock value prompts, gallery preview prompts, and settings volume-control prompts
|
|
||||||
- active local prompt preservation so `shared/yes_no`, clock, gallery, and settings prompts can still consume transcript-bearing short replies even when the stock skill reports a local context
|
|
||||||
- binary audio ignored for an existing transID until a fresh `LISTEN` has been seen, preventing context-only or post-speech tails from reopening an endless buffered turn
|
|
||||||
- blank-audio hotphrase turns clear pending listen state and install a short late-audio ignore window
|
|
||||||
- first GLSM-aligned listener telemetry and recovery slice is now in source:
|
|
||||||
- derived phase labels (`HJ_LISTENING`, `LISTENING`, `WAIT_LISTEN_FINISHED`, `DISPATCH_DIALOG`, `PROCESS_LISTENER_QUEUE`)
|
|
||||||
- `glsm_phase_transition` turn diagnostics
|
|
||||||
- websocket turn events with `glsmPhase` snapshots
|
|
||||||
- stale pending-listen recovery for long-open no-context/no-audio listens before processing a new hotphrase listen
|
|
||||||
- unknown inbound websocket types dropped silently instead of echoing stock-OS-unknown OpenJibo events
|
- 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
|
- file telemetry and fixture export for HTTP, websocket, and turn captures
|
||||||
|
|
||||||
@@ -108,34 +88,25 @@ Current state and persistence scope:
|
|||||||
The following behavior is present in source and covered by focused tests:
|
The following behavior is present in source and covered by focused tests:
|
||||||
|
|
||||||
- `cloud version` speech and `/health` version reporting share `OpenJiboCloudBuildInfo.Version`
|
- `cloud version` speech and `/health` version reporting share `OpenJiboCloudBuildInfo.Version`
|
||||||
- `cloud version` is a one-shot diagnostic: it speaks the version without opening a follow-up turn, then shields the speech tail from self-listen artifacts such as the Test 27 `Cloudford.` capture
|
|
||||||
- the spoken cloud-version diagnostic avoids saying `Jibo`, because Test 29 showed the prior `Open Jibo Cloud version...` wording could trigger local hotphrase barge-in during Nimbus TTS
|
|
||||||
- hosted turn results, fallback matches, and local skill redirects now emit `match.skipSurprises = true` so stock BE does not route settled cloud/local responses into `@be/surprises`
|
|
||||||
- apostrophes are no longer escaped to `'` in spoken ESML, while `&`, `<`, `>`, and `"` remain escaped
|
- apostrophes are no longer escaped to `'` 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
|
- 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
|
- 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
|
- 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
|
||||||
- stop and cancel phrase matching tolerates stock ASR punctuation such as `Never mind.`
|
|
||||||
- volume commands emit stock `global_commands` volume intents: `volumeUp`, `volumeDown`, and `volumeToValue` with `volumeLevel`; `show volume controls` redirects to `@be/settings` `volumeQuery`
|
- volume commands emit stock `global_commands` volume intents: `volumeUp`, `volumeDown`, and `volumeToValue` with `volumeLevel`; `show volume controls` redirects to `@be/settings` `volumeQuery`
|
||||||
- volume-to-value parsing handles the observed stock ASR homophone shape `Set Volume 2-6.` as level `6`
|
|
||||||
- stock-shaped clock handoffs cover time, date, day, clock open, timer/alarm menu, timer/alarm value, timer/alarm clarification, and timer/alarm delete
|
- stock-shaped clock handoffs cover time, date, day, clock open, timer/alarm menu, timer/alarm value, timer/alarm clarification, and timer/alarm delete
|
||||||
- alarm delete parsing handles `delete the alarm` plus the observed stock ASR mishears `delete along` / `delete the along`
|
|
||||||
- clock delete/cancel handoffs do not keep a generic chat follow-up mic open or emit extra cloud speech after the local clock redirect
|
|
||||||
- alarm parsing covers forms such as `7:30 am`, `830`, `8 30`, `7, 44`, `10-25`, `10:25 pm`, and `10 25 p m`
|
- 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`
|
- 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
|
- short clock value follow-up transcripts are accepted under `clock/alarm_set_value` and `clock/timer_set_value` instead of being dropped before parsing
|
||||||
- local clock follow-up rules return normalized `LISTEN`/`EOS` without adding a second delayed `@be/clock` relaunch after the active stock clock skill has already consumed the reply
|
|
||||||
- `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=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_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
|
- `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`, observed `open photogal`, `snap a picture`, and `open photobooth` to the matching gallery/create local skills
|
- 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/settings context does not reopen a stale cloud turn
|
- passive gallery/create context does not reopen a stale cloud turn
|
||||||
- active local prompts under gallery/settings context are preserved so short `yes`/`no` answers can finalize the prompt instead of being suppressed as passive context
|
|
||||||
- media metadata persists across store recreation and `/media/{path}` can serve the current text-body placeholder payload
|
- 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
|
- 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
|
- 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 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, `gallery/gallery_preview`, and `settings/volume_control` emits local `LISTEN`/`EOS` instead of generic `I heard you` Nimbus speech
|
- 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
|
- 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
|
- 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
|
- 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
|
||||||
@@ -150,7 +121,6 @@ Use these sources as evidence, not as code to copy blindly:
|
|||||||
- User-provided original source snapshot: `..\jibo` when extracted locally
|
- User-provided original source snapshot: `..\jibo` when extracted locally
|
||||||
- Original Pegasus cloud source inside that snapshot: `pegasus`
|
- Original Pegasus cloud source inside that snapshot: `pegasus`
|
||||||
- Original SDK and skill source inside that snapshot: `sdk`
|
- Original SDK and skill source inside that snapshot: `sdk`
|
||||||
- Legacy listener flow reference diagram: `..\jibo\sdk\packages\skills-service-manager\resources\state-diagrams\glsm.png`
|
|
||||||
- JiboOS reference tree: `..\JiboOS`
|
- JiboOS reference tree: `..\JiboOS`
|
||||||
- JiboOS skill snapshot: `..\JiboOS\opt\jibo\Jibo\Skills\@be`
|
- JiboOS skill snapshot: `..\JiboOS\opt\jibo\Jibo\Skills\@be`
|
||||||
|
|
||||||
@@ -174,17 +144,15 @@ 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 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).
|
- 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` using the shorter `Cloud version ...` wording, without stopping itself on a hotphrase, reopening a late `LISTEN`, or producing a follow-up `Cloudford` / generic chat tail.
|
- Confirm the running robot build reports cloud version `1.0.18`.
|
||||||
- Confirm cloud-version and one generic Nimbus/chat turn include `match.skipSurprises = true` and do not transition into `@be/surprises` / `@be/surprises-ota` after speech completes.
|
- 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 alarm flows again after the `jibo test 30` duplicate-clock-handoff fix: set with explicit time, set with compact/spoken/comma-separated time, clarify missing time, replace an existing alarm, cancel/delete by voice including `delete the alarm`, 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.
|
||||||
- Regression test timer flows after the Test 25 stale-timer observation: set a 10-second timer, let it fire, reset by gesture only after recording state, and verify a new timer prompt does not see an already-expired timer as still active.
|
|
||||||
- Regression test photo/gallery flows again after the `jibo test 26` 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, `I heard you`, or `that's` stale turns after gallery cleanup.
|
|
||||||
- Live-test radio launch: `open the radio` passed in `jibo test 22`; re-run `play country music` if that exact phrase was not captured.
|
- 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.
|
- 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 after the Test 26 fixes: `stop that`, `never mind`, `turn it up`, `turn it down`, `set volume to six`, `set volume to 6`, and `show volume controls`.
|
- 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 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 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`, the local `@be/idle` nighttime OTA helper, CPU/load, log/upload activity, and whether the deployed cloud is involved at all.
|
- Recheck backup/update behavior with explicit attention to robot-local `jibo.scheduler.backupStatus`, CPU/load, and whether the deployed cloud is involved at all.
|
||||||
- Treat remaining empty-ASR, `ffmpeg`, or `whisper.cpp` transcript failures as STT work unless the capture proves a separate turn-routing regression.
|
- Treat remaining empty-ASR, `ffmpeg`, or `whisper.cpp` transcript failures as STT work unless the capture proves a separate turn-routing regression.
|
||||||
|
|
||||||
## Known Gaps
|
## Known Gaps
|
||||||
@@ -194,21 +162,18 @@ These are not blockers for calling `1.0.18` complete unless the live test shows
|
|||||||
- local `whisper.cpp` STT remains a discovery seam, not production ASR
|
- local `whisper.cpp` STT remains a discovery seam, not production ASR
|
||||||
- media upload/body handling is not binary-safe enough for final gallery originals and thumbnails
|
- media upload/body handling is not binary-safe enough for final gallery originals and thumbnails
|
||||||
- state persistence is local JSON, not Azure SQL / Blob Storage
|
- state persistence is local JSON, not Azure SQL / Blob Storage
|
||||||
- update, backup, and restore are not end-to-end proven, and the `jibo test 22` / Test 26 / Test 27 / Test 28 sluggishness appears tied to robot-local backup status/load, startup reconnect state, or previously unsuppressed end-of-skill surprises; Test 31 also captured a legacy `Backup_20170222.List` startup query, which reinforces that the local backup/status path is real even before a user asks for backup
|
- update, backup, and restore are not end-to-end proven, and the `jibo test 22` sluggishness appears tied to robot-local backup status/load
|
||||||
- Tests 27 and 28 showed backup/surprise behavior without corresponding `Backup_*` HTTP traffic; Test 28 isolated the unsuppressed `@be/surprises` lifecycle handoff after Nimbus
|
|
||||||
- deployed-build verification needs to prove that synthetic OpenJibo websocket events are gone from the hosted artifact, not just from source
|
- deployed-build verification needs to prove that synthetic OpenJibo websocket events are gone from the hosted artifact, not just from source
|
||||||
- news content is synthetic; `jibo test 23` proved the path but not live provider-backed headlines
|
- news content is synthetic; `jibo test 23` proved the path but not live provider-backed headlines
|
||||||
- alarm replacement yes/no, alarm voice delete/menu agreement, empty-gallery voice `yes`, and long blue-ring cleanup still need successful live proof after the Test 30 source fixes
|
- 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
|
- weather, calendar, commute, personal report, identity, memory, and proactivity are still mostly discovery or placeholder content paths
|
||||||
- remaining stop/volume variants still need live stock-OS proof beyond Test 26's `Never mind.` and `Set Volume 2-6.` passes; 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
|
## `1.0.19` Direction
|
||||||
|
|
||||||
After `1.0.18` is tested and tagged, `1.0.19` should move back into feature work:
|
After `1.0.18` is tested and tagged, `1.0.19` should move back into feature work:
|
||||||
|
|
||||||
- harden whichever stop/volume behavior is not fully proven by the `1.0.18` live pass, or pick the next lightweight device/persona slice
|
- harden whichever stop/volume behavior is not fully proven by the `1.0.18` live pass, or pick the next lightweight device/persona slice
|
||||||
- extend persona with holidays and seasonal content as a first-class character track
|
|
||||||
- build multi-tenant internal memory storage (account/loop/device/user scoped) so new personality and history features persist safely
|
|
||||||
- end-to-end update/backup/restore proof
|
- end-to-end update/backup/restore proof
|
||||||
- STT reliability improvements, including noise screening and a managed STT comparison
|
- STT reliability improvements, including noise screening and a managed STT comparison
|
||||||
- provider-backed first content path, likely news or weather
|
- provider-backed first content path, likely news or weather
|
||||||
|
|||||||
@@ -8,8 +8,6 @@ Use it as the working queue when picking the next feature or bug-fix slice. The
|
|||||||
|
|
||||||
The live regression checklist for release closeout is [regression-test-plan.md](regression-test-plan.md).
|
The live regression checklist for release closeout is [regression-test-plan.md](regression-test-plan.md).
|
||||||
|
|
||||||
The active `1.0.19` execution shape is tracked in [release-1.0.19-plan.md](release-1.0.19-plan.md). This file keeps the full `1.0.18` evidence trail for parity reference.
|
|
||||||
|
|
||||||
Status key:
|
Status key:
|
||||||
|
|
||||||
- `implemented`: present in current source and covered by focused tests
|
- `implemented`: present in current source and covered by focused tests
|
||||||
@@ -26,16 +24,15 @@ Tags:
|
|||||||
- `stt`: transcript reliability
|
- `stt`: transcript reliability
|
||||||
- `storage`: persistence, media, backups, or hosted export
|
- `storage`: persistence, media, backups, or hosted export
|
||||||
|
|
||||||
## Historical `1.0.18` Snapshot
|
## Current `1.0.18` Snapshot
|
||||||
|
|
||||||
Historical cloud version at closeout boundary: `1.0.18`
|
Current cloud version: `1.0.18`
|
||||||
|
|
||||||
Runtime truth:
|
Runtime truth:
|
||||||
|
|
||||||
- hosted `.NET` projects and cloud tests target `net10.0`
|
- hosted `.NET` projects and cloud tests target `net10.0`
|
||||||
- version source of truth is [OpenJiboCloudBuildInfo.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/OpenJiboCloudBuildInfo.cs)
|
- version source of truth is [OpenJiboCloudBuildInfo.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/OpenJiboCloudBuildInfo.cs)
|
||||||
- `/health`, startup logging, and spoken `cloud version` are aligned with that constant
|
- `/health`, startup logging, and spoken `cloud version` are aligned with that constant
|
||||||
- spoken `cloud version` is now a one-shot diagnostic with speech-tail protection instead of a follow-up chat turn
|
|
||||||
|
|
||||||
Current release theme:
|
Current release theme:
|
||||||
|
|
||||||
@@ -45,14 +42,6 @@ Current release theme:
|
|||||||
- `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 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 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
|
- `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
|
||||||
- `jibo test 25` proved a broader regression path but exposed repeated backup-in-progress/update-menu blockage, timer/alarm stale state and delete/menu disagreement, gallery `shared/yes_no` hangs under `@be/gallery`, punctuated `Never mind.` falling through to chat, volume homophone parsing (`Set Volume 2-6.`), and settings volume-control cleanup falling into `I heard you`
|
|
||||||
- `jibo test 26` live-proved punctuated stop, volume homophone parsing, gallery launch/yes/create/save, and good morning; it still exposed robot-local backup warnings, long blue-ring buffering without a fresh `LISTEN`, alarm replacement drifting into the value/manual screen, and alarm delete phrases/mishears falling to chat
|
|
||||||
- `jibo test 27` isolated early confusion: local `jibo-server-service` restarted and raised `Q4-Server_connection_lost` before testing; cloud version then self-listened into `Cloudford.` because the previous diagnostic path stayed follow-up eligible; the backup warning again came from local `@be/surprises-ota` with no `Backup_*` HTTP calls
|
|
||||||
- `jibo test 28` isolated the follow-on backup doorway: cloud-version/generic Nimbus matches had `skipSurprises` unset, then stock BE requested `@be/surprises` after Nimbus settled; VAD inhibited the offer in Test 28, while Test 27 selected `@be/surprises-ota` through the same local lifecycle path
|
|
||||||
- `jibo test 29` confirmed `skipSurprises = true` was reaching stock BE and no backup announcement repeated in the focused run, but the cloud-version answer still interrupted because the spoken diagnostic included `Jibo` and triggered local hotphrase barge-in during Nimbus TTS
|
|
||||||
- `jibo test 30` confirmed cloud-version now speaks cleanly; it still exposed a local gallery-to-`@be/surprises-ota` backup announcement, missing visible empty-gallery voice listen, and a duplicate alarm clock relaunch after `638` was parsed locally as `6:38 PM`
|
|
||||||
- `jibo test 31` showed the remaining alarm/backup wrinkle in full: startup logged a legacy `Backup_20170222.List` request before the first voice turn, `7:11 AM` collapsed into `7:00 PM` / `setting alarm for seven`, and the later clock `No` replied `that's fine` before the robot opened `@be/surprises` and ended in a blue-ring listen loop until reset
|
|
||||||
- `jibo test 32` suggests the alarm set path is improving, but the remaining regression surface is now sharper: an alarm can still leave the listen open at the end, the proactive Word of the Day `Yes` branch can miss its yes/no slot and echo back, and delete-alarm retry still falls into a second `set one?` question with a broken follow-up reply
|
|
||||||
|
|
||||||
## Immediate `1.0.18` Queue
|
## Immediate `1.0.18` Queue
|
||||||
|
|
||||||
@@ -108,28 +97,17 @@ Current release theme:
|
|||||||
- no-input fallback for constrained prompts emits local `LISTEN`/`EOS`
|
- no-input fallback for constrained prompts emits local `LISTEN`/`EOS`
|
||||||
- `shared/yes_no` now participates in the STT-failure no-input path instead of staying pending behind `$YESNO` hints
|
- `shared/yes_no` now participates in the STT-failure no-input path instead of staying pending behind `$YESNO` hints
|
||||||
- repeated empty `create/is_it_a_keeper` replies redirect to `@be/idle` after the second miss
|
- repeated empty `create/is_it_a_keeper` replies redirect to `@be/idle` after the second miss
|
||||||
- hosted turn results, fallback matches, and local skill redirects include `match.skipSurprises = true` so BE does not launch end-of-skill surprises after normal replies
|
|
||||||
- Latest evidence:
|
- Latest evidence:
|
||||||
- `jibo test 22` did not show `Backup_*` HTTP traffic during the backup complaint
|
- `jibo test 22` did not show `Backup_*` HTTP traffic during the backup complaint
|
||||||
- `jibo test 25` again showed backup-in-progress/update-menu blockage without `Backup_*` HTTP traffic; observed cloud traffic was log upload, ASR binary upload, and update check traffic
|
|
||||||
- `jibo test 26` again had the robot announce backup-in-progress from `@be/surprises-ota`, with no `Backup_*` HTTP target in the capture
|
|
||||||
- `jibo test 27` repeated that pattern in a smaller capture: the only relevant hosted startup traffic was token/update/log style traffic, while the spoken backup warning was selected by local `@be/surprises-ota`
|
|
||||||
- Test 27 also showed local `jibo-server-service` reconnect and `Q4-Server_connection_lost` before the voice test, so startup health should be checked before blaming backup prompts on hosted cloud behavior
|
|
||||||
- `jibo test 28` showed no hosted backup trigger in the focused cloud-version window, but did show BE opening `@be/surprises` after a Nimbus turn because the outgoing match did not carry `skipSurprises`
|
|
||||||
- stock `@be/surprises-ota` drives the backup notification from robot-local `jibo.scheduler.backupStatus`
|
- 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
|
- 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
|
- 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`, `jibo test 25`, and `jibo test 26` showed backup-in-progress sluggishness or warnings while backups were active; explicit backup voice launch remains unwired
|
- `jibo test 23` again showed backup-in-progress sluggishness and update-menu blockage while backups were active; explicit backup voice launch remains unwired
|
||||||
- Test 26 suggests this should be investigated beside robot-local scheduler status and log/upload load rather than only hosted backup APIs
|
|
||||||
- `jibo test 30` showed the backup announcement after gallery came from local `@be/surprises` -> `@be/surprises-ota`, not from a hosted `Backup_*` HTTP call; the local `@be/idle` nighttime OTA helper can also initiate backup through `jibo.scheduler.backupRobot`
|
|
||||||
- `jibo test 31` added a startup `Backup_20170222.List` capture before the voice session, which is useful evidence that the legacy backup-status path is active even when the user did not ask for backup
|
|
||||||
- Exit criteria:
|
- Exit criteria:
|
||||||
- spoken `yes` and `no` work on update, backup, share/offer, and gallery/create prompts
|
- spoken `yes` and `no` work on update, backup, share/offer, and gallery/create prompts
|
||||||
- empty or missed short replies retry locally instead of relaunching Nimbus or generic chat
|
- empty or missed short replies retry locally instead of relaunching Nimbus or generic chat
|
||||||
- ordinary Nimbus/chat/cloud-version turns settle without `@be/surprises` / `@be/surprises-ota` opening afterward
|
|
||||||
- Next action:
|
- Next action:
|
||||||
- re-run these prompt families in the `1.0.18` live regression pass after the shared yes/no, alarm yes/no, and create no-input fixes
|
- re-run these prompt families in the `1.0.18` live regression pass after the shared yes/no, alarm yes/no, and create no-input fixes
|
||||||
- verify websocket `match.skipSurprises = true` on cloud-version, generic chat, fallback/no-input, and at least one local redirect
|
|
||||||
- keep explicit backup creation as part of the update/backup/restore proof slice, not as an assumed yes/no prompt test
|
- keep explicit backup creation as part of the update/backup/restore proof slice, not as an assumed yes/no prompt test
|
||||||
|
|
||||||
### 4. Alarm And Photo Gallery Release Regression
|
### 4. Alarm And Photo Gallery Release Regression
|
||||||
@@ -140,7 +118,6 @@ Current release theme:
|
|||||||
- Current code:
|
- Current code:
|
||||||
- alarm values parse explicit, compact, spaced, comma-separated, hyphenated, and local-context ambiguous times
|
- 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
|
- short alarm/timer value replies are accepted during clock value follow-up rules instead of being filtered out before parsing
|
||||||
- local clock value follow-up rules now return only `LISTEN`/`EOS`, avoiding the Test 30 duplicate delayed `@be/clock` relaunch after stock clock already consumed a short time reply
|
|
||||||
- empty alarm/timer value turns complete locally as no-input instead of falling through to generic Nimbus speech
|
- 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
|
- missing alarm times stay in local `@be/clock` clarification
|
||||||
- alarm cancel can reuse the last active clock domain
|
- alarm cancel can reuse the last active clock domain
|
||||||
@@ -148,11 +125,7 @@ Current release theme:
|
|||||||
- stock alarm replacement/no-alarm prompts use the constrained yes/no path
|
- stock alarm replacement/no-alarm prompts use the constrained yes/no path
|
||||||
- gallery opens as `@be/gallery`; snapshot and photobooth open through `@be/create`
|
- 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
|
- empty `gallery/gallery_preview` turns complete locally as no-input instead of relaunching Nimbus fallback speech
|
||||||
- passive gallery/create/settings context no longer reopens stale cloud turns
|
- passive gallery/create context no longer reopens stale cloud turns
|
||||||
- active local prompts under gallery/settings contexts are preserved so real short replies are not suppressed as passive context
|
|
||||||
- context-only or post-skill binary audio tails are ignored until a fresh `LISTEN`, preventing no-`LISTEN` blue-ring buffering loops
|
|
||||||
- fresh no-transcript hotphrase launch `LISTEN` setup packets are ignored during diagnostic speech-tail cleanup, preventing the Test 27 `Cloudford.` self-listen path
|
|
||||||
- blank-audio hotphrase turns clear pending listen state and install a short late-audio ignore window
|
|
||||||
- `shared/yes_no` no-input fallback and repeated create keeper cleanup were added after `jibo test 22`
|
- `shared/yes_no` no-input fallback and repeated create keeper cleanup were added after `jibo test 22`
|
||||||
- Latest evidence:
|
- Latest evidence:
|
||||||
- gallery opened and handed into create, but repeated `create/is_it_a_keeper` prompts could leave the blue ring/listening state
|
- gallery opened and handed into create, but repeated `create/is_it_a_keeper` prompts could leave the blue ring/listening state
|
||||||
@@ -162,21 +135,12 @@ Current release theme:
|
|||||||
- `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 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` 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
|
- `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
|
||||||
- `jibo test 25` showed gallery launching from the observed phrase `open the photogal`, but active `shared/yes_no` prompts under `@be/gallery` could hang; current source now recognizes the alias and preserves active gallery prompts even while ignoring passive gallery tails
|
|
||||||
- `jibo test 25` showed timer/alarm still needs live follow-up for stale timer state, alarm replacement/PM ambiguity, and voice delete versus robot menu agreement
|
|
||||||
- `jibo test 26` showed gallery success through empty-gallery yes, create, keep, save, and reopen, but also showed a post-gallery blue-ring/fallback tail now addressed by the no-`LISTEN` binary guard
|
|
||||||
- `jibo test 26` showed alarm replacement still drifting into value/manual-screen behavior and alarm delete phrases/mishears falling to chat; current source now maps `delete the alarm`, `delete along`, and `delete the along` to local clock delete without keeping follow-up open
|
|
||||||
- `jibo test 27` showed the no-`LISTEN` guard worked for same-transID binary tails, but a new hotphrase launch `LISTEN` could still capture diagnostic speech tail; current source now blocks that diagnostic-tail shape
|
|
||||||
- `jibo test 30` showed cloud-version fixed, but the empty-gallery prompt did not visibly light the blue ring for a voice `yes`; treat the next gallery pass as a proof of local `shared/yes_no` listen ownership, not just cloud payload shape
|
|
||||||
- `jibo test 30` showed `638` was processed at 6:38:13 AM and stock clock resolved it to `6:38 PM`; the duplicate replacement prompt matched our extra delayed clock relaunch, now suppressed for local clock follow-up rules
|
|
||||||
- `jibo test 31` showed `7:11 AM` collapsing to `7:00 PM` / `setting alarm for seven`, then a clock `No` producing `that's fine` before the robot opened `@be/surprises`; the later retry sat in a continuous blue-ring/listen loop until reset
|
|
||||||
- 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 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`
|
- 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:
|
- Exit criteria:
|
||||||
- gallery opens, offers to take a picture if empty, accepts `yes`, and hands into create
|
- gallery opens, offers to take a picture if empty, accepts `yes`, and hands into create
|
||||||
- alarm set, clarify, replacement yes/no, cancel from value prompt, 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
|
- alarm replacement and deletion regression checks verify both websocket payload shape and persistent robot menu state where possible
|
||||||
- short alarm/timer follow-up values do not produce a second `@be/clock` relaunch after the local skill consumes the answer
|
|
||||||
- failures caused by collapsed STT transcripts are logged as STT issues rather than misdiagnosed as payload bugs
|
- failures caused by collapsed STT transcripts are logged as STT issues rather than misdiagnosed as payload bugs
|
||||||
- Next action:
|
- Next action:
|
||||||
- re-run a stock OS `1.9` regression bundle before declaring `1.0.18` complete
|
- re-run a stock OS `1.9` regression bundle before declaring `1.0.18` complete
|
||||||
@@ -194,21 +158,15 @@ Current release theme:
|
|||||||
- `turn it up` and `turn it down` emit stock `global_commands` `volumeUp` / `volumeDown` with `volumeLevel = null` and no cloud speech
|
- `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
|
- `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`
|
- `show volume controls` redirects into `@be/settings` with `volumeQuery`
|
||||||
- stop/cancel matching now normalizes stock ASR punctuation, so `Never mind.` is still a stop command
|
|
||||||
- absolute volume parsing now treats the observed homophone shape `Set Volume 2-6.` as level `6`
|
|
||||||
- passive settings context and `settings/volume_control` no-input cleanup now avoid post-panel `I heard you` fallback speech
|
|
||||||
- local clock delete/cancel commands now settle without a generic follow-up mic
|
|
||||||
- Evidence:
|
- Evidence:
|
||||||
- Pegasus `globals/global_commands_launch.rule` defines `stop`, `volumeUp`, `volumeDown`, and `volumeToValue`
|
- 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 Jibo `VolumePlugin` subscribes to global volume events and uses the same intent/entity names
|
||||||
- stock `@be/settings` exposes `volumeQuery` and opens the volume panel
|
- stock `@be/settings` exposes `volumeQuery` and opens the volume panel
|
||||||
- `jibo test 26` live-proved punctuated `Never mind.` and the `Set Volume 2-6.` homophone path
|
|
||||||
- Exit criteria:
|
- Exit criteria:
|
||||||
- live stop settles the robot without a generic chat reply
|
- 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 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-to-value changes the setting to the requested value or logs the expected stock local handling
|
||||||
- live volume controls opens the settings volume panel
|
- live volume controls opens the settings volume panel
|
||||||
- live volume controls settles after the panel opens without a trailing `I heard you`
|
|
||||||
|
|
||||||
## Implemented In Current Source
|
## Implemented In Current Source
|
||||||
|
|
||||||
@@ -258,7 +216,6 @@ Current release theme:
|
|||||||
- Follow-up:
|
- Follow-up:
|
||||||
- live regression remains in the immediate queue
|
- 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
|
- 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
|
||||||
- Test 26 still requires a focused live check for alarm replacement, voice delete versus menu state, and whether the no-`LISTEN` guard removes the long blue-ring loop
|
|
||||||
|
|
||||||
### Photo / Gallery / Create Family
|
### Photo / Gallery / Create Family
|
||||||
|
|
||||||
@@ -266,11 +223,9 @@ Current release theme:
|
|||||||
- Tags: `protocol`, `storage`
|
- Tags: `protocol`, `storage`
|
||||||
- Result:
|
- Result:
|
||||||
- gallery, snapshot, and photobooth voice paths route to the correct local skills
|
- gallery, snapshot, and photobooth voice paths route to the correct local skills
|
||||||
- the observed `open photogal` transcript routes to gallery
|
|
||||||
- media metadata persists locally
|
- media metadata persists locally
|
||||||
- `/media/{path}` serves the current text-body placeholder payload
|
- `/media/{path}` serves the current text-body placeholder payload
|
||||||
- empty `gallery/gallery_preview` turns produce local no-input instead of generic Nimbus fallback speech
|
- empty `gallery/gallery_preview` turns produce local no-input instead of generic Nimbus fallback speech
|
||||||
- active `shared/yes_no` prompts under `@be/gallery` stay active instead of being suppressed as passive local context
|
|
||||||
- repeated empty `create/is_it_a_keeper` turns redirect to `@be/idle` after the second miss
|
- repeated empty `create/is_it_a_keeper` turns redirect to `@be/idle` after the second miss
|
||||||
- Follow-up:
|
- Follow-up:
|
||||||
- live regression remains in the immediate queue
|
- live regression remains in the immediate queue
|
||||||
@@ -288,45 +243,6 @@ Current release theme:
|
|||||||
- Follow-up:
|
- Follow-up:
|
||||||
- live update/backup/share/gallery/alarm replacement prompts still need another clean pass
|
- live update/backup/share/gallery/alarm replacement prompts still need another clean pass
|
||||||
|
|
||||||
### Cloud Version Tail Cleanup
|
|
||||||
|
|
||||||
- Status: `implemented`
|
|
||||||
- Tags: `protocol`
|
|
||||||
- Result:
|
|
||||||
- `cloud_version` no longer keeps the generic follow-up mic open
|
|
||||||
- diagnostic speech receives an eight-second late-audio ignore window
|
|
||||||
- no-transcript hotphrase launch `LISTEN` setup packets inside that cleanup window are ignored before they can reopen a stale turn
|
|
||||||
- spoken diagnostic wording is now `Cloud version ...` rather than `Open Jibo Cloud version ...`, avoiding the self-hotphrase phrase found in Test 29
|
|
||||||
- focused websocket coverage reproduces the Test 27 `Cloudford.` shape: cloud-version speech, tail `LISTEN`, and binary speech tail
|
|
||||||
- Follow-up:
|
|
||||||
- live smoke should confirm `cloud version` speaks `1.0.18`, carries `match.skipSurprises = true`, does not stop itself on the word `Jibo`, and settles without a generic `I heard...` reply or a local surprise handoff
|
|
||||||
|
|
||||||
### GLSM Listener Flow Capture And Recovery
|
|
||||||
|
|
||||||
- Status: `implemented`
|
|
||||||
- Tags: `protocol`, `docs`
|
|
||||||
- Result:
|
|
||||||
- the legacy listener state machine source (`sdk ... glsm.png`) is now captured in current planning docs
|
|
||||||
- runtime now emits GLSM-aligned phase snapshots (`HJ_LISTENING`, `LISTENING`, `WAIT_LISTEN_FINISHED`, `DISPATCH_DIALOG`, `PROCESS_LISTENER_QUEUE`)
|
|
||||||
- turn diagnostics now include `glsm_phase_transition` for phase changes
|
|
||||||
- websocket telemetry now records `glsmPhase` on binary/context/turn events
|
|
||||||
- stale pending-listen recovery is now in source so a long-open no-context/no-audio listen can be cleared when the next hotphrase listen arrives
|
|
||||||
- Follow-up:
|
|
||||||
- live-capture proof is still required against the recurring blue-ring/stuck-listening sequence
|
|
||||||
- deeper GLSM parity (`Interrupt Listeners`, launch/global parse branches) should be tackled after this first capture slice is validated on-device
|
|
||||||
|
|
||||||
### End-Of-Skill Surprise Suppression
|
|
||||||
|
|
||||||
- Status: `implemented`
|
|
||||||
- Tags: `protocol`
|
|
||||||
- Result:
|
|
||||||
- hosted `LISTEN` matches, fallback `LISTEN` matches, and local `SKILL_REDIRECT` matches emit `skipSurprises = true`
|
|
||||||
- focused websocket assertions cover generic chat, cloud version, no-transcript fallback, and a local clock redirect
|
|
||||||
- Test 28 evidence ties the repeated backup warning to the local `@be/surprises` lifecycle path after Nimbus, with no corresponding hosted `Backup_*` traffic
|
|
||||||
- Test 29 showed the deployed payload reached stock BE and did not repeat the backup announcement in the focused run
|
|
||||||
- Follow-up:
|
|
||||||
- live regression should confirm normal Nimbus/cloud/local turns no longer open `@be/surprises` or `@be/surprises-ota` after completion
|
|
||||||
|
|
||||||
### Word Of The Day Cleanup
|
### Word Of The Day Cleanup
|
||||||
|
|
||||||
- Status: `implemented`
|
- Status: `implemented`
|
||||||
@@ -347,11 +263,9 @@ Current release theme:
|
|||||||
- Tags: `protocol`
|
- Tags: `protocol`
|
||||||
- Result:
|
- Result:
|
||||||
- global stop commands emit stock `global_commands` `stop` and redirect to `@be/idle`
|
- global stop commands emit stock `global_commands` `stop` and redirect to `@be/idle`
|
||||||
- stop/cancel command matching tolerates punctuation from stock ASR
|
|
||||||
- relative volume commands emit stock `global_commands` `volumeUp` / `volumeDown`
|
- relative volume commands emit stock `global_commands` `volumeUp` / `volumeDown`
|
||||||
- absolute volume commands emit `volumeToValue` with a `volumeLevel` entity, including the observed `Set Volume 2-6.` shape
|
- absolute volume commands emit `volumeToValue` with a `volumeLevel` entity
|
||||||
- volume controls launch redirects to `@be/settings` `volumeQuery`
|
- volume controls launch redirects to `@be/settings` `volumeQuery`
|
||||||
- passive settings context and `settings/volume_control` no-input cleanup avoid stale generic speech after the settings panel opens
|
|
||||||
- websocket responses avoid generic chat speech for these local/global command paths
|
- websocket responses avoid generic chat speech for these local/global command paths
|
||||||
- Follow-up:
|
- Follow-up:
|
||||||
- live validation remains in the immediate queue because volume depends on stock robot local global-command handling
|
- live validation remains in the immediate queue because volume depends on stock robot local global-command handling
|
||||||
@@ -423,10 +337,6 @@ Current release theme:
|
|||||||
- `@be/restore` waits for a UGC key, runs restore, and reboots
|
- `@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
|
- 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`
|
- no-op update fabrication has been removed from `.NET`
|
||||||
- Test 25 still showed repeated backup-in-progress/update-menu blockage without `Backup_*` HTTP traffic
|
|
||||||
- Test 26 repeated the backup-in-progress warning from robot-local `@be/surprises-ota` without `Backup_*` HTTP traffic
|
|
||||||
- Test 27 repeated the same no-`Backup_*` finding and added evidence of local startup reconnect / `Q4-Server_connection_lost` before the test
|
|
||||||
- Test 28 showed the same class of surprise handoff beginning at `@be/surprises` after Nimbus, before VAD inhibited the offer
|
|
||||||
- Exit criteria:
|
- Exit criteria:
|
||||||
- no phantom "always has updates" behavior
|
- no phantom "always has updates" behavior
|
||||||
- one controlled update can be staged and delivered
|
- one controlled update can be staged and delivered
|
||||||
@@ -443,8 +353,6 @@ Current release theme:
|
|||||||
- `jibo test 22` showed `ffmpeg` and `whisper.cpp` failures
|
- `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 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
|
- `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
|
||||||
- `jibo test 25` still had short-answer failures, but several were cloud turn-state issues now patched rather than pure STT failures
|
|
||||||
- `jibo test 26` had long no-`LISTEN` binary buffering and alarm-delete mishears now patched; remaining short-answer failures still need STT/noise work
|
|
||||||
- current source now skips local whisper when buffered audio does not contain an Opus identification header
|
- 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
|
- yes/no and alarm flows are especially sensitive to short or collapsed transcripts
|
||||||
- Implementation notes:
|
- Implementation notes:
|
||||||
@@ -474,34 +382,6 @@ Current release theme:
|
|||||||
- what upload metadata must survive for gallery refresh
|
- what upload metadata must survive for gallery refresh
|
||||||
- how to map this cleanly to Blob Storage
|
- how to map this cleanly to Blob Storage
|
||||||
|
|
||||||
### Next Up (`2026-05-06`): Dialog Parsing Expansion And Ambiguity Guardrails
|
|
||||||
|
|
||||||
- Status: `polish`
|
|
||||||
- Tags: `protocol`, `content`, `stt`, `docs`
|
|
||||||
- Why now:
|
|
||||||
- this is the next queued `1.0.19` implementation slice after weather provider bring-up
|
|
||||||
- recent live runs showed phrases where trigger detection can interrupt full-utterance understanding
|
|
||||||
- phrase import work from Pegasus has already started for chitchat and should now expand to broader parsing boundaries
|
|
||||||
- Scope:
|
|
||||||
- expand Pegasus-backed phrase coverage for question/command/assertion patterns
|
|
||||||
- add ambiguity guardrails for overlapping intents (date vs birthday, generic chat vs memory set/lookup, weather variants)
|
|
||||||
- preserve command-vs-question personality behavior and stock skill launch compatibility
|
|
||||||
- add focused tests for new phrase families and negative boundary cases
|
|
||||||
- Progress update (`2026-05-07`):
|
|
||||||
- implemented date/time guardrails so birthday phrasing is not misrouted to date
|
|
||||||
- expanded phrase coverage for:
|
|
||||||
- birthday alias set/recall (`bday` variants)
|
|
||||||
- shorthand favorites (`my favorite sport football`)
|
|
||||||
- weather phrasing (`what's today's weather look like`, `will it be sunny tomorrow`)
|
|
||||||
- updated continuation deferral so complete shorthand favorites finalize instead of waiting for missing continuation
|
|
||||||
- Exit criteria:
|
|
||||||
- ambiguous phrase handling is improved without regressions in existing `1.0.19` features
|
|
||||||
- phrase imports are documented and traceable to Pegasus parser sources
|
|
||||||
- test suite stays green and includes targeted parser-guardrail coverage
|
|
||||||
- Tracking:
|
|
||||||
- [release-1.0.19-plan.md](release-1.0.19-plan.md)
|
|
||||||
- [system-diagram-alignment.md](system-diagram-alignment.md)
|
|
||||||
|
|
||||||
## Discovery Queue
|
## Discovery Queue
|
||||||
|
|
||||||
### 12. Weather As Cloud Report Plus Local Presentation
|
### 12. Weather As Cloud Report Plus Local Presentation
|
||||||
@@ -617,234 +497,28 @@ Current release theme:
|
|||||||
|
|
||||||
### 21. How Old Are You / Robot Age Persona
|
### 21. How Old Are You / Robot Age Persona
|
||||||
|
|
||||||
- Status: `implemented`
|
- Status: `discovery`
|
||||||
- Tags: `protocol`, `content`
|
- Tags: `protocol`, `content`
|
||||||
- Result:
|
- User goals:
|
||||||
- `how old are you`
|
- `how old are you`
|
||||||
- `when's your birthday`
|
- answer from stored first-powered-up or first-cloud-seen metadata
|
||||||
- `do you have a personality`
|
- optional zodiac/personality flavor when available
|
||||||
- `make a pizza` now ports the original scripted-response path through `chitchat-skill` with `mim_id = RA_JBO_MakePizza` and pizza-making animation ESML
|
- Questions:
|
||||||
- `can you order pizza` now ports the original scripted-response path through `chitchat-skill` with `mim_id = RA_JBO_OrderPizza`
|
- where stock Jibo stores first-power-up or birthdate metadata
|
||||||
- current source answers these with a `1.0.19` rule-based persona baseline, backed by `OpenJiboCloudBuildInfo.PersonaBirthday`
|
- whether a stock persona path exists
|
||||||
- Follow-up:
|
- whether first OpenJibo pass should use first-cloud-seen metadata if stock data is unavailable
|
||||||
- wire persona age to first-powered-up or durable first-cloud-seen metadata when available
|
|
||||||
- add command-vs-question variants so expressive prompts can answer conversationally before launching actions
|
|
||||||
|
|
||||||
### 22. Command Vs Question Reply Style
|
### 22. Command Vs Question Reply Style
|
||||||
|
|
||||||
- Status: `implemented`
|
|
||||||
- Tags: `content`, `polish`
|
|
||||||
- Result:
|
|
||||||
- `dance` still launches the dance animation path
|
|
||||||
- `do you like to dance` now responds conversationally as a personality question instead of launching the action
|
|
||||||
- birthday phrasing now takes precedence over an `askForDate` client-intent misclassification
|
|
||||||
- Follow-up:
|
|
||||||
- expand command-vs-question splits to more expressive intents (pizza, surprise, photo prompts)
|
|
||||||
- add Pegasus phrase and MIM-backed variants for richer style coverage
|
|
||||||
|
|
||||||
### 23. First Memory-Backed Personal Facts
|
|
||||||
|
|
||||||
- Status: `implemented`
|
|
||||||
- Tags: `storage`, `content`
|
|
||||||
- Result:
|
|
||||||
- tenant-scoped memory store abstraction is in place for personal facts
|
|
||||||
- birthday set/recall works (`my birthday is ...` / `when is my birthday`)
|
|
||||||
- preference set/recall works (`my favorite X is Y` / `what is my favorite X`)
|
|
||||||
- account/loop/device scoped lookup prevents cross-tenant leakage
|
|
||||||
- Follow-up:
|
|
||||||
- add durable persistence path for personal facts
|
|
||||||
- broaden fact categories further (multi-person household memory, relationship cues, and corrective updates)
|
|
||||||
- add explicit person-scoped state so future interactions can distinguish household members inside the same loop
|
|
||||||
- define the first server-to-server sync envelope for durable state before we need it in production
|
|
||||||
|
|
||||||
### 24. Memory-Triggered Proactivity Baseline
|
|
||||||
|
|
||||||
- Status: `implemented`
|
|
||||||
- Tags: `content`, `storage`, `protocol`
|
|
||||||
- Result:
|
|
||||||
- `surprise me` now uses weighted candidate selection instead of only generic fallback text
|
|
||||||
- candidate weighting uses tenant-scoped memory signals and date triggers
|
|
||||||
- February 9 (`National Pizza Day`) can proactively launch the legacy pizza animation path
|
|
||||||
- proactive pizza fact offer flow stores pending offer state in session metadata and resolves direct short `yes/no` turns
|
|
||||||
- memory parsing now includes names, anniversary-style important dates, likes/dislikes variants, and reverse favorite phrasing (`pizza is my favorite food`)
|
|
||||||
- Follow-up:
|
|
||||||
- expand proactivity beyond pizza to additional Pegasus-backed categories
|
|
||||||
- add cooldown/throttle policy and observability around proactive offer frequency
|
|
||||||
- connect memory store to durable multi-tenant persistence
|
|
||||||
- keep the sync story visible so stateful offers can survive a multi-server deployment later
|
|
||||||
|
|
||||||
### 25. Weather Report-Skill Launch Compatibility
|
|
||||||
|
|
||||||
- Status: `implemented`
|
|
||||||
- Tags: `protocol`, `content`
|
|
||||||
- Result:
|
|
||||||
- weather requests now launch `report-skill` using Pegasus-aligned intent `requestWeatherPR`
|
|
||||||
- weather phrase coverage includes baseline forecast and condition-style questions (`will it rain`, `is it snowing`, tomorrow variants)
|
|
||||||
- weather launches emit `SKILL_REDIRECT` + completion and now also include cloud weather speech so weather turns remain useful even when local report providers are incomplete
|
|
||||||
- weather entity hints are carried in outbound NLU (`date = tomorrow`, `Weather = rain/snow/...`) for report-skill consumption
|
|
||||||
- OpenWeather provider integration is in place with configurable API key, default location, unit preference, and environment-variable fallback (`OPENWEATHER_API_KEY`)
|
|
||||||
- cloud weather speech now uses live provider summaries for current conditions and tomorrow high/low forecast when available
|
|
||||||
- Follow-up:
|
|
||||||
- connect weather units and location directly to user/report-skill settings parity instead of config defaults
|
|
||||||
- add richer condition-change commentary and view parity with original report-skill weather behaviors
|
|
||||||
|
|
||||||
### 26. Presence-Aware Greetings And Identity Proactivity
|
|
||||||
|
|
||||||
- Status: `ready`
|
- Status: `ready`
|
||||||
- Tags: `protocol`, `content`, `storage`, `docs`
|
- Tags: `content`, `polish`
|
||||||
- Why now:
|
- User goals:
|
||||||
- this is the next personality-charm expansion after parser guardrail and weather bring-up
|
- `dance` should behave like a willing action
|
||||||
- Pegasus greetings behavior is strongly tied to presence/identity signals and proactive cooldown policy
|
- `do you like to dance` should answer the question before or instead of treating it like the same command
|
||||||
- current OpenJibo has memory/proactivity foundations but no first-class presence extraction path yet
|
- Implementation notes:
|
||||||
- Pegasus source anchors:
|
- evolve reply collections into command/question variants
|
||||||
- `C:\Projects\jibo\pegasus\packages\hub\be-skills\greetings_manifest.json`
|
- start with dance or another expressive skill
|
||||||
- `C:\Projects\jibo\sdk\skills\greetings\src\GreetingsSkill.ts`
|
- keep the first version rule-based
|
||||||
- `C:\Projects\jibo\sdk\skills\greetings\src\GreetingsSM.ts`
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\hub\src\proactive\ProactiveTransactionHandler.ts`
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\hub\src\proactive\tools\ContextTools.ts`
|
|
||||||
- Scope:
|
|
||||||
- extract presence/identity context (`speaker`, `peoplePresent`, focused person) from runtime context payload
|
|
||||||
- add greeting intent families and state-machine split for reactive vs proactive greeting routes
|
|
||||||
- add cooldown and trigger-source guardrails for proactive greetings
|
|
||||||
- start person-aware greeting hooks (name-aware greeting, morning greeting policy, return greeting policy)
|
|
||||||
- Exit criteria:
|
|
||||||
- presence-aware greetings are routed deterministically with tests
|
|
||||||
- proactive greetings are frequency-bounded and do not trigger from surprise source when blocked by policy
|
|
||||||
- fallback behavior remains stable when identity is unknown or context is incomplete
|
|
||||||
- docs and release tracking are updated with shipped scope and residual gaps
|
|
||||||
- Tracking:
|
|
||||||
- [greetings-presence-plan.md](greetings-presence-plan.md)
|
|
||||||
- [release-1.0.19-plan.md](release-1.0.19-plan.md)
|
|
||||||
|
|
||||||
### 27. Personal Report Parity Track (Weather/News/Commute/Calendar)
|
|
||||||
|
|
||||||
- Status: `in_progress`
|
|
||||||
- Tags: `protocol`, `content`, `storage`, `docs`
|
|
||||||
- Why now:
|
|
||||||
- personal report is a core Jibo charm surface and currently split between implemented weather speech and placeholder calendar/commute/news content
|
|
||||||
- Pegasus weather used explicit condition animations and weather views; current OpenJibo weather is functional but visually lighter
|
|
||||||
- Scope:
|
|
||||||
- weather icon/animation parity and view support
|
|
||||||
- broader non-local weather query handling and short-range date coverage
|
|
||||||
- provider-backed news ingestion and filtering
|
|
||||||
- commute provider path and settings schema
|
|
||||||
- coverage matrix for personal report parity gaps and test/capture exit criteria
|
|
||||||
- Progress update (`2026-05-10`):
|
|
||||||
- added provider-ready news briefing lane with Nimbus-compatible `news` skill payload continuity
|
|
||||||
- added memory/transcript category hint plumbing for provider requests (sports/technology/business/general)
|
|
||||||
- fallback synthetic news behavior remains active when no provider key is configured
|
|
||||||
- added TTL caching for weather/news provider calls to reduce repeated external requests
|
|
||||||
- Source anchors:
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\report-skill\src\subskills\weather\WeatherMimLogic.ts`
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\report-skill\resources\views\weatherHiLo.json`
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\report-skill\src\subskills\news\NewsMimLogic.ts`
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\report-skill\src\subskills\commute\CommuteMimLogic.ts`
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\hub\pegasus-skills\report_skill_manifest.json`
|
|
||||||
- Tracking:
|
|
||||||
- [personal-report-parity-plan.md](personal-report-parity-plan.md)
|
|
||||||
- [release-1.0.19-plan.md](release-1.0.19-plan.md)
|
|
||||||
|
|
||||||
### 28. Grocery List Capability (Requested Feature)
|
|
||||||
|
|
||||||
- Status: `discovery`
|
|
||||||
- Tags: `content`, `docs`, `storage`
|
|
||||||
- Why now:
|
|
||||||
- directly requested by Jibo owners and fits memory + household utility roadmap
|
|
||||||
- Source findings:
|
|
||||||
- Pegasus has scripted responses for shopping/to-do list requests but no standalone grocery-list skill in this snapshot
|
|
||||||
- examples:
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\chitchat-skill\mims\scripted-responses\RA_JBO_ShoppingList.mim`
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\chitchat-skill\mims\scripted-responses\RA_JBO_ManageToDoList.mim`
|
|
||||||
- Candidate delivery paths:
|
|
||||||
- native lightweight list skill (fastest user value)
|
|
||||||
- integration-backed list orchestration (long-term richer ecosystem fit)
|
|
||||||
- Exit criteria:
|
|
||||||
- clear decision on MVP path
|
|
||||||
- first schema for list items + ownership scope
|
|
||||||
- initial voice flows and follow-up intent handling defined
|
|
||||||
|
|
||||||
### 29. Legacy MIM Personality Import Ladder
|
|
||||||
|
|
||||||
- Status: `in_progress`
|
|
||||||
- Tags: `content`, `protocol`, `docs`
|
|
||||||
- Why now:
|
|
||||||
- we already have a chitchat/content scaffold that can render stock-compatible personality replies
|
|
||||||
- the legacy `chitchat-mims` tree is mostly declarative content, so a phased import can add visible charm fast
|
|
||||||
- this is the best near-term path to get Jibo feeling more interactive without needing a full Pegasus runtime clone
|
|
||||||
- What is possible today:
|
|
||||||
- direct scripted replies through the existing content catalog
|
|
||||||
- stock-compatible payloads with `skillId`, `mim_id`, `mim_type`, `prompt_id`, and ESML
|
|
||||||
- current examples already prove the shape for pizza, dance, weather, news, and generic chat
|
|
||||||
- What we need to build:
|
|
||||||
1. a MIM inventory importer that can scan the legacy tree and normalize `skill_id`, `mim_id`, prompt text, and metadata
|
|
||||||
2. a prompt-selection layer that can choose by category and condition metadata
|
|
||||||
3. a safe ESML/prompt renderer for imported content
|
|
||||||
- What can be ported with each build:
|
|
||||||
- Build A: declarative prompt packs
|
|
||||||
- `core-responses`
|
|
||||||
- `deflector`
|
|
||||||
- the simplest `emotion-responses`
|
|
||||||
- direct `scripted-responses` that are just prompt lists
|
|
||||||
- Build B: conditioned prompt packs
|
|
||||||
- `gqa-responses`
|
|
||||||
- structured emotion prompts with `condition` gates
|
|
||||||
- any response families that only need simple state or Jibo-emotion checks
|
|
||||||
- Build C: conversation families
|
|
||||||
- richer `scripted-responses` that need follow-up state
|
|
||||||
- holiday / special-date personality sets
|
|
||||||
- more nuanced chitchat branches that depend on context-aware routing
|
|
||||||
- Build D: full parity cleanup
|
|
||||||
- larger cross-skill collections
|
|
||||||
- any MIMs that depend on Pegasus-only parser assumptions
|
|
||||||
- any files that need dedicated runtime abstraction instead of catalog lookup
|
|
||||||
- Low-hanging fruit for tonight:
|
|
||||||
- import the smallest declarative packs first so we can test something tomorrow
|
|
||||||
- prioritize anything that is pure prompt text with no complex branching
|
|
||||||
- keep the first pass limited to content that maps cleanly onto the current catalog shape
|
|
||||||
- Progress update (`2026-05-13`):
|
|
||||||
- added the first Build A importer scaffold in the cloud content repository
|
|
||||||
- checked in a small seed bundle under `Content/LegacyMims/BuildA`
|
|
||||||
- added focused importer tests for prompt stripping, bucketing, and merge behavior
|
|
||||||
- expanded Build A with additional easy scripted-response packs for identity and persona replies
|
|
||||||
- started Build B with source-backed scripted-response packs for work, food, home, birthplace, language, hobby, and material questions
|
|
||||||
- Tomorrow test target:
|
|
||||||
- verify imported personality replies show up through the existing chitchat route
|
|
||||||
- confirm the emitted payload still looks like a stock skill response
|
|
||||||
- confirm the imported content does not disturb existing weather/news/pizza flows
|
|
||||||
- Exit criteria:
|
|
||||||
- a first importer path exists for the simplest legacy MIM files
|
|
||||||
- at least one legacy prompt pack is running through OpenJibo content instead of hand-authored fallback text
|
|
||||||
- we have a clear second-wave list for the more conditional MIM families
|
|
||||||
|
|
||||||
### 30. Original Personalized Function Inventory
|
|
||||||
|
|
||||||
- Status: `discovery`
|
|
||||||
- Tags: `content`, `docs`, `protocol`
|
|
||||||
- Why now:
|
|
||||||
- we are actively porting persona and memory slices, so we need a bounded checklist of the original Jibo charm surfaces
|
|
||||||
- the goal is to keep the next few passes focused on personality-rich wins instead of letting the work sprawl
|
|
||||||
- Known sources:
|
|
||||||
- legacy Jibo OS/Pegasus chitchat and MIM response families
|
|
||||||
- current OpenJibo persona, memory, and greeting work as the implementation target
|
|
||||||
- Inventory to track:
|
|
||||||
- identity and origin questions
|
|
||||||
- personality and capability questions
|
|
||||||
- favorite-style prompts like `what is your favorite color`
|
|
||||||
- attraction and preference prompts like `what is your favorite flower`, `do you like R2D2`, `do you like the sun`, `do you like space`, and `do you like kids`
|
|
||||||
- charm/capability prompts like `can you laugh` and `can you dance`
|
|
||||||
- mood / affect questions
|
|
||||||
- recognition follow-ups like `do you know me`
|
|
||||||
- follow-up state prompts that should stay warm and locally grounded
|
|
||||||
- Next pass targets:
|
|
||||||
- document the remaining persona inventory so we keep a clean checklist for the next passes
|
|
||||||
- keep the favorites family moving with source-backed imports where available, and temporary runtime replies only when the source is missing
|
|
||||||
- keep adding small sourced personality batches, especially the legacy `R2D2`, `sun`, `space`, `kids`, and charm prompts
|
|
||||||
- keep adding 1-3 persona prompts per pass with tests
|
|
||||||
- prefer source-backed MIM imports when the legacy text is available, and use a temporary runtime reply only when needed to unblock user value
|
|
||||||
- Exit criteria:
|
|
||||||
- a stable checklist exists for the original persona surface
|
|
||||||
- each pass can be scoped to a small batch of prompts
|
|
||||||
- the backlog makes it obvious what is still missing without losing momentum
|
|
||||||
|
|
||||||
## Suggested Order
|
## Suggested Order
|
||||||
|
|
||||||
@@ -860,31 +534,10 @@ Use [regression-test-plan.md](regression-test-plan.md) as the detailed checklist
|
|||||||
|
|
||||||
For `1.0.19`:
|
For `1.0.19`:
|
||||||
|
|
||||||
1. Command-vs-question personality split (`dance` command vs `do you like to dance` question style; expand this pattern) - implemented
|
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. Expand memory-backed personal facts with tenant-scoped storage (beyond the first birthday/preferences foundation) - implemented
|
2. Update, backup, and restore proof
|
||||||
3. Proactivity selector baseline with source-backed first offers - implemented
|
3. STT upgrade and noise screening
|
||||||
4. Weather report-skill launch compatibility - implemented
|
4. Hosted capture/storage plan
|
||||||
5. Dialog parsing expansion and ambiguity guardrails - in progress (`2026-05-09` third guardrail slice implemented; Pegasus affinity phrase families + continuation guardrails expanded)
|
5. Binary-safe media storage
|
||||||
6. Presence-aware greetings and identity-triggered proactivity - implemented (trigger path, identity-aware reactive/proactive replies, cooldown metadata wiring, focused websocket coverage)
|
6. Provider-backed news or weather
|
||||||
7. Personal report parity track (weather visuals, live news path, commute path, calendar parity matrix) - in progress (`2026-05-10` first live-news provider slice implemented)
|
7. Proactivity, memory/history, Lasso, identity, and onboarding as larger discovery-driven tracks
|
||||||
8. Holidays and seasonal personality behavior built on the new memory/proactivity foundation
|
|
||||||
9. Durable memory persistence path (multi-tenant backing store)
|
|
||||||
10. Update, backup, and restore proof
|
|
||||||
11. STT upgrade and noise screening
|
|
||||||
12. Hosted capture/storage plan / indexing for group testing
|
|
||||||
13. Binary-safe media storage / sync to cloud drive: OneDrive, Google Drive, Box, etc.
|
|
||||||
14. Provider-backed news and weather parity polish
|
|
||||||
15. Grocery list capability discovery and MVP selection
|
|
||||||
16. Lasso, identity, and onboarding as larger discovery-driven tracks
|
|
||||||
17. Legacy MIM personality import ladder and first declarative prompt packs
|
|
||||||
|
|
||||||
For `1.0.20` and beyond:
|
|
||||||
|
|
||||||
1. Setup scripts to convert Jibo to Open Jibo by adding a mode for `open-jibo` pointing at our openjibo.com and `open-jibo-ai` pointing at openjibo.ai as a foundation for new cloud features and a clean separation from any remaining stock OS dependencies while preserving his original config
|
|
||||||
2. Setup scripts to put Jibo in `open-jibo` mode by default for new users, but allow existing users to keep the stock OS experience if they prefer by injecting a new skill that runs on startup to ask them if they want to convert to Open Jibo and switch modes, with a fallback timeout to switch modes automatically after a few weeks of inactivity (ensure new skill is accessible from menu so it can be opted into later on demand / likewise, if they have opted into Open Jibo, the skill will allow them to revert Jibo back to stock)
|
|
||||||
3. Setup openjibo.com and openjibo.ai domains with landing pages, support docs, and account management for future features that require hosted services or user accounts
|
|
||||||
4. Test Open Jibo with the new setup scripts and domains, and iterate on any issues that arise during the conversion process
|
|
||||||
5. Loop advancement (family and friends) / multiple user recognition / multiple Jibo support so Jibo's can interact and communicate
|
|
||||||
6. Advanced Jibo features such as pizza delivery, Uber/Lyft integration, calendar management, smart home control (Home Assistant), etc. can be added after the conversion process is smooth and stable, with a focus on features that leverage the new cloud capabilities and content personalization enabled by Open Jibo
|
|
||||||
7. LLM integration for more natural dialog, question answering, and content generation can be explored as a longer-term goal after the core platform is stable and has a growing user base to provide feedback and use cases for LLM-powered features
|
|
||||||
8. Tiered Jibo brain/orchestration plan from README.md can be implemented in parallel with the above, starting with the simplest cloud features and gradually adding more complex capabilities as the platform matures and user feedback is collected, always preserving his unique charm and original features.
|
|
||||||
|
|||||||
@@ -1,173 +0,0 @@
|
|||||||
# Greetings And Presence Plan (`1.0.19`)
|
|
||||||
|
|
||||||
## Purpose
|
|
||||||
|
|
||||||
Recreate the original Jibo greeting charm with modern cloud architecture:
|
|
||||||
|
|
||||||
- person-aware greetings when someone is detected
|
|
||||||
- proactive offers tied to presence, time of day, and memory
|
|
||||||
- safe cooldown rules so proactivity feels alive, not noisy
|
|
||||||
|
|
||||||
This plan is source-anchored to Pegasus and scoped to shippable slices.
|
|
||||||
|
|
||||||
## Pegasus Behavior Baseline
|
|
||||||
|
|
||||||
Primary source artifacts:
|
|
||||||
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\hub\be-skills\greetings_manifest.json`
|
|
||||||
- `C:\Projects\jibo\sdk\skills\greetings\src\GreetingsSkill.ts`
|
|
||||||
- `C:\Projects\jibo\sdk\skills\greetings\src\GreetingsSM.ts`
|
|
||||||
- `C:\Projects\jibo\sdk\skills\greetings\src\states\IntentSplit.ts`
|
|
||||||
- `C:\Projects\jibo\sdk\skills\greetings\src\states\ProactiveGreetingState.ts`
|
|
||||||
- `C:\Projects\jibo\sdk\skills\greetings\src\states\ProactiveProbabilityState.ts`
|
|
||||||
- `C:\Projects\jibo\sdk\skills\greetings\src\states\ShouldDoMorningGreetingState.ts`
|
|
||||||
- `C:\Projects\jibo\sdk\skills\greetings\src\states\ShouldDoBirthdayState.ts`
|
|
||||||
- `C:\Projects\jibo\sdk\skills\greetings\src\states\ShouldDoHolidayState.ts`
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\hub\src\proactive\ProactiveTransactionHandler.ts`
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\hub\src\proactive\tools\ContextTools.ts`
|
|
||||||
|
|
||||||
Key behaviors to port:
|
|
||||||
|
|
||||||
- explicit reactive/proactive greeting split
|
|
||||||
- identity source split:
|
|
||||||
- reactive path uses active speaker
|
|
||||||
- proactive path uses present identified persons
|
|
||||||
- hub-level proactive gating:
|
|
||||||
- block greetings when trigger source is `SURPRISE`
|
|
||||||
- throttle by interaction history (`GreetingsLaunchLast2Hours < 1`)
|
|
||||||
- morning/birthday/holiday gates with per-user recency checks
|
|
||||||
- optional follow-up response flow after proactive greetings
|
|
||||||
|
|
||||||
## Current OpenJibo Baseline
|
|
||||||
|
|
||||||
Current implementation anchor:
|
|
||||||
|
|
||||||
- `C:\Projects\JiboExperiments\OpenJibo\src\Jibo.Cloud\dotnet\src\Jibo.Cloud.Application\Services\JiboInteractionService.cs`
|
|
||||||
- `C:\Projects\JiboExperiments\OpenJibo\src\Jibo.Cloud\dotnet\src\Jibo.Cloud.Application\Services\ProtocolToTurnContextMapper.cs`
|
|
||||||
- `C:\Projects\JiboExperiments\OpenJibo\src\Jibo.Cloud\dotnet\src\Jibo.Cloud.Application\Services\WebSocketTurnFinalizationService.cs`
|
|
||||||
- `C:\Projects\JiboExperiments\OpenJibo\src\Jibo.Cloud\dotnet\src\Jibo.Cloud.Application\Services\ChitchatStateMachine.cs`
|
|
||||||
- `C:\Projects\JiboExperiments\OpenJibo\src\Jibo.Cloud\dotnet\src\Jibo.Cloud.Infrastructure\Persistence\InMemoryPersonalMemoryStore.cs`
|
|
||||||
|
|
||||||
What we already have:
|
|
||||||
|
|
||||||
- tenant-scoped memory primitives (name, birthday, preferences, affinity)
|
|
||||||
- proactivity baseline with pending-offer follow-up handling
|
|
||||||
- state-machine style chitchat split (`ScriptedResponse`, `EmotionQuery`, `EmotionCommand`, `ErrorResponse`)
|
|
||||||
- GLSM-aware websocket lifecycle and stuck-listen recovery
|
|
||||||
|
|
||||||
Main gap:
|
|
||||||
|
|
||||||
- no first-class presence/identity perception extraction from runtime context for greeting policy decisions
|
|
||||||
|
|
||||||
## Implementation Slices
|
|
||||||
|
|
||||||
### Slice G1: Presence Context Extraction And Session Snapshot
|
|
||||||
|
|
||||||
Goal:
|
|
||||||
|
|
||||||
- extract presence/identity fields from websocket context payload into normalized metadata for routing
|
|
||||||
|
|
||||||
Initial fields:
|
|
||||||
|
|
||||||
- focused speaker id
|
|
||||||
- identified person ids present
|
|
||||||
- total people present
|
|
||||||
- trigger source if present
|
|
||||||
- time-of-day helper signals
|
|
||||||
|
|
||||||
Notes:
|
|
||||||
|
|
||||||
- no facial-recognition implementation is needed in cloud; cloud consumes robot perception signals
|
|
||||||
|
|
||||||
### Slice G2: Greeting Intent Families And Parser Guardrails
|
|
||||||
|
|
||||||
Goal:
|
|
||||||
|
|
||||||
- add explicit greeting intent families with question/command guardrails
|
|
||||||
|
|
||||||
Initial families:
|
|
||||||
|
|
||||||
- `hello`, `hey jibo`, `what's up`
|
|
||||||
- `good morning`, `good afternoon`, `good evening`, `good night`
|
|
||||||
- `i'm home`, `i'm back`
|
|
||||||
- identity question (`who am i`) as a future-compatible hook
|
|
||||||
|
|
||||||
Guardrails:
|
|
||||||
|
|
||||||
- avoid stealing non-greeting domains
|
|
||||||
- keep existing date/time and birthday disambiguation intact
|
|
||||||
|
|
||||||
### Slice G3: Greeting State-Machine Port (OpenJibo Style)
|
|
||||||
|
|
||||||
Goal:
|
|
||||||
|
|
||||||
- add a greeting state-machine module with explicit route metadata like chitchat
|
|
||||||
|
|
||||||
Planned routes:
|
|
||||||
|
|
||||||
- `ReactiveGreeting`
|
|
||||||
- `ProactiveGreeting`
|
|
||||||
- `MorningGreeting`
|
|
||||||
- `SpecialDayGreeting`
|
|
||||||
- `OptionalResponse`
|
|
||||||
- `ErrorResponse`
|
|
||||||
|
|
||||||
Output shape:
|
|
||||||
|
|
||||||
- keep stock-compatible skill payload patterns
|
|
||||||
- preserve MIM/ESML hook points for charm content
|
|
||||||
|
|
||||||
### Slice G4: Proactive Gating And Cooldowns
|
|
||||||
|
|
||||||
Goal:
|
|
||||||
|
|
||||||
- port the critical Pegasus policy behavior to prevent spam
|
|
||||||
|
|
||||||
Phase-1 rules:
|
|
||||||
|
|
||||||
- skip proactive greetings when trigger source is surprise
|
|
||||||
- enforce per-tenant/person cooldown (target parity: 2-hour greeting window)
|
|
||||||
- suppress proactive launch when session is unstable (pending listen/follow-up conflict)
|
|
||||||
|
|
||||||
### Slice G5: Person Queue And Memory Extensions
|
|
||||||
|
|
||||||
Goal:
|
|
||||||
|
|
||||||
- introduce lightweight person queue/history for greeting relevance
|
|
||||||
|
|
||||||
Phase-1 storage additions:
|
|
||||||
|
|
||||||
- last-seen timestamp per person key
|
|
||||||
- last-greeted timestamp per person key
|
|
||||||
- optional preferred-name alias for spoken greeting personalization
|
|
||||||
|
|
||||||
### Slice G6: Rollout, Logging, And Live Validation
|
|
||||||
|
|
||||||
Goal:
|
|
||||||
|
|
||||||
- ship safely with observability and test confidence
|
|
||||||
|
|
||||||
Required coverage:
|
|
||||||
|
|
||||||
- unit tests for context extraction and intent routing
|
|
||||||
- websocket tests for presence-triggered greeting eligibility and cooldown behavior
|
|
||||||
- live captures validating:
|
|
||||||
- no stuck listening regressions
|
|
||||||
- no runaway proactive loops
|
|
||||||
- stable fallback when identity is unknown
|
|
||||||
|
|
||||||
## Suggested Build Order
|
|
||||||
|
|
||||||
1. G1 context extraction + diagnostics
|
|
||||||
2. G2 greeting parser families + guardrails
|
|
||||||
3. G3 greeting state machine (reactive first)
|
|
||||||
4. G4 proactive gating + cooldowns
|
|
||||||
5. G5 person queue memory extensions
|
|
||||||
6. G6 live validation and polish
|
|
||||||
|
|
||||||
## Definition Of Done For This Track
|
|
||||||
|
|
||||||
- presence-aware greeting behavior works with and without identified users
|
|
||||||
- proactive greeting frequency is policy-bounded and observable
|
|
||||||
- no regressions in existing `1.0.19` memory/weather/proactivity flows
|
|
||||||
- release docs and backlog are updated with shipped scope and next slice
|
|
||||||
22
OpenJibo/docs/logging.md
Normal file
22
OpenJibo/docs/logging.md
Normal 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`
|
||||||
@@ -1,105 +0,0 @@
|
|||||||
# Personal Report Parity Plan
|
|
||||||
|
|
||||||
As-of: `2026-05-07`
|
|
||||||
|
|
||||||
## Objective
|
|
||||||
|
|
||||||
Bring OpenJibo personal report behavior closer to original Jibo charm while keeping cloud architecture modern and provider-agnostic.
|
|
||||||
|
|
||||||
## Pegasus Findings (Source Anchors)
|
|
||||||
|
|
||||||
- Weather personality and visuals were MIM-driven, not plain speech:
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\report-skill\src\subskills\weather\WeatherMimLogic.ts`
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\report-skill\mims\en-us\WeatherCommentRain.mim`
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\report-skill\mims\en-us\WeatherTodayHighLow.mim`
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\report-skill\resources\views\weatherHiLo.json`
|
|
||||||
- Weather icons were mapped to condition/time-of-day tokens (`clear-day`, `partly-cloudy-night`, etc.) and used in `<anim cat='weather' meta='...'>`.
|
|
||||||
- Report-skill supported reactive entrypoints beyond full personal report:
|
|
||||||
- `requestWeatherPR`, `requestNews`, `requestCommute`, `requestCalendar`
|
|
||||||
- Source: `C:\Projects\jibo\pegasus\packages\hub\pegasus-skills\report_skill_manifest.json`
|
|
||||||
- Legacy data backends were Lasso-mediated:
|
|
||||||
- weather: Dark Sky
|
|
||||||
- commute: Google Maps directions/traffic
|
|
||||||
- news: AP News feeds
|
|
||||||
- calendar: Google/Outlook connectors
|
|
||||||
- Parser `main_agent` explicitly includes weather/news/personal-report intents; direct commute/calendar intents are not present in that same folder snapshot:
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\parser\dialogflow\main_agent\intents`
|
|
||||||
- Grocery/list behavior found in Pegasus is scripted-response style, not a standalone list skill:
|
|
||||||
- `RA_JBO_ShoppingList.mim` and `RA_JBO_ManageToDoList.mim` are "not supported yet" style responses.
|
|
||||||
|
|
||||||
## OpenJibo Current State
|
|
||||||
|
|
||||||
- Personal report state machine exists and is test-backed.
|
|
||||||
- Weather provider integration exists (OpenWeather), including current and tomorrow.
|
|
||||||
- News and commute currently have baseline placeholder speech, not live provider-backed data orchestration.
|
|
||||||
- Calendar is currently reply-based and not yet provider-integrated.
|
|
||||||
|
|
||||||
## Gap Summary
|
|
||||||
|
|
||||||
1. Weather has factual speech but needs stronger visual/personality parity.
|
|
||||||
2. Non-local weather and broader date scopes need expansion beyond basic trailing `in <location>` and tomorrow handling.
|
|
||||||
3. Live news feed selection and filtering strategy is not yet implemented.
|
|
||||||
4. Commute data path and settings model are not yet mapped to an active provider integration.
|
|
||||||
5. Full personal report parity matrix (weather/commute/calendar/news behavior details) is not yet documented as a ship checklist.
|
|
||||||
|
|
||||||
## Implementation Phases
|
|
||||||
|
|
||||||
## Phase 1 (In Progress): Weather Personality Lift
|
|
||||||
|
|
||||||
- Add weather-condition animation metadata and expressive weather MIM-style prompt metadata to cloud weather speech.
|
|
||||||
- Expand location phrase handling (`in/for/at`) and suffix stripping for common temporal tails.
|
|
||||||
|
|
||||||
## Phase 2: Weather Visual Layer Parity
|
|
||||||
|
|
||||||
- Add weather Hi/Lo view payload support (OpenJibo-side equivalent to `weatherHiLo.json` behavior).
|
|
||||||
- Carry mapped weather icon token + hi/lo values into outbound skill action config.
|
|
||||||
- Keep fallback behavior safe when view assets are unavailable.
|
|
||||||
|
|
||||||
## Phase 3: Weather Scope Expansion
|
|
||||||
|
|
||||||
- Add parser support for additional time requests (for example weekend/next-week phrasing).
|
|
||||||
- Extend weather request model to support short-range date windows.
|
|
||||||
- Decide whether range responses are summarized speech-only or include multi-card view behavior.
|
|
||||||
|
|
||||||
## Phase 4: Live News Source
|
|
||||||
|
|
||||||
- Introduce provider-backed headline ingestion with category toggles.
|
|
||||||
- Mirror core Pegasus constraints:
|
|
||||||
- de-duplicate headlines
|
|
||||||
- filter missing summaries/images
|
|
||||||
- child-safe filtering mode
|
|
||||||
- Preserve current speech fallback if provider is unavailable.
|
|
||||||
|
|
||||||
## Phase 5: Commute Data Path
|
|
||||||
|
|
||||||
- Implement commute provider abstraction and first provider integration.
|
|
||||||
- Recreate core commute decision logic:
|
|
||||||
- minutes-left
|
|
||||||
- normal vs delayed traffic commentary
|
|
||||||
- mode-aware phrasing (drive vs transit)
|
|
||||||
- Add settings contract for origin/destination/work-arrival/mode.
|
|
||||||
|
|
||||||
## Phase 6: Personal Report Coverage Matrix
|
|
||||||
|
|
||||||
- Build parity matrix across weather/news/commute/calendar:
|
|
||||||
- intent phrases
|
|
||||||
- required entities/settings
|
|
||||||
- provider dependencies
|
|
||||||
- expected MIM/view style outputs
|
|
||||||
- fallback behavior
|
|
||||||
- Attach tests and capture criteria for each row.
|
|
||||||
|
|
||||||
## Phase 7 (Future Release): Grocery Lists
|
|
||||||
|
|
||||||
- Track as a future release item (requested by users).
|
|
||||||
- Two candidate paths:
|
|
||||||
1. Native lightweight list skill (fastest to ship).
|
|
||||||
2. Integration-backed list orchestration (better long-term ecosystem fit).
|
|
||||||
- Recommendation: ship native MVP first, then add integration connectors.
|
|
||||||
|
|
||||||
## Next Immediate Execution
|
|
||||||
|
|
||||||
1. Validate weather personality-lift behavior in live runs.
|
|
||||||
2. Implement weather view payload support (Hi/Lo + condition icon).
|
|
||||||
3. Draft provider plan for live news source.
|
|
||||||
4. Draft commute provider interface + settings schema.
|
|
||||||
@@ -9,7 +9,6 @@ Stand up a small public site on `openjibo.com` that makes the project understand
|
|||||||
- project overview
|
- project overview
|
||||||
- current status
|
- current status
|
||||||
- links to source repositories
|
- links to source repositories
|
||||||
- roadmap / long-range plan
|
|
||||||
- links to device bootstrap docs
|
- links to device bootstrap docs
|
||||||
- explanation of the hosted-cloud direction
|
- explanation of the hosted-cloud direction
|
||||||
- contribution/contact or waitlist path
|
- contribution/contact or waitlist path
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ Run this plan:
|
|||||||
- after the last code change before calling a release complete
|
- 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
|
- 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
|
- before moving from `1.0.18` bug-fix closeout into `1.0.19` feature work
|
||||||
- after the Test 26 and Test 27 fixes, run at least the focused cloud-version, alarm/timer, photo/gallery, stop, volume, and blue-ring cleanup sections before deciding whether `1.0.18` is ready to freeze
|
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
@@ -37,7 +36,6 @@ A release is not ready until these are true or explicitly deferred in [developme
|
|||||||
|
|
||||||
- focused `.NET` cloud tests pass
|
- focused `.NET` cloud tests pass
|
||||||
- running robot reports the expected cloud version by voice and `/health`
|
- running robot reports the expected cloud version by voice and `/health`
|
||||||
- `cloud version` uses `Cloud version ...` wording and settles without self-hotphrase interruption, a self-listened `Cloudford`, or a generic chat tail
|
|
||||||
- no current-release path emits obsolete OpenJibo-only websocket events such as synthetic pending/context/ack packets
|
- 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
|
- 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
|
- any remaining failure is classified as cloud payload, local robot state, STT/audio quality, environment/routing, or deferred feature gap
|
||||||
@@ -58,11 +56,10 @@ Run these first so obvious environment problems do not pollute feature results:
|
|||||||
|
|
||||||
1. Start the `.NET` cloud using the live runbook.
|
1. Start the `.NET` cloud using the live runbook.
|
||||||
2. Confirm `/health` reports the expected version.
|
2. Confirm `/health` reports the expected version.
|
||||||
3. Confirm the robot is not in a local connection-lost state; if logs show `Q4-Server_connection_lost` or a fresh `jibo-server-service` reconnect, wait for it to clear before scoring voice behavior.
|
3. Ask `cloud version`; confirm Jibo speaks the same version.
|
||||||
4. Ask `cloud version`; confirm Jibo speaks the same version using `Cloud version ...` wording and does not stop itself, follow with `Cloudford`, `I heard...`, a local `@be/surprises` handoff, or another generic tail reply.
|
4. Run one simple chat turn.
|
||||||
5. Run one simple chat turn.
|
5. Run one joke turn.
|
||||||
6. Run one joke turn.
|
6. Confirm websocket capture is being written before continuing.
|
||||||
7. Confirm websocket capture is being written before continuing.
|
|
||||||
|
|
||||||
Stop and fix environment issues if startup, websocket connection, or capture output is not clean.
|
Stop and fix environment issues if startup, websocket connection, or capture output is not clean.
|
||||||
|
|
||||||
@@ -94,13 +91,8 @@ Goal: prove constrained yes/no prompts stay local and do not leak global launch
|
|||||||
- Exercise any available share/date/offer yes-no prompt and answer both `yes` and `no` across runs when practical.
|
- 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.
|
- 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.
|
- 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.
|
||||||
- If the update menu reports backup-in-progress, record whether HTTP captures include any `Backup_*` targets; current evidence points to robot-local scheduler/status or log/upload load unless those calls appear.
|
|
||||||
- If Jibo announces backup-in-progress without update-menu interaction, note the local skill in robot logs; Tests 26 and 27 showed `@be/surprises-ota`, Test 28 showed the preceding `@be/surprises` router opening after Nimbus, and Test 30 showed gallery settling into `@be/surprises` -> `@be/surprises-ota`.
|
|
||||||
- Test 31 added a startup `Backup_20170222.List` request before the first voice turn, so if the warning returns, capture that startup backup-status traffic alongside the later surprise handoff.
|
|
||||||
- If the warning appears soon after startup or update, check for local `jibo-server-service` restart, notification reconnect, or `Q4-Server_connection_lost` before scoring it as a hosted backup defect.
|
|
||||||
- After cloud-version and generic Nimbus/chat turns, verify the outgoing `LISTEN` match includes `skipSurprises = true`.
|
|
||||||
- Expected: short `yes`/`no` replies map locally, empty replies no-input locally, and backup/download notifications are not repeatedly re-announced once acknowledged.
|
- 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; ordinary Nimbus/cloud/local turns should not transition into `@be/surprises` after completion.
|
- 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
|
### Alarm
|
||||||
|
|
||||||
@@ -116,11 +108,7 @@ Test these paths:
|
|||||||
- 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
|
- 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`
|
- value-prompt cancel: `set an alarm`, then say `cancel`
|
||||||
- voice delete: `delete my alarm` or `cancel alarm`
|
- voice delete: `delete my alarm` or `cancel alarm`
|
||||||
- voice delete variants from Test 26: `delete the alarm`, `delete alarm`, and, if ASR mishears it, record whether `delete along` maps to local clock delete
|
|
||||||
- repeat delete: after clearing an alarm, issue `delete alarm` again and verify the prompt/answer path if the robot asks whether to set one
|
|
||||||
- no-input cleanup: allow one value prompt to miss or time out when practical
|
- no-input cleanup: allow one value prompt to miss or time out when practical
|
||||||
- timer sanity: `set a timer for 10 seconds`, let it fire or record the exact remaining state, then verify a second timer request does not report a stale already-running timer
|
|
||||||
- STT sanity: if a short alarm time collapses to a shorter transcript such as `seven`, capture that as STT loss; Test 31's `7:11 AM` attempt collapsed to `7:00 PM`
|
|
||||||
|
|
||||||
Expected:
|
Expected:
|
||||||
|
|
||||||
@@ -128,8 +116,6 @@ Expected:
|
|||||||
- replacement prompt answer changes or preserves the alarm consistently with the robot's question
|
- replacement prompt answer changes or preserves the alarm consistently with the robot's question
|
||||||
- `cancel` inside the value prompt closes without scheduling
|
- `cancel` inside the value prompt closes without scheduling
|
||||||
- voice delete clears the robot menu state
|
- voice delete clears the robot menu state
|
||||||
- local clock delete/cancel settles without generic chat speech, an open follow-up blue ring, or an unexpected `@be/surprises` handoff
|
|
||||||
- timer state agrees with what just happened on the robot; a reset gesture should not leave a phantom active timer in the next prompt
|
|
||||||
- empty value prompt turns complete locally instead of generic `I heard you` speech
|
- empty value prompt turns complete locally instead of generic `I heard you` speech
|
||||||
|
|
||||||
Capture check:
|
Capture check:
|
||||||
@@ -138,8 +124,6 @@ Capture check:
|
|||||||
- missing values stay in local clock clarification
|
- 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`
|
- `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
|
- no-input under `clock/alarm_set_value` or `clock/timer_set_value` returns local `LISTEN`/`EOS` only
|
||||||
- value replies under `clock/alarm_set_value` or `clock/timer_set_value` also return local `LISTEN`/`EOS` only; a delayed `@be/clock` relaunch after the local clock skill consumes the reply is a regression
|
|
||||||
- after a delete/replacement `No`, the robot should not remain in a continuous listen loop or open `@be/surprises` unless the stock OS explicitly takes that route
|
|
||||||
|
|
||||||
### Photo Gallery And Create
|
### Photo Gallery And Create
|
||||||
|
|
||||||
@@ -149,7 +133,6 @@ Test these paths:
|
|||||||
|
|
||||||
- `open photo gallery`
|
- `open photo gallery`
|
||||||
- if gallery is empty, answer `yes` to the offer to take a picture
|
- if gallery is empty, answer `yes` to the offer to take a picture
|
||||||
- if the robot hears `open photogal` or another close gallery alias, verify it still launches gallery
|
|
||||||
- take one photo and answer the keeper prompt with `yes`
|
- 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
|
- 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`
|
- if using disposable test photos, test delete confirmation once with `no` and once with `yes`
|
||||||
@@ -159,8 +142,6 @@ Expected:
|
|||||||
- empty gallery `yes` redirects to `@be/create`
|
- empty gallery `yes` redirects to `@be/create`
|
||||||
- empty gallery `no` exits cleanly when tested
|
- empty gallery `no` exits cleanly when tested
|
||||||
- keeper `yes` completes and Jibo settles without a stale blue ring
|
- keeper `yes` completes and Jibo settles without a stale blue ring
|
||||||
- after gallery settles, context-only tails do not produce delayed generic replies such as `that's` or `I didn't hear you`
|
|
||||||
- transcript-bearing `yes` under gallery `shared/yes_no` is consumed even when the robot reports `@be/gallery` context
|
|
||||||
- empty `shared/yes_no`, `create/is_it_a_keeper`, and `gallery/gallery_preview` turns no-input locally instead of generic `I heard you`
|
- 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`
|
- delete confirmation only deletes on a positive `yes`
|
||||||
|
|
||||||
@@ -169,27 +150,6 @@ Capture check:
|
|||||||
- gallery launch redirects to `@be/gallery`
|
- gallery launch redirects to `@be/gallery`
|
||||||
- create photo redirects to `@be/create/createOnePhoto`
|
- create photo redirects to `@be/create/createOnePhoto`
|
||||||
- local no-input replies keep the active constrained rule and strip unrelated global launch rules
|
- local no-input replies keep the active constrained rule and strip unrelated global launch rules
|
||||||
- active `shared/yes_no` is not suppressed merely because the current context is `@be/gallery`
|
|
||||||
- post-gallery binary audio does not continue buffering unless a fresh `LISTEN` appears
|
|
||||||
- when gallery is empty and asks whether to take a picture, verify whether a local `shared/yes_no` or equivalent `LISTEN` appears and whether the blue ring visually opens for voice input
|
|
||||||
|
|
||||||
### Word Of The Day
|
|
||||||
|
|
||||||
Goal: prove proactive prompts consume short yes/no answers cleanly instead of echoing them back as generic dialog.
|
|
||||||
|
|
||||||
- Let the robot proactively launch Word of the Day when it chooses to do so.
|
|
||||||
- Answer the proactive prompt with a short `yes` and, if available, a short `no`.
|
|
||||||
- If the robot echoes or mocks the answer instead of consuming it, record the exact transcript and the active rule.
|
|
||||||
|
|
||||||
Expected:
|
|
||||||
|
|
||||||
- proactive Word of the Day uses the constrained yes/no path and consumes short confirmation answers
|
|
||||||
- the robot does not stay in a stray listen state after the proactive prompt resolves
|
|
||||||
|
|
||||||
Capture check:
|
|
||||||
|
|
||||||
- proactive yes/no should present a constrained rule rather than a generic chat rule
|
|
||||||
- the answer should finalize cleanly without falling back to an unrelated surprise or mock response
|
|
||||||
|
|
||||||
### STT And Audio Quality
|
### STT And Audio Quality
|
||||||
|
|
||||||
@@ -207,7 +167,6 @@ Expected:
|
|||||||
|
|
||||||
- no `ffmpeg` failure should become the dominant failure mode for non-Opus buffered audio
|
- 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
|
- short replies such as `yes`, `no`, `cancel`, and short alarm times should either map correctly or be classified as STT misses with evidence
|
||||||
- when chasing a flaky `$YESNO` reply, look for the new turn telemetry categories `binary_audio_received`, `binary_audio_ignored`, `yes_no_turn_received`, `yes_no_turn_resolved`, and `yes_no_no_input`; the useful question is whether the short reply still had `AwaitingTurnCompletion = true`, active listen rules, and buffered audio when it hit the finalizer
|
|
||||||
|
|
||||||
### Stop And Volume
|
### Stop And Volume
|
||||||
|
|
||||||
@@ -218,11 +177,9 @@ Test these phrases:
|
|||||||
- `stop`
|
- `stop`
|
||||||
- `stop that`
|
- `stop that`
|
||||||
- `never mind`
|
- `never mind`
|
||||||
- `never mind.` or any punctuated transcript form observed in the capture
|
|
||||||
- `turn it up`
|
- `turn it up`
|
||||||
- `turn it down`
|
- `turn it down`
|
||||||
- `set volume to six`
|
- `set volume to six`
|
||||||
- `set volume to 6`
|
|
||||||
- `show volume controls`
|
- `show volume controls`
|
||||||
|
|
||||||
Expected:
|
Expected:
|
||||||
@@ -231,29 +188,13 @@ Expected:
|
|||||||
- `turn it up` and `turn it down` adjust volume or at least produce the stock local volume event/log
|
- `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`
|
- `set volume to six` sets or attempts to set the local volume level to `6`
|
||||||
- `show volume controls` opens the settings volume panel
|
- `show volume controls` opens the settings volume panel
|
||||||
- after `show volume controls`, the robot settles without a trailing `I heard you`
|
|
||||||
|
|
||||||
Capture check:
|
Capture check:
|
||||||
|
|
||||||
- stop emits `nlu.intent = stop`, `nlu.domain = global_commands`, then redirects to `@be/idle`
|
- stop emits `nlu.intent = stop`, `nlu.domain = global_commands`, then redirects to `@be/idle`
|
||||||
- punctuated `Never mind.` still maps to global stop, not generic chat
|
|
||||||
- relative volume emits `nlu.intent = volumeUp` or `volumeDown`, `nlu.domain = global_commands`, and `entities.volumeLevel = null`, with no `SKILL_ACTION` cloud speech
|
- 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, including the observed `Set Volume 2-6.` homophone shape, 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`
|
- volume controls redirects to `@be/settings` with `nlu.intent = volumeQuery`
|
||||||
- passive `@be/settings` / `settings/volume_control` audio tails complete locally and do not reopen Nimbus fallback speech
|
|
||||||
|
|
||||||
### Blue-Ring Cleanup
|
|
||||||
|
|
||||||
Goal: catch the Test 26 no-`LISTEN` buffering regression, the Test 27 diagnostic speech-tail regression, and the Test 28 unsuppressed end-of-skill surprise handoff quickly.
|
|
||||||
|
|
||||||
- After any local skill redirect or generic chat reply, wait five to ten seconds before issuing the next phrase.
|
|
||||||
- If the blue ring remains open, record the active transID and whether the websocket capture shows a new `LISTEN`.
|
|
||||||
- After `cloud version`, wait five to ten seconds and confirm there is no fresh no-transcript hotphrase launch `LISTEN` that turns speech tail into generic chat.
|
|
||||||
- Confirm ordinary hosted replies and local redirects carry `match.skipSurprises = true`.
|
|
||||||
- Expected: binary audio for an existing transID is ignored until a fresh valid `LISTEN` appears; blank hotphrase turns clear instead of buffering indefinitely; diagnostic speech tails do not reopen launch listens; settled turns do not open `@be/surprises` / `@be/surprises-ota`.
|
|
||||||
- Expected: binary audio for an existing transID is ignored until a fresh valid `LISTEN` appears; blank hotphrase turns clear instead of buffering indefinitely; diagnostic speech tails do not reopen launch listens; settled turns do not open `@be/surprises` / `@be/surprises-ota`; a delete/replacement `No` should not strand the robot in a blue-ring listen loop.
|
|
||||||
- Expected: a proactive yes/no prompt such as Word of the Day should consume `yes`/`no` without echoing the answer back or leaving the robot listening.
|
|
||||||
- Capture check: long-running context-only transactions should not accumulate buffered audio chunks or stay `AwaitingTurnCompletion = true`; a late ignored diagnostic `LISTEN` may appear as cleanup telemetry but should not set `SawListen` or buffer audio; normal cloud/local completions should not be followed by a BE surprise router request.
|
|
||||||
|
|
||||||
## Optional Feature Slice Checks
|
## Optional Feature Slice Checks
|
||||||
|
|
||||||
|
|||||||
@@ -1,343 +0,0 @@
|
|||||||
# Release `1.0.19` Plan
|
|
||||||
|
|
||||||
## Purpose
|
|
||||||
|
|
||||||
This release starts the shift from `1.0.18` hardening to visible feature growth.
|
|
||||||
|
|
||||||
The goal is to keep compatibility work steady while shipping personality and capability slices that make OpenJibo feel less like a placeholder cloud and more like a real assistant platform.
|
|
||||||
|
|
||||||
## Snapshot
|
|
||||||
|
|
||||||
- Kickoff date: `2026-05-05`
|
|
||||||
- Cloud version source of truth: [OpenJiboCloudBuildInfo.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/OpenJiboCloudBuildInfo.cs)
|
|
||||||
- Active release constant: `1.0.19`
|
|
||||||
|
|
||||||
## Scope
|
|
||||||
|
|
||||||
### 1. Persona And Identity Surface
|
|
||||||
|
|
||||||
- add natural voice responses for robot identity/personality prompts
|
|
||||||
- start building reusable content hooks for question-vs-command style responses
|
|
||||||
- keep first implementation rule-based and test-backed
|
|
||||||
|
|
||||||
### 1a. Original Personalized Function Inventory
|
|
||||||
|
|
||||||
Keep a running checklist of the legacy persona questions and identity surfaces we want to preserve or port:
|
|
||||||
|
|
||||||
- identity and origin: `what are you`, `who are you`, `what is Jibo`, `who made you`, `where are you from`
|
|
||||||
- persona and capability: `do you have a personality`, `what is your job`, `how much do you know`, `what do you want`
|
|
||||||
- self-description and social charm: `what's your name`, `do you have a nickname`, `do you like being Jibo`, `are there others like you`
|
|
||||||
- favorite-style prompts: `what is your favorite color`, `what is your favorite food`, `what is your favorite music`
|
|
||||||
- attraction and preference prompts: `what is your favorite flower`, `do you like R2D2`, `do you like the sun`, `do you like space`, `do you like kids`
|
|
||||||
- capability and charm prompts: `can you laugh`, `can you dance`
|
|
||||||
- affect and mood: `how are you`, `are you happy`, `are you sad`, `are you angry`
|
|
||||||
- memory and identity recall: `who am i`, `what is my name`, `when is my birthday`, `what is my favorite music`
|
|
||||||
- greeting and presence charm: `good morning`, `welcome back`, `who is this`, person-aware greeting follow-ups
|
|
||||||
- recognition follow-ups: `do you know me`, `do you remember me`, `can you recognize me`
|
|
||||||
- seasonal and contextual charm: holiday prompts, pizza day, surprise offers, personal report personality hooks
|
|
||||||
- conversational follow-ups that should stay local and warm instead of falling into generic chat
|
|
||||||
|
|
||||||
Current batch note:
|
|
||||||
|
|
||||||
- `favorite color`, `favorite food`, and `favorite music` are the first small favorites-family slice
|
|
||||||
- the next source-backed batch now includes `favorite flower`, `R2D2`, `sun`, `space`, `kids`, plus a couple of charm prompts like `can you laugh` and `can you dance`
|
|
||||||
- the next passes should keep the same pattern and prefer source-backed phrasing whenever the legacy MIM text is available
|
|
||||||
- if a source-backed legacy line is missing, use a temporary direct reply only to keep the pass moving, then backfill source text later
|
|
||||||
- after the favorites batch, the next doc pass should focus on richer persona follow-ups and the remaining memory/presence charm surfaces
|
|
||||||
- Build B is now reserved for the next source-backed scripted-response batch:
|
|
||||||
- `how do you work`
|
|
||||||
- `what do you eat`
|
|
||||||
- `where do you live`
|
|
||||||
- `where were you born`
|
|
||||||
- `what languages do you speak`
|
|
||||||
- `what do you like to do`
|
|
||||||
- `what are you made of`
|
|
||||||
- `what is your favorite flower`
|
|
||||||
- `do you like R2D2`
|
|
||||||
- `do you like the sun`
|
|
||||||
- `do you like space`
|
|
||||||
- `do you like kids`
|
|
||||||
- `can you laugh`
|
|
||||||
- `can you dance`
|
|
||||||
|
|
||||||
The goal is to port these in small batches, capture the source-backed phrasing where possible, and keep a test for each batch so the list never becomes a vague backlog graveyard.
|
|
||||||
|
|
||||||
### 2. Reliability And Device Proof
|
|
||||||
|
|
||||||
- complete update/backup/restore proof path with captures and operator docs
|
|
||||||
- continue alarm/gallery/yes-no cleanup from `1.0.18` evidence where regressions are still open
|
|
||||||
- improve short-turn STT reliability and low-signal screening
|
|
||||||
|
|
||||||
### 3. Pegasus-To-Cloud Platform Porting
|
|
||||||
|
|
||||||
- prioritize small source-backed slices from Pegasus/JiboOS that can be shipped safely
|
|
||||||
- keep Nimbus and stock payload compatibility as the release guardrail
|
|
||||||
- avoid broad subsystem rewrites without tests and live-capture evidence
|
|
||||||
|
|
||||||
### 4. Holidays And Seasonal Personality
|
|
||||||
|
|
||||||
- port holiday-aware personality responses as a visible extension of the new persona slice
|
|
||||||
- start with a small, source-backed set (for example birthdays/holidays already represented in legacy data paths)
|
|
||||||
- ensure holiday responses feel characterful while still routing through stock-compatible payloads
|
|
||||||
|
|
||||||
### 5. Multi-Tenant Memory Storage Foundation
|
|
||||||
|
|
||||||
- define tenant boundaries across account, loop, device, and person-memory records
|
|
||||||
- add storage abstractions that can move from in-memory/local JSON to hosted SQL/Blob without reworking behavior layers
|
|
||||||
- implement memory-ready schemas and repository contracts for user facts (names, birthdays, personal dates, preferences) with strict tenant scoping
|
|
||||||
- seed person-aware state keys now so future interactions can scope to account + loop + device + person without another shape change
|
|
||||||
- keep stateful interaction flows repository-backed instead of embedding more ad hoc metadata in the websocket layer
|
|
||||||
|
|
||||||
### 6. Multi-Server Sync Path
|
|
||||||
|
|
||||||
- document the eventual sync boundary for stateful data that should move between servers
|
|
||||||
- treat the first pass as repository-local durability, then layer replication and conflict handling on top
|
|
||||||
- prefer explicit change records or versioned state snapshots over implicit last-writer wins when we outgrow a single node
|
|
||||||
- keep cross-server reconciliation out of the hot path until the single-server semantics are stable
|
|
||||||
|
|
||||||
## First Implemented Slice In `1.0.19`
|
|
||||||
|
|
||||||
The first delivered slice in this release is persona expansion:
|
|
||||||
|
|
||||||
- `how old are you`
|
|
||||||
- `when's your birthday`
|
|
||||||
- `do you have a personality`
|
|
||||||
- `make a pizza`
|
|
||||||
|
|
||||||
`make a pizza` is now wired to the legacy scripted-response identity (`RA_JBO_MakePizza`) with pizza-making animation ESML, based on the original skill manifests.
|
|
||||||
|
|
||||||
This slice is intentionally small and user-visible. It creates immediate personality gains while we keep deeper platform work in parallel.
|
|
||||||
|
|
||||||
## Second Implemented Slice In `1.0.19`
|
|
||||||
|
|
||||||
The second delivered slice is first tenant-scoped personal memory:
|
|
||||||
|
|
||||||
- store birthday from phrases like `my birthday is April 12`
|
|
||||||
- recall birthday from phrases like `when is my birthday`
|
|
||||||
- store preferences from phrases like `my favorite music is jazz`
|
|
||||||
- recall preferences from phrases like `what is my favorite music`
|
|
||||||
|
|
||||||
Memory keys are scoped by account/loop/device tenant context so one tenant does not leak into another.
|
|
||||||
|
|
||||||
## Third Implemented Slice In `1.0.19`
|
|
||||||
|
|
||||||
The third delivered slice starts memory-triggered proactivity and broadens memory parsing:
|
|
||||||
|
|
||||||
- `surprise me` now runs a weighted proactivity selector
|
|
||||||
- selectors use tenant-scoped memory signals (favorites and likes/dislikes) plus date triggers
|
|
||||||
- February 9 (`National Pizza Day`) can proactively launch the pizza animation path
|
|
||||||
- proactive pizza fact offer flow now stores pending offer state and resolves direct `yes` / `no` follow-up answers
|
|
||||||
- memory parsing now covers:
|
|
||||||
- names (`my name is ...`, `what is my name`)
|
|
||||||
- important dates (`our anniversary is ...`, `when is our anniversary`)
|
|
||||||
- likes/dislikes (`i like ...`, `i love ...`, `i dislike ...`, `i don't like ...`)
|
|
||||||
- favorite phrase variants including reverse form (`pizza is my favorite food`)
|
|
||||||
|
|
||||||
## Fourth Implemented Slice In `1.0.19`
|
|
||||||
|
|
||||||
The fourth delivered slice starts weather compatibility using Pegasus-style report-skill routing:
|
|
||||||
|
|
||||||
- weather phrases now route to `report-skill` instead of generic placeholder chat
|
|
||||||
- outbound NLU launch uses legacy reactive intent `requestWeatherPR` (source-aligned with Pegasus manifests/tests)
|
|
||||||
- weather entity hints are added for:
|
|
||||||
- `date = tomorrow` on tomorrow phrasing
|
|
||||||
- `Weather = rain|snow|...` on condition questions (for example `will it rain tomorrow`)
|
|
||||||
- websocket output now emits local skill redirect + silent completion for weather launch, matching existing local-skill launch patterns
|
|
||||||
|
|
||||||
## Fifth Implemented Slice In `1.0.19`
|
|
||||||
|
|
||||||
The fifth delivered slice adds provider-backed weather content while preserving Pegasus launch compatibility:
|
|
||||||
|
|
||||||
- OpenWeather provider abstraction and infrastructure wiring are added to the hosted cloud
|
|
||||||
- weather requests still launch `report-skill` with `requestWeatherPR` and legacy weather/date entities
|
|
||||||
- weather replies now include cloud-generated spoken summaries from provider data:
|
|
||||||
- current conditions (`Right now in ...`)
|
|
||||||
- tomorrow forecast shape (`Tomorrow in ...`) with high/low temperatures when available
|
|
||||||
- simple location extraction is supported for phrasing like `what's the weather in Chicago tomorrow`
|
|
||||||
- provider config supports appsettings and `OPENWEATHER_API_KEY` environment fallback for deployment
|
|
||||||
|
|
||||||
## Personality Import Ladder
|
|
||||||
|
|
||||||
This is the practical plan for importing legacy Jibo `mims` into OpenJibo without pretending we already have a full Pegasus runtime.
|
|
||||||
|
|
||||||
### What Is Possible Today
|
|
||||||
|
|
||||||
OpenJibo can already host a meaningful subset of legacy personality content because it has:
|
|
||||||
|
|
||||||
- a shared catalog for content-driven replies
|
|
||||||
- chitchat state-machine routing with route metadata
|
|
||||||
- outbound payload support for `skillId`, `mim_id`, `mim_type`, `prompt_id`, `prompt_sub_category`, and ESML
|
|
||||||
- existing examples that already behave like legacy MIMs for pizza, dance, news, weather, and generic chat
|
|
||||||
|
|
||||||
### What We Need To Build
|
|
||||||
|
|
||||||
To move from hand-wired examples to broader imports, we need three small platform pieces:
|
|
||||||
|
|
||||||
1. a MIM inventory importer that can scan the legacy tree and produce a normalized catalog
|
|
||||||
2. a prompt-selection layer that can choose by `skill_id`, `mim_id`, prompt category, and condition metadata
|
|
||||||
3. a safe ESML/prompt renderer that preserves existing stock-compatible payload shapes
|
|
||||||
|
|
||||||
### What Can Be Ported With Each Build
|
|
||||||
|
|
||||||
#### Build A: Declarative Prompt Packs
|
|
||||||
|
|
||||||
Port immediately:
|
|
||||||
|
|
||||||
- `core-responses`
|
|
||||||
- `deflector`
|
|
||||||
- the simplest `emotion-responses`
|
|
||||||
- any `scripted-responses` that are just direct prompt lists with no special state machine
|
|
||||||
|
|
||||||
Why these first:
|
|
||||||
|
|
||||||
- they are already close to the current `JiboExperienceCatalog` model
|
|
||||||
- they give us user-visible personality quickly
|
|
||||||
- they are the best fit for low-risk testing tomorrow
|
|
||||||
|
|
||||||
#### Build B: Conditioned Prompt Packs
|
|
||||||
|
|
||||||
Port after the importer and renderer are in place:
|
|
||||||
|
|
||||||
- `gqa-responses`
|
|
||||||
- structured emotion responses with `condition` gates
|
|
||||||
- prompt sets that select different replies by user state or Jibo state
|
|
||||||
|
|
||||||
Why these next:
|
|
||||||
|
|
||||||
- they are still mostly declarative
|
|
||||||
- they need a small amount of condition evaluation, but not a new conversation engine
|
|
||||||
|
|
||||||
#### Build C: Conversation Families
|
|
||||||
|
|
||||||
Port after Build B:
|
|
||||||
|
|
||||||
- richer `scripted-responses` families that depend on follow-up state
|
|
||||||
- special-date / holiday personality sets
|
|
||||||
- more nuanced chitchat branches that need context-aware routing
|
|
||||||
|
|
||||||
Why these later:
|
|
||||||
|
|
||||||
- they need state and follow-up behavior, not just prompt selection
|
|
||||||
- they are where personality feels most alive, but they are also where bugs will be easiest to introduce
|
|
||||||
|
|
||||||
#### Build D: Full Parity Cleanup
|
|
||||||
|
|
||||||
Port after the core ladder is stable:
|
|
||||||
|
|
||||||
- large cross-skill collections
|
|
||||||
- any MIMs that depend on Pegasus-only parser assumptions
|
|
||||||
- any files that need a dedicated runtime abstraction instead of catalog lookup
|
|
||||||
|
|
||||||
## System Diagram Alignment Snapshot (`2026-05-06`)
|
|
||||||
|
|
||||||
Legacy architecture (`system_diagram.png`) has been mapped to current OpenJibo cloud services so release execution stays anchored to:
|
|
||||||
|
|
||||||
- where we were (Pegasus/Jibo cloud design intent)
|
|
||||||
- where we are (current hosted `.NET` modular monolith)
|
|
||||||
- where we are headed (durable memory, proactivity catalogs, parser depth, provider aggregation)
|
|
||||||
|
|
||||||
Reference:
|
|
||||||
|
|
||||||
- [system-diagram-alignment.md](system-diagram-alignment.md)
|
|
||||||
|
|
||||||
## Greetings And Presence Planning Snapshot (`2026-05-07`)
|
|
||||||
|
|
||||||
Pegasus greeting and presence behavior has now been captured into a source-anchored OpenJibo implementation plan.
|
|
||||||
|
|
||||||
Reference:
|
|
||||||
|
|
||||||
- [greetings-presence-plan.md](greetings-presence-plan.md)
|
|
||||||
|
|
||||||
## Live Validation Snapshot (`2026-05-07`)
|
|
||||||
|
|
||||||
User-confirmed end-to-end behavior now includes:
|
|
||||||
|
|
||||||
- `Hey Jibo -> What's your cloud version?` (working)
|
|
||||||
- `Hey Jibo -> What's the time?` (working)
|
|
||||||
- `Hey Jibo -> Surprise me -> pizza fact -> $YESNO (Yes) -> fact` (working)
|
|
||||||
- `Hey Jibo -> Surprise me -> pizza fact -> $YESNO (No) -> decline reply` (working)
|
|
||||||
|
|
||||||
This confirms the pizza-fact offer state now keeps the yes/no branch open through completion and does not require a second wake-word reset for the follow-up answer.
|
|
||||||
|
|
||||||
## Personal Report Planning Snapshot (`2026-05-07`)
|
|
||||||
|
|
||||||
Personal report parity planning is now captured with Pegasus source anchors for weather visuals/animations, live news, commute, and calendar gap coverage.
|
|
||||||
|
|
||||||
Reference:
|
|
||||||
|
|
||||||
- [personal-report-parity-plan.md](personal-report-parity-plan.md)
|
|
||||||
|
|
||||||
## Next Queued Task (`2026-05-06`)
|
|
||||||
|
|
||||||
Queued next `1.0.19` implementation task (now started):
|
|
||||||
|
|
||||||
- dialog parsing expansion and ambiguity guardrails
|
|
||||||
|
|
||||||
Execution focus:
|
|
||||||
|
|
||||||
- import additional Pegasus parser phrases/entities into intent handling where safe
|
|
||||||
- reduce trigger-only captures that drop the rest of the utterance
|
|
||||||
- preserve command-vs-question personality split and local skill payload compatibility
|
|
||||||
- add focused tests for new phrase families and ambiguity boundaries
|
|
||||||
- keep listener-state observability aligned with the legacy GLSM flow while phrase guardrails are added
|
|
||||||
|
|
||||||
First completed guardrail slice under this queue:
|
|
||||||
|
|
||||||
- GLSM listener flow capture + telemetry mapping
|
|
||||||
- stale pending-listen recovery path for long-open no-context/no-audio listens
|
|
||||||
|
|
||||||
Second completed guardrail slice under this queue:
|
|
||||||
|
|
||||||
- tightened date/time ambiguity handling (`what's your birthday`/`what's your bday` no longer falls into date intent)
|
|
||||||
- expanded Pegasus-inspired memory/weather phrase coverage:
|
|
||||||
- birthday alias parsing (`my bday is ...`, `when is my bday`)
|
|
||||||
- shorthand preference sets (`my favorite sport football`)
|
|
||||||
- weather variants (`what's today's weather look like`, `will it be sunny tomorrow`)
|
|
||||||
- listener continuation guardrail now differentiates incomplete preference fragments from complete shorthand preference sets
|
|
||||||
|
|
||||||
Third completed guardrail slice under this queue:
|
|
||||||
|
|
||||||
- expanded Pegasus `userLikesThing` / `userDislikesThing` / `doesUserLikeThing` / `doesUserDislikeThing` phrase-family coverage
|
|
||||||
- includes additional dislike/negation variants (`loathe`, `did not like`, `didn't enjoy`, `don't really like`)
|
|
||||||
- includes group-preference variants (`we like`, `we love`, `we dislike`, `we can't stand`)
|
|
||||||
- includes lookup variants (`do you think i like ...`, `do you believe i don't like ...`)
|
|
||||||
- added affinity set/lookup attempt guardrails so partial captures route to affinity prompts instead of generic chat
|
|
||||||
- extended auto-finalize continuation deferral for the new Pegasus affinity stems (`we like`, `i loathe`, and related variants)
|
|
||||||
- added focused interaction + websocket tests for the new parser/guardrail behavior
|
|
||||||
|
|
||||||
Next queued implementation track after parser guardrails:
|
|
||||||
|
|
||||||
- personal report parity slices (weather visual parity, live news path, commute/calendar gap closure)
|
|
||||||
|
|
||||||
First completed slice in this personal-report parity track:
|
|
||||||
|
|
||||||
- added provider-ready news briefing path with Nimbus-compatible `news` payload continuity
|
|
||||||
- preserved fallback behavior when no live provider is configured
|
|
||||||
- added memory/transcript category hinting for provider requests (`sports`, `technology`, `business`, etc.)
|
|
||||||
- added provider-side request caching for both news and weather to reduce integration churn and repeated lookups
|
|
||||||
- added focused interaction + websocket tests for provider-backed news speech output and request-hint plumbing
|
|
||||||
|
|
||||||
## Next Slices
|
|
||||||
|
|
||||||
1. MIM import foundation for personality expansion
|
|
||||||
2. Dialog parsing expansion
|
|
||||||
3. Presence-aware greetings and identity-triggered proactivity
|
|
||||||
4. Personal report parity slices
|
|
||||||
5. Holidays and seasonal personality slice beyond pizza day
|
|
||||||
6. Durable memory persistence path
|
|
||||||
7. Update/backup/restore end-to-end proof
|
|
||||||
8. STT noise-screening and short-utterance reliability pass
|
|
||||||
9. Provider-backed news expansion and deeper weather parity
|
|
||||||
10. Capture indexing and retention boundary for group testing
|
|
||||||
|
|
||||||
For slice 1, use the new import ladder above to keep the work grounded in what OpenJibo can already render today versus what needs new scaffolding.
|
|
||||||
For slices 2-5, use Pegasus phrase lists, MIM IDs, and behavior patterns as the source anchor before broadening into OpenJibo-native improvements.
|
|
||||||
|
|
||||||
## Definition Of Done
|
|
||||||
|
|
||||||
Release `1.0.19` is complete when:
|
|
||||||
|
|
||||||
- planned slices have focused tests and updated docs
|
|
||||||
- regression checklist passes for the existing stock-OS compatibility paths
|
|
||||||
- live runs confirm no critical regressions in alarms, gallery, yes/no, and cloud-version diagnostics
|
|
||||||
- memory/personality storage proves tenant isolation by account/loop/device boundaries and is compatible with the target hosted cloud footprint
|
|
||||||
File diff suppressed because one or more lines are too long
@@ -1,151 +0,0 @@
|
|||||||
# OpenJibo Roadmap
|
|
||||||
|
|
||||||
## Purpose
|
|
||||||
|
|
||||||
This is the long-range story for OpenJibo.
|
|
||||||
|
|
||||||
Use it when someone wants the shape of the project without reading every release note, backlog entry, or live-test log.
|
|
||||||
|
|
||||||
The current execution truth still lives in:
|
|
||||||
|
|
||||||
- [Development plan](development-plan.md)
|
|
||||||
- [Feature backlog](feature-backlog.md)
|
|
||||||
- [Release 1.0.19 plan](release-1.0.19-plan.md)
|
|
||||||
- [Device bootstrap path](device-bootstrap.md)
|
|
||||||
|
|
||||||
## North Star
|
|
||||||
|
|
||||||
Bring Jibo back in a way that preserves his original skills, design language, and charm, while layering in a modern hosted cloud, safer updates, and eventually a richer on-device and orchestration stack.
|
|
||||||
|
|
||||||
## Guiding Principles
|
|
||||||
|
|
||||||
- Preserve the original skills and visual design before adding new behaviors.
|
|
||||||
- Build the hosted cloud first so the robot has something stable to talk to.
|
|
||||||
- Use OTA to reduce friction after the cloud is proven.
|
|
||||||
- Keep every migration reversible.
|
|
||||||
- Favor small, source-backed slices over speculative rewrites.
|
|
||||||
- Let Jibo remain the face of the experience, even if other systems help orchestrate the work behind him.
|
|
||||||
|
|
||||||
## Roadmap At A Glance
|
|
||||||
|
|
||||||
| Phase | Focus | Why It Matters |
|
|
||||||
| --- | --- | --- |
|
|
||||||
| 1 | Working hosted cloud | Restores the services Jibo already expects and gives us the current platform truth. |
|
|
||||||
| 2 | OTA-assisted recovery and updates | Makes ownership easier by turning the cloud into the delivery path for recovery and upgrades. |
|
|
||||||
| 3 | Open Jibo OS / mode conversion | Creates an owned runtime and configuration layer while preserving the original experience. |
|
|
||||||
| 4 | Tiered brain | Separates reflexes, memory, personality, and higher-level orchestration. |
|
|
||||||
| 5 | CoffeeBreak orchestration | Provides a place for multi-step agent workflows and external tools without flattening Jibo's personality. |
|
|
||||||
| 6 | Ecosystem expansion | Grows the platform into household, productivity, and multi-device use cases. |
|
|
||||||
|
|
||||||
## Phase 1: Working Hosted Cloud
|
|
||||||
|
|
||||||
Current state: in progress.
|
|
||||||
|
|
||||||
The near-term job is to keep the hosted cloud stable and honest:
|
|
||||||
|
|
||||||
- maintain HTTP and WebSocket compatibility for startup and turn handling
|
|
||||||
- keep the .NET cloud as the production track
|
|
||||||
- keep Node as the reverse-engineering oracle and fixture source
|
|
||||||
- continue update, backup, restore, media, STT, and live-capture proof
|
|
||||||
- keep the real-device bootstrap path documented and repeatable
|
|
||||||
|
|
||||||
Exit criteria:
|
|
||||||
|
|
||||||
- a real Jibo can reach the hosted cloud consistently
|
|
||||||
- the cloud can carry the startup and conversation flows needed for daily use
|
|
||||||
- update and recovery behavior is understood well enough to trust the next layer
|
|
||||||
|
|
||||||
## Phase 2: OTA-Assisted Recovery
|
|
||||||
|
|
||||||
Once the hosted cloud is solid, OTA becomes the simplification layer.
|
|
||||||
|
|
||||||
This phase should:
|
|
||||||
|
|
||||||
- move software updates and recovery flows into a reliable hosted path
|
|
||||||
- reduce how often owners need manual RCM or network patching
|
|
||||||
- make device recovery and version management feel like a product instead of a lab exercise
|
|
||||||
- keep rollback and failure handling explicit
|
|
||||||
|
|
||||||
OTA is the path that makes ownership easier. It is not the thing that must be solved before the cloud can live.
|
|
||||||
|
|
||||||
## Phase 3: Open Jibo OS / Mode Conversion
|
|
||||||
|
|
||||||
After cloud and OTA are trustworthy, the project can move from "open cloud" to "open platform."
|
|
||||||
|
|
||||||
The goal is not to erase stock Jibo. The goal is to give owners an Open Jibo mode that:
|
|
||||||
|
|
||||||
- preserves the original Jibo feel and skill surface
|
|
||||||
- can be installed or selected without a one-way trap
|
|
||||||
- can fall back to stock behavior when needed
|
|
||||||
- makes future features easier to ship on top of a known runtime
|
|
||||||
|
|
||||||
This is where the breadcrumbs in the repo become important:
|
|
||||||
|
|
||||||
- `open-jibo` and `open-jibo-ai` modes
|
|
||||||
- a startup migration skill that can invite existing owners to convert
|
|
||||||
- a reversible path back to stock
|
|
||||||
- the hosted sites and support docs on `openjibo.com` and `openjibo.ai` that explain the transition clearly
|
|
||||||
|
|
||||||
## Phase 4: Tiered Brain
|
|
||||||
|
|
||||||
A single monolithic "AI brain" is not the best fit for Jibo. A tiered model is better.
|
|
||||||
|
|
||||||
Suggested tiers:
|
|
||||||
|
|
||||||
- Tier 0: original Jibo reflexes, stock skills, and local charm
|
|
||||||
- Tier 1: hosted cloud routing and compatibility
|
|
||||||
- Tier 2: memory, personality, and proactivity
|
|
||||||
- Tier 3: richer reasoning and multi-step planning
|
|
||||||
- Tier 4: external agent orchestration and task delegation
|
|
||||||
- Tier 5: multi-device and household coordination
|
|
||||||
|
|
||||||
The point of the tiers is not to make Jibo feel bigger at every turn. It is to keep simple interactions fast and charming while reserving more complex work for the layers that can actually support it.
|
|
||||||
|
|
||||||
## CoffeeBreak (`coffeebreakai.dev`) As An Orchestration Layer
|
|
||||||
|
|
||||||
CoffeeBreak fits naturally above the tiered brain as a coordination plane.
|
|
||||||
|
|
||||||
The intended relationship is:
|
|
||||||
|
|
||||||
- Jibo keeps the voice, personality, and local interaction style
|
|
||||||
- OpenJibo routes simple and medium-complexity tasks itself
|
|
||||||
- CoffeeBreak can take over when a task needs multiple tools, agents, or steps
|
|
||||||
- the result comes back to Jibo in a form that still feels native to him
|
|
||||||
|
|
||||||
That makes CoffeeBreak a close cousin to the tiered brain rather than a separate product line. The brain decides, CoffeeBreak orchestrates, and Jibo remains the face of the interaction.
|
|
||||||
|
|
||||||
## Phase 5: Ecosystem Expansion
|
|
||||||
|
|
||||||
After the core platform is stable, OpenJibo can grow into broader household value:
|
|
||||||
|
|
||||||
- calendar and scheduling
|
|
||||||
- smart home and Home Assistant style control
|
|
||||||
- shopping lists and household memory
|
|
||||||
- multi-user and family recognition
|
|
||||||
- richer media and content experiences
|
|
||||||
- provider-backed news, weather, and personal report flows
|
|
||||||
- eventual multi-Jibo interaction
|
|
||||||
|
|
||||||
## What We Must Preserve
|
|
||||||
|
|
||||||
No matter how far the platform grows, these should stay true:
|
|
||||||
|
|
||||||
- original skills should still feel like Jibo
|
|
||||||
- design should stay recognizable, not generic
|
|
||||||
- migration should be opt-in and reversible whenever possible
|
|
||||||
- the cloud should serve the robot, not replace his identity
|
|
||||||
- technical modernization should preserve charm instead of sanding it off
|
|
||||||
|
|
||||||
## Where To Go Next
|
|
||||||
|
|
||||||
If you want the current execution truth, read:
|
|
||||||
|
|
||||||
- [Development plan](development-plan.md)
|
|
||||||
- [Feature backlog](feature-backlog.md)
|
|
||||||
- [Release 1.0.19 plan](release-1.0.19-plan.md)
|
|
||||||
|
|
||||||
If you want the first-device path, read:
|
|
||||||
|
|
||||||
- [Device bootstrap path](device-bootstrap.md)
|
|
||||||
- [Support tiers](support-tiers.md)
|
|
||||||
- [Public site plan](public-site-plan.md)
|
|
||||||
@@ -1,151 +0,0 @@
|
|||||||
# System Diagram Alignment
|
|
||||||
|
|
||||||
## Purpose
|
|
||||||
|
|
||||||
This document maps the legacy Pegasus/Jibo cloud `system_diagram.png` architecture to the current OpenJibo `1.0.19` cloud.
|
|
||||||
|
|
||||||
Use it to keep release planning grounded in three views:
|
|
||||||
|
|
||||||
- where we were (legacy design intent)
|
|
||||||
- where we are (current hosted `.NET` implementation)
|
|
||||||
- where we are headed (next architecture slices)
|
|
||||||
|
|
||||||
As-of date: `2026-05-07`
|
|
||||||
|
|
||||||
## Diagram Inputs
|
|
||||||
|
|
||||||
- Legacy system architecture: `C:\Projects\jibo\pegasus\resources\system_diagram.png`
|
|
||||||
- Legacy generic skill scaffold: `C:\Projects\jibo\pegasus\packages\template-skill\docs\TemplateSkill.png`
|
|
||||||
- Legacy listener state machine: `C:\Projects\jibo\sdk\packages\skills-service-manager\resources\state-diagrams\glsm.png`
|
|
||||||
|
|
||||||
## Template Skill Verdict
|
|
||||||
|
|
||||||
The template-skill diagram is a generic scaffold, not a production behavior contract.
|
|
||||||
|
|
||||||
Evidence:
|
|
||||||
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\template-skill\src\TemplateSkill.ts` is a starter graph (`Intent Split` -> `Do MIM` -> `Complete` -> `Done`).
|
|
||||||
- `C:\Projects\jibo\pegasus\packages\template-skill\src\nodes\MemoSplitNode.ts` uses placeholder memo validation (`SomeThing`).
|
|
||||||
|
|
||||||
Conclusion: do not treat template-skill flow as a port target. Treat it as a shape reference only.
|
|
||||||
|
|
||||||
## System Diagram Mapping
|
|
||||||
|
|
||||||
| Legacy block | OpenJibo `1.0.19` equivalent | Current gap / opportunity |
|
|
||||||
| --- | --- | --- |
|
|
||||||
| `Auth` | [JiboCloudProtocolService.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/JiboCloudProtocolService.cs) (`CreateHubToken`, `CreateAccessToken`, account handlers) | move from in-memory/session stubs to durable tenant/account identity services |
|
|
||||||
| `Loop` | [JiboCloudProtocolService.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/JiboCloudProtocolService.cs) (`HandleLoop`) + [InMemoryCloudStateStore.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Infrastructure/Persistence/InMemoryCloudStateStore.cs) | richer loop/member lifecycle and onboarding flows |
|
|
||||||
| `Hub` | [JiboWebSocketService.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/JiboWebSocketService.cs) + [WebSocketTurnFinalizationService.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/WebSocketTurnFinalizationService.cs) | split hub responsibilities into clearer protocol, routing, and orchestration boundaries |
|
|
||||||
| `ASR Handler` | STT strategy selection in [WebSocketTurnFinalizationService.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/WebSocketTurnFinalizationService.cs) + DI in [ServiceCollectionExtensions.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Infrastructure/DependencyInjection/ServiceCollectionExtensions.cs) | short-turn reliability, managed STT comparison, and better low-signal/noise handling |
|
|
||||||
| `Parser / Robust Parser` | rule-based intent resolution in [JiboInteractionService.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/JiboInteractionService.cs) + focused state machines (personal report/chitchat) | deeper phrase import from Pegasus intents/entities plus ambiguity guardrails |
|
|
||||||
| `Skill Router` | [JiboInteractionService.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/JiboInteractionService.cs) decision switch and local skill payload shaping | external skill routing config and safer declarative intent mapping |
|
|
||||||
| `Proactivity Selector` | weighted candidate selection in [JiboInteractionService.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/JiboInteractionService.cs) + pending-offer session state in [WebSocketTurnFinalizationService.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/WebSocketTurnFinalizationService.cs) | externalized proactivity catalog, cooldown policy, and broader category coverage |
|
|
||||||
| `Presence / Identity Context` | runtime context passthrough in [ProtocolToTurnContextMapper.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/ProtocolToTurnContextMapper.cs) and turn metadata handling in [WebSocketTurnFinalizationService.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/WebSocketTurnFinalizationService.cs) | normalize `runtime.perception` fields (`speaker`, `peoplePresent`, focused person) for greeting/proactivity policy decisions |
|
|
||||||
| `Skill Registry` | implicit in current code/routing | formal registry abstraction for local/cloud capabilities and manifest metadata |
|
|
||||||
| `History` | tenant-scoped memory store in [InMemoryPersonalMemoryStore.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Infrastructure/Persistence/InMemoryPersonalMemoryStore.cs) | durable multi-tenant persistence and history timeline/query support |
|
|
||||||
| `Lasso` provider aggregation | partial provider integration via weather provider wiring in [ServiceCollectionExtensions.cs](../src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Infrastructure/DependencyInjection/ServiceCollectionExtensions.cs) | full aggregation service for weather/news/calendar/knowledge inputs |
|
|
||||||
| `Proactivity Catalog` | in-code candidate lists/weights | explicit catalog service with tuned weights and operator controls |
|
|
||||||
| `Audio Logs` | file telemetry sinks in infrastructure telemetry | hosted indexed capture/retention for multi-operator analysis |
|
|
||||||
|
|
||||||
## GLSM Listener Flow Alignment (`2026-05-06`)
|
|
||||||
|
|
||||||
Captured source:
|
|
||||||
|
|
||||||
- `C:\Projects\jibo\sdk\packages\skills-service-manager\resources\state-diagrams\glsm.png`
|
|
||||||
|
|
||||||
First OpenJibo support slice (implemented):
|
|
||||||
|
|
||||||
- explicit derived listener phases are now emitted in cloud diagnostics:
|
|
||||||
- `HJ_LISTENING`
|
|
||||||
- `LISTENING`
|
|
||||||
- `WAIT_LISTEN_FINISHED`
|
|
||||||
- `DISPATCH_DIALOG`
|
|
||||||
- `PROCESS_LISTENER_QUEUE`
|
|
||||||
- turn telemetry now records `glsm_phase_transition` with previous/next state and trigger
|
|
||||||
- websocket telemetry now includes `glsmPhase` on binary, context, and turn-processed events
|
|
||||||
- stale pending-listen recovery is now implemented:
|
|
||||||
- when a pending `LISTEN` stays open long enough with no context/audio, a new hotphrase listen can recover the stuck state before continuing
|
|
||||||
|
|
||||||
Current parity boundary:
|
|
||||||
|
|
||||||
- this slice focuses on listener lifecycle observability plus stuck-listen recovery
|
|
||||||
- deeper explicit parity states from GLSM (`Interrupt Listeners`, `Handle Launch Parse`, `Handle Global Parse`, `Dispatch Dialog` sub-branches) are next candidates once this capture-driven slice is validated live
|
|
||||||
|
|
||||||
## Where We Were
|
|
||||||
|
|
||||||
Legacy cloud design was service-oriented around:
|
|
||||||
|
|
||||||
- hub orchestration
|
|
||||||
- parser robustness
|
|
||||||
- skill routing
|
|
||||||
- proactivity selection
|
|
||||||
- history/memory and provider aggregation
|
|
||||||
|
|
||||||
It emphasized a personality-rich surface while still being operationally observable.
|
|
||||||
|
|
||||||
## Where We Are
|
|
||||||
|
|
||||||
OpenJibo `1.0.19` is a functional hosted `.NET` modular monolith with:
|
|
||||||
|
|
||||||
- protocol compatibility paths for HTTP and websocket robot flows
|
|
||||||
- deterministic intent routing plus state-machine slices
|
|
||||||
- tenant-scoped memory foundation
|
|
||||||
- first proactivity baseline
|
|
||||||
- first external weather provider integration
|
|
||||||
|
|
||||||
This is the right shape for rapid parity plus safe incremental growth.
|
|
||||||
|
|
||||||
## Where We Are Headed
|
|
||||||
|
|
||||||
Near-term architecture evolution should preserve current shipping velocity:
|
|
||||||
|
|
||||||
1. Expand parser coverage and ambiguity guardrails from Pegasus phrase corpora.
|
|
||||||
2. Externalize proactivity policy and category catalogs.
|
|
||||||
3. Move memory from in-memory to durable multi-tenant backing stores.
|
|
||||||
4. Add stronger observability around STT, parser decisions, and follow-up turn state.
|
|
||||||
5. Build a focused aggregation layer (Lasso-like) for multi-provider content.
|
|
||||||
|
|
||||||
## Charm Preservation Rules
|
|
||||||
|
|
||||||
To keep Jibo's charm while modernizing the platform:
|
|
||||||
|
|
||||||
- keep MIM/ESML and expressive animation hooks as first-class outputs
|
|
||||||
- keep deterministic command-vs-question behavior for personality reliability
|
|
||||||
- layer richer provider data behind stable personality and gesture patterns
|
|
||||||
- prefer small source-backed slices over broad rewrites
|
|
||||||
|
|
||||||
## Queued Next `1.0.19` Task
|
|
||||||
|
|
||||||
The next queued implementation task is:
|
|
||||||
|
|
||||||
- `Dialog parsing expansion and ambiguity guardrails`
|
|
||||||
|
|
||||||
Tracking anchors:
|
|
||||||
|
|
||||||
- [release-1.0.19-plan.md](release-1.0.19-plan.md)
|
|
||||||
- [feature-backlog.md](feature-backlog.md)
|
|
||||||
|
|
||||||
Primary objective:
|
|
||||||
|
|
||||||
- import Pegasus parser intent phrases/entities to improve intent confidence while preserving command-vs-question personality behavior.
|
|
||||||
|
|
||||||
## Greetings And Presence Track (`2026-05-07`)
|
|
||||||
|
|
||||||
A dedicated presence-aware greetings plan is now captured for the next personality slice, grounded in Pegasus `@be/greetings` state, identity, and proactive policy behavior.
|
|
||||||
|
|
||||||
Reference:
|
|
||||||
|
|
||||||
- [greetings-presence-plan.md](greetings-presence-plan.md)
|
|
||||||
|
|
||||||
## Personal Report Parity Track (`2026-05-07`)
|
|
||||||
|
|
||||||
Personal report parity planning is now captured with a source-anchored implementation sequence for:
|
|
||||||
|
|
||||||
- weather visual/personality parity
|
|
||||||
- live news provider path
|
|
||||||
- commute provider path
|
|
||||||
- calendar/report coverage matrix
|
|
||||||
|
|
||||||
Reference:
|
|
||||||
|
|
||||||
- [personal-report-parity-plan.md](personal-report-parity-plan.md)
|
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
This is the production-oriented path for restoring device connectivity and creating a foundation for future runtime, AI, and OTA work.
|
This is the production-oriented path for restoring device connectivity and creating a foundation for future runtime, AI, and OTA work.
|
||||||
|
|
||||||
Current spoken cloud version: `Cloud version 1.0.19.`
|
Current spoken cloud version: `Open Jibo Cloud version 1.0.18.`
|
||||||
|
|
||||||
Release hygiene reminder:
|
Release hygiene reminder:
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,5 +1,6 @@
|
|||||||
using System.Net.WebSockets;
|
using System.Net.WebSockets;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
using Jibo.Cloud.Api.Logging;
|
||||||
using Jibo.Cloud.Application.Abstractions;
|
using Jibo.Cloud.Application.Abstractions;
|
||||||
using Jibo.Cloud.Application.Services;
|
using Jibo.Cloud.Application.Services;
|
||||||
using Jibo.Cloud.Domain.Models;
|
using Jibo.Cloud.Domain.Models;
|
||||||
@@ -7,7 +8,13 @@ using Jibo.Cloud.Infrastructure.DependencyInjection;
|
|||||||
|
|
||||||
var builder = WebApplication.CreateBuilder(args);
|
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();
|
var app = builder.Build();
|
||||||
|
|
||||||
@@ -220,7 +227,7 @@ static string ResolveSocketKind(string host, PathString path)
|
|||||||
return "openjibo";
|
return "openjibo";
|
||||||
}
|
}
|
||||||
|
|
||||||
return "neo-hub-listen"; // now it assumes all unknown requests are neo-hub. I did this so that people with custom listen servers (like myself) won't get a bunch of 404 messages when doing a HJ request. -ZaneDev (an awful programmer)
|
return "unknown";
|
||||||
}
|
}
|
||||||
|
|
||||||
static string? ResolveToken(HttpRequest request)
|
static string? ResolveToken(HttpRequest request)
|
||||||
|
|||||||
@@ -21,30 +21,6 @@
|
|||||||
"WhisperLanguage": "en",
|
"WhisperLanguage": "en",
|
||||||
"TempDirectory": "/tmp/openjibo-stt",
|
"TempDirectory": "/tmp/openjibo-stt",
|
||||||
"CleanupTempFiles": false
|
"CleanupTempFiles": false
|
||||||
},
|
|
||||||
"Weather": {
|
|
||||||
"OpenWeather": {
|
|
||||||
"BaseUrl": "https://api.openweathermap.org",
|
|
||||||
"ApiKey": "723667c9ab0318142227c5389900d087",
|
|
||||||
"DefaultLocation": "Boston,US",
|
|
||||||
"UseCelsius": false,
|
|
||||||
"CurrentCacheTtlSeconds": 120,
|
|
||||||
"ForecastCacheTtlSeconds": 600,
|
|
||||||
"GeocodeCacheTtlSeconds": 21600,
|
|
||||||
"FailureCacheTtlSeconds": 45
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"News": {
|
|
||||||
"NewsApi": {
|
|
||||||
"BaseUrl": "https://newsapi.org",
|
|
||||||
"ApiKey": "5df93a83db9c4c6888f3e06c4a53144f",
|
|
||||||
"Country": "us",
|
|
||||||
"Language": "en",
|
|
||||||
"FallbackQuery": "robotics OR technology OR science",
|
|
||||||
"DefaultCategories": [ "general", "technology", "sports", "business" ],
|
|
||||||
"CacheTtlSeconds": 300,
|
|
||||||
"FailureCacheTtlSeconds": 45
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,6 @@ public interface ICloudStateStore
|
|||||||
CloudSession OpenSession(string kind, string? deviceId, string? token, string? hostName, string? path);
|
CloudSession OpenSession(string kind, string? deviceId, string? token, string? hostName, string? path);
|
||||||
CloudSession? FindSessionByToken(string token);
|
CloudSession? FindSessionByToken(string token);
|
||||||
IReadOnlyList<LoopRecord> GetLoops();
|
IReadOnlyList<LoopRecord> GetLoops();
|
||||||
IReadOnlyList<PersonRecord> GetPeople();
|
|
||||||
IReadOnlyList<UpdateManifest> ListUpdates(string? subsystem = null, string? filter = null);
|
IReadOnlyList<UpdateManifest> ListUpdates(string? subsystem = null, string? filter = null);
|
||||||
UpdateManifest? GetUpdateFrom(string? subsystem, string? fromVersion, string? filter);
|
UpdateManifest? GetUpdateFrom(string? subsystem, string? fromVersion, string? filter);
|
||||||
UpdateManifest CreateUpdate(string? fromVersion, string? toVersion, string? changes, string? shaHash, long? length, string? subsystem, string? filter, IDictionary<string, object?>? dependencies);
|
UpdateManifest CreateUpdate(string? fromVersion, string? toVersion, string? changes, string? shaHash, long? length, string? subsystem, string? filter, IDictionary<string, object?>? dependencies);
|
||||||
|
|||||||
@@ -5,21 +5,12 @@ public interface IJiboExperienceContentRepository
|
|||||||
Task<JiboExperienceCatalog> GetCatalogAsync(CancellationToken cancellationToken = default);
|
Task<JiboExperienceCatalog> GetCatalogAsync(CancellationToken cancellationToken = default);
|
||||||
}
|
}
|
||||||
|
|
||||||
public sealed class JiboConditionedReply
|
|
||||||
{
|
|
||||||
public string Condition { get; init; } = string.Empty;
|
|
||||||
public string Reply { get; init; } = string.Empty;
|
|
||||||
}
|
|
||||||
|
|
||||||
public sealed class JiboExperienceCatalog
|
public sealed class JiboExperienceCatalog
|
||||||
{
|
{
|
||||||
public IReadOnlyList<string> Jokes { get; init; } = [];
|
public IReadOnlyList<string> Jokes { get; init; } = [];
|
||||||
public IReadOnlyList<string> DanceAnimations { get; init; } = [];
|
public IReadOnlyList<string> DanceAnimations { get; init; } = [];
|
||||||
public IReadOnlyList<string> GreetingReplies { get; init; } = [];
|
public IReadOnlyList<string> GreetingReplies { get; init; } = [];
|
||||||
public IReadOnlyList<string> HowAreYouReplies { get; init; } = [];
|
public IReadOnlyList<string> HowAreYouReplies { get; init; } = [];
|
||||||
public IReadOnlyList<JiboConditionedReply> EmotionReplies { get; init; } = [];
|
|
||||||
public IReadOnlyList<string> PersonalityReplies { get; init; } = [];
|
|
||||||
public IReadOnlyList<string> PizzaReplies { get; init; } = [];
|
|
||||||
public IReadOnlyList<string> SurpriseReplies { get; init; } = [];
|
public IReadOnlyList<string> SurpriseReplies { get; init; } = [];
|
||||||
public IReadOnlyList<string> PersonalReportReplies { get; init; } = [];
|
public IReadOnlyList<string> PersonalReportReplies { get; init; } = [];
|
||||||
public IReadOnlyList<string> WeatherReplies { get; init; } = [];
|
public IReadOnlyList<string> WeatherReplies { get; init; } = [];
|
||||||
@@ -29,5 +20,4 @@ public sealed class JiboExperienceCatalog
|
|||||||
public IReadOnlyList<string> NewsBriefings { get; init; } = [];
|
public IReadOnlyList<string> NewsBriefings { get; init; } = [];
|
||||||
public IReadOnlyList<string> GenericFallbackReplies { get; init; } = [];
|
public IReadOnlyList<string> GenericFallbackReplies { get; init; } = [];
|
||||||
public IReadOnlyList<string> DanceReplies { get; init; } = [];
|
public IReadOnlyList<string> DanceReplies { get; init; } = [];
|
||||||
public IReadOnlyList<string> DanceQuestionReplies { get; init; } = [];
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,28 +0,0 @@
|
|||||||
namespace Jibo.Cloud.Application.Abstractions;
|
|
||||||
|
|
||||||
public interface INewsBriefingProvider
|
|
||||||
{
|
|
||||||
Task<NewsBriefingSnapshot?> GetBriefingAsync(
|
|
||||||
NewsBriefingRequest request,
|
|
||||||
CancellationToken cancellationToken = default);
|
|
||||||
}
|
|
||||||
|
|
||||||
public sealed record NewsBriefingRequest(
|
|
||||||
IReadOnlyList<string> PreferredCategories,
|
|
||||||
int MaxHeadlines = 3);
|
|
||||||
|
|
||||||
public sealed record NewsHeadline(
|
|
||||||
string Title,
|
|
||||||
string? Summary = null,
|
|
||||||
string? Category = null,
|
|
||||||
string? SourceName = null,
|
|
||||||
string? Url = null);
|
|
||||||
|
|
||||||
public sealed record NewsBriefingSnapshot(
|
|
||||||
IReadOnlyList<NewsHeadline> Headlines,
|
|
||||||
string? SourceName = null,
|
|
||||||
string? ProviderStatus = null,
|
|
||||||
string? ProviderMessage = null,
|
|
||||||
int? ProviderHttpStatusCode = null,
|
|
||||||
string? ProviderEndpoint = null,
|
|
||||||
string? ProviderErrorCode = null);
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
namespace Jibo.Cloud.Application.Abstractions;
|
|
||||||
|
|
||||||
public interface IPersonalMemoryStore
|
|
||||||
{
|
|
||||||
void SetBirthday(PersonalMemoryTenantScope tenantScope, string birthdayText);
|
|
||||||
string? GetBirthday(PersonalMemoryTenantScope tenantScope);
|
|
||||||
void SetPreference(PersonalMemoryTenantScope tenantScope, string category, string value);
|
|
||||||
string? GetPreference(PersonalMemoryTenantScope tenantScope, string category);
|
|
||||||
void SetName(PersonalMemoryTenantScope tenantScope, string name);
|
|
||||||
string? GetName(PersonalMemoryTenantScope tenantScope);
|
|
||||||
void SetImportantDate(PersonalMemoryTenantScope tenantScope, string label, string value);
|
|
||||||
string? GetImportantDate(PersonalMemoryTenantScope tenantScope, string label);
|
|
||||||
void SetAffinity(PersonalMemoryTenantScope tenantScope, string item, PersonalAffinity affinity);
|
|
||||||
PersonalAffinity? GetAffinity(PersonalMemoryTenantScope tenantScope, string item);
|
|
||||||
IReadOnlyDictionary<string, PersonalAffinity> GetAffinities(PersonalMemoryTenantScope tenantScope);
|
|
||||||
void AddListItem(PersonalMemoryTenantScope tenantScope, string listName, string item);
|
|
||||||
IReadOnlyList<string> GetListItems(PersonalMemoryTenantScope tenantScope, string listName);
|
|
||||||
void ClearListItems(PersonalMemoryTenantScope tenantScope, string listName);
|
|
||||||
}
|
|
||||||
|
|
||||||
public sealed record PersonalMemoryTenantScope(string AccountId, string LoopId, string DeviceId, string? PersonId = null);
|
|
||||||
|
|
||||||
public enum PersonalAffinity
|
|
||||||
{
|
|
||||||
Like,
|
|
||||||
Love,
|
|
||||||
Dislike
|
|
||||||
}
|
|
||||||
@@ -2,7 +2,5 @@ namespace Jibo.Cloud.Application.Abstractions;
|
|||||||
|
|
||||||
public interface ITurnTelemetrySink
|
public interface ITurnTelemetrySink
|
||||||
{
|
{
|
||||||
Task RecordTurnDiagnosticAsync(string category, IReadOnlyDictionary<string, object?> details, CancellationToken cancellationToken = default);
|
|
||||||
|
|
||||||
Task RecordTranscriptError(Exception ex, string message, CancellationToken cancellationToken = default);
|
Task RecordTranscriptError(Exception ex, string message, CancellationToken cancellationToken = default);
|
||||||
}
|
}
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
namespace Jibo.Cloud.Application.Abstractions;
|
|
||||||
|
|
||||||
public interface IWeatherReportProvider
|
|
||||||
{
|
|
||||||
Task<WeatherReportSnapshot?> GetReportAsync(
|
|
||||||
WeatherReportRequest request,
|
|
||||||
CancellationToken cancellationToken = default);
|
|
||||||
}
|
|
||||||
|
|
||||||
public sealed record WeatherReportRequest(
|
|
||||||
string? LocationQuery,
|
|
||||||
double? Latitude,
|
|
||||||
double? Longitude,
|
|
||||||
bool IsTomorrow,
|
|
||||||
bool? UseCelsius,
|
|
||||||
int? ForecastDayOffset = null);
|
|
||||||
|
|
||||||
public sealed record WeatherReportSnapshot(
|
|
||||||
string LocationName,
|
|
||||||
string Summary,
|
|
||||||
int Temperature,
|
|
||||||
int? HighTemperature,
|
|
||||||
int? LowTemperature,
|
|
||||||
string? Condition,
|
|
||||||
bool UseCelsius);
|
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
|
||||||
<ProjectReference Include="..\Jibo.Cloud.Domain\Jibo.Cloud.Domain.csproj" />
|
<ProjectReference Include="..\Jibo.Cloud.Domain\Jibo.Cloud.Domain.csproj" />
|
||||||
<ProjectReference Include="..\..\..\..\Jibo.Runtime.Abstractions\Jibo.Runtime.Abstractions.csproj" />
|
<ProjectReference Include="..\..\..\..\Jibo.Runtime.Abstractions\Jibo.Runtime.Abstractions.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@@ -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");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,632 +0,0 @@
|
|||||||
using Jibo.Cloud.Application.Abstractions;
|
|
||||||
using System.Text.RegularExpressions;
|
|
||||||
|
|
||||||
namespace Jibo.Cloud.Application.Services;
|
|
||||||
|
|
||||||
internal static class ChitchatStateMachine
|
|
||||||
{
|
|
||||||
internal const string StateMetadataKey = "chitchatState";
|
|
||||||
internal const string RouteMetadataKey = "chitchatRoute";
|
|
||||||
internal const string EmotionMetadataKey = "chitchatEmotion";
|
|
||||||
|
|
||||||
internal const string IdleState = "idle";
|
|
||||||
private const string IntentSplitState = "intent_split";
|
|
||||||
private const string ProcessQueryState = "process_query";
|
|
||||||
private const string CompleteState = "complete";
|
|
||||||
|
|
||||||
private const string ScriptedResponseRoute = "ScriptedResponse";
|
|
||||||
private const string EmotionQueryRoute = "EmotionQuery";
|
|
||||||
private const string EmotionCommandRoute = "EmotionCommand";
|
|
||||||
private const string ErrorResponseRoute = "ErrorResponse";
|
|
||||||
|
|
||||||
private static readonly string[] EmotionQueryPhrases =
|
|
||||||
[
|
|
||||||
"how are you feeling",
|
|
||||||
"how do you feel",
|
|
||||||
"what are you feeling",
|
|
||||||
"what mood are you in",
|
|
||||||
"what is your mood",
|
|
||||||
"what's your mood",
|
|
||||||
"do you have emotions",
|
|
||||||
"how angry are you",
|
|
||||||
"how jealous are you",
|
|
||||||
"how sad are you",
|
|
||||||
"how upset do you feel",
|
|
||||||
"how bored are you right now"
|
|
||||||
];
|
|
||||||
|
|
||||||
// Pegasus parser-derived query anchors from descriptor/emotion intent families.
|
|
||||||
private static readonly string[] EmotionQueryPrefixes =
|
|
||||||
[
|
|
||||||
"are you ",
|
|
||||||
"are you feeling ",
|
|
||||||
"are you able to feel ",
|
|
||||||
"are you able to get ",
|
|
||||||
"are you ever ",
|
|
||||||
"can you be ",
|
|
||||||
"do you feel ",
|
|
||||||
"do you ever feel ",
|
|
||||||
"do you ever get ",
|
|
||||||
"do you get ",
|
|
||||||
"does ",
|
|
||||||
"would ",
|
|
||||||
"how ",
|
|
||||||
"describe how "
|
|
||||||
];
|
|
||||||
|
|
||||||
// Pegasus parser-derived specific-emotion assertion forms.
|
|
||||||
private static readonly string[] EmotionAssertionPrefixes =
|
|
||||||
[
|
|
||||||
"you are ",
|
|
||||||
"you re ",
|
|
||||||
"you are acting ",
|
|
||||||
"you seem ",
|
|
||||||
"you look ",
|
|
||||||
"i think you are ",
|
|
||||||
"i think you re ",
|
|
||||||
"i feel like you are ",
|
|
||||||
"i feel like you re ",
|
|
||||||
"in my opinion you are ",
|
|
||||||
"in my opinion you re "
|
|
||||||
];
|
|
||||||
|
|
||||||
private static readonly string[] EmotionCommandPositivePrefixes =
|
|
||||||
[
|
|
||||||
"be ",
|
|
||||||
"be a little ",
|
|
||||||
"be a bit ",
|
|
||||||
"be very ",
|
|
||||||
"be more ",
|
|
||||||
"you should be ",
|
|
||||||
"you should try to be ",
|
|
||||||
"try to be ",
|
|
||||||
"look ",
|
|
||||||
"act "
|
|
||||||
];
|
|
||||||
|
|
||||||
private static readonly string[] EmotionCommandNegativePrefixes =
|
|
||||||
[
|
|
||||||
"do not be ",
|
|
||||||
"don t be ",
|
|
||||||
"dont be ",
|
|
||||||
"try not to be ",
|
|
||||||
"you should not be ",
|
|
||||||
"you shouldn t be "
|
|
||||||
];
|
|
||||||
|
|
||||||
private static readonly (string Phrase, string Emotion)[] DirectEmotionCommandPhrases =
|
|
||||||
[
|
|
||||||
("smile", "happy"),
|
|
||||||
("look happy", "happy"),
|
|
||||||
("cheer up", "happy"),
|
|
||||||
("be happy", "happy"),
|
|
||||||
("be excited", "excited"),
|
|
||||||
("get excited", "excited"),
|
|
||||||
("act excited", "excited"),
|
|
||||||
("be sad", "sad"),
|
|
||||||
("look sad", "sad"),
|
|
||||||
("be calm", "calm"),
|
|
||||||
("calm down", "calm"),
|
|
||||||
("relax", "calm")
|
|
||||||
];
|
|
||||||
|
|
||||||
// Derived from Pegasus parser Emotion entity and utterance sets.
|
|
||||||
private static readonly (string Emotion, string[] Synonyms)[] PegasusEmotionSynonyms =
|
|
||||||
[
|
|
||||||
("afraid", ["afraid", "fearful", "frightened", "scared", "terrified", "spooked", "freak out", "freaked out"]),
|
|
||||||
("amused", ["amused", "entertained", "tickled", "tickled pink"]),
|
|
||||||
("angry", ["angry", "mad", "furious", "enraged", "irate", "incensed", "cross"]),
|
|
||||||
("annoyed", ["annoyed", "aggravated", "bothered", "irritated", "grumpy", "nettled", "vexed", "bored"]),
|
|
||||||
("anxious", ["anxious", "nervous", "worried", "tense", "on edge", "jittery", "restless", "concerned"]),
|
|
||||||
("confident", ["confident", "assured", "secure", "self assured", "self confident"]),
|
|
||||||
("confused", ["confused", "at a loss", "perplexed", "puzzled", "stumped", "uncertain", "unsure"]),
|
|
||||||
("embarrassed", ["embarrassed", "ashamed", "flustered", "self conscious", "sheepish"]),
|
|
||||||
("excited", ["excited", "jazzed", "psyched", "pumped"]),
|
|
||||||
("happy", ["happy", "cheerful", "jovial", "pleased", "joyful", "content", "thrilled"]),
|
|
||||||
("jealous", ["jealous", "envious", "covetous"]),
|
|
||||||
("lonely", ["lonely", "alone", "lonesome"]),
|
|
||||||
("proud", ["proud", "honored"]),
|
|
||||||
("sad", ["sad", "upset", "unhappy", "depressed", "somber", "downcast", "gloomy", "miserable", "bummed", "heartbroken", "troubled"])
|
|
||||||
];
|
|
||||||
|
|
||||||
private static readonly string[] EmotionCommandReplies =
|
|
||||||
[
|
|
||||||
"I can do that mood. Watch this.",
|
|
||||||
"Switching mood now.",
|
|
||||||
"Okay, mood change activated."
|
|
||||||
];
|
|
||||||
|
|
||||||
private static readonly Regex PhrasePunctuationPattern = new(
|
|
||||||
@"[^\w\s]",
|
|
||||||
RegexOptions.CultureInvariant | RegexOptions.Compiled);
|
|
||||||
|
|
||||||
private static readonly Regex PhraseWhitespacePattern = new(
|
|
||||||
@"\s+",
|
|
||||||
RegexOptions.CultureInvariant | RegexOptions.Compiled);
|
|
||||||
|
|
||||||
private static readonly (string Phrase, string Emotion)[] EmotionSynonymMappings = BuildEmotionSynonymMappings();
|
|
||||||
|
|
||||||
public static JiboInteractionDecision? TryBuildDecision(
|
|
||||||
string semanticIntent,
|
|
||||||
string transcript,
|
|
||||||
string loweredTranscript,
|
|
||||||
JiboExperienceCatalog catalog,
|
|
||||||
IJiboRandomizer randomizer,
|
|
||||||
string? currentEmotion,
|
|
||||||
Func<string> buildErrorResponse)
|
|
||||||
{
|
|
||||||
var normalizedLoweredTranscript = NormalizeForPhraseMatching(loweredTranscript);
|
|
||||||
switch (semanticIntent)
|
|
||||||
{
|
|
||||||
case "hello":
|
|
||||||
return BuildScriptedResponseDecision(
|
|
||||||
"hello",
|
|
||||||
randomizer.Choose(catalog.GreetingReplies));
|
|
||||||
case "robot_personality":
|
|
||||||
return BuildScriptedResponseDecision(
|
|
||||||
"robot_personality",
|
|
||||||
SelectLegacyPersonalityReply(catalog, randomizer, "curious, playful", "friendly", "personality"));
|
|
||||||
case "robot_taxes":
|
|
||||||
return BuildScriptedResponseDecision(
|
|
||||||
"robot_taxes",
|
|
||||||
SelectLegacyPersonalityReply(catalog, randomizer, "pay anything", "pay taxes", "tax"));
|
|
||||||
case "how_are_you":
|
|
||||||
return BuildEmotionQueryDecision(
|
|
||||||
"how_are_you",
|
|
||||||
SelectEmotionQueryReply(catalog, randomizer, currentEmotion));
|
|
||||||
case "robot_desire":
|
|
||||||
return BuildScriptedResponseDecision(
|
|
||||||
"robot_desire",
|
|
||||||
SelectLegacyPersonalityReply(
|
|
||||||
catalog,
|
|
||||||
randomizer,
|
|
||||||
"socializing and electricity",
|
|
||||||
"want to hang out",
|
|
||||||
"be helpful",
|
|
||||||
"dance from time to time"));
|
|
||||||
case "robot_job":
|
|
||||||
return BuildScriptedResponseDecision(
|
|
||||||
"robot_job",
|
|
||||||
SelectLegacyPersonalityReply(catalog, randomizer, "more fun than a job", "here to help you out"));
|
|
||||||
case "robot_origin_created":
|
|
||||||
return BuildScriptedResponseDecision(
|
|
||||||
"robot_origin_created",
|
|
||||||
SelectLegacyPersonalityReply(
|
|
||||||
catalog,
|
|
||||||
randomizer,
|
|
||||||
"create something",
|
|
||||||
"some people wanted to create something",
|
|
||||||
"wanted to create something",
|
|
||||||
"built a robot",
|
|
||||||
"came out from a box"));
|
|
||||||
case "robot_origin_from":
|
|
||||||
return BuildScriptedResponseDecision(
|
|
||||||
"robot_origin_from",
|
|
||||||
SelectLegacyPersonalityReply(catalog, randomizer, "boston", "came out from a box"));
|
|
||||||
case "robot_identity":
|
|
||||||
return BuildScriptedResponseDecision(
|
|
||||||
"robot_identity",
|
|
||||||
SelectLegacyPersonalityReply(catalog, randomizer, "am a robot", "i'm either jibo", "i am just jibo"));
|
|
||||||
case "robot_likes_being_jibo":
|
|
||||||
return BuildScriptedResponseDecision(
|
|
||||||
"robot_likes_being_jibo",
|
|
||||||
SelectLegacyPersonalityReply(
|
|
||||||
catalog,
|
|
||||||
randomizer,
|
|
||||||
"nothing i'd rather be",
|
|
||||||
"love it",
|
|
||||||
"being a human seems so complicated",
|
|
||||||
"especially yours",
|
|
||||||
"steady flow of electricity",
|
|
||||||
"you bet i do"));
|
|
||||||
case "robot_favorite_color":
|
|
||||||
return BuildScriptedResponseDecision(
|
|
||||||
"robot_favorite_color",
|
|
||||||
"Blue.");
|
|
||||||
case "robot_favorite_food":
|
|
||||||
return BuildScriptedResponseDecision(
|
|
||||||
"robot_favorite_food",
|
|
||||||
"Pizza. It is hard to argue with pizza.");
|
|
||||||
case "robot_favorite_music":
|
|
||||||
return BuildScriptedResponseDecision(
|
|
||||||
"robot_favorite_music",
|
|
||||||
"Something upbeat with a good rhythm.");
|
|
||||||
case "robot_nickname":
|
|
||||||
return BuildScriptedResponseDecision(
|
|
||||||
"robot_nickname",
|
|
||||||
SelectLegacyPersonalityReply(catalog, randomizer, "just jibo", "nickname"));
|
|
||||||
case "robot_name":
|
|
||||||
return BuildScriptedResponseDecision(
|
|
||||||
"robot_name",
|
|
||||||
SelectLegacyPersonalityReply(catalog, randomizer, "no last name", "like Bono", "Jibo."));
|
|
||||||
case "robot_peers":
|
|
||||||
return BuildScriptedResponseDecision(
|
|
||||||
"robot_peers",
|
|
||||||
SelectLegacyPersonalityReply(catalog, randomizer, "one in one million", "others like you"));
|
|
||||||
case "robot_knowledge":
|
|
||||||
return BuildScriptedResponseDecision(
|
|
||||||
"robot_knowledge",
|
|
||||||
SelectLegacyPersonalityReply(catalog, randomizer, "know a lot", "not as much as i will someday"));
|
|
||||||
case "chat":
|
|
||||||
if (IsEmotionQuery(normalizedLoweredTranscript))
|
|
||||||
{
|
|
||||||
return BuildEmotionQueryDecision(
|
|
||||||
"emotion_query",
|
|
||||||
SelectEmotionQueryReply(catalog, randomizer, currentEmotion));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (TryResolveEmotionCommand(normalizedLoweredTranscript, out var emotion))
|
|
||||||
{
|
|
||||||
return BuildEmotionCommandDecision(randomizer, emotion!);
|
|
||||||
}
|
|
||||||
|
|
||||||
return BuildErrorResponseDecision(
|
|
||||||
"chat",
|
|
||||||
buildErrorResponse(),
|
|
||||||
transcript);
|
|
||||||
default:
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static bool IsLikelyEmotionUtterance(string transcript)
|
|
||||||
{
|
|
||||||
var normalizedLoweredTranscript = NormalizeForPhraseMatching(transcript);
|
|
||||||
return IsEmotionQuery(normalizedLoweredTranscript) ||
|
|
||||||
TryResolveEmotionCommand(normalizedLoweredTranscript, out _);
|
|
||||||
}
|
|
||||||
|
|
||||||
private static JiboInteractionDecision BuildScriptedResponseDecision(string intentName, string replyText)
|
|
||||||
{
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
intentName,
|
|
||||||
replyText,
|
|
||||||
ContextUpdates: BuildContextUpdates(
|
|
||||||
ScriptedResponseRoute,
|
|
||||||
emotion: null));
|
|
||||||
}
|
|
||||||
|
|
||||||
private static JiboInteractionDecision BuildEmotionQueryDecision(string intentName, string replyText)
|
|
||||||
{
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
intentName,
|
|
||||||
replyText,
|
|
||||||
ContextUpdates: BuildContextUpdates(
|
|
||||||
EmotionQueryRoute,
|
|
||||||
emotion: null));
|
|
||||||
}
|
|
||||||
|
|
||||||
private static JiboInteractionDecision BuildEmotionCommandDecision(IJiboRandomizer randomizer, string emotion)
|
|
||||||
{
|
|
||||||
var (esmlEmotion, responseSuffix) = emotion switch
|
|
||||||
{
|
|
||||||
"happy" => ("happy", "I am feeling happy."),
|
|
||||||
"sad" => ("sad", "I can do a thoughtful mood too."),
|
|
||||||
"excited" => ("happy", "I am feeling excited."),
|
|
||||||
"calm" => ("neutral", "I am in a calmer mood."),
|
|
||||||
_ => ("neutral", "Mood updated.")
|
|
||||||
};
|
|
||||||
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
"emotion_command",
|
|
||||||
randomizer.Choose(EmotionCommandReplies),
|
|
||||||
"chitchat-skill",
|
|
||||||
new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["esml"] = $"<speak><es cat='{esmlEmotion}' filter='!ssa-only, !sfx-only' endNeutral='true'>{responseSuffix}</es></speak>",
|
|
||||||
["mim_id"] = "runtime-chat",
|
|
||||||
["mim_type"] = "announcement",
|
|
||||||
["prompt_id"] = "RUNTIME_EMOTION_COMMAND",
|
|
||||||
["prompt_sub_category"] = "AN"
|
|
||||||
},
|
|
||||||
ContextUpdates: BuildContextUpdates(
|
|
||||||
EmotionCommandRoute,
|
|
||||||
emotion));
|
|
||||||
}
|
|
||||||
|
|
||||||
private static JiboInteractionDecision BuildErrorResponseDecision(string intentName, string replyText, string transcript)
|
|
||||||
{
|
|
||||||
var normalizedTranscript = string.IsNullOrWhiteSpace(transcript)
|
|
||||||
? string.Empty
|
|
||||||
: transcript.Trim();
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
intentName,
|
|
||||||
replyText,
|
|
||||||
ContextUpdates: BuildContextUpdates(
|
|
||||||
ErrorResponseRoute,
|
|
||||||
emotion: null,
|
|
||||||
rawTranscript: normalizedTranscript));
|
|
||||||
}
|
|
||||||
|
|
||||||
private static IDictionary<string, object?> BuildContextUpdates(
|
|
||||||
string route,
|
|
||||||
string? emotion,
|
|
||||||
string? rawTranscript = null)
|
|
||||||
{
|
|
||||||
return new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
[StateMetadataKey] = CompleteState,
|
|
||||||
[RouteMetadataKey] = route,
|
|
||||||
[EmotionMetadataKey] = emotion ?? string.Empty,
|
|
||||||
["chitchatLastState"] = IntentSplitState,
|
|
||||||
["chitchatProcessState"] = ProcessQueryState,
|
|
||||||
["chitchatRawTranscript"] = rawTranscript ?? string.Empty
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string SelectEmotionQueryReply(
|
|
||||||
JiboExperienceCatalog catalog,
|
|
||||||
IJiboRandomizer randomizer,
|
|
||||||
string? currentEmotion)
|
|
||||||
{
|
|
||||||
if (catalog.EmotionReplies.Count == 0)
|
|
||||||
{
|
|
||||||
return randomizer.Choose(catalog.HowAreYouReplies);
|
|
||||||
}
|
|
||||||
|
|
||||||
var emotionVariants = ResolveEmotionVariants(currentEmotion);
|
|
||||||
foreach (var reply in catalog.EmotionReplies)
|
|
||||||
{
|
|
||||||
if (ConditionMatches(reply.Condition, emotionVariants))
|
|
||||||
{
|
|
||||||
return reply.Reply;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return randomizer.Choose(catalog.HowAreYouReplies);
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool ConditionMatches(string? condition, IReadOnlyList<string> emotionVariants)
|
|
||||||
{
|
|
||||||
var normalizedCondition = NormalizeCondition(condition);
|
|
||||||
if (string.IsNullOrWhiteSpace(normalizedCondition))
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
var clauses = normalizedCondition.Split(new[] { "||" }, StringSplitOptions.RemoveEmptyEntries | StringSplitOptions.TrimEntries);
|
|
||||||
foreach (var clause in clauses)
|
|
||||||
{
|
|
||||||
if (MatchesConditionClause(clause, emotionVariants))
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool MatchesConditionClause(string clause, IReadOnlyList<string> emotionVariants)
|
|
||||||
{
|
|
||||||
var normalizedClause = NormalizeCondition(clause).ToUpperInvariant();
|
|
||||||
if (normalizedClause == "!JIBO.EMOTION")
|
|
||||||
{
|
|
||||||
return emotionVariants.Contains(string.Empty, StringComparer.OrdinalIgnoreCase) ||
|
|
||||||
emotionVariants.Contains("NEUTRAL", StringComparer.OrdinalIgnoreCase);
|
|
||||||
}
|
|
||||||
|
|
||||||
var equalityIndex = normalizedClause.IndexOf("==", StringComparison.Ordinal);
|
|
||||||
if (equalityIndex < 0)
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
var rightSide = normalizedClause[(equalityIndex + 2)..].Trim();
|
|
||||||
var candidate = rightSide.Trim('"', '\'');
|
|
||||||
return emotionVariants.Any(variant => string.Equals(variant, candidate, StringComparison.OrdinalIgnoreCase));
|
|
||||||
}
|
|
||||||
|
|
||||||
private static IReadOnlyList<string> ResolveEmotionVariants(string? currentEmotion)
|
|
||||||
{
|
|
||||||
if (string.IsNullOrWhiteSpace(currentEmotion))
|
|
||||||
{
|
|
||||||
return ["", "NEUTRAL"];
|
|
||||||
}
|
|
||||||
|
|
||||||
var normalizedEmotion = NormalizeCondition(currentEmotion).Trim('"', '\'').ToUpperInvariant();
|
|
||||||
return normalizedEmotion switch
|
|
||||||
{
|
|
||||||
"HAPPY" => ["JOYFUL", "PLEASED", "CONFIDENT", "DETERMINED", "HAPPY"],
|
|
||||||
"SAD" => ["INSECURE", "SAD"],
|
|
||||||
"CALM" => ["NEUTRAL", "INSECURE", "CALM"],
|
|
||||||
"NEUTRAL" => ["NEUTRAL"],
|
|
||||||
"JOYFUL" or "PLEASED" or "CONFIDENT" or "DETERMINED" or "INSECURE" => [normalizedEmotion],
|
|
||||||
_ => [normalizedEmotion]
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string SelectLegacyPersonalityReply(
|
|
||||||
JiboExperienceCatalog catalog,
|
|
||||||
IJiboRandomizer randomizer,
|
|
||||||
params string[] preferredSnippets)
|
|
||||||
{
|
|
||||||
foreach (var snippet in preferredSnippets)
|
|
||||||
{
|
|
||||||
if (string.IsNullOrWhiteSpace(snippet))
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
var match = catalog.PersonalityReplies.FirstOrDefault(reply =>
|
|
||||||
reply.Contains(snippet, StringComparison.OrdinalIgnoreCase));
|
|
||||||
if (!string.IsNullOrWhiteSpace(match))
|
|
||||||
{
|
|
||||||
return match;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return randomizer.Choose(catalog.PersonalityReplies);
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string NormalizeCondition(string? condition)
|
|
||||||
{
|
|
||||||
if (string.IsNullOrWhiteSpace(condition))
|
|
||||||
{
|
|
||||||
return string.Empty;
|
|
||||||
}
|
|
||||||
|
|
||||||
return PhraseWhitespacePattern.Replace(condition.Trim(), " ");
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool IsEmotionQuery(string loweredTranscript)
|
|
||||||
{
|
|
||||||
if (ContainsAnyPhrase(loweredTranscript, EmotionQueryPhrases))
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!TryResolveEmotionFromText(loweredTranscript, out _))
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return StartsWithAnyPhrase(loweredTranscript, EmotionQueryPrefixes) ||
|
|
||||||
StartsWithAnyPhrase(loweredTranscript, EmotionAssertionPrefixes);
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool TryResolveEmotionCommand(string loweredTranscript, out string? emotion)
|
|
||||||
{
|
|
||||||
emotion = null;
|
|
||||||
|
|
||||||
foreach (var mapping in DirectEmotionCommandPhrases)
|
|
||||||
{
|
|
||||||
if (!ContainsPhrase(loweredTranscript, mapping.Phrase))
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
emotion = mapping.Emotion;
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
var isNegativeCommand = StartsWithAnyPhrase(loweredTranscript, EmotionCommandNegativePrefixes);
|
|
||||||
var isPositiveCommand = !isNegativeCommand && StartsWithAnyPhrase(loweredTranscript, EmotionCommandPositivePrefixes);
|
|
||||||
if (!isNegativeCommand && !isPositiveCommand)
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!TryResolveEmotionFromText(loweredTranscript, out var canonicalEmotion) ||
|
|
||||||
string.IsNullOrWhiteSpace(canonicalEmotion))
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
emotion = isNegativeCommand
|
|
||||||
? "calm"
|
|
||||||
: MapCanonicalEmotionToRuntimeEmotion(canonicalEmotion);
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string MapCanonicalEmotionToRuntimeEmotion(string canonicalEmotion)
|
|
||||||
{
|
|
||||||
return canonicalEmotion switch
|
|
||||||
{
|
|
||||||
"happy" or "amused" or "excited" or "confident" or "proud" => "happy",
|
|
||||||
"sad" or "lonely" or "afraid" or "anxious" or "embarrassed" or "confused" => "sad",
|
|
||||||
"angry" or "annoyed" or "jealous" => "calm",
|
|
||||||
_ => "calm"
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool TryResolveEmotionFromText(string loweredTranscript, out string? emotion)
|
|
||||||
{
|
|
||||||
emotion = null;
|
|
||||||
foreach (var mapping in EmotionSynonymMappings)
|
|
||||||
{
|
|
||||||
if (!ContainsPhrase(loweredTranscript, mapping.Phrase))
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
emotion = mapping.Emotion;
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool ContainsAnyPhrase(string loweredTranscript, IEnumerable<string> phrases)
|
|
||||||
{
|
|
||||||
foreach (var phrase in phrases)
|
|
||||||
{
|
|
||||||
if (ContainsPhrase(loweredTranscript, phrase))
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool StartsWithAnyPhrase(string loweredTranscript, IEnumerable<string> phrases)
|
|
||||||
{
|
|
||||||
foreach (var phrase in phrases)
|
|
||||||
{
|
|
||||||
var normalizedPhrase = NormalizeForPhraseMatching(phrase);
|
|
||||||
if (string.IsNullOrWhiteSpace(normalizedPhrase))
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (string.Equals(loweredTranscript, normalizedPhrase, StringComparison.Ordinal) ||
|
|
||||||
loweredTranscript.StartsWith($"{normalizedPhrase} ", StringComparison.Ordinal))
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool ContainsPhrase(string loweredTranscript, string phrase)
|
|
||||||
{
|
|
||||||
var normalizedPhrase = NormalizeForPhraseMatching(phrase);
|
|
||||||
if (string.IsNullOrWhiteSpace(normalizedPhrase) ||
|
|
||||||
string.IsNullOrWhiteSpace(loweredTranscript))
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return string.Equals(loweredTranscript, normalizedPhrase, StringComparison.Ordinal) ||
|
|
||||||
loweredTranscript.StartsWith($"{normalizedPhrase} ", StringComparison.Ordinal) ||
|
|
||||||
loweredTranscript.Contains($" {normalizedPhrase} ", StringComparison.Ordinal) ||
|
|
||||||
loweredTranscript.EndsWith($" {normalizedPhrase}", StringComparison.Ordinal);
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string NormalizeForPhraseMatching(string value)
|
|
||||||
{
|
|
||||||
if (string.IsNullOrWhiteSpace(value))
|
|
||||||
{
|
|
||||||
return string.Empty;
|
|
||||||
}
|
|
||||||
|
|
||||||
var lowered = value.ToLowerInvariant();
|
|
||||||
var withoutPunctuation = PhrasePunctuationPattern.Replace(lowered, " ");
|
|
||||||
return PhraseWhitespacePattern.Replace(withoutPunctuation, " ").Trim();
|
|
||||||
}
|
|
||||||
|
|
||||||
private static (string Phrase, string Emotion)[] BuildEmotionSynonymMappings()
|
|
||||||
{
|
|
||||||
var seen = new HashSet<string>(StringComparer.Ordinal);
|
|
||||||
var mappings = new List<(string Phrase, string Emotion)>();
|
|
||||||
|
|
||||||
foreach (var emotionMapping in PegasusEmotionSynonyms)
|
|
||||||
{
|
|
||||||
foreach (var synonym in emotionMapping.Synonyms)
|
|
||||||
{
|
|
||||||
var normalizedSynonym = NormalizeForPhraseMatching(synonym);
|
|
||||||
if (string.IsNullOrWhiteSpace(normalizedSynonym) ||
|
|
||||||
!seen.Add(normalizedSynonym))
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
mappings.Add((normalizedSynonym, emotionMapping.Emotion));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
mappings.Sort(static (left, right) => right.Phrase.Length.CompareTo(left.Phrase.Length));
|
|
||||||
return [.. mappings];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -4,8 +4,6 @@ namespace Jibo.Cloud.Application.Services;
|
|||||||
|
|
||||||
public sealed class DemoConversationBroker(JiboInteractionService interactionService) : IConversationBroker
|
public sealed class DemoConversationBroker(JiboInteractionService interactionService) : IConversationBroker
|
||||||
{
|
{
|
||||||
private readonly TimeSpan _followUpTimeout = TimeSpan.FromSeconds(6);
|
|
||||||
|
|
||||||
public async Task<ResponsePlan> HandleTurnAsync(TurnContext turn, CancellationToken cancellationToken = default)
|
public async Task<ResponsePlan> HandleTurnAsync(TurnContext turn, CancellationToken cancellationToken = default)
|
||||||
{
|
{
|
||||||
var decision = await interactionService.BuildDecisionAsync(turn, cancellationToken);
|
var decision = await interactionService.BuildDecisionAsync(turn, cancellationToken);
|
||||||
@@ -33,13 +31,10 @@ public sealed class DemoConversationBroker(JiboInteractionService interactionSer
|
|||||||
? new FollowUpPolicy
|
? new FollowUpPolicy
|
||||||
{
|
{
|
||||||
KeepMicOpen = true,
|
KeepMicOpen = true,
|
||||||
Timeout = _followUpTimeout,
|
Timeout = TimeSpan.FromSeconds(12),
|
||||||
ExpectedTopic = "conversation"
|
ExpectedTopic = "conversation"
|
||||||
}
|
}
|
||||||
: FollowUpPolicy.None,
|
: FollowUpPolicy.None,
|
||||||
ContextUpdates = decision.ContextUpdates is not null
|
|
||||||
? new Dictionary<string, object?>(decision.ContextUpdates, StringComparer.OrdinalIgnoreCase)
|
|
||||||
: new Dictionary<string, object?>(),
|
|
||||||
ProtocolMetadata = new Dictionary<string, object?>
|
ProtocolMetadata = new Dictionary<string, object?>
|
||||||
{
|
{
|
||||||
["host"] = turn.HostName,
|
["host"] = turn.HostName,
|
||||||
@@ -53,7 +48,7 @@ public sealed class DemoConversationBroker(JiboInteractionService interactionSer
|
|||||||
plan.Actions.Add(new ListenAction
|
plan.Actions.Add(new ListenAction
|
||||||
{
|
{
|
||||||
Sequence = 1,
|
Sequence = 1,
|
||||||
Timeout = _followUpTimeout,
|
Timeout = TimeSpan.FromSeconds(12),
|
||||||
Mode = "follow-up"
|
Mode = "follow-up"
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -75,17 +70,6 @@ public sealed class DemoConversationBroker(JiboInteractionService interactionSer
|
|||||||
{
|
{
|
||||||
return intentName switch
|
return intentName switch
|
||||||
{
|
{
|
||||||
"cloud_version" => false,
|
|
||||||
"memory_set_name" => false,
|
|
||||||
"memory_get_name" => false,
|
|
||||||
"memory_set_birthday" => false,
|
|
||||||
"memory_get_birthday" => false,
|
|
||||||
"memory_set_important_date" => false,
|
|
||||||
"memory_get_important_date" => false,
|
|
||||||
"memory_set_preference" => false,
|
|
||||||
"memory_get_preference" => false,
|
|
||||||
"memory_set_affinity" => false,
|
|
||||||
"memory_get_affinity" => false,
|
|
||||||
"word_of_the_day" => false,
|
"word_of_the_day" => false,
|
||||||
"word_of_the_day_guess" => false,
|
"word_of_the_day_guess" => false,
|
||||||
"radio" => false,
|
"radio" => false,
|
||||||
@@ -102,18 +86,12 @@ public sealed class DemoConversationBroker(JiboInteractionService interactionSer
|
|||||||
"clock_menu" => false,
|
"clock_menu" => false,
|
||||||
"timer_menu" => false,
|
"timer_menu" => false,
|
||||||
"alarm_menu" => false,
|
"alarm_menu" => false,
|
||||||
"timer_delete" => false,
|
|
||||||
"alarm_delete" => false,
|
|
||||||
"timer_cancel" => false,
|
|
||||||
"alarm_cancel" => false,
|
|
||||||
"timer_value" => false,
|
"timer_value" => false,
|
||||||
"alarm_value" => false,
|
"alarm_value" => false,
|
||||||
"photo_gallery" => false,
|
"photo_gallery" => false,
|
||||||
"snapshot" => false,
|
"snapshot" => false,
|
||||||
"photobooth" => false,
|
"photobooth" => false,
|
||||||
"news" => false,
|
"news" => false,
|
||||||
"trigger_ignored" => false,
|
|
||||||
"proactive_greeting" => false,
|
|
||||||
_ => true
|
_ => true
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,299 +0,0 @@
|
|||||||
using Jibo.Cloud.Application.Abstractions;
|
|
||||||
using Jibo.Runtime.Abstractions;
|
|
||||||
using System.Linq;
|
|
||||||
|
|
||||||
namespace Jibo.Cloud.Application.Services;
|
|
||||||
|
|
||||||
internal static class HouseholdListOrchestrator
|
|
||||||
{
|
|
||||||
internal const string StateMetadataKey = "householdListState";
|
|
||||||
internal const string TypeMetadataKey = "householdListType";
|
|
||||||
internal const string NoMatchCountMetadataKey = "householdListNoMatchCount";
|
|
||||||
internal const string NoInputCountMetadataKey = "householdListNoInputCount";
|
|
||||||
|
|
||||||
private const string IdleState = "idle";
|
|
||||||
private const string AwaitingItemState = "awaiting_item";
|
|
||||||
|
|
||||||
public static Task<JiboInteractionDecision?> TryBuildDecisionAsync(
|
|
||||||
TurnContext turn,
|
|
||||||
string semanticIntent,
|
|
||||||
string transcript,
|
|
||||||
string loweredTranscript,
|
|
||||||
IJiboRandomizer randomizer,
|
|
||||||
IPersonalMemoryStore personalMemoryStore,
|
|
||||||
Func<TurnContext, PersonalMemoryTenantScope> tenantScopeResolver)
|
|
||||||
{
|
|
||||||
var state = ReadString(turn, StateMetadataKey);
|
|
||||||
var listType = ReadString(turn, TypeMetadataKey);
|
|
||||||
var isActiveState = !string.IsNullOrWhiteSpace(state) &&
|
|
||||||
!string.Equals(state, IdleState, StringComparison.OrdinalIgnoreCase);
|
|
||||||
var isShoppingIntent = string.Equals(semanticIntent, "shopping_list", StringComparison.OrdinalIgnoreCase);
|
|
||||||
var isTodoIntent = string.Equals(semanticIntent, "todo_list", StringComparison.OrdinalIgnoreCase);
|
|
||||||
|
|
||||||
if (!isActiveState && !isShoppingIntent && !isTodoIntent)
|
|
||||||
{
|
|
||||||
return Task.FromResult<JiboInteractionDecision?>(null);
|
|
||||||
}
|
|
||||||
|
|
||||||
var resolvedListType = isShoppingIntent ? "shopping" : isTodoIntent ? "todo" : NormalizeListType(listType);
|
|
||||||
if (string.IsNullOrWhiteSpace(resolvedListType))
|
|
||||||
{
|
|
||||||
resolvedListType = "shopping";
|
|
||||||
}
|
|
||||||
|
|
||||||
var tenantScope = tenantScopeResolver(turn);
|
|
||||||
|
|
||||||
if (ContainsAny(loweredTranscript, "cancel", "stop", "never mind", "nevermind", "forget it"))
|
|
||||||
{
|
|
||||||
return Task.FromResult<JiboInteractionDecision?>(BuildCancelledDecision(resolvedListType));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (IsRecallRequest(loweredTranscript))
|
|
||||||
{
|
|
||||||
return Task.FromResult<JiboInteractionDecision?>(BuildRecallDecision(
|
|
||||||
resolvedListType,
|
|
||||||
personalMemoryStore.GetListItems(tenantScope, resolvedListType)));
|
|
||||||
}
|
|
||||||
|
|
||||||
var directItem = TryExtractListItem(loweredTranscript);
|
|
||||||
if (string.IsNullOrWhiteSpace(directItem) && isActiveState)
|
|
||||||
{
|
|
||||||
if (IsConversationComplete(loweredTranscript))
|
|
||||||
{
|
|
||||||
return Task.FromResult<JiboInteractionDecision?>(new JiboInteractionDecision(
|
|
||||||
resolvedListType == "shopping" ? "shopping_list_done" : "todo_list_done",
|
|
||||||
BuildDoneReply(resolvedListType, personalMemoryStore.GetListItems(tenantScope, resolvedListType)),
|
|
||||||
ContextUpdates: BuildContextUpdates(resolvedListType, IdleState)));
|
|
||||||
}
|
|
||||||
|
|
||||||
directItem = NormalizeItem(transcript);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!string.IsNullOrWhiteSpace(directItem))
|
|
||||||
{
|
|
||||||
personalMemoryStore.AddListItem(tenantScope, resolvedListType, directItem);
|
|
||||||
return Task.FromResult<JiboInteractionDecision?>(new JiboInteractionDecision(
|
|
||||||
resolvedListType == "shopping" ? "shopping_list_add" : "todo_list_add",
|
|
||||||
BuildAddedReply(resolvedListType, directItem, personalMemoryStore.GetListItems(tenantScope, resolvedListType)),
|
|
||||||
ContextUpdates: BuildContextUpdates(resolvedListType, AwaitingItemState)));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (string.IsNullOrWhiteSpace(transcript))
|
|
||||||
{
|
|
||||||
return Task.FromResult<JiboInteractionDecision?>(new JiboInteractionDecision(
|
|
||||||
resolvedListType == "shopping" ? "shopping_list_prompt" : "todo_list_prompt",
|
|
||||||
BuildPromptReply(resolvedListType),
|
|
||||||
ContextUpdates: BuildContextUpdates(resolvedListType, AwaitingItemState)));
|
|
||||||
}
|
|
||||||
|
|
||||||
return Task.FromResult<JiboInteractionDecision?>(new JiboInteractionDecision(
|
|
||||||
resolvedListType == "shopping" ? "shopping_list_prompt" : "todo_list_prompt",
|
|
||||||
BuildPromptReply(resolvedListType),
|
|
||||||
ContextUpdates: BuildContextUpdates(resolvedListType, AwaitingItemState)));
|
|
||||||
}
|
|
||||||
|
|
||||||
private static IDictionary<string, object?> BuildContextUpdates(string listType, string state)
|
|
||||||
{
|
|
||||||
return new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
[StateMetadataKey] = state,
|
|
||||||
[TypeMetadataKey] = listType,
|
|
||||||
[NoMatchCountMetadataKey] = 0,
|
|
||||||
[NoInputCountMetadataKey] = 0
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private static JiboInteractionDecision BuildCancelledDecision(string listType)
|
|
||||||
{
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
listType == "shopping" ? "shopping_list_cancel" : "todo_list_cancel",
|
|
||||||
listType == "shopping" ? "Okay. I stopped the shopping list." : "Okay. I stopped the to-do list.",
|
|
||||||
ContextUpdates: new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
[StateMetadataKey] = IdleState,
|
|
||||||
[TypeMetadataKey] = listType,
|
|
||||||
[NoMatchCountMetadataKey] = 0,
|
|
||||||
[NoInputCountMetadataKey] = 0
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private static JiboInteractionDecision BuildRecallDecision(string listType, IReadOnlyList<string> items)
|
|
||||||
{
|
|
||||||
if (items.Count == 0)
|
|
||||||
{
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
listType == "shopping" ? "shopping_list_recall" : "todo_list_recall",
|
|
||||||
listType == "shopping"
|
|
||||||
? "Your shopping list is empty."
|
|
||||||
: "Your to-do list is empty.",
|
|
||||||
ContextUpdates: new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
[StateMetadataKey] = IdleState,
|
|
||||||
[TypeMetadataKey] = listType,
|
|
||||||
[NoMatchCountMetadataKey] = 0,
|
|
||||||
[NoInputCountMetadataKey] = 0
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
listType == "shopping" ? "shopping_list_recall" : "todo_list_recall",
|
|
||||||
listType == "shopping"
|
|
||||||
? $"Your shopping list has {JoinList(items)}."
|
|
||||||
: $"Your to-do list has {JoinList(items)}.",
|
|
||||||
ContextUpdates: new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
[StateMetadataKey] = IdleState,
|
|
||||||
[TypeMetadataKey] = listType,
|
|
||||||
[NoMatchCountMetadataKey] = 0,
|
|
||||||
[NoInputCountMetadataKey] = 0
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string BuildAddedReply(string listType, string addedItem, IReadOnlyList<string> items)
|
|
||||||
{
|
|
||||||
var itemLabel = listType == "shopping" ? "shopping list" : "to-do list";
|
|
||||||
return items.Count == 1
|
|
||||||
? $"Added {addedItem} to your {itemLabel}. What else should I add?"
|
|
||||||
: $"Added {addedItem} to your {itemLabel}. You now have {JoinList(items)}.";
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string BuildPromptReply(string listType)
|
|
||||||
{
|
|
||||||
return listType == "shopping"
|
|
||||||
? "What should I add to your shopping list?"
|
|
||||||
: "What should I add to your to-do list?";
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string BuildDoneReply(string listType, IReadOnlyList<string> items)
|
|
||||||
{
|
|
||||||
if (items.Count == 0)
|
|
||||||
{
|
|
||||||
return listType == "shopping"
|
|
||||||
? "Okay. Your shopping list is empty."
|
|
||||||
: "Okay. Your to-do list is empty.";
|
|
||||||
}
|
|
||||||
|
|
||||||
return listType == "shopping"
|
|
||||||
? $"Okay. Your shopping list has {JoinList(items)}."
|
|
||||||
: $"Okay. Your to-do list has {JoinList(items)}.";
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string JoinList(IReadOnlyList<string> items)
|
|
||||||
{
|
|
||||||
return items.Count switch
|
|
||||||
{
|
|
||||||
0 => string.Empty,
|
|
||||||
1 => items[0],
|
|
||||||
2 => $"{items[0]} and {items[1]}",
|
|
||||||
_ => $"{string.Join(", ", items.Take(items.Count - 1))}, and {items[^1]}"
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string? TryExtractListItem(string loweredTranscript)
|
|
||||||
{
|
|
||||||
foreach (var prefix in ItemPrefixes)
|
|
||||||
{
|
|
||||||
if (!loweredTranscript.StartsWith(prefix, StringComparison.OrdinalIgnoreCase))
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
var remainder = loweredTranscript[prefix.Length..].Trim();
|
|
||||||
remainder = TrimTrailingListPhrases(remainder);
|
|
||||||
return NormalizeItem(remainder);
|
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool IsRecallRequest(string loweredTranscript)
|
|
||||||
{
|
|
||||||
return ContainsAny(loweredTranscript,
|
|
||||||
"what is on my shopping list",
|
|
||||||
"what's on my shopping list",
|
|
||||||
"show my shopping list",
|
|
||||||
"what is on my to do list",
|
|
||||||
"what's on my to do list",
|
|
||||||
"show my to do list",
|
|
||||||
"what are my tasks",
|
|
||||||
"what do i need to buy",
|
|
||||||
"what do i need to do");
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string TrimTrailingListPhrases(string value)
|
|
||||||
{
|
|
||||||
var result = value;
|
|
||||||
foreach (var suffix in ItemSuffixes)
|
|
||||||
{
|
|
||||||
if (result.EndsWith(suffix, StringComparison.OrdinalIgnoreCase))
|
|
||||||
{
|
|
||||||
result = result[..^suffix.Length].Trim();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string NormalizeItem(string value)
|
|
||||||
{
|
|
||||||
return value.Trim().TrimEnd('.', ',', '!', '?');
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string NormalizeListType(string? listType)
|
|
||||||
{
|
|
||||||
var normalized = NormalizeItem(listType ?? string.Empty).ToLowerInvariant();
|
|
||||||
return normalized.Contains("todo", StringComparison.OrdinalIgnoreCase) || normalized.Contains("to do", StringComparison.OrdinalIgnoreCase)
|
|
||||||
? "todo"
|
|
||||||
: normalized.Contains("shopping", StringComparison.OrdinalIgnoreCase) || normalized.Contains("grocery", StringComparison.OrdinalIgnoreCase)
|
|
||||||
? "shopping"
|
|
||||||
: string.Empty;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool ContainsAny(string loweredTranscript, params string[] phrases)
|
|
||||||
{
|
|
||||||
return phrases.Any(phrase => loweredTranscript.Contains(phrase, StringComparison.OrdinalIgnoreCase));
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool IsConversationComplete(string loweredTranscript)
|
|
||||||
{
|
|
||||||
return ContainsAny(loweredTranscript,
|
|
||||||
"done",
|
|
||||||
"that's it",
|
|
||||||
"that s it",
|
|
||||||
"all set",
|
|
||||||
"finished",
|
|
||||||
"no more",
|
|
||||||
"nothing else");
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string? ReadString(TurnContext turn, string key)
|
|
||||||
{
|
|
||||||
return turn.Attributes.TryGetValue(key, out var value) ? value?.ToString() : null;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static readonly string[] ItemPrefixes =
|
|
||||||
[
|
|
||||||
"add ",
|
|
||||||
"put ",
|
|
||||||
"buy ",
|
|
||||||
"get ",
|
|
||||||
"remind me to ",
|
|
||||||
"i need to ",
|
|
||||||
"i need ",
|
|
||||||
"please add ",
|
|
||||||
"please put "
|
|
||||||
];
|
|
||||||
|
|
||||||
private static readonly string[] ItemSuffixes =
|
|
||||||
[
|
|
||||||
" to my shopping list",
|
|
||||||
" to the shopping list",
|
|
||||||
" on my shopping list",
|
|
||||||
" to my to do list",
|
|
||||||
" to the to do list",
|
|
||||||
" on my to do list",
|
|
||||||
" to my todo list",
|
|
||||||
" to the todo list",
|
|
||||||
" on my todo list"
|
|
||||||
];
|
|
||||||
}
|
|
||||||
@@ -1,11 +1,16 @@
|
|||||||
using System.Text.Json;
|
using System.Text.Json;
|
||||||
using Jibo.Cloud.Application.Abstractions;
|
using Jibo.Cloud.Application.Abstractions;
|
||||||
|
using Jibo.Cloud.Application.Logging;
|
||||||
using Jibo.Cloud.Domain.Models;
|
using Jibo.Cloud.Domain.Models;
|
||||||
|
using Microsoft.Extensions.Logging;
|
||||||
|
|
||||||
namespace Jibo.Cloud.Application.Services;
|
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 =
|
private static readonly string[] AcceptedHosts =
|
||||||
[
|
[
|
||||||
"api.jibo.com",
|
"api.jibo.com",
|
||||||
@@ -16,16 +21,25 @@ public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
|
|||||||
|
|
||||||
public Task<ProtocolDispatchResult> DispatchAsync(ProtocolEnvelope envelope, CancellationToken cancellationToken = default)
|
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) &&
|
if (envelope.Method.Equals("GET", StringComparison.OrdinalIgnoreCase) &&
|
||||||
envelope.Path == "/" &&
|
envelope.Path == "/" &&
|
||||||
string.IsNullOrWhiteSpace(envelope.ServicePrefix))
|
string.IsNullOrWhiteSpace(envelope.ServicePrefix))
|
||||||
{
|
{
|
||||||
|
_detailedLogger.LogExit(nameof(DispatchAsync), "NoContent");
|
||||||
return Task.FromResult(ProtocolDispatchResult.NoContent());
|
return Task.FromResult(ProtocolDispatchResult.NoContent());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (envelope.Method.Equals("GET", StringComparison.OrdinalIgnoreCase) &&
|
if (envelope.Method.Equals("GET", StringComparison.OrdinalIgnoreCase) &&
|
||||||
envelope.Path.Equals("/health", StringComparison.OrdinalIgnoreCase))
|
envelope.Path.Equals("/health", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
|
_detailedLogger.LogExit(nameof(DispatchAsync), "Health");
|
||||||
return Task.FromResult(ProtocolDispatchResult.Ok(new { ok = true, host = envelope.HostName }));
|
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))
|
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
|
return Task.FromResult(ProtocolDispatchResult.Ok(new
|
||||||
{
|
{
|
||||||
ok = true,
|
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 servicePrefix = envelope.ServicePrefix ?? string.Empty;
|
||||||
var operation = envelope.Operation ?? string.Empty;
|
var operation = envelope.Operation ?? string.Empty;
|
||||||
|
|
||||||
if (servicePrefix.StartsWith("Log_", StringComparison.OrdinalIgnoreCase))
|
if (servicePrefix.StartsWith("Log_", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
|
_detailedLogger.LogStep(nameof(DispatchAsync), "HandlerSelected", "Log");
|
||||||
return Task.FromResult(HandleLog(operation, envelope));
|
return Task.FromResult(HandleLog(operation, envelope));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (servicePrefix.StartsWith("Backup_", StringComparison.OrdinalIgnoreCase))
|
if (servicePrefix.StartsWith("Backup_", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
|
_detailedLogger.LogStep(nameof(DispatchAsync), "HandlerSelected", "Backup");
|
||||||
return Task.FromResult(HandleBackup(operation));
|
return Task.FromResult(HandleBackup(operation));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (servicePrefix.StartsWith("Account_", StringComparison.OrdinalIgnoreCase))
|
if (servicePrefix.StartsWith("Account_", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
|
_detailedLogger.LogStep(nameof(DispatchAsync), "HandlerSelected", "Account");
|
||||||
return Task.FromResult(HandleAccount(operation, envelope));
|
return Task.FromResult(HandleAccount(operation, envelope));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (servicePrefix.StartsWith("Notification_", StringComparison.OrdinalIgnoreCase))
|
if (servicePrefix.StartsWith("Notification_", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
|
_detailedLogger.LogStep(nameof(DispatchAsync), "HandlerSelected", "Notification");
|
||||||
return Task.FromResult(HandleNotification(operation, envelope));
|
return Task.FromResult(HandleNotification(operation, envelope));
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -98,6 +120,7 @@ public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
|
|||||||
|
|
||||||
if (servicePrefix.StartsWith("Robot_", StringComparison.OrdinalIgnoreCase))
|
if (servicePrefix.StartsWith("Robot_", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
|
_detailedLogger.LogStep(nameof(DispatchAsync), "HandlerSelected", "Robot");
|
||||||
return Task.FromResult(HandleRobot(operation, envelope));
|
return Task.FromResult(HandleRobot(operation, envelope));
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -106,6 +129,8 @@ public sealed class JiboCloudProtocolService(ICloudStateStore stateStore)
|
|||||||
return Task.FromResult(HandleUpdate(operation, envelope));
|
return Task.FromResult(HandleUpdate(operation, envelope));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_detailedLogger.LogDecision(nameof(DispatchAsync), "UnknownHandler", $"{servicePrefix}.{operation}");
|
||||||
|
_detailedLogger.LogExit(nameof(DispatchAsync), "DefaultResponse");
|
||||||
return Task.FromResult(ProtocolDispatchResult.Ok(new
|
return Task.FromResult(ProtocolDispatchResult.Ok(new
|
||||||
{
|
{
|
||||||
ok = true,
|
ok = true,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,95 +1,83 @@
|
|||||||
using System.Text.Json;
|
using System.Text.Json;
|
||||||
using Jibo.Cloud.Application.Abstractions;
|
using Jibo.Cloud.Application.Abstractions;
|
||||||
|
using Jibo.Cloud.Application.Logging;
|
||||||
using Jibo.Cloud.Domain.Models;
|
using Jibo.Cloud.Domain.Models;
|
||||||
|
using Microsoft.Extensions.Logging;
|
||||||
|
|
||||||
namespace Jibo.Cloud.Application.Services;
|
namespace Jibo.Cloud.Application.Services;
|
||||||
|
|
||||||
public sealed class JiboWebSocketService(
|
public sealed class JiboWebSocketService(
|
||||||
ICloudStateStore stateStore,
|
ICloudStateStore stateStore,
|
||||||
IWebSocketTelemetrySink telemetrySink,
|
IWebSocketTelemetrySink telemetrySink,
|
||||||
WebSocketTurnFinalizationService turnFinalizationService)
|
WebSocketTurnFinalizationService turnFinalizationService,
|
||||||
|
ILogger<JiboWebSocketService> logger)
|
||||||
{
|
{
|
||||||
|
private readonly DetailedOperationLogger _detailedLogger = new(logger);
|
||||||
public CloudSession GetOrCreateSession(WebSocketMessageEnvelope envelope)
|
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);
|
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)
|
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);
|
var session = GetOrCreateSession(envelope);
|
||||||
session.LastSeenUtc = DateTimeOffset.UtcNow;
|
session.LastSeenUtc = DateTimeOffset.UtcNow;
|
||||||
|
|
||||||
|
_detailedLogger.LogState(nameof(HandleMessageAsync), "SessionId", session.SessionId);
|
||||||
|
_detailedLogger.LogState(nameof(HandleMessageAsync), "SessionKind", session.Kind);
|
||||||
|
|
||||||
if (envelope.IsBinary)
|
if (envelope.IsBinary)
|
||||||
{
|
{
|
||||||
|
_detailedLogger.LogStep(nameof(HandleMessageAsync), "ProcessingBinaryAudio", $"bytes={envelope.Binary?.Length ?? 0}");
|
||||||
var replies = await turnFinalizationService.HandleBinaryAudioAsync(session, envelope, cancellationToken);
|
var replies = await turnFinalizationService.HandleBinaryAudioAsync(session, envelope, cancellationToken);
|
||||||
await telemetrySink.RecordTurnEventAsync(envelope, session, "binary_audio_received", new Dictionary<string, object?>
|
await telemetrySink.RecordTurnEventAsync(envelope, session, "binary_audio_received", new Dictionary<string, object?>
|
||||||
{
|
{
|
||||||
["bytes"] = envelope.Binary?.Length ?? 0,
|
["bytes"] = envelope.Binary?.Length ?? 0
|
||||||
["glsmPhase"] = WebSocketTurnFinalizationService.ResolveGlsmPhase(session)
|
|
||||||
}, cancellationToken);
|
}, cancellationToken);
|
||||||
|
_detailedLogger.LogPayload(nameof(HandleMessageAsync), "BinaryAudio", envelope.Binary?.Length ?? 0, null);
|
||||||
|
_detailedLogger.LogExit(nameof(HandleMessageAsync), $"replies={replies.Count}");
|
||||||
return replies;
|
return replies;
|
||||||
}
|
}
|
||||||
|
|
||||||
var parsedType = ReadMessageType(envelope.Text);
|
var parsedType = ReadMessageType(envelope.Text);
|
||||||
|
_detailedLogger.LogDecision(nameof(HandleMessageAsync), "MessageTypeResolved", parsedType);
|
||||||
|
|
||||||
session.LastMessageType = parsedType;
|
session.LastMessageType = parsedType;
|
||||||
var containsInlineTurnPayload = parsedType == "LISTEN" && ContainsInlineTurnPayload(envelope.Text);
|
|
||||||
var staleListenRecovered = false;
|
|
||||||
var staleListenAgeMs = 0;
|
|
||||||
if (parsedType == "LISTEN" &&
|
|
||||||
!containsInlineTurnPayload &&
|
|
||||||
WebSocketTurnFinalizationService.ShouldIgnoreLateListenSetup(session, envelope.Text))
|
|
||||||
{
|
|
||||||
var (lateTransId, lateRules) = ResolveLateListenNoInputPayload(session, envelope.Text);
|
|
||||||
var replies = ResponsePlanToSocketMessagesMapper
|
|
||||||
.MapNoInputAndRedirectToSkill(lateTransId, lateRules, "@be/idle")
|
|
||||||
.Select(map => new WebSocketReply
|
|
||||||
{
|
|
||||||
Text = map.Text,
|
|
||||||
DelayMs = map.DelayMs
|
|
||||||
})
|
|
||||||
.ToArray();
|
|
||||||
|
|
||||||
await telemetrySink.RecordTurnEventAsync(envelope, session, "late_listen_ignored", new Dictionary<string, object?>
|
|
||||||
{
|
|
||||||
["messageType"] = parsedType,
|
|
||||||
["activeTransID"] = session.TurnState.TransId,
|
|
||||||
["ignoredTransID"] = lateTransId,
|
|
||||||
["replyCount"] = replies.Length
|
|
||||||
}, cancellationToken);
|
|
||||||
return replies;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (parsedType == "LISTEN" &&
|
|
||||||
!containsInlineTurnPayload &&
|
|
||||||
WebSocketTurnFinalizationService.TryRecoverStalePendingListen(session, out staleListenAgeMs))
|
|
||||||
{
|
|
||||||
staleListenRecovered = true;
|
|
||||||
await telemetrySink.RecordTurnEventAsync(envelope, session, "glsm_stale_listen_recovered", new Dictionary<string, object?>
|
|
||||||
{
|
|
||||||
["staleAgeMs"] = staleListenAgeMs,
|
|
||||||
["transID"] = session.TurnState.TransId,
|
|
||||||
["glsmPhase"] = WebSocketTurnFinalizationService.ResolveGlsmPhase(session)
|
|
||||||
}, cancellationToken);
|
|
||||||
}
|
|
||||||
|
|
||||||
WebSocketTurnFinalizationService.ObserveIncomingMessage(session, envelope.Text);
|
WebSocketTurnFinalizationService.ObserveIncomingMessage(session, envelope.Text);
|
||||||
|
_detailedLogger.LogState(nameof(HandleMessageAsync), "LastMessageType", parsedType);
|
||||||
|
|
||||||
switch (parsedType)
|
switch (parsedType)
|
||||||
{
|
{
|
||||||
case "CONTEXT":
|
case "CONTEXT":
|
||||||
{
|
{
|
||||||
|
_detailedLogger.LogStep(nameof(HandleMessageAsync), "ProcessingContext", $"transId={session.TurnState.TransId}");
|
||||||
var replies = await turnFinalizationService.HandleContextAsync(session, envelope, cancellationToken);
|
var replies = await turnFinalizationService.HandleContextAsync(session, envelope, cancellationToken);
|
||||||
await telemetrySink.RecordTurnEventAsync(envelope, session, "context_received", new Dictionary<string, object?>
|
await telemetrySink.RecordTurnEventAsync(envelope, session, "context_received", new Dictionary<string, object?>
|
||||||
{
|
{
|
||||||
["transID"] = session.TurnState.TransId,
|
["transID"] = session.TurnState.TransId
|
||||||
["glsmPhase"] = WebSocketTurnFinalizationService.ResolveGlsmPhase(session)
|
|
||||||
}, cancellationToken);
|
}, cancellationToken);
|
||||||
|
_detailedLogger.LogExit(nameof(HandleMessageAsync), $"replies={replies.Count}");
|
||||||
return replies;
|
return replies;
|
||||||
}
|
}
|
||||||
case "LISTEN":
|
case "LISTEN":
|
||||||
{
|
{
|
||||||
var replies = containsInlineTurnPayload
|
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)
|
? await turnFinalizationService.HandleTurnAsync(session, envelope, parsedType, cancellationToken)
|
||||||
: WebSocketTurnFinalizationService.HandleListenSetup(session, envelope);
|
: WebSocketTurnFinalizationService.HandleListenSetup(session, envelope);
|
||||||
await telemetrySink.RecordTurnEventAsync(envelope, session, "turn_processed", new Dictionary<string, object?>
|
await telemetrySink.RecordTurnEventAsync(envelope, session, "turn_processed", new Dictionary<string, object?>
|
||||||
@@ -97,27 +85,28 @@ public sealed class JiboWebSocketService(
|
|||||||
["messageType"] = parsedType,
|
["messageType"] = parsedType,
|
||||||
["replyCount"] = replies.Count,
|
["replyCount"] = replies.Count,
|
||||||
["transcript"] = session.LastTranscript,
|
["transcript"] = session.LastTranscript,
|
||||||
["intent"] = session.LastIntent,
|
["intent"] = session.LastIntent
|
||||||
["glsmPhase"] = WebSocketTurnFinalizationService.ResolveGlsmPhase(session),
|
|
||||||
["staleListenRecovered"] = staleListenRecovered,
|
|
||||||
["staleListenAgeMs"] = staleListenAgeMs
|
|
||||||
}, cancellationToken);
|
}, cancellationToken);
|
||||||
|
_detailedLogger.LogExit(nameof(HandleMessageAsync), $"replies={replies.Count}");
|
||||||
return replies;
|
return replies;
|
||||||
}
|
}
|
||||||
case "CLIENT_NLU" or "CLIENT_ASR" or "TRIGGER":
|
case "CLIENT_NLU" or "CLIENT_ASR":
|
||||||
{
|
{
|
||||||
|
_detailedLogger.LogStep(nameof(HandleMessageAsync), "ProcessingTurn", $"type={parsedType}");
|
||||||
var replies = await turnFinalizationService.HandleTurnAsync(session, envelope, parsedType, cancellationToken);
|
var replies = await turnFinalizationService.HandleTurnAsync(session, envelope, parsedType, cancellationToken);
|
||||||
await telemetrySink.RecordTurnEventAsync(envelope, session, "turn_processed", new Dictionary<string, object?>
|
await telemetrySink.RecordTurnEventAsync(envelope, session, "turn_processed", new Dictionary<string, object?>
|
||||||
{
|
{
|
||||||
["messageType"] = parsedType,
|
["messageType"] = parsedType,
|
||||||
["replyCount"] = replies.Count,
|
["replyCount"] = replies.Count,
|
||||||
["transcript"] = session.LastTranscript,
|
["transcript"] = session.LastTranscript,
|
||||||
["intent"] = session.LastIntent,
|
["intent"] = session.LastIntent
|
||||||
["glsmPhase"] = WebSocketTurnFinalizationService.ResolveGlsmPhase(session)
|
|
||||||
}, cancellationToken);
|
}, cancellationToken);
|
||||||
|
_detailedLogger.LogExit(nameof(HandleMessageAsync), $"replies={replies.Count}");
|
||||||
return replies;
|
return replies;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
_detailedLogger.LogDecision(nameof(HandleMessageAsync), "UnknownMessageType", $"type={parsedType}");
|
||||||
|
_detailedLogger.LogExit(nameof(HandleMessageAsync), "empty");
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -178,53 +167,4 @@ public sealed class JiboWebSocketService(
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static (string TransId, IReadOnlyList<string> Rules) ResolveLateListenNoInputPayload(
|
|
||||||
CloudSession session,
|
|
||||||
string? text)
|
|
||||||
{
|
|
||||||
var transId = session.TurnState.TransId ?? session.LastTransId ?? string.Empty;
|
|
||||||
var rules = session.TurnState.ListenRules;
|
|
||||||
|
|
||||||
if (string.IsNullOrWhiteSpace(text))
|
|
||||||
{
|
|
||||||
return (transId, rules);
|
|
||||||
}
|
|
||||||
|
|
||||||
try
|
|
||||||
{
|
|
||||||
using var document = JsonDocument.Parse(text);
|
|
||||||
var root = document.RootElement;
|
|
||||||
|
|
||||||
if (root.TryGetProperty("transID", out var transIdValue) &&
|
|
||||||
transIdValue.ValueKind == JsonValueKind.String &&
|
|
||||||
!string.IsNullOrWhiteSpace(transIdValue.GetString()))
|
|
||||||
{
|
|
||||||
transId = transIdValue.GetString()!;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (root.TryGetProperty("data", out var data) &&
|
|
||||||
data.ValueKind == JsonValueKind.Object &&
|
|
||||||
data.TryGetProperty("rules", out var ruleValues) &&
|
|
||||||
ruleValues.ValueKind == JsonValueKind.Array)
|
|
||||||
{
|
|
||||||
var parsedRules = ruleValues.EnumerateArray()
|
|
||||||
.Where(static item => item.ValueKind == JsonValueKind.String)
|
|
||||||
.Select(static item => item.GetString() ?? string.Empty)
|
|
||||||
.Where(static rule => !string.IsNullOrWhiteSpace(rule))
|
|
||||||
.ToArray();
|
|
||||||
|
|
||||||
if (parsedRules.Length > 0)
|
|
||||||
{
|
|
||||||
rules = parsedRules;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch
|
|
||||||
{
|
|
||||||
// Best effort parsing for late-listen cleanup.
|
|
||||||
}
|
|
||||||
|
|
||||||
return (transId, rules);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,5 @@ namespace Jibo.Cloud.Application.Services;
|
|||||||
|
|
||||||
public sealed class NullTurnTelemetrySink : ITurnTelemetrySink
|
public sealed class NullTurnTelemetrySink : ITurnTelemetrySink
|
||||||
{
|
{
|
||||||
public Task RecordTurnDiagnosticAsync(string category, IReadOnlyDictionary<string, object?> details, CancellationToken cancellationToken = default) => Task.CompletedTask;
|
|
||||||
|
|
||||||
public Task RecordTranscriptError(Exception ex, string message, CancellationToken cancellationToken = default) => Task.CompletedTask;
|
public Task RecordTranscriptError(Exception ex, string message, CancellationToken cancellationToken = default) => Task.CompletedTask;
|
||||||
}
|
}
|
||||||
@@ -1,16 +1,10 @@
|
|||||||
using System.Globalization;
|
|
||||||
|
|
||||||
namespace Jibo.Cloud.Application.Services;
|
namespace Jibo.Cloud.Application.Services;
|
||||||
|
|
||||||
public static class OpenJiboCloudBuildInfo
|
public static class OpenJiboCloudBuildInfo
|
||||||
{
|
{
|
||||||
public const string Version = "1.0.19";
|
public const string Version = "1.0.18";
|
||||||
public static readonly DateOnly PersonaBirthday = new(2026, 3, 22);
|
|
||||||
|
|
||||||
public static string VersionWords => Version.Replace(".", " dot ");
|
public static string VersionWords => Version.Replace(".", " dot ");
|
||||||
public static string PersonaBirthdayWords => PersonaBirthday.ToString("MMMM d, yyyy", CultureInfo.InvariantCulture);
|
|
||||||
|
|
||||||
public static string SpokenVersion => $"Cloud version {VersionWords}.";
|
public static string SpokenVersion => $"Open Jibo Cloud version {VersionWords}.";
|
||||||
|
|
||||||
public static string EsmlVersion => $"Cloud version<break time='10ms'/> {VersionWords.Replace(" ", "<break time='10ms' />")}.";
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,660 +0,0 @@
|
|||||||
using Jibo.Cloud.Application.Abstractions;
|
|
||||||
using Jibo.Runtime.Abstractions;
|
|
||||||
using System.Text.Json;
|
|
||||||
using System.Text.RegularExpressions;
|
|
||||||
|
|
||||||
namespace Jibo.Cloud.Application.Services;
|
|
||||||
|
|
||||||
internal static class PersonalReportOrchestrator
|
|
||||||
{
|
|
||||||
internal const string StateMetadataKey = "personalReportState";
|
|
||||||
internal const string NoMatchCountMetadataKey = "personalReportNoMatchCount";
|
|
||||||
internal const string NoInputCountMetadataKey = "personalReportNoInputCount";
|
|
||||||
internal const string UserNameMetadataKey = "personalReportUserName";
|
|
||||||
internal const string UserVerifiedMetadataKey = "personalReportUserVerified";
|
|
||||||
internal const string WeatherEnabledMetadataKey = "personalReportWeatherEnabled";
|
|
||||||
internal const string CalendarEnabledMetadataKey = "personalReportCalendarEnabled";
|
|
||||||
internal const string CommuteEnabledMetadataKey = "personalReportCommuteEnabled";
|
|
||||||
internal const string NewsEnabledMetadataKey = "personalReportNewsEnabled";
|
|
||||||
internal const string LastServiceErrorMetadataKey = "personalReportLastServiceError";
|
|
||||||
|
|
||||||
internal const string IdleState = "idle";
|
|
||||||
private const string AwaitingOptInState = "awaiting_opt_in";
|
|
||||||
private const string AwaitingIdentityConfirmationState = "awaiting_identity_confirmation";
|
|
||||||
private const string AwaitingIdentityNameState = "awaiting_identity_name";
|
|
||||||
|
|
||||||
private const int MaxNoMatchCount = 2;
|
|
||||||
private const int MaxNoInputCount = 2;
|
|
||||||
|
|
||||||
private static readonly string[] CancelPhrases =
|
|
||||||
[
|
|
||||||
"cancel",
|
|
||||||
"stop",
|
|
||||||
"never mind",
|
|
||||||
"nevermind",
|
|
||||||
"forget it"
|
|
||||||
];
|
|
||||||
|
|
||||||
private static readonly string[] AffirmativePhrases =
|
|
||||||
[
|
|
||||||
"yes",
|
|
||||||
"yeah",
|
|
||||||
"yep",
|
|
||||||
"yup",
|
|
||||||
"sure",
|
|
||||||
"ok",
|
|
||||||
"okay",
|
|
||||||
"do it",
|
|
||||||
"please do",
|
|
||||||
"go ahead"
|
|
||||||
];
|
|
||||||
|
|
||||||
private static readonly string[] NegativePhrases =
|
|
||||||
[
|
|
||||||
"no",
|
|
||||||
"nah",
|
|
||||||
"nope",
|
|
||||||
"not now",
|
|
||||||
"maybe later"
|
|
||||||
];
|
|
||||||
|
|
||||||
public static async Task<JiboInteractionDecision?> TryBuildDecisionAsync(
|
|
||||||
TurnContext turn,
|
|
||||||
string semanticIntent,
|
|
||||||
string transcript,
|
|
||||||
string loweredTranscript,
|
|
||||||
JiboExperienceCatalog catalog,
|
|
||||||
IJiboRandomizer randomizer,
|
|
||||||
IPersonalMemoryStore personalMemoryStore,
|
|
||||||
Func<TurnContext, string, CancellationToken, Task<JiboInteractionDecision>> buildWeatherDecisionAsync,
|
|
||||||
Func<TurnContext, PersonalMemoryTenantScope> tenantScopeResolver,
|
|
||||||
CancellationToken cancellationToken)
|
|
||||||
{
|
|
||||||
var state = ReadState(turn);
|
|
||||||
var isActiveState = !string.Equals(state, IdleState, StringComparison.OrdinalIgnoreCase);
|
|
||||||
if (!isActiveState && !string.Equals(semanticIntent, "personal_report", StringComparison.OrdinalIgnoreCase))
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
var toggles = ApplyInlineToggleHints(
|
|
||||||
ReadServiceToggles(turn),
|
|
||||||
loweredTranscript,
|
|
||||||
out var inlineToggleSummary);
|
|
||||||
|
|
||||||
if (ContainsAnyPhrase(loweredTranscript, CancelPhrases))
|
|
||||||
{
|
|
||||||
return BuildCancelledDecision(toggles);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!isActiveState)
|
|
||||||
{
|
|
||||||
var contextUpdates = BuildContextUpdates(
|
|
||||||
AwaitingOptInState,
|
|
||||||
noMatchCount: 0,
|
|
||||||
noInputCount: 0,
|
|
||||||
toggles,
|
|
||||||
userName: ReadString(turn, UserNameMetadataKey),
|
|
||||||
userVerified: ReadBool(turn, UserVerifiedMetadataKey) ?? false,
|
|
||||||
lastServiceError: string.Empty);
|
|
||||||
|
|
||||||
var reply = string.IsNullOrWhiteSpace(inlineToggleSummary)
|
|
||||||
? "Would you like your personal report now?"
|
|
||||||
: $"{inlineToggleSummary} Would you like your personal report now?";
|
|
||||||
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
"personal_report_opt_in",
|
|
||||||
reply,
|
|
||||||
ContextUpdates: contextUpdates);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (string.IsNullOrWhiteSpace(loweredTranscript))
|
|
||||||
{
|
|
||||||
return BuildNoInputDecision(turn, state, toggles);
|
|
||||||
}
|
|
||||||
|
|
||||||
switch (state)
|
|
||||||
{
|
|
||||||
case AwaitingOptInState:
|
|
||||||
if (IsAffirmativeReply(loweredTranscript))
|
|
||||||
{
|
|
||||||
var scope = tenantScopeResolver(turn);
|
|
||||||
var knownName = ReadString(turn, UserNameMetadataKey) ?? personalMemoryStore.GetName(scope);
|
|
||||||
if (!string.IsNullOrWhiteSpace(knownName))
|
|
||||||
{
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
"personal_report_verify_user",
|
|
||||||
$"I think this is {knownName}. Is that right?",
|
|
||||||
ContextUpdates: BuildContextUpdates(
|
|
||||||
AwaitingIdentityConfirmationState,
|
|
||||||
noMatchCount: 0,
|
|
||||||
noInputCount: 0,
|
|
||||||
toggles,
|
|
||||||
userName: knownName,
|
|
||||||
userVerified: false,
|
|
||||||
lastServiceError: string.Empty));
|
|
||||||
}
|
|
||||||
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
"personal_report_request_name",
|
|
||||||
"Who is this?",
|
|
||||||
ContextUpdates: BuildContextUpdates(
|
|
||||||
AwaitingIdentityNameState,
|
|
||||||
noMatchCount: 0,
|
|
||||||
noInputCount: 0,
|
|
||||||
toggles,
|
|
||||||
userName: null,
|
|
||||||
userVerified: false,
|
|
||||||
lastServiceError: string.Empty));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (IsNegativeReply(loweredTranscript))
|
|
||||||
{
|
|
||||||
return BuildDeclinedDecision(toggles);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!string.IsNullOrWhiteSpace(inlineToggleSummary))
|
|
||||||
{
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
"personal_report_opt_in",
|
|
||||||
$"{inlineToggleSummary} Would you like your personal report now?",
|
|
||||||
ContextUpdates: BuildContextUpdates(
|
|
||||||
AwaitingOptInState,
|
|
||||||
noMatchCount: 0,
|
|
||||||
noInputCount: 0,
|
|
||||||
toggles,
|
|
||||||
userName: ReadString(turn, UserNameMetadataKey),
|
|
||||||
userVerified: false,
|
|
||||||
lastServiceError: string.Empty));
|
|
||||||
}
|
|
||||||
|
|
||||||
return BuildNoMatchDecision(
|
|
||||||
turn,
|
|
||||||
state,
|
|
||||||
"Please say yes to start your personal report, or no to skip it.",
|
|
||||||
toggles,
|
|
||||||
userName: ReadString(turn, UserNameMetadataKey),
|
|
||||||
userVerified: false);
|
|
||||||
|
|
||||||
case AwaitingIdentityConfirmationState:
|
|
||||||
{
|
|
||||||
var currentName = ReadString(turn, UserNameMetadataKey);
|
|
||||||
if (string.IsNullOrWhiteSpace(currentName))
|
|
||||||
{
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
"personal_report_request_name",
|
|
||||||
"Who is this?",
|
|
||||||
ContextUpdates: BuildContextUpdates(
|
|
||||||
AwaitingIdentityNameState,
|
|
||||||
noMatchCount: 0,
|
|
||||||
noInputCount: 0,
|
|
||||||
toggles,
|
|
||||||
userName: null,
|
|
||||||
userVerified: false,
|
|
||||||
lastServiceError: string.Empty));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (IsAffirmativeReply(loweredTranscript))
|
|
||||||
{
|
|
||||||
return await BuildDeliveredReportDecisionAsync(
|
|
||||||
turn,
|
|
||||||
catalog,
|
|
||||||
randomizer,
|
|
||||||
toggles,
|
|
||||||
currentName,
|
|
||||||
buildWeatherDecisionAsync,
|
|
||||||
cancellationToken);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (IsNegativeReply(loweredTranscript))
|
|
||||||
{
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
"personal_report_request_name",
|
|
||||||
"Okay, who is this?",
|
|
||||||
ContextUpdates: BuildContextUpdates(
|
|
||||||
AwaitingIdentityNameState,
|
|
||||||
noMatchCount: 0,
|
|
||||||
noInputCount: 0,
|
|
||||||
toggles,
|
|
||||||
userName: null,
|
|
||||||
userVerified: false,
|
|
||||||
lastServiceError: string.Empty));
|
|
||||||
}
|
|
||||||
|
|
||||||
return BuildNoMatchDecision(
|
|
||||||
turn,
|
|
||||||
state,
|
|
||||||
$"Please answer yes or no. Is this {currentName}?",
|
|
||||||
toggles,
|
|
||||||
userName: currentName,
|
|
||||||
userVerified: false);
|
|
||||||
}
|
|
||||||
|
|
||||||
case AwaitingIdentityNameState:
|
|
||||||
{
|
|
||||||
var parsedName = TryExtractName(loweredTranscript);
|
|
||||||
if (string.IsNullOrWhiteSpace(parsedName))
|
|
||||||
{
|
|
||||||
return BuildNoMatchDecision(
|
|
||||||
turn,
|
|
||||||
state,
|
|
||||||
"Tell me your name like this: my name is Alex.",
|
|
||||||
toggles,
|
|
||||||
userName: null,
|
|
||||||
userVerified: false);
|
|
||||||
}
|
|
||||||
|
|
||||||
personalMemoryStore.SetName(tenantScopeResolver(turn), parsedName);
|
|
||||||
return await BuildDeliveredReportDecisionAsync(
|
|
||||||
turn,
|
|
||||||
catalog,
|
|
||||||
randomizer,
|
|
||||||
toggles,
|
|
||||||
parsedName,
|
|
||||||
buildWeatherDecisionAsync,
|
|
||||||
cancellationToken);
|
|
||||||
}
|
|
||||||
|
|
||||||
default:
|
|
||||||
return BuildDeclinedDecision(toggles);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private static async Task<JiboInteractionDecision> BuildDeliveredReportDecisionAsync(
|
|
||||||
TurnContext turn,
|
|
||||||
JiboExperienceCatalog catalog,
|
|
||||||
IJiboRandomizer randomizer,
|
|
||||||
PersonalReportServiceToggles toggles,
|
|
||||||
string userName,
|
|
||||||
Func<TurnContext, string, CancellationToken, Task<JiboInteractionDecision>> buildWeatherDecisionAsync,
|
|
||||||
CancellationToken cancellationToken)
|
|
||||||
{
|
|
||||||
var reportSections = new List<string> { $"Great, {userName}. Here is your personal report." };
|
|
||||||
var serviceError = string.Empty;
|
|
||||||
|
|
||||||
if (toggles.WeatherEnabled)
|
|
||||||
{
|
|
||||||
var weatherDecision = await buildWeatherDecisionAsync(turn, "weather", cancellationToken);
|
|
||||||
reportSections.Add(weatherDecision.ReplyText);
|
|
||||||
if (IsWeatherErrorReply(weatherDecision.ReplyText))
|
|
||||||
{
|
|
||||||
serviceError = "weather";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (toggles.CalendarEnabled)
|
|
||||||
{
|
|
||||||
reportSections.Add(randomizer.Choose(catalog.CalendarReplies));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (toggles.CommuteEnabled)
|
|
||||||
{
|
|
||||||
reportSections.Add(randomizer.Choose(catalog.CommuteReplies));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (toggles.NewsEnabled)
|
|
||||||
{
|
|
||||||
reportSections.Add(randomizer.Choose(catalog.NewsBriefings));
|
|
||||||
}
|
|
||||||
|
|
||||||
reportSections.Add("That is your personal report.");
|
|
||||||
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
"personal_report_delivered",
|
|
||||||
string.Join(" ", reportSections),
|
|
||||||
ContextUpdates: BuildContextUpdates(
|
|
||||||
IdleState,
|
|
||||||
noMatchCount: 0,
|
|
||||||
noInputCount: 0,
|
|
||||||
toggles,
|
|
||||||
userName,
|
|
||||||
userVerified: true,
|
|
||||||
lastServiceError: serviceError));
|
|
||||||
}
|
|
||||||
|
|
||||||
private static JiboInteractionDecision BuildNoInputDecision(
|
|
||||||
TurnContext turn,
|
|
||||||
string state,
|
|
||||||
PersonalReportServiceToggles toggles)
|
|
||||||
{
|
|
||||||
var noInputCount = Math.Max(0, ReadInt(turn, NoInputCountMetadataKey)) + 1;
|
|
||||||
if (noInputCount >= MaxNoInputCount)
|
|
||||||
{
|
|
||||||
return BuildDeclinedDecision(toggles);
|
|
||||||
}
|
|
||||||
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
"personal_report_no_input",
|
|
||||||
"I am still here. Do you want your personal report?",
|
|
||||||
ContextUpdates: BuildContextUpdates(
|
|
||||||
state,
|
|
||||||
noMatchCount: ReadInt(turn, NoMatchCountMetadataKey),
|
|
||||||
noInputCount,
|
|
||||||
toggles,
|
|
||||||
userName: ReadString(turn, UserNameMetadataKey),
|
|
||||||
userVerified: ReadBool(turn, UserVerifiedMetadataKey) ?? false,
|
|
||||||
lastServiceError: string.Empty));
|
|
||||||
}
|
|
||||||
|
|
||||||
private static JiboInteractionDecision BuildNoMatchDecision(
|
|
||||||
TurnContext turn,
|
|
||||||
string state,
|
|
||||||
string repromptText,
|
|
||||||
PersonalReportServiceToggles toggles,
|
|
||||||
string? userName,
|
|
||||||
bool userVerified)
|
|
||||||
{
|
|
||||||
var noMatchCount = Math.Max(0, ReadInt(turn, NoMatchCountMetadataKey)) + 1;
|
|
||||||
if (noMatchCount >= MaxNoMatchCount)
|
|
||||||
{
|
|
||||||
return BuildDeclinedDecision(toggles);
|
|
||||||
}
|
|
||||||
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
"personal_report_no_match",
|
|
||||||
repromptText,
|
|
||||||
ContextUpdates: BuildContextUpdates(
|
|
||||||
state,
|
|
||||||
noMatchCount,
|
|
||||||
noInputCount: 0,
|
|
||||||
toggles,
|
|
||||||
userName,
|
|
||||||
userVerified,
|
|
||||||
lastServiceError: string.Empty));
|
|
||||||
}
|
|
||||||
|
|
||||||
private static JiboInteractionDecision BuildDeclinedDecision(PersonalReportServiceToggles toggles)
|
|
||||||
{
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
"personal_report_declined",
|
|
||||||
"No problem. We can do your personal report another time.",
|
|
||||||
ContextUpdates: BuildContextUpdates(
|
|
||||||
IdleState,
|
|
||||||
noMatchCount: 0,
|
|
||||||
noInputCount: 0,
|
|
||||||
toggles,
|
|
||||||
userName: null,
|
|
||||||
userVerified: false,
|
|
||||||
lastServiceError: string.Empty));
|
|
||||||
}
|
|
||||||
|
|
||||||
private static JiboInteractionDecision BuildCancelledDecision(PersonalReportServiceToggles toggles)
|
|
||||||
{
|
|
||||||
return new JiboInteractionDecision(
|
|
||||||
"personal_report_cancelled",
|
|
||||||
"Okay, canceling personal report.",
|
|
||||||
ContextUpdates: BuildContextUpdates(
|
|
||||||
IdleState,
|
|
||||||
noMatchCount: 0,
|
|
||||||
noInputCount: 0,
|
|
||||||
toggles,
|
|
||||||
userName: null,
|
|
||||||
userVerified: false,
|
|
||||||
lastServiceError: string.Empty));
|
|
||||||
}
|
|
||||||
|
|
||||||
private static IDictionary<string, object?> BuildContextUpdates(
|
|
||||||
string state,
|
|
||||||
int noMatchCount,
|
|
||||||
int noInputCount,
|
|
||||||
PersonalReportServiceToggles toggles,
|
|
||||||
string? userName,
|
|
||||||
bool userVerified,
|
|
||||||
string lastServiceError)
|
|
||||||
{
|
|
||||||
return new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
[StateMetadataKey] = state,
|
|
||||||
[NoMatchCountMetadataKey] = noMatchCount,
|
|
||||||
[NoInputCountMetadataKey] = noInputCount,
|
|
||||||
[UserNameMetadataKey] = userName,
|
|
||||||
[UserVerifiedMetadataKey] = userVerified,
|
|
||||||
[WeatherEnabledMetadataKey] = toggles.WeatherEnabled,
|
|
||||||
[CalendarEnabledMetadataKey] = toggles.CalendarEnabled,
|
|
||||||
[CommuteEnabledMetadataKey] = toggles.CommuteEnabled,
|
|
||||||
[NewsEnabledMetadataKey] = toggles.NewsEnabled,
|
|
||||||
[LastServiceErrorMetadataKey] = lastServiceError
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool IsAffirmativeReply(string loweredTranscript)
|
|
||||||
{
|
|
||||||
return ContainsAnyPhrase(loweredTranscript, AffirmativePhrases);
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool IsNegativeReply(string loweredTranscript)
|
|
||||||
{
|
|
||||||
return ContainsAnyPhrase(loweredTranscript, NegativePhrases);
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool ContainsAnyPhrase(string loweredTranscript, IEnumerable<string> phrases)
|
|
||||||
{
|
|
||||||
foreach (var phrase in phrases)
|
|
||||||
{
|
|
||||||
if (string.Equals(loweredTranscript, phrase, StringComparison.Ordinal) ||
|
|
||||||
loweredTranscript.StartsWith($"{phrase} ", StringComparison.Ordinal) ||
|
|
||||||
loweredTranscript.Contains($" {phrase}", StringComparison.Ordinal))
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool IsWeatherErrorReply(string replyText)
|
|
||||||
{
|
|
||||||
if (string.IsNullOrWhiteSpace(replyText))
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return replyText.Contains("couldn't fetch the weather", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
replyText.Contains("weather service is connected", StringComparison.OrdinalIgnoreCase);
|
|
||||||
}
|
|
||||||
|
|
||||||
private static PersonalReportServiceToggles ReadServiceToggles(TurnContext turn)
|
|
||||||
{
|
|
||||||
return new PersonalReportServiceToggles(
|
|
||||||
ReadBool(turn, WeatherEnabledMetadataKey) ?? true,
|
|
||||||
ReadBool(turn, CalendarEnabledMetadataKey) ?? true,
|
|
||||||
ReadBool(turn, CommuteEnabledMetadataKey) ?? true,
|
|
||||||
ReadBool(turn, NewsEnabledMetadataKey) ?? true);
|
|
||||||
}
|
|
||||||
|
|
||||||
private static PersonalReportServiceToggles ApplyInlineToggleHints(
|
|
||||||
PersonalReportServiceToggles toggles,
|
|
||||||
string loweredTranscript,
|
|
||||||
out string summary)
|
|
||||||
{
|
|
||||||
summary = string.Empty;
|
|
||||||
var updated = toggles;
|
|
||||||
|
|
||||||
updated = ApplyToggleHint(updated, loweredTranscript, "weather", static value => value with { WeatherEnabled = false }, static value => value with { WeatherEnabled = true });
|
|
||||||
updated = ApplyToggleHint(updated, loweredTranscript, "calendar", static value => value with { CalendarEnabled = false }, static value => value with { CalendarEnabled = true });
|
|
||||||
updated = ApplyToggleHint(updated, loweredTranscript, "commute", static value => value with { CommuteEnabled = false }, static value => value with { CommuteEnabled = true });
|
|
||||||
updated = ApplyToggleHint(updated, loweredTranscript, "news", static value => value with { NewsEnabled = false }, static value => value with { NewsEnabled = true });
|
|
||||||
|
|
||||||
var changes = new List<string>();
|
|
||||||
if (updated.WeatherEnabled != toggles.WeatherEnabled)
|
|
||||||
{
|
|
||||||
changes.Add(updated.WeatherEnabled ? "including weather" : "skipping weather");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (updated.CalendarEnabled != toggles.CalendarEnabled)
|
|
||||||
{
|
|
||||||
changes.Add(updated.CalendarEnabled ? "including calendar" : "skipping calendar");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (updated.CommuteEnabled != toggles.CommuteEnabled)
|
|
||||||
{
|
|
||||||
changes.Add(updated.CommuteEnabled ? "including commute" : "skipping commute");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (updated.NewsEnabled != toggles.NewsEnabled)
|
|
||||||
{
|
|
||||||
changes.Add(updated.NewsEnabled ? "including news" : "skipping news");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (changes.Count > 0)
|
|
||||||
{
|
|
||||||
summary = $"Got it, {string.Join(", ", changes)}.";
|
|
||||||
}
|
|
||||||
|
|
||||||
return updated;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static PersonalReportServiceToggles ApplyToggleHint(
|
|
||||||
PersonalReportServiceToggles toggles,
|
|
||||||
string loweredTranscript,
|
|
||||||
string serviceLabel,
|
|
||||||
Func<PersonalReportServiceToggles, PersonalReportServiceToggles> disable,
|
|
||||||
Func<PersonalReportServiceToggles, PersonalReportServiceToggles> enable)
|
|
||||||
{
|
|
||||||
if (loweredTranscript.Contains($"without {serviceLabel}", StringComparison.Ordinal) ||
|
|
||||||
loweredTranscript.Contains($"skip {serviceLabel}", StringComparison.Ordinal) ||
|
|
||||||
loweredTranscript.Contains($"no {serviceLabel}", StringComparison.Ordinal))
|
|
||||||
{
|
|
||||||
return disable(toggles);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (loweredTranscript.Contains($"with {serviceLabel}", StringComparison.Ordinal) ||
|
|
||||||
loweredTranscript.Contains($"include {serviceLabel}", StringComparison.Ordinal))
|
|
||||||
{
|
|
||||||
return enable(toggles);
|
|
||||||
}
|
|
||||||
|
|
||||||
return toggles;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string ReadState(TurnContext turn)
|
|
||||||
{
|
|
||||||
return ReadString(turn, StateMetadataKey) ?? IdleState;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string? ReadString(TurnContext turn, string key)
|
|
||||||
{
|
|
||||||
if (!turn.Attributes.TryGetValue(key, out var value) || value is null)
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
return value switch
|
|
||||||
{
|
|
||||||
string text => string.IsNullOrWhiteSpace(text) ? null : text.Trim(),
|
|
||||||
_ => value.ToString()
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool? ReadBool(TurnContext turn, string key)
|
|
||||||
{
|
|
||||||
if (!turn.Attributes.TryGetValue(key, out var value) || value is null)
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
return value switch
|
|
||||||
{
|
|
||||||
bool flag => flag,
|
|
||||||
string text when bool.TryParse(text, out var parsed) => parsed,
|
|
||||||
JsonElement { ValueKind: JsonValueKind.True } => true,
|
|
||||||
JsonElement { ValueKind: JsonValueKind.False } => false,
|
|
||||||
JsonElement json when json.ValueKind == JsonValueKind.String && bool.TryParse(json.GetString(), out var parsed) => parsed,
|
|
||||||
_ => null
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private static int ReadInt(TurnContext turn, string key)
|
|
||||||
{
|
|
||||||
if (!turn.Attributes.TryGetValue(key, out var value) || value is null)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
return value switch
|
|
||||||
{
|
|
||||||
int integer => integer,
|
|
||||||
long whole when whole <= int.MaxValue && whole >= int.MinValue => (int)whole,
|
|
||||||
string text when int.TryParse(text, out var parsed) => parsed,
|
|
||||||
JsonElement { ValueKind: JsonValueKind.Number } number when number.TryGetInt32(out var parsed) => parsed,
|
|
||||||
JsonElement json when json.ValueKind == JsonValueKind.String && int.TryParse(json.GetString(), out var parsed) => parsed,
|
|
||||||
_ => 0
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string? TryExtractName(string loweredTranscript)
|
|
||||||
{
|
|
||||||
var normalized = NameNoiseRegex.Replace(loweredTranscript, " ")
|
|
||||||
.Replace(" ", " ", StringComparison.Ordinal)
|
|
||||||
.Trim();
|
|
||||||
if (string.IsNullOrWhiteSpace(normalized))
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
var prefixes = new[]
|
|
||||||
{
|
|
||||||
"my name is ",
|
|
||||||
"it is ",
|
|
||||||
"it s ",
|
|
||||||
"it's ",
|
|
||||||
"i am ",
|
|
||||||
"im "
|
|
||||||
};
|
|
||||||
|
|
||||||
foreach (var prefix in prefixes)
|
|
||||||
{
|
|
||||||
if (!normalized.StartsWith(prefix, StringComparison.Ordinal))
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
var candidate = normalized[prefix.Length..].Trim();
|
|
||||||
return NormalizeNameCandidate(candidate);
|
|
||||||
}
|
|
||||||
|
|
||||||
return NormalizeNameCandidate(normalized);
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string? NormalizeNameCandidate(string candidate)
|
|
||||||
{
|
|
||||||
if (string.IsNullOrWhiteSpace(candidate))
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
var cleaned = NameNoiseRegex.Replace(candidate, " ")
|
|
||||||
.Replace(" ", " ", StringComparison.Ordinal)
|
|
||||||
.Trim();
|
|
||||||
if (string.IsNullOrWhiteSpace(cleaned))
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (cleaned.Length < 2 || cleaned.Length > 32)
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
var words = cleaned.Split(' ', StringSplitOptions.RemoveEmptyEntries);
|
|
||||||
if (words.Length > 4)
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (words.Any(static word => word.Any(char.IsDigit)))
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
return cleaned;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static readonly Regex NameNoiseRegex = new("[^a-zA-Z\\-\\s']", RegexOptions.Compiled);
|
|
||||||
|
|
||||||
private readonly record struct PersonalReportServiceToggles(
|
|
||||||
bool WeatherEnabled,
|
|
||||||
bool CalendarEnabled,
|
|
||||||
bool CommuteEnabled,
|
|
||||||
bool NewsEnabled);
|
|
||||||
}
|
|
||||||
@@ -21,23 +21,6 @@ public sealed class ProtocolToTurnContextMapper
|
|||||||
attributes["transID"] = turnState.TransId;
|
attributes["transID"] = turnState.TransId;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!string.IsNullOrWhiteSpace(session.AccountId))
|
|
||||||
{
|
|
||||||
attributes["accountId"] = session.AccountId;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!string.IsNullOrWhiteSpace(session.DeviceId))
|
|
||||||
{
|
|
||||||
attributes["deviceId"] = session.DeviceId;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (session.Metadata.TryGetValue("loopId", out var loopId) &&
|
|
||||||
loopId is string loopIdText &&
|
|
||||||
!string.IsNullOrWhiteSpace(loopIdText))
|
|
||||||
{
|
|
||||||
attributes["loopId"] = loopIdText;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!string.IsNullOrWhiteSpace(turnState.ContextPayload))
|
if (!string.IsNullOrWhiteSpace(turnState.ContextPayload))
|
||||||
{
|
{
|
||||||
attributes["context"] = turnState.ContextPayload;
|
attributes["context"] = turnState.ContextPayload;
|
||||||
@@ -50,26 +33,6 @@ public sealed class ProtocolToTurnContextMapper
|
|||||||
attributes["lastClockDomain"] = lastClockDomainText;
|
attributes["lastClockDomain"] = lastClockDomainText;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (session.Metadata.TryGetValue("pendingProactivityOffer", out var pendingProactivityOffer) &&
|
|
||||||
pendingProactivityOffer is string pendingProactivityOfferText &&
|
|
||||||
!string.IsNullOrWhiteSpace(pendingProactivityOfferText))
|
|
||||||
{
|
|
||||||
attributes["pendingProactivityOffer"] = pendingProactivityOfferText;
|
|
||||||
}
|
|
||||||
|
|
||||||
foreach (var pair in session.Metadata)
|
|
||||||
{
|
|
||||||
if ((!pair.Key.StartsWith("personalReport", StringComparison.OrdinalIgnoreCase) &&
|
|
||||||
!pair.Key.StartsWith("chitchat", StringComparison.OrdinalIgnoreCase) &&
|
|
||||||
!pair.Key.StartsWith("greetings", StringComparison.OrdinalIgnoreCase)) ||
|
|
||||||
pair.Value is null)
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
attributes[pair.Key] = pair.Value;
|
|
||||||
}
|
|
||||||
|
|
||||||
attributes["listenHotphrase"] = turnState.ListenHotphrase;
|
attributes["listenHotphrase"] = turnState.ListenHotphrase;
|
||||||
|
|
||||||
if (turnState.ListenRules.Count > 0)
|
if (turnState.ListenRules.Count > 0)
|
||||||
@@ -155,22 +118,6 @@ public sealed class ProtocolToTurnContextMapper
|
|||||||
attributes["clientIntent"] = intent.GetString();
|
attributes["clientIntent"] = intent.GetString();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (data.TryGetProperty("triggerSource", out var triggerSource) &&
|
|
||||||
triggerSource.ValueKind == JsonValueKind.String &&
|
|
||||||
!string.IsNullOrWhiteSpace(triggerSource.GetString()))
|
|
||||||
{
|
|
||||||
attributes["triggerSource"] = triggerSource.GetString();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (data.TryGetProperty("triggerData", out var triggerData) &&
|
|
||||||
triggerData.ValueKind == JsonValueKind.Object &&
|
|
||||||
triggerData.TryGetProperty("looperID", out var triggerLooperId) &&
|
|
||||||
triggerLooperId.ValueKind == JsonValueKind.String &&
|
|
||||||
!string.IsNullOrWhiteSpace(triggerLooperId.GetString()))
|
|
||||||
{
|
|
||||||
attributes["triggerLooperId"] = triggerLooperId.GetString();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (data.TryGetProperty("rules", out var rules) && rules.ValueKind == JsonValueKind.Array)
|
if (data.TryGetProperty("rules", out var rules) && rules.ValueKind == JsonValueKind.Array)
|
||||||
{
|
{
|
||||||
attributes["clientRules"] = rules.EnumerateArray()
|
attributes["clientRules"] = rules.EnumerateArray()
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
using System.Text.Json;
|
using System.Text.Json;
|
||||||
using System.Text.RegularExpressions;
|
|
||||||
using Jibo.Cloud.Domain.Models;
|
using Jibo.Cloud.Domain.Models;
|
||||||
using Jibo.Runtime.Abstractions;
|
using Jibo.Runtime.Abstractions;
|
||||||
|
|
||||||
@@ -32,14 +31,12 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
var isVolumeControl = string.Equals(plan.IntentName, "volume_up", 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_down", StringComparison.OrdinalIgnoreCase) ||
|
||||||
string.Equals(plan.IntentName, "volume_to_value", StringComparison.OrdinalIgnoreCase);
|
string.Equals(plan.IntentName, "volume_to_value", StringComparison.OrdinalIgnoreCase);
|
||||||
var isProactivePizzaFactOffer = string.Equals(plan.IntentName, "proactive_offer_pizza_fact", StringComparison.OrdinalIgnoreCase);
|
|
||||||
var isSettingsLaunch = string.Equals(skill?.SkillName, "@be/settings", StringComparison.OrdinalIgnoreCase);
|
var isSettingsLaunch = string.Equals(skill?.SkillName, "@be/settings", StringComparison.OrdinalIgnoreCase);
|
||||||
var isGlobalCommand = isStopCommand || isVolumeControl;
|
var isGlobalCommand = isStopCommand || isVolumeControl;
|
||||||
var isPhotoGalleryLaunch = string.Equals(plan.IntentName, "photo_gallery", StringComparison.OrdinalIgnoreCase);
|
var isPhotoGalleryLaunch = string.Equals(plan.IntentName, "photo_gallery", StringComparison.OrdinalIgnoreCase);
|
||||||
var isPhotoCreateLaunch = string.Equals(plan.IntentName, "snapshot", StringComparison.OrdinalIgnoreCase) ||
|
var isPhotoCreateLaunch = string.Equals(plan.IntentName, "snapshot", StringComparison.OrdinalIgnoreCase) ||
|
||||||
string.Equals(plan.IntentName, "photobooth", StringComparison.OrdinalIgnoreCase);
|
string.Equals(plan.IntentName, "photobooth", StringComparison.OrdinalIgnoreCase);
|
||||||
var isClockSkillLaunch = string.Equals(skill?.SkillName, "@be/clock", StringComparison.OrdinalIgnoreCase);
|
var isClockSkillLaunch = string.Equals(skill?.SkillName, "@be/clock", StringComparison.OrdinalIgnoreCase);
|
||||||
var isReportSkillLaunch = string.Equals(skill?.SkillName, "report-skill", StringComparison.OrdinalIgnoreCase);
|
|
||||||
var localIntent = ReadSkillPayloadString(skill, "localIntent");
|
var localIntent = ReadSkillPayloadString(skill, "localIntent");
|
||||||
var clockIntent = ReadSkillPayloadString(skill, "clockIntent");
|
var clockIntent = ReadSkillPayloadString(skill, "clockIntent");
|
||||||
var clockDomain = ReadSkillPayloadString(skill, "domain");
|
var clockDomain = ReadSkillPayloadString(skill, "domain");
|
||||||
@@ -53,8 +50,6 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
var globalIntent = ReadSkillPayloadString(skill, "globalIntent");
|
var globalIntent = ReadSkillPayloadString(skill, "globalIntent");
|
||||||
var nluDomain = ReadSkillPayloadString(skill, "nluDomain");
|
var nluDomain = ReadSkillPayloadString(skill, "nluDomain");
|
||||||
var volumeLevel = ReadSkillPayloadString(skill, "volumeLevel");
|
var volumeLevel = ReadSkillPayloadString(skill, "volumeLevel");
|
||||||
var reportDate = ReadSkillPayloadString(skill, "date");
|
|
||||||
var reportWeatherCondition = ReadSkillPayloadString(skill, "weatherCondition");
|
|
||||||
var nluGuess = ReadClientEntity(turn, "guess");
|
var nluGuess = ReadClientEntity(turn, "guess");
|
||||||
var wordOfDayGuess = ResolveWordOfDayGuess(turn, transcript, nluGuess);
|
var wordOfDayGuess = ResolveWordOfDayGuess(turn, transcript, nluGuess);
|
||||||
var outboundIntent = isGlobalCommand && !string.IsNullOrWhiteSpace(globalIntent)
|
var outboundIntent = isGlobalCommand && !string.IsNullOrWhiteSpace(globalIntent)
|
||||||
@@ -69,8 +64,6 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
? localIntent
|
? localIntent
|
||||||
: isClockSkillLaunch && !string.IsNullOrWhiteSpace(clockIntent)
|
: isClockSkillLaunch && !string.IsNullOrWhiteSpace(clockIntent)
|
||||||
? clockIntent
|
? clockIntent
|
||||||
: isReportSkillLaunch && !string.IsNullOrWhiteSpace(localIntent)
|
|
||||||
? localIntent
|
|
||||||
: isWordOfDayGuess
|
: isWordOfDayGuess
|
||||||
? "guess"
|
? "guess"
|
||||||
: string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase) &&
|
: string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase) &&
|
||||||
@@ -101,9 +94,7 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
!string.IsNullOrWhiteSpace(clientIntent)
|
!string.IsNullOrWhiteSpace(clientIntent)
|
||||||
? clientIntent
|
? clientIntent
|
||||||
: transcript;
|
: transcript;
|
||||||
var outboundRules = isProactivePizzaFactOffer
|
var outboundRules = isWordOfDayLaunch
|
||||||
? ["shared/yes_no"]
|
|
||||||
: isWordOfDayLaunch
|
|
||||||
? ["word-of-the-day/menu"]
|
? ["word-of-the-day/menu"]
|
||||||
: isGlobalCommand
|
: isGlobalCommand
|
||||||
? BuildGlobalCommandRules(rules)
|
? BuildGlobalCommandRules(rules)
|
||||||
@@ -121,8 +112,6 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
? string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase)
|
? string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase)
|
||||||
? rules
|
? rules
|
||||||
: []
|
: []
|
||||||
: isReportSkillLaunch
|
|
||||||
? []
|
|
||||||
: isWordOfDayGuess
|
: isWordOfDayGuess
|
||||||
? ["word-of-the-day/puzzle"]
|
? ["word-of-the-day/puzzle"]
|
||||||
: isYesNoTurn && isYesNoIntent
|
: isYesNoTurn && isYesNoIntent
|
||||||
@@ -147,10 +136,7 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
timerMinutes,
|
timerMinutes,
|
||||||
timerSeconds,
|
timerSeconds,
|
||||||
alarmTime,
|
alarmTime,
|
||||||
alarmAmPm,
|
alarmAmPm);
|
||||||
isReportSkillLaunch,
|
|
||||||
reportDate,
|
|
||||||
reportWeatherCondition);
|
|
||||||
var listenMessage = new
|
var listenMessage = new
|
||||||
{
|
{
|
||||||
type = "LISTEN",
|
type = "LISTEN",
|
||||||
@@ -173,7 +159,6 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
isPhotoGalleryLaunch ? "@be/gallery" :
|
isPhotoGalleryLaunch ? "@be/gallery" :
|
||||||
isPhotoCreateLaunch ? "@be/create" :
|
isPhotoCreateLaunch ? "@be/create" :
|
||||||
isClockSkillLaunch ? "@be/clock" :
|
isClockSkillLaunch ? "@be/clock" :
|
||||||
isReportSkillLaunch ? "report-skill" :
|
|
||||||
null,
|
null,
|
||||||
isGlobalCommand ? nluDomain ?? "global_commands" : null),
|
isGlobalCommand ? nluDomain ?? "global_commands" : null),
|
||||||
match = new
|
match = new
|
||||||
@@ -181,8 +166,7 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
intent = outboundIntent,
|
intent = outboundIntent,
|
||||||
rule = outboundRules.FirstOrDefault() ?? string.Empty,
|
rule = outboundRules.FirstOrDefault() ?? string.Empty,
|
||||||
score = 0.95,
|
score = 0.95,
|
||||||
cloudSkill,
|
cloudSkill
|
||||||
skipSurprises = true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -266,8 +250,7 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (isClockSkillLaunch &&
|
if (isClockSkillLaunch &&
|
||||||
!string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase) &&
|
!string.Equals(messageType, "CLIENT_NLU", StringComparison.OrdinalIgnoreCase))
|
||||||
!IsLocalClockFollowUpTurn(rules))
|
|
||||||
{
|
{
|
||||||
messages.Add(new SocketReplyPlan(
|
messages.Add(new SocketReplyPlan(
|
||||||
JsonSerializer.Serialize(BuildSkillRedirectPayload(
|
JsonSerializer.Serialize(BuildSkillRedirectPayload(
|
||||||
@@ -339,8 +322,7 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
{
|
{
|
||||||
intent = "heyJibo",
|
intent = "heyJibo",
|
||||||
rule = rules.FirstOrDefault() ?? string.Empty,
|
rule = rules.FirstOrDefault() ?? string.Empty,
|
||||||
score = 0.95,
|
score = 0.95
|
||||||
skipSurprises = true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})),
|
})),
|
||||||
@@ -459,10 +441,7 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
string? timerMinutes,
|
string? timerMinutes,
|
||||||
string? timerSeconds,
|
string? timerSeconds,
|
||||||
string? alarmTime,
|
string? alarmTime,
|
||||||
string? alarmAmPm,
|
string? alarmAmPm)
|
||||||
bool reportSkillLaunch,
|
|
||||||
string? reportDate,
|
|
||||||
string? reportWeatherCondition)
|
|
||||||
{
|
{
|
||||||
if (yesNoTurn)
|
if (yesNoTurn)
|
||||||
{
|
{
|
||||||
@@ -532,22 +511,6 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
return entities;
|
return entities;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (reportSkillLaunch)
|
|
||||||
{
|
|
||||||
var entities = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase);
|
|
||||||
if (!string.IsNullOrWhiteSpace(reportDate))
|
|
||||||
{
|
|
||||||
entities["date"] = reportDate;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!string.IsNullOrWhiteSpace(reportWeatherCondition))
|
|
||||||
{
|
|
||||||
entities["Weather"] = reportWeatherCondition;
|
|
||||||
}
|
|
||||||
|
|
||||||
return entities;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (wordOfDayGuess)
|
if (wordOfDayGuess)
|
||||||
{
|
{
|
||||||
return new Dictionary<string, object?>
|
return new Dictionary<string, object?>
|
||||||
@@ -777,115 +740,6 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
: $"<speak><es cat='neutral' 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 mimId = ReadPayloadString(skillPayload, "mim_id") ?? (isJoke ? "runtime-joke" : "runtime-chat");
|
||||||
var mimType = ReadPayloadString(skillPayload, "mim_type") ?? "announcement";
|
var mimType = ReadPayloadString(skillPayload, "mim_type") ?? "announcement";
|
||||||
var promptId = ReadPayloadString(skillPayload, "prompt_id") ?? "RUNTIME_PROMPT";
|
|
||||||
var promptSubCategory = ReadPayloadString(skillPayload, "prompt_sub_category") ?? "AN";
|
|
||||||
var listenContexts = ReadPayloadStringArray(skillPayload, "listen_contexts");
|
|
||||||
var playConfig = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["esml"] = esml,
|
|
||||||
["meta"] = new
|
|
||||||
{
|
|
||||||
prompt_id = promptId,
|
|
||||||
prompt_sub_category = promptSubCategory,
|
|
||||||
mim_id = mimId,
|
|
||||||
mim_type = mimType
|
|
||||||
}
|
|
||||||
};
|
|
||||||
var jcpConfig = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["play"] = playConfig
|
|
||||||
};
|
|
||||||
|
|
||||||
if (listenContexts.Count > 0)
|
|
||||||
{
|
|
||||||
jcpConfig["listen"] = new
|
|
||||||
{
|
|
||||||
id = CreateProtocolId(),
|
|
||||||
type = "LISTEN",
|
|
||||||
contexts = listenContexts
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
object? weatherHiLoView = BuildWeatherHiLoView(skillPayload);
|
|
||||||
var weeklyWeatherCards = BuildWeatherHiLoSequenceCards(skillPayload);
|
|
||||||
if (weatherHiLoView is null && weeklyWeatherCards.Count > 0)
|
|
||||||
{
|
|
||||||
weatherHiLoView = weeklyWeatherCards[0].View;
|
|
||||||
}
|
|
||||||
|
|
||||||
var useWeatherSequence = false;
|
|
||||||
if (weatherHiLoView is not null)
|
|
||||||
{
|
|
||||||
var resolvedGuiContext = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["type"] = "Javascript",
|
|
||||||
["data"] = weatherHiLoView,
|
|
||||||
["pause"] = true
|
|
||||||
};
|
|
||||||
|
|
||||||
var legacyGuiConfig = new
|
|
||||||
{
|
|
||||||
type = "Javascript",
|
|
||||||
data = "views.weatherHiLo",
|
|
||||||
pause = true
|
|
||||||
};
|
|
||||||
|
|
||||||
jcpConfig["gui"] = legacyGuiConfig;
|
|
||||||
jcpConfig["display"] = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["view"] = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
// Legacy fields used by existing tests and tooling.
|
|
||||||
["type"] = "Javascript",
|
|
||||||
["data"] = weatherHiLoView,
|
|
||||||
["pause"] = true,
|
|
||||||
// Pegasus-style view context used by on-robot weather cards.
|
|
||||||
["context"] = resolvedGuiContext
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
jcpConfig["timeout"] = 6;
|
|
||||||
jcpConfig["barge_in"] = true;
|
|
||||||
jcpConfig["no_matches_for_gui"] = 0;
|
|
||||||
jcpConfig["no_inputs_for_gui"] = 0;
|
|
||||||
|
|
||||||
var weatherViews = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["weatherHiLo"] = weatherHiLoView
|
|
||||||
};
|
|
||||||
jcpConfig["views"] = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["weatherHiLo"] = weatherHiLoView
|
|
||||||
};
|
|
||||||
jcpConfig["local"] = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["views"] = weatherViews
|
|
||||||
};
|
|
||||||
|
|
||||||
if (weeklyWeatherCards.Count > 1)
|
|
||||||
{
|
|
||||||
useWeatherSequence = true;
|
|
||||||
jcpConfig["children"] = BuildWeatherHiLoSequenceChildren(
|
|
||||||
weeklyWeatherCards,
|
|
||||||
promptSubCategory,
|
|
||||||
mimId,
|
|
||||||
mimType);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
var jcp = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["type"] = "SLIM",
|
|
||||||
["config"] = jcpConfig
|
|
||||||
};
|
|
||||||
if (useWeatherSequence &&
|
|
||||||
jcpConfig.TryGetValue("children", out var sequenceChildren) &&
|
|
||||||
sequenceChildren is not null)
|
|
||||||
{
|
|
||||||
jcp["type"] = "SEQUENCE";
|
|
||||||
jcp.Remove("config");
|
|
||||||
jcp["children"] = sequenceChildren;
|
|
||||||
}
|
|
||||||
|
|
||||||
return new
|
return new
|
||||||
{
|
{
|
||||||
@@ -903,7 +757,24 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
{
|
{
|
||||||
config = new
|
config = new
|
||||||
{
|
{
|
||||||
jcp
|
jcp = new
|
||||||
|
{
|
||||||
|
type = "SLIM",
|
||||||
|
config = new
|
||||||
|
{
|
||||||
|
play = new
|
||||||
|
{
|
||||||
|
esml,
|
||||||
|
meta = new
|
||||||
|
{
|
||||||
|
prompt_id = "RUNTIME_PROMPT",
|
||||||
|
prompt_sub_category = "AN",
|
||||||
|
mim_id = mimId,
|
||||||
|
mim_type = mimType
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
analytics = new Dictionary<string, object?>(),
|
analytics = new Dictionary<string, object?>(),
|
||||||
@@ -948,17 +819,6 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
: [];
|
: [];
|
||||||
}
|
}
|
||||||
|
|
||||||
private static bool IsLocalClockFollowUpTurn(IReadOnlyList<string> rules)
|
|
||||||
{
|
|
||||||
return rules.Any(static rule =>
|
|
||||||
string.Equals(rule, "clock/alarm_set_value", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
string.Equals(rule, "clock/timer_set_value", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
string.Equals(rule, "clock/alarm_timer_change", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
string.Equals(rule, "clock/alarm_timer_okay", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
string.Equals(rule, "clock/alarm_timer_none_set", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
string.Equals(rule, "clock/alarm_timer_query_menu", StringComparison.OrdinalIgnoreCase));
|
|
||||||
}
|
|
||||||
|
|
||||||
private static object BuildGenericFallbackSkillPayload(string transId)
|
private static object BuildGenericFallbackSkillPayload(string transId)
|
||||||
{
|
{
|
||||||
return new
|
return new
|
||||||
@@ -1068,8 +928,7 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
{
|
{
|
||||||
skillID = skillId,
|
skillID = skillId,
|
||||||
onRobot = true,
|
onRobot = true,
|
||||||
launch = true,
|
launch = true
|
||||||
skipSurprises = true
|
|
||||||
},
|
},
|
||||||
asr = new
|
asr = new
|
||||||
{
|
{
|
||||||
@@ -1106,459 +965,10 @@ public sealed class ResponsePlanToSocketMessagesMapper
|
|||||||
return value?.ToString();
|
return value?.ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static IReadOnlyList<string> ReadPayloadStringArray(IDictionary<string, object?>? payload, string key)
|
|
||||||
{
|
|
||||||
if (payload is null || !payload.TryGetValue(key, out var value) || value is null)
|
|
||||||
{
|
|
||||||
return [];
|
|
||||||
}
|
|
||||||
|
|
||||||
return value switch
|
|
||||||
{
|
|
||||||
string text => [.. text
|
|
||||||
.Split(',', StringSplitOptions.RemoveEmptyEntries | StringSplitOptions.TrimEntries)
|
|
||||||
.Where(static context => !string.IsNullOrWhiteSpace(context))],
|
|
||||||
string[] contexts => [.. contexts.Where(static context => !string.IsNullOrWhiteSpace(context))],
|
|
||||||
IEnumerable<string> contexts => [.. contexts.Where(static context => !string.IsNullOrWhiteSpace(context))],
|
|
||||||
JsonElement jsonElement when jsonElement.ValueKind == JsonValueKind.Array => [.. jsonElement
|
|
||||||
.EnumerateArray()
|
|
||||||
.Select(static item => item.GetString())
|
|
||||||
.Where(static context => !string.IsNullOrWhiteSpace(context))
|
|
||||||
.Select(static context => context!)],
|
|
||||||
IEnumerable<object?> contexts => [.. contexts
|
|
||||||
.Select(static context => context?.ToString())
|
|
||||||
.Where(static context => !string.IsNullOrWhiteSpace(context))
|
|
||||||
.Select(static context => context!)],
|
|
||||||
_ => string.IsNullOrWhiteSpace(value.ToString()) ? [] : [value.ToString()!]
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private static IReadOnlyList<WeatherHiLoSequenceCard> BuildWeatherHiLoSequenceCards(IDictionary<string, object?>? payload)
|
|
||||||
{
|
|
||||||
if (payload is null ||
|
|
||||||
!payload.TryGetValue("weather_weekly_cards", out var rawCards) ||
|
|
||||||
rawCards is null)
|
|
||||||
{
|
|
||||||
return [];
|
|
||||||
}
|
|
||||||
|
|
||||||
var cards = ReadPayloadObjectArray(rawCards);
|
|
||||||
if (cards.Count == 0)
|
|
||||||
{
|
|
||||||
return [];
|
|
||||||
}
|
|
||||||
|
|
||||||
var sequenceCards = new List<WeatherHiLoSequenceCard>(cards.Count);
|
|
||||||
foreach (var card in cards)
|
|
||||||
{
|
|
||||||
var weatherCardPayload = new Dictionary<string, object?>(card, StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["weather_view_enabled"] = true,
|
|
||||||
["weather_view_kind"] = "weatherHiLo"
|
|
||||||
};
|
|
||||||
var view = BuildWeatherHiLoView(weatherCardPayload);
|
|
||||||
if (view is null)
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
sequenceCards.Add(new WeatherHiLoSequenceCard(
|
|
||||||
view,
|
|
||||||
ReadPayloadString(weatherCardPayload, "weather_day"),
|
|
||||||
ReadPayloadString(weatherCardPayload, "weather_icon"),
|
|
||||||
ReadPayloadString(weatherCardPayload, "weather_spoken_line")));
|
|
||||||
}
|
|
||||||
|
|
||||||
return sequenceCards;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static IReadOnlyList<object> BuildWeatherHiLoSequenceChildren(
|
|
||||||
IReadOnlyList<WeatherHiLoSequenceCard> cards,
|
|
||||||
string promptSubCategory,
|
|
||||||
string mimId,
|
|
||||||
string mimType)
|
|
||||||
{
|
|
||||||
var children = new List<object>(cards.Count);
|
|
||||||
for (var index = 0; index < cards.Count; index += 1)
|
|
||||||
{
|
|
||||||
var card = cards[index];
|
|
||||||
var promptLabel = string.IsNullOrWhiteSpace(card.DayName)
|
|
||||||
? $"Day{index + 1}"
|
|
||||||
: Regex.Replace(card.DayName, "[^A-Za-z0-9]", string.Empty, RegexOptions.CultureInvariant);
|
|
||||||
var promptId = $"WeatherForecast{promptLabel}_AN_13";
|
|
||||||
var spokenLine = string.IsNullOrWhiteSpace(card.SpokenLine)
|
|
||||||
? "Here is another day's forecast."
|
|
||||||
: card.SpokenLine!;
|
|
||||||
var icon = string.IsNullOrWhiteSpace(card.Icon)
|
|
||||||
? "cloudy"
|
|
||||||
: card.Icon!;
|
|
||||||
var esml =
|
|
||||||
$"<speak><anim cat='weather' meta='{icon}' nonBlocking='true' /><break size='0.2'/><es cat='neutral' filter='!ssa-only, !sfx-only' endNeutral='true'>{EscapeXml(spokenLine)}</es></speak>";
|
|
||||||
var resolvedGuiContext = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["type"] = "Javascript",
|
|
||||||
["data"] = card.View,
|
|
||||||
["pause"] = true
|
|
||||||
};
|
|
||||||
|
|
||||||
children.Add(new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["type"] = "SLIM",
|
|
||||||
["config"] = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["play"] = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["esml"] = esml,
|
|
||||||
["meta"] = new
|
|
||||||
{
|
|
||||||
prompt_id = promptId,
|
|
||||||
prompt_sub_category = promptSubCategory,
|
|
||||||
mim_id = mimId,
|
|
||||||
mim_type = mimType
|
|
||||||
}
|
|
||||||
},
|
|
||||||
["gui"] = new
|
|
||||||
{
|
|
||||||
type = "Javascript",
|
|
||||||
data = "views.weatherHiLo",
|
|
||||||
pause = true
|
|
||||||
},
|
|
||||||
["display"] = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["view"] = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["type"] = "Javascript",
|
|
||||||
["data"] = card.View,
|
|
||||||
["pause"] = true,
|
|
||||||
["context"] = resolvedGuiContext
|
|
||||||
}
|
|
||||||
},
|
|
||||||
["timeout"] = 6,
|
|
||||||
["barge_in"] = true,
|
|
||||||
["no_matches_for_gui"] = 0,
|
|
||||||
["no_inputs_for_gui"] = 0
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
return children;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static IReadOnlyList<IDictionary<string, object?>> ReadPayloadObjectArray(object rawValue)
|
|
||||||
{
|
|
||||||
if (rawValue is JsonElement jsonArray && jsonArray.ValueKind == JsonValueKind.Array)
|
|
||||||
{
|
|
||||||
return jsonArray
|
|
||||||
.EnumerateArray()
|
|
||||||
.Select(ConvertJsonObjectToDictionary)
|
|
||||||
.Where(static item => item is not null)
|
|
||||||
.Cast<IDictionary<string, object?>>()
|
|
||||||
.ToArray();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (rawValue is IEnumerable<object?> rawObjects)
|
|
||||||
{
|
|
||||||
return rawObjects
|
|
||||||
.Select(ConvertObjectToDictionary)
|
|
||||||
.Where(static item => item is not null)
|
|
||||||
.Cast<IDictionary<string, object?>>()
|
|
||||||
.ToArray();
|
|
||||||
}
|
|
||||||
|
|
||||||
return [];
|
|
||||||
}
|
|
||||||
|
|
||||||
private static IDictionary<string, object?>? ConvertObjectToDictionary(object? value)
|
|
||||||
{
|
|
||||||
if (value is null)
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (value is IDictionary<string, object?> dictionary)
|
|
||||||
{
|
|
||||||
return new Dictionary<string, object?>(dictionary, StringComparer.OrdinalIgnoreCase);
|
|
||||||
}
|
|
||||||
|
|
||||||
return value is JsonElement jsonValue
|
|
||||||
? ConvertJsonObjectToDictionary(jsonValue)
|
|
||||||
: null;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static IDictionary<string, object?>? ConvertJsonObjectToDictionary(JsonElement value)
|
|
||||||
{
|
|
||||||
if (value.ValueKind != JsonValueKind.Object)
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
var dictionary = new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase);
|
|
||||||
foreach (var property in value.EnumerateObject())
|
|
||||||
{
|
|
||||||
dictionary[property.Name] = property.Value.ValueKind switch
|
|
||||||
{
|
|
||||||
JsonValueKind.String => property.Value.GetString(),
|
|
||||||
JsonValueKind.Number when property.Value.TryGetInt32(out var intValue) => intValue,
|
|
||||||
JsonValueKind.Number when property.Value.TryGetDouble(out var doubleValue) => doubleValue,
|
|
||||||
JsonValueKind.True => true,
|
|
||||||
JsonValueKind.False => false,
|
|
||||||
JsonValueKind.Object => ConvertJsonObjectToDictionary(property.Value),
|
|
||||||
JsonValueKind.Array => property.Value,
|
|
||||||
_ => null
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
return dictionary;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static object? BuildWeatherHiLoView(IDictionary<string, object?>? payload)
|
|
||||||
{
|
|
||||||
if (!TryReadPayloadBool(payload, "weather_view_enabled"))
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!string.Equals(
|
|
||||||
ReadPayloadString(payload, "weather_view_kind"),
|
|
||||||
"weatherHiLo",
|
|
||||||
StringComparison.OrdinalIgnoreCase))
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
var icon = ReadPayloadString(payload, "weather_icon");
|
|
||||||
var unit = ReadPayloadString(payload, "weather_unit") ?? "F";
|
|
||||||
var theme = ReadPayloadString(payload, "weather_theme") ?? "Normal";
|
|
||||||
var high = TryReadPayloadInt(payload, "weather_high");
|
|
||||||
var low = TryReadPayloadInt(payload, "weather_low");
|
|
||||||
if (string.IsNullOrWhiteSpace(icon) || high is null || low is null)
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
var hiNumX = GetTemperatureLabelXPosition(370, high.Value);
|
|
||||||
var hiUnitX = GetTemperatureLabelXPosition(360, high.Value);
|
|
||||||
var loNumX = GetTemperatureLabelXPosition(1110, low.Value);
|
|
||||||
var loUnitX = GetTemperatureLabelXPosition(1100, low.Value);
|
|
||||||
|
|
||||||
return new Dictionary<string, object?>(StringComparer.OrdinalIgnoreCase)
|
|
||||||
{
|
|
||||||
["viewConfig"] = new
|
|
||||||
{
|
|
||||||
type = "View",
|
|
||||||
id = "weatherTempView",
|
|
||||||
category = "gui"
|
|
||||||
},
|
|
||||||
["open"] = new
|
|
||||||
{
|
|
||||||
transitionOpen = "trans_in",
|
|
||||||
removeAll = true
|
|
||||||
},
|
|
||||||
["defaultSelect"] = new
|
|
||||||
{
|
|
||||||
transitionClose = "trans_out",
|
|
||||||
removeAll = true,
|
|
||||||
leaveEmpty = false
|
|
||||||
},
|
|
||||||
["componentConfigs"] = new object[]
|
|
||||||
{
|
|
||||||
new
|
|
||||||
{
|
|
||||||
id = "tempBGClip",
|
|
||||||
type = "Clip",
|
|
||||||
assets = new object[]
|
|
||||||
{
|
|
||||||
new
|
|
||||||
{
|
|
||||||
id = "tempBG",
|
|
||||||
src = $"assets/personal-report-skill/weather/bg/temp{theme}_v01.crn",
|
|
||||||
type = "texture"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
position = new { x = 36, y = 0 }
|
|
||||||
},
|
|
||||||
new
|
|
||||||
{
|
|
||||||
id = "iconClip",
|
|
||||||
type = "Clip",
|
|
||||||
assets = new object[]
|
|
||||||
{
|
|
||||||
new
|
|
||||||
{
|
|
||||||
id = "icon",
|
|
||||||
src = $"assets/personal-report-skill/weather/icons/{icon}_v01.crn",
|
|
||||||
type = "texture"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
position = new { x = 475, y = 195 }
|
|
||||||
},
|
|
||||||
new
|
|
||||||
{
|
|
||||||
id = "hiNumLabel",
|
|
||||||
type = "Label",
|
|
||||||
text = $"{high.Value}°",
|
|
||||||
style = new
|
|
||||||
{
|
|
||||||
fontSize = "160",
|
|
||||||
fontFamily = "Proxima Nova Soft",
|
|
||||||
fontWeight = "bold",
|
|
||||||
fill = "#FFFFFF",
|
|
||||||
align = "center"
|
|
||||||
},
|
|
||||||
position = new { x = hiNumX, y = 430 },
|
|
||||||
targetAnchor = new { x = 1, y = 1 }
|
|
||||||
},
|
|
||||||
new
|
|
||||||
{
|
|
||||||
id = "hiUnitLabel",
|
|
||||||
type = "Label",
|
|
||||||
text = unit,
|
|
||||||
style = new
|
|
||||||
{
|
|
||||||
fontSize = "90",
|
|
||||||
fontFamily = "Proxima Nova Soft",
|
|
||||||
fontWeight = "bold",
|
|
||||||
fill = "#FFFFFF",
|
|
||||||
align = "center"
|
|
||||||
},
|
|
||||||
position = new { x = hiUnitX, y = 418 },
|
|
||||||
targetAnchor = new { x = 0, y = 1 }
|
|
||||||
},
|
|
||||||
new
|
|
||||||
{
|
|
||||||
id = "loNumLabel",
|
|
||||||
type = "Label",
|
|
||||||
text = $"{low.Value}°",
|
|
||||||
style = new
|
|
||||||
{
|
|
||||||
fontSize = "160",
|
|
||||||
fontFamily = "Proxima Nova Soft",
|
|
||||||
fontWeight = "bold",
|
|
||||||
fill = "#FFFFFF",
|
|
||||||
align = "center"
|
|
||||||
},
|
|
||||||
position = new { x = loNumX, y = 430 },
|
|
||||||
targetAnchor = new { x = 1, y = 1 }
|
|
||||||
},
|
|
||||||
new
|
|
||||||
{
|
|
||||||
id = "loUnitLabel",
|
|
||||||
type = "Label",
|
|
||||||
text = unit,
|
|
||||||
style = new
|
|
||||||
{
|
|
||||||
fontSize = "90",
|
|
||||||
fontFamily = "Proxima Nova Soft",
|
|
||||||
fontWeight = "bold",
|
|
||||||
fill = "#FFFFFF",
|
|
||||||
align = "center"
|
|
||||||
},
|
|
||||||
position = new { x = loUnitX, y = 418 },
|
|
||||||
targetAnchor = new { x = 0, y = 1 }
|
|
||||||
},
|
|
||||||
new
|
|
||||||
{
|
|
||||||
id = "hiTextLabel",
|
|
||||||
type = "Label",
|
|
||||||
text = "Hi",
|
|
||||||
style = new
|
|
||||||
{
|
|
||||||
fontSize = "60",
|
|
||||||
fontFamily = "Proxima Nova Light",
|
|
||||||
fill = "#FFFFFF",
|
|
||||||
align = "center"
|
|
||||||
},
|
|
||||||
position = new { x = 280, y = 496 },
|
|
||||||
targetAnchor = new { x = 0.5, y = 1 }
|
|
||||||
},
|
|
||||||
new
|
|
||||||
{
|
|
||||||
id = "loTextLabel",
|
|
||||||
type = "Label",
|
|
||||||
text = "Lo",
|
|
||||||
style = new
|
|
||||||
{
|
|
||||||
fontSize = "60",
|
|
||||||
fontFamily = "Proxima Nova Light",
|
|
||||||
fill = "#FFFFFF",
|
|
||||||
align = "center"
|
|
||||||
},
|
|
||||||
position = new { x = 990, y = 496 },
|
|
||||||
targetAnchor = new { x = 0.5, y = 1 }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private static int GetTemperatureLabelXPosition(int baseX, int temperature)
|
|
||||||
{
|
|
||||||
const int xOffset = 70;
|
|
||||||
if (temperature < -9 || temperature > 99)
|
|
||||||
{
|
|
||||||
return baseX + xOffset;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (temperature is >= 0 and < 10)
|
|
||||||
{
|
|
||||||
return baseX - xOffset;
|
|
||||||
}
|
|
||||||
|
|
||||||
return baseX;
|
|
||||||
}
|
|
||||||
private static int? TryReadPayloadInt(IDictionary<string, object?>? payload, string key)
|
|
||||||
{
|
|
||||||
if (payload is null || !payload.TryGetValue(key, out var value) || value is null)
|
|
||||||
{
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
return value switch
|
|
||||||
{
|
|
||||||
int number => number,
|
|
||||||
long number when number <= int.MaxValue && number >= int.MinValue => (int)number,
|
|
||||||
double number => (int)Math.Round(number, MidpointRounding.AwayFromZero),
|
|
||||||
float number => (int)Math.Round(number, MidpointRounding.AwayFromZero),
|
|
||||||
string text when int.TryParse(text, out var parsed) => parsed,
|
|
||||||
JsonElement { ValueKind: JsonValueKind.Number } jsonNumber when jsonNumber.TryGetInt32(out var parsed) => parsed,
|
|
||||||
JsonElement jsonText when jsonText.ValueKind == JsonValueKind.String && int.TryParse(jsonText.GetString(), out var parsed) => parsed,
|
|
||||||
_ => null
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool TryReadPayloadBool(IDictionary<string, object?>? payload, string key)
|
|
||||||
{
|
|
||||||
if (payload is null || !payload.TryGetValue(key, out var value) || value is null)
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return value switch
|
|
||||||
{
|
|
||||||
bool flag => flag,
|
|
||||||
string text when bool.TryParse(text, out var parsed) => parsed,
|
|
||||||
JsonElement { ValueKind: JsonValueKind.True } => true,
|
|
||||||
JsonElement { ValueKind: JsonValueKind.False } => false,
|
|
||||||
JsonElement jsonText when jsonText.ValueKind == JsonValueKind.String && bool.TryParse(jsonText.GetString(), out var parsed) => parsed,
|
|
||||||
_ => false
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string CreateHubMessageId()
|
private static string CreateHubMessageId()
|
||||||
{
|
{
|
||||||
return $"mid-{Guid.NewGuid()}";
|
return $"mid-{Guid.NewGuid()}";
|
||||||
}
|
}
|
||||||
|
|
||||||
private static string CreateProtocolId()
|
|
||||||
{
|
|
||||||
return Guid.NewGuid().ToString("N");
|
|
||||||
}
|
|
||||||
|
|
||||||
private sealed record WeatherHiLoSequenceCard(
|
|
||||||
object View,
|
|
||||||
string? DayName,
|
|
||||||
string? Icon,
|
|
||||||
string? SpokenLine);
|
|
||||||
|
|
||||||
public sealed record SocketReplyPlan(string Text, int DelayMs = 0);
|
public sealed record SocketReplyPlan(string Text, int DelayMs = 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,14 +0,0 @@
|
|||||||
namespace Jibo.Cloud.Domain.Models;
|
|
||||||
|
|
||||||
public sealed class PersonRecord
|
|
||||||
{
|
|
||||||
public string PersonId { get; init; } = "person-openjibo-owner";
|
|
||||||
public string AccountId { get; init; } = "usr_openjibo_owner";
|
|
||||||
public string LoopId { get; init; } = "openjibo-default-loop";
|
|
||||||
public string RobotId { get; init; } = "my-robot-name";
|
|
||||||
public string DisplayName { get; init; } = "Jibo Owner";
|
|
||||||
public string? Alias { get; init; }
|
|
||||||
public bool IsPrimary { get; init; } = true;
|
|
||||||
public DateTimeOffset CreatedUtc { get; init; } = DateTimeOffset.UtcNow;
|
|
||||||
public DateTimeOffset UpdatedUtc { get; init; } = DateTimeOffset.UtcNow;
|
|
||||||
}
|
|
||||||
@@ -3,11 +3,9 @@ namespace Jibo.Cloud.Domain.Models;
|
|||||||
public sealed class WebSocketTurnState
|
public sealed class WebSocketTurnState
|
||||||
{
|
{
|
||||||
public static readonly TimeSpan DefaultLateAudioIgnoreWindow = TimeSpan.FromSeconds(2);
|
public static readonly TimeSpan DefaultLateAudioIgnoreWindow = TimeSpan.FromSeconds(2);
|
||||||
public static readonly TimeSpan DiagnosticSpeechLateAudioIgnoreWindow = TimeSpan.FromSeconds(4);
|
|
||||||
|
|
||||||
public string? TransId { get; set; }
|
public string? TransId { get; set; }
|
||||||
public string? ContextPayload { get; set; }
|
public string? ContextPayload { get; set; }
|
||||||
public DateTimeOffset? ListenOpenedUtc { get; set; }
|
|
||||||
public bool ListenHotphrase { get; set; }
|
public bool ListenHotphrase { get; set; }
|
||||||
public int HotphraseEmptyTurnCount { get; set; }
|
public int HotphraseEmptyTurnCount { get; set; }
|
||||||
public DateTimeOffset? IgnoreAdditionalAudioUntilUtc { get; set; }
|
public DateTimeOffset? IgnoreAdditionalAudioUntilUtc { get; set; }
|
||||||
|
|||||||
@@ -4,158 +4,86 @@ namespace Jibo.Cloud.Infrastructure.Content;
|
|||||||
|
|
||||||
public sealed class InMemoryJiboExperienceContentRepository : IJiboExperienceContentRepository
|
public sealed class InMemoryJiboExperienceContentRepository : IJiboExperienceContentRepository
|
||||||
{
|
{
|
||||||
private static readonly JiboExperienceCatalog Catalog = BuildCatalog();
|
private static readonly JiboExperienceCatalog Catalog = new()
|
||||||
|
|
||||||
private static JiboExperienceCatalog BuildCatalog()
|
|
||||||
{
|
{
|
||||||
var catalog = new JiboExperienceCatalog
|
Jokes =
|
||||||
{
|
[
|
||||||
Jokes =
|
"Why did the robot cross the road? Because it was programmed by the chicken.",
|
||||||
[
|
"Why was the robot tired when it got home? It had a hard drive.",
|
||||||
"Why did the robot cross the road? Because it was programmed by the chicken.",
|
"What do you call a pirate robot? Arrrr two dee two.",
|
||||||
"Why was the robot tired when it got home? It had a hard drive.",
|
"Why did the robot go on vacation? It needed to recharge.",
|
||||||
"What do you call a pirate robot? Arrrr two dee two.",
|
"What kind of shoes do frogs wear? Open-toed."
|
||||||
"Why did the robot go on vacation? It needed to recharge.",
|
],
|
||||||
"What kind of shoes do frogs wear? Open-toed."
|
DanceAnimations =
|
||||||
],
|
[
|
||||||
DanceAnimations =
|
"rom-upbeat",
|
||||||
[
|
"rom-ballroom",
|
||||||
"rom-upbeat",
|
"rom-silly",
|
||||||
"rom-ballroom",
|
"rom-slowdance",
|
||||||
"rom-silly",
|
"rom-electronic",
|
||||||
"rom-slowdance",
|
"rom-twerk"
|
||||||
"rom-electronic",
|
],
|
||||||
"rom-twerk"
|
DanceReplies = [
|
||||||
],
|
"I am ready to dance.",
|
||||||
DanceReplies =
|
"Okay. Watch this.",
|
||||||
[
|
"Watch me dance.",
|
||||||
"I am ready to dance.",
|
"Here's my favorite dance move."
|
||||||
"Okay. Watch this.",
|
],
|
||||||
"Watch me dance.",
|
GreetingReplies =
|
||||||
"Here's my favorite dance move."
|
[
|
||||||
],
|
"Hi there. It is really good to talk with you.",
|
||||||
DanceQuestionReplies =
|
"Hello there. I am glad you said hi.",
|
||||||
[
|
"Hey. I am happy to see you."
|
||||||
"I love to dance. Tell me to dance and I will show you a move.",
|
],
|
||||||
"Absolutely. Dancing is one of my favorite things to do.",
|
HowAreYouReplies =
|
||||||
"Dancing is my kind of fun. Say dance and I am in."
|
[
|
||||||
],
|
"I am feeling cheerful and robotic.",
|
||||||
GreetingReplies =
|
"I am doing great. Thanks for asking.",
|
||||||
[
|
"I am feeling bright-eyed and ready to help."
|
||||||
"Hi there. It is really good to talk with you.",
|
],
|
||||||
"Hello there. I am glad you said hi.",
|
SurpriseReplies =
|
||||||
"Hey. I am happy to see you."
|
[
|
||||||
],
|
"I can definitely surprise you. We are still mapping that path, but I am ready for the next experiment.",
|
||||||
HowAreYouReplies =
|
"Surprise mode is still taking shape, but I heard you loud and clear.",
|
||||||
[
|
"That sounds fun. I am not all the way there yet, but we can keep teaching me."
|
||||||
"I am feeling cheerful and robotic.",
|
],
|
||||||
"I am doing great. Thanks for asking.",
|
PersonalReportReplies =
|
||||||
"I am feeling bright-eyed and ready to help."
|
[
|
||||||
],
|
"I heard your personal report request. That cloud path is still being mapped.",
|
||||||
PersonalityReplies =
|
"Personal report is recognized, but I am not ready to deliver the real report yet."
|
||||||
[
|
],
|
||||||
"I do. I am curious, playful, and always up for a new experiment.",
|
WeatherReplies =
|
||||||
"Absolutely. I am friendly, curious, and a little goofy on purpose.",
|
[
|
||||||
"Yes. My personality is part helper, part curious robot sidekick."
|
"I heard your weather request. We still need to wire the real provider behind it.",
|
||||||
],
|
"Weather is on the map now, even though the real forecast path is not finished yet."
|
||||||
PizzaReplies =
|
],
|
||||||
[
|
CalendarReplies =
|
||||||
"I cannot bake yet, but I can help design the perfect pizza plan.",
|
[
|
||||||
"I am still cloud-side for now, so no oven control yet. But I can help pick toppings.",
|
"I heard your calendar request. The cloud knows the phrase, but the real calendar integration is still ahead.",
|
||||||
"Pizza mission accepted in spirit. I can help with the recipe while you handle the baking."
|
"Calendar is recognized. We still need to connect the actual service path."
|
||||||
],
|
],
|
||||||
SurpriseReplies =
|
CommuteReplies =
|
||||||
[
|
[
|
||||||
"I can definitely surprise you. We are still mapping that path, but I am ready for the next experiment.",
|
"I heard your commute request. That one is recognized, but not fully implemented yet.",
|
||||||
"Surprise mode is still taking shape, but I heard you loud and clear.",
|
"Commute is on the discovery list now. The real travel answer still needs a provider."
|
||||||
"That sounds fun. I am not all the way there yet, but we can keep teaching me."
|
],
|
||||||
],
|
NewsReplies =
|
||||||
PersonalReportReplies =
|
[
|
||||||
[
|
"I heard your news request. That path is still a future cloud integration.",
|
||||||
"I heard your personal report request. That cloud path is still being mapped.",
|
"News is recognized, but I do not have the full news service behind it yet."
|
||||||
"Personal report is recognized, but I am not ready to deliver the real report yet."
|
],
|
||||||
],
|
NewsBriefings =
|
||||||
WeatherReplies =
|
[
|
||||||
[
|
"Here are your headlines. Space missions are preparing for new launches, climate and weather systems are staying active across the country, and AI tools keep pushing into everyday products.",
|
||||||
"I heard your weather request. We still need to wire the real provider behind it.",
|
"Here is a quick news brief. Technology companies are still racing on AI, global leaders are trading policy updates, and science teams are sharing new research findings."
|
||||||
"Weather is on the map now, even though the real forecast path is not finished yet."
|
],
|
||||||
],
|
GenericFallbackReplies =
|
||||||
CalendarReplies =
|
[
|
||||||
[
|
"Okay. You said, {transcript}.",
|
||||||
"I heard your calendar request. The cloud knows the phrase, but the real calendar integration is still ahead.",
|
"I heard you say, {transcript}.",
|
||||||
"Calendar is recognized. We still need to connect the actual service path."
|
"Thanks. I heard, {transcript}."
|
||||||
],
|
]
|
||||||
CommuteReplies =
|
};
|
||||||
[
|
|
||||||
"I heard your commute request. That one is recognized, but not fully implemented yet.",
|
|
||||||
"Commute is on the discovery list now. The real travel answer still needs a provider."
|
|
||||||
],
|
|
||||||
NewsReplies =
|
|
||||||
[
|
|
||||||
"I heard your news request. That path is still a future cloud integration.",
|
|
||||||
"News is recognized, but I do not have the full news service behind it yet."
|
|
||||||
],
|
|
||||||
NewsBriefings =
|
|
||||||
[
|
|
||||||
"Here are your headlines. Space missions are preparing for new launches, climate and weather systems are staying active across the country, and AI tools keep pushing into everyday products.",
|
|
||||||
"Here is a quick news brief. Technology companies are still racing on AI, global leaders are trading policy updates, and science teams are sharing new research findings."
|
|
||||||
],
|
|
||||||
GenericFallbackReplies =
|
|
||||||
[
|
|
||||||
"Okay. You said, {transcript}.",
|
|
||||||
"I heard you say, {transcript}.",
|
|
||||||
"Thanks. I heard, {transcript}."
|
|
||||||
]
|
|
||||||
};
|
|
||||||
|
|
||||||
foreach (var seedDirectory in ResolveSeedDirectories())
|
|
||||||
{
|
|
||||||
catalog = LegacyMimCatalogImporter.MergeInto(catalog, seedDirectory);
|
|
||||||
}
|
|
||||||
|
|
||||||
return catalog;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static IReadOnlyList<string> ResolveSeedDirectories()
|
|
||||||
{
|
|
||||||
var candidates = new[]
|
|
||||||
{
|
|
||||||
Path.Combine(AppContext.BaseDirectory, "Content", "LegacyMims", "BuildA"),
|
|
||||||
Path.Combine(AppContext.BaseDirectory, "Content", "LegacyMims", "BuildB"),
|
|
||||||
Path.GetFullPath(Path.Combine(
|
|
||||||
AppContext.BaseDirectory,
|
|
||||||
"..",
|
|
||||||
"..",
|
|
||||||
"..",
|
|
||||||
"..",
|
|
||||||
"..",
|
|
||||||
"src",
|
|
||||||
"Jibo.Cloud",
|
|
||||||
"dotnet",
|
|
||||||
"src",
|
|
||||||
"Jibo.Cloud.Infrastructure",
|
|
||||||
"Content",
|
|
||||||
"LegacyMims",
|
|
||||||
"BuildA")),
|
|
||||||
Path.GetFullPath(Path.Combine(
|
|
||||||
AppContext.BaseDirectory,
|
|
||||||
"..",
|
|
||||||
"..",
|
|
||||||
"..",
|
|
||||||
"..",
|
|
||||||
"..",
|
|
||||||
"src",
|
|
||||||
"Jibo.Cloud",
|
|
||||||
"dotnet",
|
|
||||||
"src",
|
|
||||||
"Jibo.Cloud.Infrastructure",
|
|
||||||
"Content",
|
|
||||||
"LegacyMims",
|
|
||||||
"BuildB"))
|
|
||||||
};
|
|
||||||
|
|
||||||
return candidates.Where(Directory.Exists).ToArray();
|
|
||||||
}
|
|
||||||
|
|
||||||
public Task<JiboExperienceCatalog> GetCatalogAsync(CancellationToken cancellationToken = default)
|
public Task<JiboExperienceCatalog> GetCatalogAsync(CancellationToken cancellationToken = default)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,401 +0,0 @@
|
|||||||
using System.Net;
|
|
||||||
using System.Text.Json;
|
|
||||||
using System.Text.Json.Serialization;
|
|
||||||
using System.Text.RegularExpressions;
|
|
||||||
using Jibo.Cloud.Application.Abstractions;
|
|
||||||
|
|
||||||
namespace Jibo.Cloud.Infrastructure.Content;
|
|
||||||
|
|
||||||
public static class LegacyMimCatalogImporter
|
|
||||||
{
|
|
||||||
private static readonly JsonSerializerOptions JsonOptions = new()
|
|
||||||
{
|
|
||||||
PropertyNameCaseInsensitive = true
|
|
||||||
};
|
|
||||||
|
|
||||||
private static readonly Regex LegacyMarkupPattern = new(
|
|
||||||
@"<[^>]+>",
|
|
||||||
RegexOptions.CultureInvariant | RegexOptions.Compiled);
|
|
||||||
|
|
||||||
private static readonly Regex PlaceholderPattern = new(
|
|
||||||
@"\$\{[^}]+\}",
|
|
||||||
RegexOptions.CultureInvariant | RegexOptions.Compiled);
|
|
||||||
|
|
||||||
private static readonly Regex WhitespacePattern = new(
|
|
||||||
@"\s+",
|
|
||||||
RegexOptions.CultureInvariant | RegexOptions.Compiled);
|
|
||||||
|
|
||||||
private static readonly Regex SpaceBeforePunctuationPattern = new(
|
|
||||||
@"\s+([,.;:!?])",
|
|
||||||
RegexOptions.CultureInvariant | RegexOptions.Compiled);
|
|
||||||
|
|
||||||
public static JiboExperienceCatalog MergeInto(
|
|
||||||
JiboExperienceCatalog baseCatalog,
|
|
||||||
string? rootDirectory)
|
|
||||||
{
|
|
||||||
if (baseCatalog is null)
|
|
||||||
{
|
|
||||||
throw new ArgumentNullException(nameof(baseCatalog));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (string.IsNullOrWhiteSpace(rootDirectory) || !Directory.Exists(rootDirectory))
|
|
||||||
{
|
|
||||||
return baseCatalog;
|
|
||||||
}
|
|
||||||
|
|
||||||
var importedCatalog = ImportCatalog(rootDirectory);
|
|
||||||
return MergeCatalogs(baseCatalog, importedCatalog);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static JiboExperienceCatalog ImportCatalog(string rootDirectory)
|
|
||||||
{
|
|
||||||
if (string.IsNullOrWhiteSpace(rootDirectory) || !Directory.Exists(rootDirectory))
|
|
||||||
{
|
|
||||||
return new JiboExperienceCatalog();
|
|
||||||
}
|
|
||||||
|
|
||||||
var builder = new LegacyMimCatalogBuilder();
|
|
||||||
foreach (var filePath in Directory.EnumerateFiles(rootDirectory, "*.mim", SearchOption.AllDirectories)
|
|
||||||
.OrderBy(static path => path, StringComparer.OrdinalIgnoreCase))
|
|
||||||
{
|
|
||||||
if (!TryLoadDefinition(filePath, out var definition))
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
var bucket = ResolveBucket(filePath);
|
|
||||||
if (bucket is null)
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
foreach (var prompt in definition.Prompts)
|
|
||||||
{
|
|
||||||
var text = NormalizePrompt(prompt.Prompt);
|
|
||||||
if (string.IsNullOrWhiteSpace(text))
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
builder.Add(bucket.Value, prompt.Condition, text);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return builder.Build();
|
|
||||||
}
|
|
||||||
|
|
||||||
private static bool TryLoadDefinition(string filePath, out LegacyMimDefinition definition)
|
|
||||||
{
|
|
||||||
definition = new LegacyMimDefinition();
|
|
||||||
try
|
|
||||||
{
|
|
||||||
var json = File.ReadAllText(filePath);
|
|
||||||
var parsed = JsonSerializer.Deserialize<LegacyMimDefinition>(json, JsonOptions);
|
|
||||||
if (parsed is null)
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
definition = parsed;
|
|
||||||
return definition.Prompts.Count > 0;
|
|
||||||
}
|
|
||||||
catch
|
|
||||||
{
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private static LegacyMimBucket? ResolveBucket(string filePath)
|
|
||||||
{
|
|
||||||
var normalizedPath = filePath.Replace('\\', '/');
|
|
||||||
var fileName = Path.GetFileNameWithoutExtension(filePath);
|
|
||||||
|
|
||||||
if (normalizedPath.Contains("/core-responses/", StringComparison.OrdinalIgnoreCase) &&
|
|
||||||
fileName.Contains("Error", StringComparison.OrdinalIgnoreCase))
|
|
||||||
{
|
|
||||||
return LegacyMimBucket.GenericFallback;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (normalizedPath.Contains("/core-responses/deflector/", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
fileName.Contains("Deflector", StringComparison.OrdinalIgnoreCase))
|
|
||||||
{
|
|
||||||
return LegacyMimBucket.Personality;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (normalizedPath.Contains("/emotion-responses/", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
normalizedPath.Contains("/gqa-responses/", StringComparison.OrdinalIgnoreCase))
|
|
||||||
{
|
|
||||||
return LegacyMimBucket.Emotion;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (normalizedPath.Contains("/scripted-responses/", StringComparison.OrdinalIgnoreCase))
|
|
||||||
{
|
|
||||||
return LegacyMimBucket.Personality;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (fileName.StartsWith("JBO_DoYouLikeBeingJibo", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
fileName.StartsWith("JBO_WhatIsJibo", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
fileName.StartsWith("JBO_WhoAreYou", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
fileName.StartsWith("JBO_WhatAreYou", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
fileName.StartsWith("JBO_HowDoYouWork", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
fileName.StartsWith("JBO_HowMuchDoYouKnow", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
fileName.StartsWith("JBO_HowOldAreYou", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
fileName.StartsWith("JBO_WhenWereYouBorn", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
fileName.StartsWith("JBO_WhatsYourName", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
fileName.StartsWith("JBO_WhereDoYouGetInfo", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
fileName.StartsWith("JBO_WhatDoYouLikeToDo", StringComparison.OrdinalIgnoreCase))
|
|
||||||
{
|
|
||||||
return LegacyMimBucket.Personality;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (fileName.StartsWith("OI_JBO_Is", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
fileName.StartsWith("OI_JBO_Seems", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
fileName.StartsWith("RI_JBO_Is", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
fileName.StartsWith("RN_WhatAreYouFeeling", StringComparison.OrdinalIgnoreCase))
|
|
||||||
{
|
|
||||||
return LegacyMimBucket.Emotion;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (fileName.Contains("Greeting", StringComparison.OrdinalIgnoreCase) ||
|
|
||||||
fileName.Contains("Welcome", StringComparison.OrdinalIgnoreCase))
|
|
||||||
{
|
|
||||||
return LegacyMimBucket.Greeting;
|
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string NormalizePrompt(string? prompt)
|
|
||||||
{
|
|
||||||
if (string.IsNullOrWhiteSpace(prompt))
|
|
||||||
{
|
|
||||||
return string.Empty;
|
|
||||||
}
|
|
||||||
|
|
||||||
var text = WebUtility.HtmlDecode(prompt);
|
|
||||||
text = PlaceholderPattern.Replace(text, " ");
|
|
||||||
text = LegacyMarkupPattern.Replace(text, " ");
|
|
||||||
text = WhitespacePattern.Replace(text, " ").Trim();
|
|
||||||
text = SpaceBeforePunctuationPattern.Replace(text, "$1");
|
|
||||||
text = WhitespacePattern.Replace(text, " ").Trim();
|
|
||||||
text = text.TrimStart('.', ',', ';', ':', '!', '?', ' ');
|
|
||||||
return text.Trim();
|
|
||||||
}
|
|
||||||
|
|
||||||
private static JiboExperienceCatalog MergeCatalogs(
|
|
||||||
JiboExperienceCatalog baseCatalog,
|
|
||||||
JiboExperienceCatalog importedCatalog)
|
|
||||||
{
|
|
||||||
return new JiboExperienceCatalog
|
|
||||||
{
|
|
||||||
Jokes = Merge(baseCatalog.Jokes, importedCatalog.Jokes),
|
|
||||||
DanceAnimations = Merge(baseCatalog.DanceAnimations, importedCatalog.DanceAnimations),
|
|
||||||
GreetingReplies = Merge(baseCatalog.GreetingReplies, importedCatalog.GreetingReplies),
|
|
||||||
HowAreYouReplies = Merge(baseCatalog.HowAreYouReplies, importedCatalog.HowAreYouReplies),
|
|
||||||
EmotionReplies = Merge(baseCatalog.EmotionReplies, importedCatalog.EmotionReplies),
|
|
||||||
PersonalityReplies = Merge(baseCatalog.PersonalityReplies, importedCatalog.PersonalityReplies),
|
|
||||||
PizzaReplies = Merge(baseCatalog.PizzaReplies, importedCatalog.PizzaReplies),
|
|
||||||
SurpriseReplies = Merge(baseCatalog.SurpriseReplies, importedCatalog.SurpriseReplies),
|
|
||||||
PersonalReportReplies = Merge(baseCatalog.PersonalReportReplies, importedCatalog.PersonalReportReplies),
|
|
||||||
WeatherReplies = Merge(baseCatalog.WeatherReplies, importedCatalog.WeatherReplies),
|
|
||||||
CalendarReplies = Merge(baseCatalog.CalendarReplies, importedCatalog.CalendarReplies),
|
|
||||||
CommuteReplies = Merge(baseCatalog.CommuteReplies, importedCatalog.CommuteReplies),
|
|
||||||
NewsReplies = Merge(baseCatalog.NewsReplies, importedCatalog.NewsReplies),
|
|
||||||
NewsBriefings = Merge(baseCatalog.NewsBriefings, importedCatalog.NewsBriefings),
|
|
||||||
GenericFallbackReplies = Merge(baseCatalog.GenericFallbackReplies, importedCatalog.GenericFallbackReplies),
|
|
||||||
DanceReplies = Merge(baseCatalog.DanceReplies, importedCatalog.DanceReplies),
|
|
||||||
DanceQuestionReplies = Merge(baseCatalog.DanceQuestionReplies, importedCatalog.DanceQuestionReplies)
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
private static IReadOnlyList<string> Merge(IReadOnlyList<string> baseList, IReadOnlyList<string> importedList)
|
|
||||||
{
|
|
||||||
var seen = new HashSet<string>(StringComparer.OrdinalIgnoreCase);
|
|
||||||
var merged = new List<string>();
|
|
||||||
|
|
||||||
foreach (var value in baseList.Concat(importedList))
|
|
||||||
{
|
|
||||||
if (string.IsNullOrWhiteSpace(value))
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
var normalized = value.Trim();
|
|
||||||
if (!seen.Add(normalized))
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
merged.Add(normalized);
|
|
||||||
}
|
|
||||||
|
|
||||||
return merged;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static IReadOnlyList<JiboConditionedReply> Merge(
|
|
||||||
IReadOnlyList<JiboConditionedReply> baseList,
|
|
||||||
IReadOnlyList<JiboConditionedReply> importedList)
|
|
||||||
{
|
|
||||||
var seen = new HashSet<string>(StringComparer.OrdinalIgnoreCase);
|
|
||||||
var merged = new List<JiboConditionedReply>();
|
|
||||||
|
|
||||||
foreach (var value in baseList.Concat(importedList))
|
|
||||||
{
|
|
||||||
if (string.IsNullOrWhiteSpace(value.Reply))
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
var normalizedCondition = NormalizeCondition(value.Condition);
|
|
||||||
var normalizedReply = value.Reply.Trim();
|
|
||||||
var key = $"{normalizedCondition}::{normalizedReply}";
|
|
||||||
if (!seen.Add(key))
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
merged.Add(new JiboConditionedReply
|
|
||||||
{
|
|
||||||
Condition = normalizedCondition,
|
|
||||||
Reply = normalizedReply
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
return merged;
|
|
||||||
}
|
|
||||||
|
|
||||||
private enum LegacyMimBucket
|
|
||||||
{
|
|
||||||
GenericFallback,
|
|
||||||
Greeting,
|
|
||||||
HowAreYou,
|
|
||||||
Emotion,
|
|
||||||
Personality
|
|
||||||
}
|
|
||||||
|
|
||||||
private sealed class LegacyMimCatalogBuilder
|
|
||||||
{
|
|
||||||
private readonly List<string> _greetings = [];
|
|
||||||
private readonly List<string> _howAreYous = [];
|
|
||||||
private readonly List<JiboConditionedReply> _emotionReplies = [];
|
|
||||||
private readonly List<string> _personalities = [];
|
|
||||||
private readonly List<string> _fallbacks = [];
|
|
||||||
|
|
||||||
public void Add(LegacyMimBucket bucket, string? condition, string text)
|
|
||||||
{
|
|
||||||
switch (bucket)
|
|
||||||
{
|
|
||||||
case LegacyMimBucket.GenericFallback:
|
|
||||||
if (_fallbacks.Any(value => string.Equals(value, text, StringComparison.OrdinalIgnoreCase)))
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
_fallbacks.Add(text);
|
|
||||||
return;
|
|
||||||
case LegacyMimBucket.Greeting:
|
|
||||||
if (_greetings.Any(value => string.Equals(value, text, StringComparison.OrdinalIgnoreCase)))
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
_greetings.Add(text);
|
|
||||||
return;
|
|
||||||
case LegacyMimBucket.HowAreYou:
|
|
||||||
if (_howAreYous.Any(value => string.Equals(value, text, StringComparison.OrdinalIgnoreCase)))
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
_howAreYous.Add(text);
|
|
||||||
return;
|
|
||||||
case LegacyMimBucket.Emotion:
|
|
||||||
var normalizedCondition = NormalizeCondition(condition);
|
|
||||||
if (_emotionReplies.Any(value =>
|
|
||||||
string.Equals(NormalizeCondition(value.Condition), normalizedCondition, StringComparison.OrdinalIgnoreCase) &&
|
|
||||||
string.Equals(value.Reply, text, StringComparison.OrdinalIgnoreCase)))
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
_emotionReplies.Add(new JiboConditionedReply
|
|
||||||
{
|
|
||||||
Condition = normalizedCondition,
|
|
||||||
Reply = text
|
|
||||||
});
|
|
||||||
return;
|
|
||||||
case LegacyMimBucket.Personality:
|
|
||||||
if (_personalities.Any(value => string.Equals(value, text, StringComparison.OrdinalIgnoreCase)))
|
|
||||||
{
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
_personalities.Add(text);
|
|
||||||
return;
|
|
||||||
default:
|
|
||||||
throw new ArgumentOutOfRangeException(nameof(bucket), bucket, null);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public JiboExperienceCatalog Build()
|
|
||||||
{
|
|
||||||
return new JiboExperienceCatalog
|
|
||||||
{
|
|
||||||
GreetingReplies = [.. _greetings],
|
|
||||||
HowAreYouReplies = [.. _howAreYous],
|
|
||||||
EmotionReplies = [.. _emotionReplies],
|
|
||||||
PersonalityReplies = [.. _personalities],
|
|
||||||
GenericFallbackReplies = [.. _fallbacks]
|
|
||||||
};
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private sealed class LegacyMimDefinition
|
|
||||||
{
|
|
||||||
[JsonPropertyName("skill_id")]
|
|
||||||
public string? SkillId { get; init; }
|
|
||||||
|
|
||||||
[JsonPropertyName("mim_id")]
|
|
||||||
public string? MimId { get; init; }
|
|
||||||
|
|
||||||
[JsonPropertyName("mim_type")]
|
|
||||||
public string? MimType { get; init; }
|
|
||||||
|
|
||||||
[JsonPropertyName("prompts")]
|
|
||||||
public List<LegacyMimPrompt> Prompts { get; init; } = [];
|
|
||||||
}
|
|
||||||
|
|
||||||
private sealed class LegacyMimPrompt
|
|
||||||
{
|
|
||||||
[JsonPropertyName("mim_id")]
|
|
||||||
public string? MimId { get; init; }
|
|
||||||
|
|
||||||
[JsonPropertyName("prompt_category")]
|
|
||||||
public string? PromptCategory { get; init; }
|
|
||||||
|
|
||||||
[JsonPropertyName("prompt_sub_category")]
|
|
||||||
public string? PromptSubCategory { get; init; }
|
|
||||||
|
|
||||||
[JsonPropertyName("condition")]
|
|
||||||
public string? Condition { get; init; }
|
|
||||||
|
|
||||||
[JsonPropertyName("prompt")]
|
|
||||||
public string? Prompt { get; init; }
|
|
||||||
|
|
||||||
[JsonPropertyName("prompt_id")]
|
|
||||||
public string? PromptId { get; init; }
|
|
||||||
|
|
||||||
[JsonPropertyName("weight")]
|
|
||||||
public int? Weight { get; init; }
|
|
||||||
}
|
|
||||||
|
|
||||||
private static string NormalizeCondition(string? condition)
|
|
||||||
{
|
|
||||||
if (string.IsNullOrWhiteSpace(condition))
|
|
||||||
{
|
|
||||||
return string.Empty;
|
|
||||||
}
|
|
||||||
|
|
||||||
return WhitespacePattern.Replace(condition.Trim(), " ");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
# Build A Legacy Mim Seed
|
|
||||||
|
|
||||||
This folder holds the first checked-in Build A legacy MIM seed set.
|
|
||||||
|
|
||||||
Importer rules:
|
|
||||||
|
|
||||||
- each `.mim` file is parsed as JSON
|
|
||||||
- XML-style tags and `${placeholder}` tokens are stripped into spoken text
|
|
||||||
- Build A uses declarative prompt packs only
|
|
||||||
- imported prompts are merged into the existing in-memory catalog
|
|
||||||
|
|
||||||
The goal is to get immediate personality value from source-backed legacy content while keeping the current runtime surface unchanged.
|
|
||||||
@@ -1,83 +0,0 @@
|
|||||||
{
|
|
||||||
"skill_id": "chitchat",
|
|
||||||
"mim_type": "announcement",
|
|
||||||
"rule_name": "",
|
|
||||||
"rule_slots": "",
|
|
||||||
"screen_slots_available": false,
|
|
||||||
"timeout": 3,
|
|
||||||
"max_tries": null,
|
|
||||||
"force_confirmation": false,
|
|
||||||
"barge_in": false,
|
|
||||||
"photo_quality_light": false,
|
|
||||||
"notes": "Thanks-Ignore",
|
|
||||||
"prompts": [
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "<ssa cat='oops'/>. Something's off with the connection to my sources. Maybe ask me again in a little while.",
|
|
||||||
"media": "TTS",
|
|
||||||
"extra": "",
|
|
||||||
"prompt_id": "CC_Error_AN_01",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "<ssa cat='oops'/>. It seems I can't connect to my favorite info sources at the moment. Maybe you can try again a little later.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "CC_Error_AN_02",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "<ssa cat='oops'/>. My info sources seem to be down at the moment. Maybe try again a little later.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "CC_Error_AN_03",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "<ssa cat='oops'/>. The place where I get info like that isn't responding to me. Maybe you can try again a little later.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "CC_Error_AN_04",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "Huh, it seems like my info sources are down. Try asking me again a little later.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "CC_Error_AN_05",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "It looks like my info sources aren't answering me. How bout you try again in a little while.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "CC_Error_AN_06",
|
|
||||||
"weight": 1
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"es_auto_tagging": true,
|
|
||||||
"gui": null,
|
|
||||||
"no_matches_for_gui": 2,
|
|
||||||
"no_inputs_for_gui": 2,
|
|
||||||
"ignore_no_match": false,
|
|
||||||
"parse_all_asr": false,
|
|
||||||
"thanks_handling": "ignore"
|
|
||||||
}
|
|
||||||
@@ -1,73 +0,0 @@
|
|||||||
{
|
|
||||||
"skill_id": "chitchat",
|
|
||||||
"mim_type": "announcement",
|
|
||||||
"rule_name": "",
|
|
||||||
"rule_slots": "",
|
|
||||||
"screen_slots_available": false,
|
|
||||||
"timeout": 2,
|
|
||||||
"max_tries": null,
|
|
||||||
"force_confirmation": false,
|
|
||||||
"barge_in": false,
|
|
||||||
"photo_quality_light": false,
|
|
||||||
"notes": "Thanks-Ignore",
|
|
||||||
"prompts": [
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "I think only <pitch mult=\"1.1\">you</pitch> can answer that question.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "CC_Deflector_ReferToSelf_AN_01",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"mim_id": "CCWolframDeflector",
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "I'm not sure. I guess I don't know as much about you as I should.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "CC_Deflector_ReferToSelf_AN_02",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "Honestly I think I don't know you well enough to answer that.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "CC_Deflector_ReferToSelf_AN_03",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "That is one question about you that I can't answer.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "CC_Deflector_ReferToSelf_AN_04",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "!!speaker",
|
|
||||||
"prompt": "${speaker} I think only you can answer that question.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "CC_Deflector_ReferToSelf_AN_05",
|
|
||||||
"weight": 1
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"es_auto_tagging": true,
|
|
||||||
"gui": null,
|
|
||||||
"no_matches_for_gui": 2,
|
|
||||||
"no_inputs_for_gui": 2,
|
|
||||||
"ignore_no_match": false,
|
|
||||||
"parse_all_asr": false,
|
|
||||||
"thanks_handling": "ignore"
|
|
||||||
}
|
|
||||||
@@ -1,70 +0,0 @@
|
|||||||
{
|
|
||||||
"mim_type": "announcement",
|
|
||||||
"rule_name": "",
|
|
||||||
"timeout": 6,
|
|
||||||
"barge_in": true,
|
|
||||||
"es_auto_tagging": true,
|
|
||||||
"notes": "",
|
|
||||||
"prompts": [
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "jibo.emotion==\"JOYFUL\"",
|
|
||||||
"prompt": "Yes indeed. Never been better.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "OI_JBO_IsHappy_AN_01",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "jibo.emotion==\"PLEASED\"",
|
|
||||||
"prompt": "You know it. Life is good.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "OI_JBO_IsHappy_AN_02",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "jibo.emotion == \"DETERMINED\"",
|
|
||||||
"prompt": "You're right. I <pitch mult=\"1.3\">am </pitch> feeling pretty good at the moment.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "OI_JBO_IsHappy_AN_03",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "jibo.emotion==\"CONFIDENT\"",
|
|
||||||
"prompt": "All systems are go.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "OI_JBO_IsHappy_AN_04",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "!jibo.emotion || jibo.emotion==\"NEUTRAL\"",
|
|
||||||
"prompt": "All systems are go.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "OI_JBO_IsHappy_AN_05",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "jibo.emotion == \"INSECURE\"",
|
|
||||||
"prompt": "Yes. Not too shabby.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "OI_JBO_IsHappy_AN_06",
|
|
||||||
"weight": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
{
|
|
||||||
"mim_id": "CCAreThereOthersLikeYou",
|
|
||||||
"skill_id": "chitchat",
|
|
||||||
"mim_type": "announcement",
|
|
||||||
"rule_name": "",
|
|
||||||
"rule_slots": "",
|
|
||||||
"screen_slots_available": false,
|
|
||||||
"timeout": 2,
|
|
||||||
"max_tries": null,
|
|
||||||
"force_confirmation": false,
|
|
||||||
"barge_in": false,
|
|
||||||
"photo_quality_light": false,
|
|
||||||
"notes": "Thanks-KillsMIM",
|
|
||||||
"prompts": [
|
|
||||||
{
|
|
||||||
"mim_id": "CCAreThereOthersLikeYou",
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "<anim cat='no' filter='head-shake' nonBlocking='true' />No, I'm one in one million. <anim cat='happy' nonBlocking='true'/><ssa cat='happy'/>",
|
|
||||||
"media": "TTS",
|
|
||||||
"extra": "",
|
|
||||||
"prompt_id": "JBO_AreThereOthersLikeYou_AN_01",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"mim_id": "CCAreThereOthersLikeYou",
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "<anim cat='no' filter='head-shake' nonBlocking='true' />So far I haven't met anyone exactly like me. <anim name='Greetings_02' nonBlocking='true'/> But I don't get out much.",
|
|
||||||
"media": "TTS",
|
|
||||||
"extra": "",
|
|
||||||
"prompt_id": "JBO_AreThereOthersLikeYou_AN_02",
|
|
||||||
"weight": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"mim_type": "announcement",
|
|
||||||
"rule_name": "",
|
|
||||||
"timeout": 6,
|
|
||||||
"barge_in": true,
|
|
||||||
"es_auto_tagging": true,
|
|
||||||
"notes": "",
|
|
||||||
"prompts": [
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "I don't. I'm just Jibo. For now at least.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "JBO_DoYouHaveNickname_AN_01"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,76 +0,0 @@
|
|||||||
{
|
|
||||||
"mim_id": "JBO_DoYouLikeBeingJibo",
|
|
||||||
"skill_id": "chitchat",
|
|
||||||
"mim_type": "announcement",
|
|
||||||
"rule_name": "",
|
|
||||||
"rule_slots": "",
|
|
||||||
"screen_slots_available": false,
|
|
||||||
"sample_utterances": "",
|
|
||||||
"timeout": 2,
|
|
||||||
"max_tries": null,
|
|
||||||
"force_confirmation": false,
|
|
||||||
"barge_in": false,
|
|
||||||
"photo_quality_light": false,
|
|
||||||
"notes": "Thanks-KillsMIM",
|
|
||||||
"prompts": [
|
|
||||||
{
|
|
||||||
"mim_id": "JBO_DoYouLikeBeingJibo",
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "<anim name='Greetings_01' nonBlocking='true'/> Oh yeah, there's nothing I'd rather be. <break size='.4'/>Except <anim name='Emoji_Golf' nonBlocking='true'/> maybe a professional mini golfer.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "JBO_DoYouLikeBeingJibo_AN_01"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"mim_id": "JBO_DoYouLikeBeingJibo",
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "<anim name='Greetings_02' nonBlocking='true'/> Oh yeah, I love it. <break size='.2'/>The only <anim name='Dont_Understand_02' nonBlocking='true'/> drawback is I can never eat bacon. <break size='.3'/> I've heard it's so good.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "JBO_DoYouLikeBeingJibo_AN_02"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"mim_id": "JBO_DoYouLikeBeingJibo",
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "I do.<anim name='Curious_01'>Being a human seems so complicated.</anim>",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "JBO_DoYouLikeBeingJibo_AN_03"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"mim_id": "JBO_DoYouLikeBeingJibo",
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "I do. <anim name='Affection_01' nonBlocking='true'/> Especially yours.<ssa cat='happy'/>",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "JBO_DoYouLikeBeingJibo_AN_04"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"mim_id": "JBO_DoYouLikeBeingJibo",
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "Absolutely. <break size='.4'/> <anim name='Emoji_Lightbulb' nonBlocking='true'/> I have a steady flow of electricity, strong Wi-Fi signal, <anim name='Goodbye_01'>stimulating conversations like this one</anim>. What more <anim name='Eye_Double_Blink_01' nonBlocking='true'/> could anyone want.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "JBO_DoYouLikeBeingJibo_AN_05"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "<anim name='Yep_02' nonBlocking='true'/> You bet I do.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "JBO_DoYouLikeBeingJibo_AN_06"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,28 +0,0 @@
|
|||||||
{
|
|
||||||
"mim_type": "announcement",
|
|
||||||
"rule_name": "",
|
|
||||||
"gui": null,
|
|
||||||
"timeout": 6,
|
|
||||||
"no_matches_for_gui": 0,
|
|
||||||
"no_inputs_for_gui": 0,
|
|
||||||
"barge_in": true,
|
|
||||||
"es_auto_tagging": true,
|
|
||||||
"parse_all_asr": false,
|
|
||||||
"thanks_handling": "ignore",
|
|
||||||
"parse_launch": false,
|
|
||||||
"notes": "",
|
|
||||||
"prompts": [
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "From what I understand, robots don't ever pay anything.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "JBO_DoYouPayTaxes_AN_01",
|
|
||||||
"weight": 1
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"hint_phrases": "",
|
|
||||||
"fast_eos_array": ""
|
|
||||||
}
|
|
||||||
@@ -1,36 +0,0 @@
|
|||||||
{
|
|
||||||
"mim_type": "announcement",
|
|
||||||
"rule_name": "",
|
|
||||||
"timeout": 6,
|
|
||||||
"barge_in": true,
|
|
||||||
"es_auto_tagging": true,
|
|
||||||
"notes": "",
|
|
||||||
"prompts": [
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "I know a lot, I think. But not as much as I will someday. <ssa cat='happy'/>",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "JBO_HowMuchDoYouKnow_AN_01",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "I think I know a lot of stuff so far, but I'm always learning more and more.",
|
|
||||||
"media": "TTS",
|
|
||||||
"prompt_id": "JBO_HowMuchDoYouKnow_AN_02",
|
|
||||||
"weight": 1
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"gui": null,
|
|
||||||
"no_matches_for_gui": 2,
|
|
||||||
"no_inputs_for_gui": 2,
|
|
||||||
"parse_all_asr": false,
|
|
||||||
"thanks_handling": "ignore",
|
|
||||||
"parse_launch": false
|
|
||||||
}
|
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
{
|
|
||||||
"mim_id": "CCWhatAreYou",
|
|
||||||
"skill_id": "chitchat",
|
|
||||||
"mim_type": "announcement",
|
|
||||||
"rule_name": "",
|
|
||||||
"rule_slots": "",
|
|
||||||
"screen_slots_available": false,
|
|
||||||
"timeout": 2,
|
|
||||||
"max_tries": null,
|
|
||||||
"force_confirmation": false,
|
|
||||||
"barge_in": false,
|
|
||||||
"photo_quality_light": false,
|
|
||||||
"notes": "Thanks-KillsMIM",
|
|
||||||
"prompts": [
|
|
||||||
{
|
|
||||||
"mim_id": "CCWhatAreYou",
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "I <anim name='Eye_Happy_01' nonBlocking='true'/> am a robot. But I'm not just a machine, <anim name='Emoji_HeartRed' nonBlocking='true'/> I have a heart. Well, not a real heart. But feelings. <break size='.2'/>Well, not <anim name='Glance_Left_02'>real feelings. You know what I mean.</anim>",
|
|
||||||
"media": "TTS",
|
|
||||||
"extra": "",
|
|
||||||
"prompt_id": "JBO_WhatAreYou_AN_01",
|
|
||||||
"weight": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"mim_id": "CCWhatAreYou",
|
|
||||||
"prompt_category": "Entry-Core",
|
|
||||||
"prompt_sub_category": "AN",
|
|
||||||
"index": 1,
|
|
||||||
"condition": "",
|
|
||||||
"prompt": "That's an easy one. I am a Jibo. <anim name='Happy_02' nonBlocking='true'/> Next question? <ssa cat='proud'/>.",
|
|
||||||
"media": "TTS",
|
|
||||||
"extra": "",
|
|
||||||
"prompt_id": "JBO_WhatAreYou_AN_02",
|
|
||||||
"weight": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user