Skip to content

Commit 8bfbc42

Browse files
authored
Merge pull request #250 from watson-developer-cloud/4775-nlc-iam
Regenerate SDK with IAM support for NLC
2 parents 5cccea0 + efb0cba commit 8bfbc42

File tree

19 files changed

+500
-423
lines changed

19 files changed

+500
-423
lines changed

src/IBM.WatsonDeveloperCloud.Assistant.v1/AssistantService.cs

Lines changed: 50 additions & 50 deletions
Large diffs are not rendered by default.

src/IBM.WatsonDeveloperCloud.Assistant.v1/Model/CreateValue.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ public enum ValueTypeEnum
9898
public List<string> Synonyms { get; set; }
9999
/// <summary>
100100
/// An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by
101-
/// **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more
101+
/// **type**), but not both. A pattern is a regular expression no longer than 512 characters. For more
102102
/// information about how to specify a pattern, see the
103103
/// [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities).
104104
/// </summary>
105105
/// <value>
106106
/// An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by
107-
/// **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more
107+
/// **type**), but not both. A pattern is a regular expression no longer than 512 characters. For more
108108
/// information about how to specify a pattern, see the
109109
/// [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities).
110110
/// </value>

src/IBM.WatsonDeveloperCloud.Assistant.v1/Model/UpdateValue.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ public enum ValueTypeEnum
9898
public List<string> Synonyms { get; set; }
9999
/// <summary>
100100
/// An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by
101-
/// **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more
101+
/// **type**), but not both. A pattern is a regular expression no longer than 512 characters. For more
102102
/// information about how to specify a pattern, see the
103103
/// [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities).
104104
/// </summary>
105105
/// <value>
106106
/// An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by
107-
/// **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more
107+
/// **type**), but not both. A pattern is a regular expression no longer than 512 characters. For more
108108
/// information about how to specify a pattern, see the
109109
/// [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities).
110110
/// </value>

src/IBM.WatsonDeveloperCloud.Conversation.v1/ConversationService.cs

Lines changed: 50 additions & 50 deletions
Large diffs are not rendered by default.

src/IBM.WatsonDeveloperCloud.Conversation.v1/Model/CreateValue.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ public enum ValueTypeEnum
9898
public List<string> Synonyms { get; set; }
9999
/// <summary>
100100
/// An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by
101-
/// **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more
101+
/// **type**), but not both. A pattern is a regular expression no longer than 512 characters. For more
102102
/// information about how to specify a pattern, see the
103103
/// [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities).
104104
/// </summary>
105105
/// <value>
106106
/// An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by
107-
/// **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more
107+
/// **type**), but not both. A pattern is a regular expression no longer than 512 characters. For more
108108
/// information about how to specify a pattern, see the
109109
/// [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities).
110110
/// </value>

src/IBM.WatsonDeveloperCloud.Conversation.v1/Model/UpdateValue.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ public enum ValueTypeEnum
9898
public List<string> Synonyms { get; set; }
9999
/// <summary>
100100
/// An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by
101-
/// **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more
101+
/// **type**), but not both. A pattern is a regular expression no longer than 512 characters. For more
102102
/// information about how to specify a pattern, see the
103103
/// [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities).
104104
/// </summary>
105105
/// <value>
106106
/// An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by
107-
/// **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more
107+
/// **type**), but not both. A pattern is a regular expression no longer than 512 characters. For more
108108
/// information about how to specify a pattern, see the
109109
/// [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities).
110110
/// </value>

0 commit comments

Comments
 (0)