Skip to content

Commit a2a4cd1

Browse files
committed
feat: fix names
feat: fix names
1 parent 7ebfe62 commit a2a4cd1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/ibm_watson/assistant_v1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module IBMWatson
3333
# The Assistant V1 service.
3434
class AssistantV1 < IBMCloudSdkCore::BaseService
3535
include Concurrent::Async
36-
DEFAULT_SERVICE_NAME = "conversation"
36+
DEFAULT_SERVICE_NAME = "assistant"
3737
DEFAULT_SERVICE_URL = "https://gateway.watsonplatform.net/assistant/api"
3838
##
3939
# @!method initialize(args)

lib/ibm_watson/assistant_v2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module IBMWatson
3333
# The Assistant V2 service.
3434
class AssistantV2 < IBMCloudSdkCore::BaseService
3535
include Concurrent::Async
36-
DEFAULT_SERVICE_NAME = "conversation"
36+
DEFAULT_SERVICE_NAME = "assistant"
3737
DEFAULT_SERVICE_URL = "https://gateway.watsonplatform.net/assistant/api"
3838
##
3939
# @!method initialize(args)

lib/ibm_watson/compare_comply_v1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module IBMWatson
2929
# The Compare Comply V1 service.
3030
class CompareComplyV1 < IBMCloudSdkCore::BaseService
3131
include Concurrent::Async
32-
DEFAULT_SERVICE_NAME = "compare-comply"
32+
DEFAULT_SERVICE_NAME = "compare_comply"
3333
DEFAULT_SERVICE_URL = "https://gateway.watsonplatform.net/compare-comply/api"
3434
##
3535
# @!method initialize(args)

lib/ibm_watson/natural_language_understanding_v1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module IBMWatson
3636
# The Natural Language Understanding V1 service.
3737
class NaturalLanguageUnderstandingV1 < IBMCloudSdkCore::BaseService
3838
include Concurrent::Async
39-
DEFAULT_SERVICE_NAME = "natural-language-understanding"
39+
DEFAULT_SERVICE_NAME = "natural_language_understanding"
4040
DEFAULT_SERVICE_URL = "https://gateway.watsonplatform.net/natural-language-understanding/api"
4141
##
4242
# @!method initialize(args)

0 commit comments

Comments
 (0)