include_count
is now a parameter of thelist_workspaces()
methodinclude_count
is now a parameter of thelist_intents()
methodinclude_count
is now a parameter of thelist_examples()
methodinclude_count
is now a parameter of thelist_counterexamples()
methodinclude_count
is now a parameter of thelist_entities()
methodinclude_count
is now a parameter of thelist_values()
methodinclude_count
is now a parameter of thelist_synonyms()
methodinclude_count
is now a parameter of thelist_dialogNodes()
methodcontext
type was changed fromdict
toDialogNodeContext
in thecreate_dialog_node()
methodnew_context
type was changed fromdict
toDialogNodeContext
in theupdate_dialog_node()
methodbulk_classify()
method was addded
BulkClassifyOutput
,
BulkClassifyResponse
,
BulkClassifyUtterance
,
DialogNodeContext
,
DialogNodeOutputConnectToAgentTransferInfo
,
DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent
,
DialogNodeOutputGenericDialogNodeOutputResponseTypeImage
,
DialogNodeOutputGenericDialogNodeOutputResponseTypeOption
,
DialogNodeOutputGenericDialogNodeOutputResponseTypePause
,
DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill
,
DialogNodeOutputGenericDialogNodeOutputResponseTypeText
,
RuntimeResponseGenericRuntimeResponseTypeConnectToAgent
,
RuntimeResponseGenericRuntimeResponseTypeImage
,
RuntimeResponseGenericRuntimeResponseTypeOption
,
RuntimeResponseGenericRuntimeResponseTypePause
,
RuntimeResponseGenericRuntimeResponseTypeSuggestion
,
RuntimeResponseGenericRuntimeResponseTypeText
DialogSuggestionOutput
,
DialogSuggestionResponseGeneric
DialogNode
context
property type changed fromDictionary<string, object>
toDialogNodeContext
DialogNodeOutput
- Added
Integrations
property with getter and setter
DialogNodeOutputGeneric
, RuntimeResponseGeneric
- Added
agent_available
,agent_unavailable
, andtransfer_info
properties
DialogSuggestion
output
property type changed fromDialogSuggestionOutput
toDictionary<string, object>
bulk_classify()
method was addded
BulkClassifyOutput
,
BulkClassifyResponse
,
BulkClassifyUtterance
,
DialogNodeOutputConnectToAgentTransferInfo
,
RuntimeResponseGenericRuntimeResponseTypeConnectToAgent
,
RuntimeResponseGenericRuntimeResponseTypeImage
,
RuntimeResponseGenericRuntimeResponseTypeOption
,
RuntimeResponseGenericRuntimeResponseTypePause
,
RuntimeResponseGenericRuntimeResponseTypeSearch
,
RuntimeResponseGenericRuntimeResponseTypeSuggestion
,
RuntimeResponseGenericRuntimeResponseTypeText
MessageContext
, MessageContextStateless
Skills
property type changed fromMessageContextSkills
toDictionary<string, MessageContextSkill>
MessageContextSkill
System
property type changed fromDictionary<string, object>
toMessageContextSkillSystem
RuntimeResponseGeneric
- Added
agent_available
,agent_unavailable
, andtransfer_info
properties
before
andafter
parameters were removed fromlist_feedback
method
Category
, TypeLabel
- Added
modification
property
OriginalLabelsOut
, UpdatedLabelsOut
- Removed
modification
property
No changes
QueryResponsePassage
QueryNoticesResult
QueryResponse
- Added
Passages
property
No changes
No changes
No changes
No changes
No changes
-
Renamed
CreateVoiceModel()
method toCreateCustomModel()
-
Renamed
ListVoiceModels()
method toListCustomModels()
-
Renamed
UpdateVoiceModel()
method toUpdateCustomModel()
-
Renamed
GetVoiceModel()
method toGetCustomModel()
-
Renamed
DeleteVoiceModel()
method toGetCustomModel()
CustomModel
,
CustomModels
VoiceModel
,
VoiceModels
Voice
- Change return type of
customization
fromVoiceModel
toCustomModel
No changes
No changes
- Changed
start_time
andend_time
parameter types fromstring
todate
inget_training_usage()
method