List shared conversation flow components with pagination
Query parameters
Maximum number of items to return.
Sort order for results.
Pagination key for fetching the next page.
Response
Successfully listed conversation flow components
Example response
{
"items": [
{
"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 11 of the 28 revisions of this API.3510484
- ○
added the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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 optional property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/flex_modeto the response with the200statusresponse-optional-property-added
- ○
- ▲
response property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/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
- ○
the
allOf[subschema #2]/items/items/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[subschema #2]/items/items/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
- ▲
- ▲
response property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/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 optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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
NodeInstructionSmsInstructionTemplateto theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[subschema #2]/instructionresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
SmsContentTemplateto theallOf[subschema #2]/items/items/allOf[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
- ●
added the new
gemini-3.1-flash-liteenum value to theallOf[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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 optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/tools/items/allOf[subschema #1]/oneOf[CustomTool]/enable_typing_soundto the response with the200statusresponse-optional-property-added
- ○
removed
NodeInstructionPromptNodeInstructionStaticTextfrom theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[subschema #2]/instructionresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ▲
added
SubagentNodeto theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/response propertyoneOflist for the response status200response-property-one-of-added
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/toolsfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/notesto the response with the200statusresponse-optional-property-added
- ▲
- ●
added the new
gpt-5.4-minienum value to theallOf[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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 optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/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
CodeNodeto theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
CodeToolto theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[subschema #3]/tools/items/response propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
allOf[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BranchNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[EndNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/idfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BranchNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BranchNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[EndNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[EndNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/display_positionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/namefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/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 optional property
allOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[subschema #2]/instructionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[subschema #2]/instructionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ComponentNode]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[AgentSwapNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BranchNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[BridgeTransferNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[CancelTransferNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ConversationNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[EndNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ExtractDynamicVariablesNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[PressDigitNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[SmsNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
added
NodeBaseCommonsubschema #2to theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[TransferCallNode]/allOf[NodeBase]/response propertyallOflist for the response status200response-property-all-of-added
- ○
removed
AgentOverrideConfigfrom theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[FunctionNode]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
AgentOverrideConfigfrom theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[MCPNode]/response propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
NodeBasefrom theallOf[subschema #2]/items/items/allOf[CreateConversationFlowComponentRequest]/allOf[ConversationFlowComponent]/nodes/items/oneOf[ComponentNode]/response propertyallOflist for the response status200response-property-all-of-removed
- ▲
- ●
added the new
claude-4.6-sonnetenum value to theallOf[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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[subschema #2]/items/items/allOf[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 optional property
allOf[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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[subschema #2]/items/items/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
- ●