Note: If migrating from a version less than v1.0.0, also see the v1.0.0 migration guide wiki.
Table of Contents
Component Text
was removed from structure t_Output_Data
for method message
. The returned data is now available in component Generic
, a standard table of t_Runtime_Response_Generic
, which results in data of type JSONOBJECT
. To convert data in a variable of type JSONOBJECT
to data type string, you can use method move_data_reference_to_abap
, which is provided in the service class zcl_ibmc_service
.
Data type t_Dialog_Nodes_Visited
was renamed to t_Dialog_Node_Visited
.
The following input parameters for method Create_Model
were renamed:
Old name | New name |
---|---|
i_Forced_Glossary_ct |
i_Forced_Glossary_Content_Type |
i_Parallel_Corpus_ct |
i_Parallel_Corpus_Content_Type |
Default values for these parameters are no longer provided.
-
Methods
Recognize
andCreate_Job
:- Parameter
i_Customization_Id
was removed - use parameteri_Language_Customization_Id
instead.
- Parameter
-
Method
Add_Grammar
- Type of parameter
i_Grammar_File
was changed fromString
toFile
.
- Type of parameter
-
Support for asynchronous workspace operations - new methods:
Create_Workspace_Async
,Export_Workspace_Async
,Update_Workspace_Async
-
Support to create and modify assistants, releases, skills and environments - new methods:
Create_Assistant
,Delete_Assistant
,List_Assistants
Create_Release
,Delete_Release
,Deploy_Release
,Get_Release
,List_Releases
Export_Skills
,Get_Skill
,Import_Skills
,Import_Skills_Status
,Update_Skill
Get_Environment
,List_Environments
,Update_Environment
The ABAP SDK includes now interfaces to all Discovery V2 methods. See details on IBM's documentation site here.
-
Support to create and modify custom models - new methods:
create_categories_model
,list_categories_models
,get_categories_model
,update_categories_model
,delete_categories_model
create_classifications_model
,list_classifications_models
,get_classifications_model
,update_classifications_model
,delete_classifications_model
-
Support for custom prompts and speaker models - new methods:
List_Custom_Prompts
,Get_Custom_Prompt
,Add_Custom_Prompt
,Delete_Custom_Prompt
List_Speaker_Models
,Get_Speaker_Model
,Create_Speaker_Model
,Delete_Speaker_Model
-
Method
Synthesize
:- New optional parameters
i_Spell_Out_Mode
,i_Rate_Percentage
andi_Pitch_Percentage
.
- New optional parameters
See details of these new methods and parameters on IBM's documentation site here.
-
Methods
Recognize
andCreate_Job
:- New optional parameters
i_Low_Latency
andi_Character_Insertion_Bias
.
- New optional parameters
-
Methods
Train_Language_Model
andTrain_Acoustic_Model
:- New optional parameter
i_strict
.
- New optional parameter
See details of these new parameters on IBM's documentation site here.
The following service is discontinued. New service instances cannot be created anymore. The ABAP SDK still includes interfaces to this service, which cannot be used anymore when IBM support of the corresponding service ends.
Existing instances are supported until 10 June 2024 and will be deleted afterwards.
The following services are discontinued. New service instances cannot be created anymore. Interfaces to these services have been removed from the ABAP SDK.
Discontinued since 30 November 2021.
Discontinued since 11 July 2023. Migrate to Discovery V2.
Discontinued since 9 August 2021. Migrate to Natural Language Understanding V1.
Discontinued since 1 December 2021.
Discontinued since 24 February 2023. Migrate to Natural Language Understanding V1.
Discontinued since 1 December 2021.