Update an existing shared conversation flow component
Path parameters
ID of the component to update
Request body
Example request
{
"name": "Customer Information Collector",
"tools": [
{
"type": "custom",
"name": "get_customer_info",
"description": "Get customer information from database",
"tool_id": "tool_001",
"url": "https://api.example.com/customer",
"method": "GET"
}
],
"mcps": [
{
"headers": {
"Authorization": "Bearer 1234567890"
},
"query_params": {
"index": "1",
"key": "value"
}
}
],
"nodes": [
{
"id": "collect_info",
"type": "conversation",
"instruction": {
"type": "prompt",
"text": "Ask the customer for their name and contact information."
}
}
],
"start_node_id": "collect_info",
"begin_tag_display_position": {
"x": 100,
"y": 200
},
"notes": [
{
"id": "note_abc123",
"content": "Remember to handle edge cases here.",
"display_position": {
"x": 300,
"y": 150
},
"size": {
"width": 200,
"height": 100
}
}
]
}Response
Successfully updated conversation flow component
Example response
{
"name": "Customer Information Collector",
"tools": [
{
"type": "custom",
"name": "get_customer_info",
"description": "Get customer information from database",
"tool_id": "tool_001",
"url": "https://api.example.com/customer",
"method": "GET"
}
],
"mcps": [
{
"headers": {
"Authorization": "Bearer 1234567890"
},
"query_params": {
"index": "1",
"key": "value"
}
}
],
"nodes": [
{
"id": "collect_info",
"type": "conversation",
"instruction": {
"type": "prompt",
"text": "Ask the customer for their name and contact information."
}
}
],
"start_node_id": "collect_info",
"begin_tag_display_position": {
"x": 100,
"y": 200
},
"notes": [
{
"id": "note_abc123",
"content": "Remember to handle edge cases here.",
"display_position": {
"x": 300,
"y": 150
},
"size": {
"width": 200,
"height": 100
}
}
]
}Changes
Changed in 14 of the 28 revisions of this API.97177272
- ●
changed the pattern of the request property
nodes/items/oneOf[AgentSwapNode]/allOf[subschema #2]/agent_version/oneOf[subschema #2]/from^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$to^(latest|latest_published|(?!(?:latest|latest_published|v\d+)$)[a-z][a-z0-9_-]{0,19})$request-property-pattern-changed
- ●
changed the pattern of the request property
nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[AgentSwapTool]/agent_version/oneOf[subschema #2]/from^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$to^(latest|latest_published|(?!(?:latest|latest_published|v\d+)$)[a-z][a-z0-9_-]{0,19})$request-property-pattern-changed
- ●
changed the pattern of the request property
nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[TransferCallTool]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/agentic_transfer_config/transfer_agent/agent_version/oneOf[subschema #2]/from^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$to^(latest|latest_published|(?!(?:latest|latest_published|v\d+)$)[a-z][a-z0-9_-]{0,19})$request-property-pattern-changed
- ●
changed the pattern of the request property
nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/agentic_transfer_config/transfer_agent/agent_version/oneOf[subschema #2]/from^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$to^(latest|latest_published|(?!(?:latest|latest_published|v\d+)$)[a-z][a-z0-9_-]{0,19})$request-property-pattern-changed
- ○
added the new optional request property
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/enable_typing_soundnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[ExtractDynamicVariableTool]/enable_typing_soundnew-optional-request-property
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/enable_typing_soundto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[ExtractDynamicVariableTool]/enable_typing_soundto the response with the200statusresponse-optional-property-added
- ○
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[subschema #2]/agent_version/oneOf[subschema #2]/response's property pattern was changed from^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$to^(latest|latest_published|(?!(?:latest|latest_published|v\d+)$)[a-z][a-z0-9_-]{0,19})$for the status200response-property-pattern-changed
- ○
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[AgentSwapTool]/agent_version/oneOf[subschema #2]/response's property pattern was changed from^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$to^(latest|latest_published|(?!(?:latest|latest_published|v\d+)$)[a-z][a-z0-9_-]{0,19})$for the status200response-property-pattern-changed
- ○
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[TransferCallTool]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/agentic_transfer_config/transfer_agent/agent_version/oneOf[subschema #2]/response's property pattern was changed from^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$to^(latest|latest_published|(?!(?:latest|latest_published|v\d+)$)[a-z][a-z0-9_-]{0,19})$for the status200response-property-pattern-changed
- ○
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/agentic_transfer_config/transfer_agent/agent_version/oneOf[subschema #2]/response's property pattern was changed from^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$to^(latest|latest_published|(?!(?:latest|latest_published|v\d+)$)[a-z][a-z0-9_-]{0,19})$for the status200response-property-pattern-changed
- ●
- ○
added the new optional request property
flex_modenew-optional-request-property
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/flex_modeto the response with the200statusresponse-optional-property-added
- ○
- ▲
request property
nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[TransferCallTool]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/agentic_transfer_config/transfer_agent/agent_versionlist-of-types was narrowed by removing typesnumberfrom media typeapplication/jsonrequest-property-list-of-types-narrowed
- ▲
request property
nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/agentic_transfer_config/transfer_agent/agent_versionlist-of-types was narrowed by removing typesnumberfrom media typeapplication/jsonrequest-property-list-of-types-narrowed
- ▲
response property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[TransferCallTool]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/agentic_transfer_config/transfer_agent/agent_versionlist-of-types was widened by adding typesinteger and stringto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/agentic_transfer_config/transfer_agent/agent_versionlist-of-types was widened by adding typesinteger and stringto media typeapplication/jsonof response200response-property-list-of-types-widened
- ●
changed the pattern of the request property
nodes/items/oneOf[AgentSwapNode]/allOf[subschema #2]/agent_version/oneOf[subschema #2]/from^[a-z0-9_-]+$to^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$request-property-pattern-changed
- ●
changed the pattern of the request property
nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[AgentSwapTool]/agent_version/oneOf[subschema #2]/from^[a-z0-9_-]+$to^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$request-property-pattern-changed
- ○
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[subschema #2]/agent_version/oneOf[subschema #2]/response's property pattern was changed from^[a-z0-9_-]+$to^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$for the status200response-property-pattern-changed
- ○
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[AgentSwapTool]/agent_version/oneOf[subschema #2]/response's property pattern was changed from^[a-z0-9_-]+$to^(latest|(?!(?:v\d+)$)[a-z][a-z0-9_-]{0,19})$for the status200response-property-pattern-changed
- ▲
- ▲
removed the enum value
gemini-2.5-flashof the request propertynodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-removed
- ▲
removed the enum value
gemini-2.5-flashof the request propertynodes/items/oneOf[BranchNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-removed
- ▲
removed the enum value
gemini-2.5-flashof the request propertynodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-removed
- ▲
removed the enum value
gemini-2.5-flashof the request propertynodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-removed
- ▲
removed the enum value
gemini-2.5-flashof the request propertynodes/items/oneOf[CodeNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-removed
- ▲
removed the enum value
gemini-2.5-flashof the request propertynodes/items/oneOf[ConversationNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-removed
- ▲
removed the enum value
gemini-2.5-flashof the request propertynodes/items/oneOf[EndNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-removed
- ▲
removed the enum value
gemini-2.5-flashof the request propertynodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-removed
- ▲
removed the enum value
gemini-2.5-flashof the request propertynodes/items/oneOf[FunctionNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-removed
- ▲
removed the enum value
gemini-2.5-flashof the request propertynodes/items/oneOf[MCPNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-removed
- ▲
removed the enum value
gemini-2.5-flashof the request propertynodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-removed
- ▲
removed the enum value
gemini-2.5-flashof the request propertynodes/items/oneOf[SmsNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-removed
- ▲
removed the enum value
gemini-2.5-flashof the request propertynodes/items/oneOf[SubagentNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-removed
- ▲
removed the enum value
gemini-2.5-flashof the request propertynodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-removed
- ▲
request property
nodes/items/oneOf[AgentSwapNode]/allOf[subschema #2]/agent_versionlist-of-types was narrowed by removing typesnumberfrom media typeapplication/jsonrequest-property-list-of-types-narrowed
- ▲
request property
nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[AgentSwapTool]/agent_versionlist-of-types was narrowed by removing typesnumberfrom media typeapplication/jsonrequest-property-list-of-types-narrowed
- ▲
response property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[subschema #2]/agent_versionlist-of-types was widened by adding typesinteger and stringto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[AgentSwapTool]/agent_versionlist-of-types was widened by adding typesinteger and stringto media typeapplication/jsonof response200response-property-list-of-types-widened
- ○
added the new optional request property
nodes/items/oneOf[ConversationNode]/allOf[AgentOverrideConfig]/allow_dtmf_interruptionnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/kb_confignew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[SubagentNode]/allOf[AgentOverrideConfig]/allow_dtmf_interruptionnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/kb_confignew-optional-request-property
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[AgentOverrideConfig]/allow_dtmf_interruptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/kb_configto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[AgentOverrideConfig]/allow_dtmf_interruptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/kb_configto the response with the200statusresponse-optional-property-added
- ○
removed the
gemini-2.5-flashenum value from theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BranchNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CodeNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[EndNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-removed
- ○
removed the
gemini-2.5-flashenum value from theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-removed
- ▲
- ▲
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CodeNode]/allOf[subschema #2]/coderesponse property's maxLength was increased from5000to20000for the response status200response-property-max-length-increased
- ▲
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[CodeTool]/coderesponse property's maxLength was increased from5000to20000for the response status200response-property-max-length-increased
- ●
added the new
gpt-5.5enum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.5enum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BranchNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.5enum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.5enum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.5enum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CodeNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.5enum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.5enum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[EndNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.5enum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.5enum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.5enum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.5enum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.5enum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.5enum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.5enum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ○
added the new
gpt-5.5enum value to the request propertynodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.5enum value to the request propertynodes/items/oneOf[BranchNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.5enum value to the request propertynodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.5enum value to the request propertynodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.5enum value to the request propertynodes/items/oneOf[CodeNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.5enum value to the request propertynodes/items/oneOf[ConversationNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.5enum value to the request propertynodes/items/oneOf[EndNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.5enum value to the request propertynodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.5enum value to the request propertynodes/items/oneOf[FunctionNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.5enum value to the request propertynodes/items/oneOf[MCPNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.5enum value to the request propertynodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.5enum value to the request propertynodes/items/oneOf[SmsNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.5enum value to the request propertynodes/items/oneOf[SubagentNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.5enum value to the request propertynodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
the
nodes/items/oneOf[CodeNode]/allOf[subschema #2]/coderequest property's maxLength was increased from5000to20000request-property-max-length-increased
- ○
the
nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[CodeTool]/coderequest property's maxLength was increased from5000to20000request-property-max-length-increased
- ▲
- ▲
removed
NodeInstructionPromptNodeInstructionStaticTextfrom thenodes/items/oneOf[SmsNode]/allOf[subschema #2]/instructionrequest propertyoneOflistrequest-property-one-of-removed
- ▲
added
NodeInstructionSmsInstructionTemplateto theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[subschema #2]/instructionresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
SmsContentTemplateto theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[SendSMSTool]/sms_contentresponse propertyoneOflist for the response status200response-property-one-of-added
- ●
the
nodes/items/oneOf[CodeNode]/allOf[subschema #2]/coderequest property's maxLength was set to5000request-property-max-length-set
- ●
added the new
gemini-3.1-flash-liteenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BranchNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CodeNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[EndNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gemini-3.1-flash-liteenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ○
added the new optional request property
nodes/items/oneOf[CodeNode]/allOf[subschema #2]/enable_typing_soundnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[FunctionNode]/allOf[subschema #2]/enable_typing_soundnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[MCPNode]/allOf[subschema #2]/enable_typing_soundnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[CodeTool]/enable_typing_soundnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[CustomTool]/enable_typing_soundnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[MCPTool]/enable_typing_soundnew-optional-request-property
- ○
added the new optional request property
tools/items/allOf[subschema #1]/oneOf[CustomTool]/enable_typing_soundnew-optional-request-property
- ○
added the new
gemini-3.1-flash-liteenum value to the request propertynodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gemini-3.1-flash-liteenum value to the request propertynodes/items/oneOf[BranchNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gemini-3.1-flash-liteenum value to the request propertynodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gemini-3.1-flash-liteenum value to the request propertynodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gemini-3.1-flash-liteenum value to the request propertynodes/items/oneOf[CodeNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gemini-3.1-flash-liteenum value to the request propertynodes/items/oneOf[ConversationNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gemini-3.1-flash-liteenum value to the request propertynodes/items/oneOf[EndNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gemini-3.1-flash-liteenum value to the request propertynodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gemini-3.1-flash-liteenum value to the request propertynodes/items/oneOf[FunctionNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gemini-3.1-flash-liteenum value to the request propertynodes/items/oneOf[MCPNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gemini-3.1-flash-liteenum value to the request propertynodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gemini-3.1-flash-liteenum value to the request propertynodes/items/oneOf[SmsNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gemini-3.1-flash-liteenum value to the request propertynodes/items/oneOf[SubagentNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gemini-3.1-flash-liteenum value to the request propertynodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added
NodeInstructionSmsInstructionTemplateto thenodes/items/oneOf[SmsNode]/allOf[subschema #2]/instructionrequest propertyoneOflistrequest-property-one-of-added
- ○
added
SmsContentTemplateto thenodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[SendSMSTool]/sms_contentrequest propertyoneOflistrequest-property-one-of-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CodeNode]/allOf[subschema #2]/enable_typing_soundto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[subschema #2]/enable_typing_soundto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/allOf[subschema #2]/enable_typing_soundto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[CodeTool]/enable_typing_soundto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[CustomTool]/enable_typing_soundto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SubagentNode]/allOf[subschema #3]/tools/items/oneOf[MCPTool]/enable_typing_soundto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/tools/items/allOf[subschema #1]/oneOf[CustomTool]/enable_typing_soundto the response with the200statusresponse-optional-property-added
- ○
removed
NodeInstructionPromptNodeInstructionStaticTextfrom theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[subschema #2]/instructionresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ▲
added
SubagentNodeto theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/response propertyoneOflist for the response status200response-property-one-of-added
- ●
removed the request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tool_idsrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/toolsrequest-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tool_idsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/toolsfrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional request property
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[BooleanAnalysisData]/conditional_promptnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[EnumAnalysisData]/conditional_promptnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[NumberAnalysisData]/conditional_promptnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[StringAnalysisData]/conditional_promptnew-optional-request-property
- ○
added the new optional request property
notesnew-optional-request-property
- ○
added
SubagentNodeto thenodes/items/request propertyoneOflistrequest-property-one-of-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[BooleanAnalysisData]/conditional_promptto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[EnumAnalysisData]/conditional_promptto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[NumberAnalysisData]/conditional_promptto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[StringAnalysisData]/conditional_promptto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/notesto the response with the200statusresponse-optional-property-added
- ▲
- ●
added the new
gpt-5.4-minienum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BranchNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CodeNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[EndNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-minienum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BranchNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CodeNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[EndNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
gpt-5.4-nanoenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ○
added the new optional request property
nodes/items/oneOf[AgentSwapNode]/allOf[subschema #2]/keep_current_languagenew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[AgentSwapTool]/keep_current_languagenew-optional-request-property
- ○
added the new
gpt-5.4-minienum value to the request propertynodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-minienum value to the request propertynodes/items/oneOf[BranchNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-minienum value to the request propertynodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-minienum value to the request propertynodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-minienum value to the request propertynodes/items/oneOf[CodeNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-minienum value to the request propertynodes/items/oneOf[ConversationNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-minienum value to the request propertynodes/items/oneOf[EndNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-minienum value to the request propertynodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-minienum value to the request propertynodes/items/oneOf[FunctionNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-minienum value to the request propertynodes/items/oneOf[MCPNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-minienum value to the request propertynodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-minienum value to the request propertynodes/items/oneOf[SmsNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-minienum value to the request propertynodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-nanoenum value to the request propertynodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-nanoenum value to the request propertynodes/items/oneOf[BranchNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-nanoenum value to the request propertynodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-nanoenum value to the request propertynodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-nanoenum value to the request propertynodes/items/oneOf[CodeNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-nanoenum value to the request propertynodes/items/oneOf[ConversationNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-nanoenum value to the request propertynodes/items/oneOf[EndNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-nanoenum value to the request propertynodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-nanoenum value to the request propertynodes/items/oneOf[FunctionNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-nanoenum value to the request propertynodes/items/oneOf[MCPNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-nanoenum value to the request propertynodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-nanoenum value to the request propertynodes/items/oneOf[SmsNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
gpt-5.4-nanoenum value to the request propertynodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[subschema #2]/keep_current_languageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[AgentSwapTool]/keep_current_languageto the response with the200statusresponse-optional-property-added
- ●
- ▲
added
NodeBaseCommonto thenodes/items/oneOf[ComponentNode]/request propertyallOflistrequest-property-all-of-added
- ▲
added
NodeBaseCommonsubschema #2to thenodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/request propertyallOflistrequest-property-all-of-added
- ▲
added
NodeBaseCommonsubschema #2to thenodes/items/oneOf[BranchNode]/allOf[NodeBase]/request propertyallOflistrequest-property-all-of-added
- ▲
added
NodeBaseCommonsubschema #2to thenodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/request propertyallOflistrequest-property-all-of-added
- ▲
added
NodeBaseCommonsubschema #2to thenodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/request propertyallOflistrequest-property-all-of-added
- ▲
added
NodeBaseCommonsubschema #2to thenodes/items/oneOf[ConversationNode]/allOf[NodeBase]/request propertyallOflistrequest-property-all-of-added
- ▲
added
NodeBaseCommonsubschema #2to thenodes/items/oneOf[EndNode]/allOf[NodeBase]/request propertyallOflistrequest-property-all-of-added
- ▲
added
NodeBaseCommonsubschema #2to thenodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/request propertyallOflistrequest-property-all-of-added
- ▲
added
NodeBaseCommonsubschema #2to thenodes/items/oneOf[FunctionNode]/allOf[NodeBase]/request propertyallOflistrequest-property-all-of-added
- ▲
added
NodeBaseCommonsubschema #2to thenodes/items/oneOf[MCPNode]/allOf[NodeBase]/request propertyallOflistrequest-property-all-of-added
- ▲
added
NodeBaseCommonsubschema #2to thenodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/request propertyallOflistrequest-property-all-of-added
- ▲
added
NodeBaseCommonsubschema #2to thenodes/items/oneOf[SmsNode]/allOf[NodeBase]/request propertyallOflistrequest-property-all-of-added
- ▲
added
NodeBaseCommonsubschema #2to thenodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/request propertyallOflistrequest-property-all-of-added
- ▲
the
nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
nodes/items/oneOf[BranchNode]/allOf[NodeBase]/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
nodes/items/oneOf[EndNode]/allOf[NodeBase]/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
nodes/items/oneOf[MCPNode]/allOf[NodeBase]/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
nodes/items/oneOf[SmsNode]/allOf[NodeBase]/request property type/format changed fromobject/to/request-property-type-changed
- ▲
the
nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/request property type/format changed fromobject/to/request-property-type-changed
- ▲
added
CodeNodeto theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
CodeToolto theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BranchNode]/allOf[NodeBase]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[EndNode]/allOf[NodeBase]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/allOf[NodeBase]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[NodeBase]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/response's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
removed the required property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BranchNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[EndNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ●
removed
AgentOverrideConfigfrom thenodes/items/oneOf[FunctionNode]/request propertyallOflistrequest-property-all-of-removed
- ●
removed
AgentOverrideConfigfrom thenodes/items/oneOf[MCPNode]/request propertyallOflistrequest-property-all-of-removed
- ●
removed
NodeBasefrom thenodes/items/oneOf[ComponentNode]/request propertyallOflistrequest-property-all-of-removed
- ●
removed the request property
nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/display_positionrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/global_node_settingrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/idrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/namerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[BranchNode]/allOf[NodeBase]/display_positionrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[BranchNode]/allOf[NodeBase]/global_node_settingrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[BranchNode]/allOf[NodeBase]/idrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[BranchNode]/allOf[NodeBase]/namerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/display_positionrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/global_node_settingrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/idrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/namerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/display_positionrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/global_node_settingrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/idrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/namerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/display_positionrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/global_node_settingrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/idrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/namerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/model_choicerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[TransferCallTool]/transfer_option/oneOf[subschema #2: Warm Transfer]/opt_out_initial_messagerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[EndNode]/allOf[NodeBase]/display_positionrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[EndNode]/allOf[NodeBase]/global_node_settingrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[EndNode]/allOf[NodeBase]/idrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[EndNode]/allOf[NodeBase]/namerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/display_positionrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/global_node_settingrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/idrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/namerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/model_choicerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/display_positionrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/global_node_settingrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/idrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/namerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[FunctionNode]/allOf[subschema #3 -> subschema #2]/model_choicerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[MCPNode]/allOf[NodeBase]/display_positionrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[MCPNode]/allOf[NodeBase]/global_node_settingrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[MCPNode]/allOf[NodeBase]/idrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[MCPNode]/allOf[NodeBase]/namerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/display_positionrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/global_node_settingrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/idrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/namerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[PressDigitNode]/allOf[subschema #2]/model_choicerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[SmsNode]/allOf[NodeBase]/display_positionrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[SmsNode]/allOf[NodeBase]/global_node_settingrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[SmsNode]/allOf[NodeBase]/idrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[SmsNode]/allOf[NodeBase]/namerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/display_positionrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/global_node_settingrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/idrequest-property-removed
- ●
removed the request property
nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/namerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/model_choicerequest-property-removed
- ●
removed the request property
nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/transfer_option/oneOf[subschema #2: Warm Transfer]/opt_out_initial_messagerequest-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/global_node_settingfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BranchNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BranchNode]/allOf[NodeBase]/global_node_settingfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BranchNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/global_node_settingfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/global_node_settingfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/global_node_settingfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/model_choicefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[TransferCallTool]/transfer_option/oneOf[subschema #2: Warm Transfer]/opt_out_initial_messagefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[EndNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[EndNode]/allOf[NodeBase]/global_node_settingfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[EndNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/global_node_settingfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/model_choicefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/global_node_settingfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[subschema #3 -> subschema #2]/model_choicefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/allOf[NodeBase]/global_node_settingfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/global_node_settingfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[subschema #2]/model_choicefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[NodeBase]/global_node_settingfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/global_node_settingfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/model_choicefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/transfer_option/oneOf[subschema #2: Warm Transfer]/opt_out_initial_messagefrom the response with the200statusresponse-optional-property-removed
- ○
added the new optional request property
nodes/items/oneOf[BridgeTransferNode]/allOf[subschema #2]/instructionnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[BridgeTransferNode]/allOf[subschema #2]/speak_during_executionnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[CancelTransferNode]/allOf[subschema #2]/instructionnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[CancelTransferNode]/allOf[subschema #2]/speak_during_executionnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ComponentNode]/allOf[subschema #2]/finetune_transition_examplesnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[BridgeTransferTool]/execution_message_descriptionnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[BridgeTransferTool]/execution_message_typenew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[BridgeTransferTool]/speak_during_executionnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[CancelTransferTool]/execution_message_descriptionnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[CancelTransferTool]/execution_message_typenew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[CancelTransferTool]/speak_during_executionnew-optional-request-property
- ○
added
CodeNodeto thenodes/items/request propertyoneOflistrequest-property-one-of-added
- ○
added
CodeToolto thenodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/request propertyoneOflistrequest-property-one-of-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[subschema #2]/instructionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[subschema #2]/speak_during_executionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[subschema #2]/instructionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[subschema #2]/speak_during_executionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ComponentNode]/allOf[subschema #2]/finetune_transition_examplesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[BridgeTransferTool]/execution_message_descriptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[BridgeTransferTool]/execution_message_typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[BridgeTransferTool]/speak_during_executionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[CancelTransferTool]/execution_message_descriptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[CancelTransferTool]/execution_message_typeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[CancelTransferTool]/speak_during_executionto the response with the200statusresponse-optional-property-added
- ○
added
NodeBaseCommonto theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ComponentNode]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BranchNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[EndNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
removed
AgentOverrideConfigfrom theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
AgentOverrideConfigfrom theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
NodeBasefrom theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ComponentNode]/response propertyallOflist for the response status200response-property-all-of-removed
- ▲
- ▲
the
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[AgentSwapTool]/agent_idrequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[ExtractDynamicVariableTool]/variables/items/oneOf[BooleanAnalysisData]/namerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[ExtractDynamicVariableTool]/variables/items/oneOf[EnumAnalysisData]/namerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[ExtractDynamicVariableTool]/variables/items/oneOf[NumberAnalysisData]/namerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[ExtractDynamicVariableTool]/variables/items/oneOf[StringAnalysisData]/namerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[TransferCallTool]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/agentic_transfer_config/transfer_agent/agent_idrequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[BooleanAnalysisData]/namerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[EnumAnalysisData]/namerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[NumberAnalysisData]/namerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[StringAnalysisData]/namerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲
the
nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/agentic_transfer_config/transfer_agent/agent_idrequest property's minLength was increased from0to1request-property-min-length-increased
- ●
added the new
claude-4.6-sonnetenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
claude-4.6-sonnetenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
claude-4.6-sonnetenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[subschema #3]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
claude-4.6-sonnetenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ●
added the new
claude-4.6-sonnetenum value to theallOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelresponse property for the response status200response-property-enum-value-added
- ○
added the new optional request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[ExtractDynamicVariableTool]/variables/items/oneOf[BooleanAnalysisData]/requirednew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[ExtractDynamicVariableTool]/variables/items/oneOf[EnumAnalysisData]/requirednew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[ExtractDynamicVariableTool]/variables/items/oneOf[NumberAnalysisData]/requirednew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[ExtractDynamicVariableTool]/variables/items/oneOf[StringAnalysisData]/requirednew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[TransferCallTool]/transfer_option/oneOf[subschema #1: Cold Transfer]/transfer_ring_duration_msnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[TransferCallTool]/transfer_option/oneOf[subschema #2: Warm Transfer]/transfer_ring_duration_msnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[TransferCallTool]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/transfer_ring_duration_msnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[BooleanAnalysisData]/requirednew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[EnumAnalysisData]/requirednew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[NumberAnalysisData]/requirednew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[StringAnalysisData]/requirednew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/transfer_option/oneOf[subschema #1: Cold Transfer]/transfer_ring_duration_msnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/transfer_option/oneOf[subschema #2: Warm Transfer]/transfer_ring_duration_msnew-optional-request-property
- ○
added the new optional request property
nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/transfer_ring_duration_msnew-optional-request-property
- ○
added the new
claude-4.6-sonnetenum value to the request propertynodes/items/oneOf[ConversationNode]/allOf[subschema #3]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
claude-4.6-sonnetenum value to the request propertynodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
claude-4.6-sonnetenum value to the request propertynodes/items/oneOf[FunctionNode]/allOf[subschema #3]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
claude-4.6-sonnetenum value to the request propertynodes/items/oneOf[PressDigitNode]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the new
claude-4.6-sonnetenum value to the request propertynodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/model_choice/oneOf[ModelChoiceCascading]/modelrequest-property-enum-value-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[ExtractDynamicVariableTool]/variables/items/oneOf[BooleanAnalysisData]/requiredto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[ExtractDynamicVariableTool]/variables/items/oneOf[EnumAnalysisData]/requiredto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[ExtractDynamicVariableTool]/variables/items/oneOf[NumberAnalysisData]/requiredto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[ExtractDynamicVariableTool]/variables/items/oneOf[StringAnalysisData]/requiredto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[TransferCallTool]/transfer_option/oneOf[subschema #1: Cold Transfer]/transfer_ring_duration_msto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[TransferCallTool]/transfer_option/oneOf[subschema #2: Warm Transfer]/transfer_ring_duration_msto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/oneOf[TransferCallTool]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/transfer_ring_duration_msto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[BooleanAnalysisData]/requiredto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[EnumAnalysisData]/requiredto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[NumberAnalysisData]/requiredto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[subschema #2]/variables/items/oneOf[StringAnalysisData]/requiredto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/transfer_option/oneOf[subschema #1: Cold Transfer]/transfer_ring_duration_msto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/transfer_option/oneOf[subschema #2: Warm Transfer]/transfer_ring_duration_msto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[subschema #2]/transfer_option/oneOf[subschema #3: Agentic Warm Transfer]/transfer_ring_duration_msto the response with the200statusresponse-optional-property-added
- ▲