Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
2e667d2
Initial commit. Have the ability to store secret values like keys in …
Feb 10, 2018
0caac39
Added IContextProvider and IEntityResolver. Updated LuisManager to ex…
jbienzms Feb 14, 2018
4f92894
updated LUISTest scene to match lab example
StephenHodgson Feb 14, 2018
8ef4fdf
Added IntentEventData
StephenHodgson Feb 14, 2018
6225c2f
Added IIntentHandler interface. Added global handler code to the Luis…
jbienzms Feb 14, 2018
7a7494c
Stopped tracking and ignored solution files by name
StephenHodgson Feb 14, 2018
8bb9b0c
Merge branch 'feature/LUIS' into feature/LUIS-local
StephenHodgson Feb 14, 2018
782d26e
updated IntentEventData and added the Intent Handler into the LUISMan…
StephenHodgson Feb 15, 2018
456778a
Improved IIntentHandler to recieve the actual intent. Updated LuisMan…
jbienzms Feb 15, 2018
240f41b
Merge pull request #2 from StephenHodgson/feature/LUIS
jbienzms Feb 15, 2018
ea460c9
Merge branch 'feature/LUIS' into feature/LUIS-local
StephenHodgson Feb 15, 2018
0ff2fe0
Execute intent on GameObjects
StephenHodgson Feb 15, 2018
8ccdc40
Merge pull request #1 from StephenHodgson/feature/LUIS-local
jbienzms Feb 15, 2018
56542f0
Started workign on ColorAndSizeHandler
jbienzms Feb 15, 2018
4ac259f
Debug handler, for displaying debug information about all predicted i…
Feb 15, 2018
67e1e4f
Merge pull request #3 from michael-house/feature/LUIS
jbienzms Feb 15, 2018
5f4e24c
Renamed Entities to ResolvedEntities. Renamed ColorAndSizeHandler to …
jbienzms Feb 15, 2018
76303f3
Merge branch 'feature/LUIS' of https://github.com/Microsoft/mixedreal…
jbienzms Feb 15, 2018
949540a
Added LuisDictationManager. Added extension to help with resolving en…
jbienzms Feb 15, 2018
dc39b07
Added button to LuisTester to quickly send test predictions.
jbienzms Feb 15, 2018
e5e5bec
Updated LUIS Readme to give prototype and reference teams creadit as …
jbienzms Feb 21, 2018
95283fa
Checking in improved code for AppearanceTransformHandler
jbienzms Mar 1, 2018
e08ae22
Merge branch 'feature/LUIS' of https://github.com/Microsoft/mixedreal…
jbienzms Mar 1, 2018
a2d5704
Added the MRLUIS sample domain from the luis.ai portal.
jbienzms Mar 29, 2018
d22ff1a
Added extension to get first resolved entity value. Fixed a bug that …
jbienzms Apr 9, 2018
4b53d22
Made improvements to core scripts. Finalized some scripts from the sa…
jbienzms Apr 19, 2018
00a3a84
Reorganized plugins to be more structured for packaging. Created firs…
jbienzms Apr 19, 2018
4967391
Finalized packaging system. Added Package-All. Regenerated 1.0 packag…
jbienzms Apr 20, 2018
5333781
Added logic in SecretHelper to not override values and to check if th…
jbienzms May 3, 2018
2738e5e
Added ColorMapper. Updated AppearanceIntentHandler to use ColorMapper…
jbienzms May 3, 2018
5b9d03e
Moved all existing files under new Reference-Architecture client bran…
jbienzms May 4, 2018
b362a7e
Greatly improved the log messages for when an entity can't be mapped …
jbienzms May 4, 2018
8be1b41
Finally fixed the bug where LuisDictationManager did not restart with…
jbienzms May 4, 2018
019d07f
Removed the Preview flag from the LuisManager as it's no longer used.…
jbienzms May 7, 2018
5d35b7d
Added the missing 'Async' suffix on LuisManager methods that return T…
jbienzms May 7, 2018
4bf1658
Updated LuisTester and LuisDictationManager to automatically search f…
jbienzms May 7, 2018
b83fae0
Renamed EntityMetaData to EntityMetadata
jbienzms May 8, 2018
342af65
Rename EntityMetaData.cs to EntityMetadata.cs
jbienzms May 8, 2018
c3cf48c
Rename EntityMetaDataResolver.cs to EntityMetadataResolver.cs
jbienzms May 8, 2018
c877a2e
Rename EntityMetaData.cs.meta to EntityMetadata.cs.meta
jbienzms May 8, 2018
d9b351d
Rename EntityMetaDataResolver.cs.meta to EntityMetadataResolver.cs.meta
jbienzms May 8, 2018
7b98675
Fixed casing of script file names to match class names.
jbienzms May 8, 2018
4d8c148
Modified ReadMes to explain the new structure and help people locate …
jbienzms May 9, 2018
ab855ef
Update README.md
jbienzms May 9, 2018
eb50ff5
Update README.md
jbienzms May 9, 2018
c4e7529
Update README.md
jbienzms May 9, 2018
8593161
Update README.md
jbienzms May 9, 2018
2518242
Merge pull request #6 from Microsoft/feature/LUIS
jbienzms May 9, 2018
f17349a
Merge branch 'master' into feature/LUIS
May 22, 2018
9ed673a
Isolated Windows code into conditional compile statements.
May 23, 2018
8310d41
Isolated Windows code into conditional compile statements. Converted …
May 25, 2018
34e2fa0
Corrected a bug in LuisExtensions for FirstOrDefaultResolution. Updat…
jbienzms Jun 11, 2018
87e7f58
Merge pull request #10 from Microsoft/feature/LUISAndroid
jbienzms Jun 11, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ OcclusionCullingSettings:
--- !u!104 &2
RenderSettings:
m_ObjectHideFlags: 0
serializedVersion: 8
serializedVersion: 9
m_Fog: 0
m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
m_FogMode: 3
Expand All @@ -38,7 +38,8 @@ RenderSettings:
m_ReflectionIntensity: 1
m_CustomReflection: {fileID: 0}
m_Sun: {fileID: 0}
m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1}
m_IndirectSpecularColor: {r: 0.44657844, g: 0.49641222, b: 0.57481694, a: 1}
m_UseRadianceAmbientProbe: 0
--- !u!157 &3
LightmapSettings:
m_ObjectHideFlags: 0
Expand All @@ -54,11 +55,10 @@ LightmapSettings:
m_EnableBakedLightmaps: 1
m_EnableRealtimeLightmaps: 1
m_LightmapEditorSettings:
serializedVersion: 9
serializedVersion: 10
m_Resolution: 2
m_BakeResolution: 40
m_TextureWidth: 1024
m_TextureHeight: 1024
m_AtlasSize: 1024
m_AO: 0
m_AOMaxDistance: 1
m_CompAOExponent: 1
Expand Down Expand Up @@ -113,6 +113,125 @@ NavMeshSettings:
debug:
m_Flags: 0
m_NavMeshData: {fileID: 0}
--- !u!1001 &181603171
Prefab:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 1776187686}
m_Modifications:
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_AnchoredPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_SizeDelta.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_AnchorMin.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_AnchorMin.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_AnchorMax.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_AnchorMax.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_Pivot.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: m_Pivot.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 114188203539520358, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: LuisManager
value:
objectReference: {fileID: 1776187685}
- target: {fileID: 114188203539520358, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
propertyPath: TestUtterance
value: Make the cube bigger
objectReference: {fileID: 0}
- target: {fileID: 1347998523252160, guid: 1cb2d102fe645a84eb298c48c4fc810f, type: 2}
propertyPath: m_IsActive
value: 1
objectReference: {fileID: 0}
m_RemovedComponents: []
m_ParentPrefab: {fileID: 100100000, guid: 1cb2d102fe645a84eb298c48c4fc810f, type: 2}
m_IsPrefabParent: 0
--- !u!224 &181603172 stripped
RectTransform:
m_PrefabParentObject: {fileID: 224920454817694806, guid: 1cb2d102fe645a84eb298c48c4fc810f,
type: 2}
m_PrefabInternal: {fileID: 181603171}
--- !u!1 &393811213
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -147,6 +266,7 @@ MeshRenderer:
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RenderingLayerMask: 4294967295
m_Materials:
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
Expand Down Expand Up @@ -301,6 +421,7 @@ Camera:
m_TargetEye: 3
m_HDR: 1
m_AllowMSAA: 1
m_AllowDynamicResolution: 0
m_ForceIntoRT: 0
m_OcclusionCulling: 1
m_StereoConvergence: 10
Expand Down Expand Up @@ -349,6 +470,7 @@ MeshRenderer:
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RenderingLayerMask: 4294967295
m_Materials:
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
Expand Down Expand Up @@ -379,9 +501,9 @@ MeshCollider:
m_Material: {fileID: 0}
m_IsTrigger: 0
m_Enabled: 1
serializedVersion: 2
serializedVersion: 3
m_Convex: 0
m_InflateMesh: 0
m_CookingOptions: 14
m_SkinWidth: 0.01
m_Mesh: {fileID: 10210, guid: 0000000000000000e000000000000000, type: 0}
--- !u!33 &1043997302
Expand All @@ -404,6 +526,68 @@ Transform:
m_Father: {fileID: 0}
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0}
--- !u!1 &1067737709
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
serializedVersion: 5
m_Component:
- component: {fileID: 1067737712}
- component: {fileID: 1067737711}
- component: {fileID: 1067737710}
m_Layer: 0
m_Name: EventSystem
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!114 &1067737710
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 1067737709}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 1077351063, guid: f70555f144d8491a825f0804e09c671c, type: 3}
m_Name:
m_EditorClassIdentifier:
m_HorizontalAxis: Horizontal
m_VerticalAxis: Vertical
m_SubmitButton: Submit
m_CancelButton: Cancel
m_InputActionsPerSecond: 10
m_RepeatDelay: 0.5
m_ForceModuleActive: 0
--- !u!114 &1067737711
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 1067737709}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: -619905303, guid: f70555f144d8491a825f0804e09c671c, type: 3}
m_Name:
m_EditorClassIdentifier:
m_FirstSelected: {fileID: 0}
m_sendNavigationEvents: 1
m_DragThreshold: 10
--- !u!4 &1067737712
Transform:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 1067737709}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 9
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &1082056800
GameObject:
m_ObjectHideFlags: 0
Expand Down Expand Up @@ -503,6 +687,7 @@ MeshRenderer:
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RenderingLayerMask: 4294967295
m_Materials:
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
Expand Down Expand Up @@ -651,6 +836,7 @@ MeshRenderer:
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RenderingLayerMask: 4294967295
m_Materials:
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
Expand Down Expand Up @@ -751,6 +937,7 @@ MeshRenderer:
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RenderingLayerMask: 4294967295
m_Materials:
- {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0}
m_StaticBatchInfo:
Expand Down Expand Up @@ -892,6 +1079,7 @@ MeshRenderer:
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RenderingLayerMask: 4294967295
m_Materials:
- {fileID: 10100, guid: 0000000000000000e000000000000000, type: 0}
m_StaticBatchInfo:
Expand Down Expand Up @@ -935,7 +1123,6 @@ GameObject:
m_Component:
- component: {fileID: 1776187686}
- component: {fileID: 1776187685}
- component: {fileID: 1776187687}
- component: {fileID: 1776187688}
m_Layer: 0
m_Name: LUIS
Expand All @@ -955,9 +1142,9 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 9d268b595133a624f8d05847a7d3ef36, type: 3}
m_Name:
m_EditorClassIdentifier:
AppId:
AppKey:
Domain:
AppId: 91d51e67-1db6-48cd-a562-698e7c5218a1
AppKey: 9fdc5da109d14098849d0cc77b36758f
Domain: southcentralus
MinimumIntentScore: 0.5
Verbose: 1
--- !u!4 &1776187686
Expand All @@ -969,25 +1156,11 @@ Transform:
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Children:
- {fileID: 181603172}
m_Father: {fileID: 0}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &1776187687
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 1776187684}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 49d7cd01fd87922428af51ee39a56761, type: 3}
m_Name:
m_EditorClassIdentifier:
EnableDebugging: 1
LuisManager: {fileID: 0}
PredictOnStart: 1
TestUtterance: make the cube bigger
--- !u!114 &1776187688
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading