Skip to content

Commit ed1acb9

Browse files
committed
feat: Regenerated the SDK based on the lateset definitions and unity generator
1 parent 865ab3d commit ed1acb9

File tree

761 files changed

+45986
-1539
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

761 files changed

+45986
-1539
lines changed

Assistant/v2/Assistant.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
using System.Text;
2626
using UnityEngine.Networking;
2727

28-
namespace IBM.Watson.Assistant.V2
28+
namespace IBM.Watson.Assistant.V2.Handwritten
2929
{
3030
public class AssistantService
3131
{

Assistant/v2/Models/CaptureGroup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
using System.Collections.Generic;
1919
using Newtonsoft.Json;
2020

21-
namespace IBM.Watson.Assistant.V2.Model
21+
namespace IBM.Watson.Assistant.V2.Model.Handwritten
2222
{
2323
/// <summary>
2424
/// CaptureGroup.

Assistant/v2/Models/DialogLogMessage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
using Newtonsoft.Json;
1919

20-
namespace IBM.Watson.Assistant.V2.Model
20+
namespace IBM.Watson.Assistant.V2.Model.Handwritten
2121
{
2222
/// <summary>
2323
/// Dialog log message details.

Assistant/v2/Models/DialogNodeAction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
using Newtonsoft.Json;
1919

20-
namespace IBM.Watson.Assistant.V2.Model
20+
namespace IBM.Watson.Assistant.V2.Model.Handwritten
2121
{
2222
/// <summary>
2323
/// DialogNodeAction.

Assistant/v2/Models/DialogNodeOutputOptionsElement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
using Newtonsoft.Json;
1919

20-
namespace IBM.Watson.Assistant.V2.Model
20+
namespace IBM.Watson.Assistant.V2.Model.Handwritten
2121
{
2222
/// <summary>
2323
/// DialogNodeOutputOptionsElement.

Assistant/v2/Models/DialogNodeOutputOptionsElementValue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
using Newtonsoft.Json;
1919

20-
namespace IBM.Watson.Assistant.V2.Model
20+
namespace IBM.Watson.Assistant.V2.Model.Handwritten
2121
{
2222
/// <summary>
2323
/// An object defining the message input to be sent to the assistant if the user selects the corresponding option.

Assistant/v2/Models/DialogNodesVisited.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
using Newtonsoft.Json;
1919

20-
namespace IBM.Watson.Assistant.V2.Model
20+
namespace IBM.Watson.Assistant.V2.Model.Handwritten
2121
{
2222
/// <summary>
2323
/// DialogNodesVisited.

Assistant/v2/Models/DialogRuntimeResponseGeneric.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
using System.Collections.Generic;
1919
using Newtonsoft.Json;
2020

21-
namespace IBM.Watson.Assistant.V2.Model
21+
namespace IBM.Watson.Assistant.V2.Model.Handwritten
2222
{
2323
/// <summary>
2424
/// DialogRuntimeResponseGeneric.

Assistant/v2/Models/DialogSuggestion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
using Newtonsoft.Json;
1919

20-
namespace IBM.Watson.Assistant.V2.Model
20+
namespace IBM.Watson.Assistant.V2.Model.Handwritten
2121
{
2222
/// <summary>
2323
/// DialogSuggestion.

Assistant/v2/Models/DialogSuggestionValue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
using Newtonsoft.Json;
1919

20-
namespace IBM.Watson.Assistant.V2.Model
20+
namespace IBM.Watson.Assistant.V2.Model.Handwritten
2121
{
2222
/// <summary>
2323
/// An object defining the message input to be sent to the assistant if the user selects the corresponding

0 commit comments

Comments
 (0)