mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboExperiments.git
synced 2026-06-16 20:56:07 +00:00
Stub in framework for new .net Open Jibo cloud
This commit is contained in:
@@ -12,10 +12,17 @@ public sealed class TurnContext
|
||||
public string? WakePhrase { get; init; }
|
||||
public string? RawTranscript { get; init; }
|
||||
public string? NormalizedTranscript { get; init; }
|
||||
public string? DeviceId { get; init; }
|
||||
public string? HostName { get; init; }
|
||||
public string? RequestId { get; init; }
|
||||
public string? ProtocolService { get; init; }
|
||||
public string? ProtocolOperation { get; init; }
|
||||
public string? FirmwareVersion { get; init; }
|
||||
public string? ApplicationVersion { get; init; }
|
||||
|
||||
public string? Locale { get; init; } = "en-US";
|
||||
public string? TimeZone { get; init; }
|
||||
|
||||
public bool IsFollowUpEligible { get; init; }
|
||||
public IDictionary<string, object?> Attributes { get; init; } = new Dictionary<string, object?>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user