Create SWML Script
Creates a resource that stores a calling or messaging SWML document in SignalWire. Use it for versioned instructions that can run without fetching content from your server; choose Create SWML webhook when your server must generate different SWML for each request, or Create cXML Script for cXML applications.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice, Messaging, Fax, or Video.
Learn more about API scopes.
Request body
Example request
{
"name": "Welcome Script",
"script_type": "calling",
"contents": {
"version": "1.0.0",
"sections": {
"main": [
{
"play": {
"url": "https://cdn.signalwire.com/swml/audio.mp3"
}
}
]
}
},
"status_callback_url": "https://example.com/status"
}Response
The request has succeeded.
Example response
{
"display_name": "Welcome Script",
"type": "swml_script",
"created_at": "2024-05-06T12:20:00Z",
"updated_at": "2024-05-06T12:20:00Z",
"swml_script": {
"display_name": "Booking Assistant",
"script_type": "calling",
"request_url": "https://example.com/swml_script",
"contents": {
"version": "1.0.0",
"sections": {
"main": [
{
"play": {
"url": "https://cdn.signalwire.com/swml/audio.mp3"
}
}
]
}
},
"status_callback_url": "https://website.com/status",
"status_callback_method": "POST"
}
}Changes
Changed in 36 of the 137 revisions of this API.544376940
- ▲
the
oneOf[subschema #1: Create Calling Script]/contentsrequest property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #2: Create Messaging Script]/contentsrequest property type/format changed from/toobject/request-property-type-changed
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contentsrequest-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #2: Create Messaging Script]/contentsrequest-property-unevaluated-properties-added
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contentsresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #2: Messaging Script]/contentsresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ●
removed
SWML.Calling.SWMLObjectfrom theoneOf[subschema #1: Create Calling Script]/contentsrequest propertyallOflistrequest-property-all-of-removed
- ●
removed
SWML.Messaging.SWMLObjectfrom theoneOf[subschema #2: Create Messaging Script]/contentsrequest propertyallOflistrequest-property-all-of-removed
- ○
removed
SWML.Calling.SWMLObjectfrom theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contentsresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
SWML.Messaging.SWMLObjectfrom theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #2: Messaging Script]/contentsresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
added 'unevaluatedProperties' constraint to the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contentsresponse property for the status200response-property-unevaluated-properties-added
- ○
added 'unevaluatedProperties' constraint to the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #2: Messaging Script]/contentsresponse property for the status200response-property-unevaluated-properties-added
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added the new required request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/codenew-required-request-property
- ▲
added the new required request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/namenew-required-request-property
- ▲
added the new required request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/voicenew-required-request-property
- ▲
added the new required request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/codenew-required-request-property
- ▲
added the new required request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/namenew-required-request-property
- ▲
added the new required request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/voicenew-required-request-property
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
added
SWML.Calling.FunctionFillersto theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillersrequest propertyallOflistrequest-property-all-of-added
- ▲
removed
SWML.Calling.LanguagesWithSoloFillersSWML.Calling.LanguagesWithFillersfrom theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
SWML.Calling.LanguagesWithSoloFillersSWML.Calling.LanguagesWithFillersfrom theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/adjust_response_latency/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/change_context/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/check_time/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/get_ideal_strategy/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/get_visual_input/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/next_step/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/wait_for_user/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/wait_seconds/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/adjust_response_latency/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/change_context/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/check_time/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/get_ideal_strategy/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/get_visual_input/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/next_step/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/wait_for_user/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4subschema #5subschema #6subschema #7subschema #8subschema #9subschema #10subschema #11subschema #12subschema #13subschema #14subschema #15subschema #16subschema #17subschema #18subschema #19subschema #20subschema #21subschema #22subschema #23subschema #24subschema #25subschema #26subschema #27subschema #28subschema #29subschema #30subschema #31subschema #32subschema #33subschema #34subschema #35subschema #36subschema #37subschema #38subschema #39subschema #40subschema #41subschema #42subschema #43subschema #44subschema #45subschema #46subschema #47subschema #48subschema #49subschema #50subschema #51subschema #52subschema #53subschema #54subschema #55from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/wait_seconds/allOf[SWML.Calling.FunctionFillers]/request propertyanyOflistrequest-property-any-of-removed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/adjust_response_latency/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/change_context/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/check_time/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/get_ideal_strategy/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/get_visual_input/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/next_step/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/wait_for_user/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/wait_seconds/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/adjust_response_latency/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/change_context/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/check_time/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/get_ideal_strategy/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/get_visual_input/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/next_step/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/wait_for_user/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/wait_seconds/allOf[SWML.Calling.FunctionFillers]/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/request property type/format changed from/toobject/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillersrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/adjust_response_latency/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/change_context/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/check_time/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/get_ideal_strategy/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/get_visual_input/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/next_step/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/wait_for_user/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/wait_seconds/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/fillers/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/adjust_response_latency/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/change_context/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/check_time/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/get_ideal_strategy/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/get_visual_input/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/next_step/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/wait_for_user/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/wait_seconds/allOf[SWML.Calling.FunctionFillers]/request-property-unevaluated-properties-added
- ▲
added 'unevaluatedProperties' constraint to the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/request-property-unevaluated-properties-added
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/response's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/response's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #1: Prompt with Text]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/enter_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/default/allOf[SWML.Calling.ContextsObject]/anyOf[subschema #1: ContextsPOMObject]/exit_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/enter_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[SWML.Calling.ContextsTextObject]/exit_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/enter_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/prompt/allOf[SWML.Calling.AIPrompt]/anyOf[subschema #2: Prompt with POM]/contexts/allOf[subschema #1: contexts]/unevaluatedProperties/anyOf[subschema #1: ContextsPOMObject]/exit_fillersresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ●
removed the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/hanguprequest-property-removed
- ●
removed the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/internal_fillers/allOf[SWML.Calling.SWAIGInternalFiller]/hanguprequest-property-removed
This revision's changelog hit the recording limit, so it may not list every change to this endpoint.
This revision also has 26 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed
subschema #1subschema #2subschema #3subschema #4from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/request propertyanyOflistrequest-property-any-of-removed
- ○
added
subschema #1subschema #2subschema #3subschema #4to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/request propertyanyOflistrequest-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3subschema #4to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/request propertyanyOflistrequest-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3subschema #4to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/response propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3subschema #4to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/response propertyanyOflist for the response status200response-property-any-of-added
- ○
removed
subschema #1subschema #2subschema #3subschema #4from theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/response propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2subschema #3subschema #4from theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/response propertyanyOflist for the response status200response-property-any-of-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed
subschema #1subschema #2subschema #3subschema #4from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/request propertyanyOflistrequest-property-any-of-removed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responserequest property type/format changed fromstring/to/request-property-type-changed
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/post_processnew-optional-request-property
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.SwaigToolResultsubschema #1to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responserequest propertyanyOflistrequest-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3subschema #4to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/request propertyanyOflistrequest-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3subschema #4to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/request propertyanyOflistrequest-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3subschema #4to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/response propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3subschema #4to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/response propertyanyOflist for the response status200response-property-any-of-added
- ○
removed
subschema #1subschema #2subschema #3subschema #4from theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/response propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2subschema #3subschema #4from theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/response propertyanyOflist for the response status200response-property-any-of-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed
subschema #1subschema #2subschema #3subschema #4from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/request propertyanyOflistrequest-property-any-of-removed
- ○
added
subschema #1subschema #2subschema #3subschema #4to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/request propertyanyOflistrequest-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3subschema #4to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/request propertyanyOflistrequest-property-any-of-added
- ▲
- ▲
removed
subschema #1subschema #2subschema #3subschema #4from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/request propertyanyOflistrequest-property-any-of-removed
- ▲
removed
subschema #1subschema #2subschema #3subschema #4from theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/request propertyanyOflistrequest-property-any-of-removed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionrequest property type/format changed fromarray/to/request-property-type-changed
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the response property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responsebecame optional for the status200response-property-became-optional
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ▲
the
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionresponse's property type/format changed fromarray/to/for status200response-property-type-changed
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionrequest propertyanyOflistrequest-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3subschema #4to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/request propertyanyOflistrequest-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3subschema #4to theoneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/request propertyanyOflistrequest-property-any-of-added
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/responsebecame optionalrequest-property-became-optional
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #1: SWAIG Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #2: startup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #3: hangup_hook Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/expressions/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/expressions/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
SWML.Calling.Actionsubschema #2to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/SWAIG/allOf[subschema #1: swaig]/functions/items/anyOf[subschema #4: summarize_conversation Function]/data_map/allOf[subschema #1: DataMap object]/webhooks/items/output/allOf[subschema #1: Output object]/actionresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3subschema #4to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/response propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2subschema #3subschema #4to theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/response propertyanyOflist for the response status200response-property-any-of-added
- ○
removed
subschema #1subschema #2subschema #3subschema #4from theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/response propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2subschema #3subschema #4from theswml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/functions/items/response propertyanyOflist for the response status200response-property-any-of-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
removed the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includesrequest-property-removed
- ●
removed the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functionsrequest-property-removed
- ●
removed the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includesrequest-property-removed
- ●
removed the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functionsrequest-property-removed
- ●
removed the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includesfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functionsfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/includesfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #4: amazon_bedrock Method]/amazon_bedrock/allOf[SWML.Calling.AmazonBedrockObject]/SWAIG/allOf[SWML.Calling.BedrockSWAIG]/native_functionsfrom the response with the200statusresponse-optional-property-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correctnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_promptnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_modelnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correctnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_promptnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_modelnew-optional-request-property
- ○
added the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correctto the response with the200statusresponse-optional-property-added
- ○
added the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_promptto the response with the200statusresponse-optional-property-added
- ○
added the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_modelto the response with the200statusresponse-optional-property-added
- ○
added the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correctto the response with the200statusresponse-optional-property-added
- ○
added the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_promptto the response with the200statusresponse-optional-property-added
- ○
added the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_modelto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correctrequest-property-removed
- ●
removed the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_promptrequest-property-removed
- ●
removed the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_modelrequest-property-removed
- ●
removed the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correctrequest-property-removed
- ●
removed the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_promptrequest-property-removed
- ●
removed the request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_modelrequest-property-removed
- ●
removed the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correctfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_promptfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_modelfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correctfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_promptfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_modelfrom the response with the200statusresponse-optional-property-removed
- ●
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correctnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_promptnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_modelnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correctnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_promptnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #1: Create Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_modelnew-optional-request-property
- ○
added the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correctto the response with the200statusresponse-optional-property-added
- ○
added the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_promptto the response with the200statusresponse-optional-property-added
- ○
added the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_modelto the response with the200statusresponse-optional-property-added
- ○
added the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/auto_correctto the response with the200statusresponse-optional-property-added
- ○
added the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/redact_promptto the response with the200statusresponse-optional-property-added
- ○
added the optional property
swml_script/allOf[subschema #1: SWML Script]/oneOf[subschema #1: Calling Script]/contents/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/params/allOf[subschema #1: params object]/utility_modelto the response with the200statusresponse-optional-property-added
- ○
Of the 137 revisions, 3 have a changelog that could not be searched.