Call Flows

Update call flow

Saves a new editable revision of a Call Flow in your SignalWire project. Supply the next required document_version, then make the saved revision live with Deploy call flow version. Directly authored SWML belongs in Update SWML Script.

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.

put/api/fabric/resources/call_flows/{id}

Path parameters

idstring uuid required

Universal Unique Identifier.

Unique ID of a Call Flow.

Request body

titlestring

The name of the Call Flow

document_versioninteger required

The current revision of the call flow. Must equal the call flow's existing document_version + 1.

flow_dataobject required

Call Flow Builder state, stored as an opaque JSON object.

relaymlobject required

The calling SWML document this Call Flow should execute. Uses calling SWML methods.

Example request

{
  "title": "Booking Assistant",
  "document_version": 2,
  "flow_data": {},
  "relayml": {
    "version": "1.0.0",
    "sections": {
      "main": [
        {
          "play": {
            "url": "https://cdn.signalwire.com/swml/audio.mp3"
          }
        }
      ]
    }
  }
}

Response

The request has succeeded.

idstring uuid required

Universal Unique Identifier.

project_idstring uuid required

Universal Unique Identifier.

display_namestring required

Display name of the Call Flow Fabric Resource

type'call_flow' required

Type of the Fabric Resource

created_atstring date-time required

Date and time when the resource was created.

updated_atstring date-time required

Date and time when the resource was updated.

Example response

{
  "display_name": "Booking Assistant",
  "type": "call_flow",
  "created_at": "2024-05-06T12:20:00Z",
  "updated_at": "2024-05-06T12:20:00Z",
  "call_flow": {
    "title": "Booking Assistant",
    "flow_data": {},
    "relayml": {
      "version": "1.0.0",
      "sections": {
        "main": [
          {
            "play": {
              "url": "https://cdn.signalwire.com/swml/audio.mp3"
            }
          }
        ]
      }
    },
    "document_version": 1
  }
}

Changes

Changed in 36 of the 137 revisions of this API.541375938

  • e79dcc8b2150312See the full diff
    • the relayml request property type/format changed from / to object/

      request-property-type-changed

    • added 'unevaluatedProperties' constraint to the request property relayml

      request-property-unevaluated-properties-added

    • the call_flow/allOf[CallFlow]/relayml response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • removed SWML.Calling.SWMLObject from the relayml request property allOf list

      request-property-all-of-removed

    • removed SWML.Calling.SWMLObject from the call_flow/allOf[CallFlow]/relayml response property allOf list for the response status 200

      response-property-all-of-removed

    • added 'unevaluatedProperties' constraint to the call_flow/allOf[CallFlow]/relayml response property for the status 200

      response-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

  • 51e63ae4cf551822See the full diff
    • added the new required request property relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/code

      new-required-request-property

    • added the new required request property relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/name

      new-required-request-property

    • added the new required request property relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/voice

      new-required-request-property

    • added the new required request property relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/code

      new-required-request-property

    • added the new required request property relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/name

      new-required-request-property

    • added the new required request property relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/voice

      new-required-request-property

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • added SWML.Calling.FunctionFillers to the relayml/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_fillers request property allOf list

      request-property-all-of-added

    • removed SWML.Calling.LanguagesWithSoloFillers SWML.Calling.LanguagesWithFillers from the relayml/allOf[subschema #1: Calling SWML Document]/sections/main/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ request property anyOf list

      request-property-any-of-removed

    • removed SWML.Calling.LanguagesWithSoloFillers SWML.Calling.LanguagesWithFillers from the relayml/allOf[subschema #1: Calling SWML Document]/sections/unevaluatedProperties/items/anyOf[subschema #2: ai Method]/ai/allOf[subschema #1: AI Object]/languages/items/ request property anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 subschema #5 subschema #6 subschema #7 subschema #8 subschema #9 subschema #10 subschema #11 subschema #12 subschema #13 subschema #14 subschema #15 subschema #16 subschema #17 subschema #18 subschema #19 subschema #20 subschema #21 subschema #22 subschema #23 subschema #24 subschema #25 subschema #26 subschema #27 subschema #28 subschema #29 subschema #30 subschema #31 subschema #32 subschema #33 subschema #34 subschema #35 subschema #36 subschema #37 subschema #38 subschema #39 subschema #40 subschema #41 subschema #42 subschema #43 subschema #44 subschema #45 subschema #46 subschema #47 subschema #48 subschema #49 subschema #50 subschema #51 subschema #52 subschema #53 subschema #54 subschema #55 from the relayml/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 anyOf list

      request-property-any-of-removed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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 / to object/

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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_fillers request property type/format changed from array/ to /

      request-property-type-changed

    • added 'unevaluatedProperties' constraint to the request property relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 relayml/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 call_flow/allOf[CallFlow]/relayml/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 / to object/ for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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 / to object/ for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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_fillers response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • removed the request property relayml/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]/hangup

      request-property-removed

    • removed the request property relayml/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]/hangup

      request-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

  • 1e361d3f91b326See the full diff
    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the relayml/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 property anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the relayml/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 property anyOf list

      request-property-any-of-removed

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the relayml/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 property anyOf list

      request-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the relayml/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 property anyOf list

      request-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the call_flow/allOf[CallFlow]/relayml/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 property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the call_flow/allOf[CallFlow]/relayml/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 property anyOf list for the response status 200

      response-property-any-of-added

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the call_flow/allOf[CallFlow]/relayml/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 property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the call_flow/allOf[CallFlow]/relayml/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 property anyOf list for the response status 200

      response-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

  • 1e3d98618de03470See the full diff
    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the relayml/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 property anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the relayml/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 property anyOf list

      request-property-any-of-removed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • the relayml/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]/response request property type/format changed from string/ to /

      request-property-type-changed

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added the new optional request property relayml/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_process

      new-optional-request-property

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.SwaigToolResult subschema #1 to the relayml/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]/response request property anyOf list

      request-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the relayml/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 property anyOf list

      request-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the relayml/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 property anyOf list

      request-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the call_flow/allOf[CallFlow]/relayml/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 property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the call_flow/allOf[CallFlow]/relayml/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 property anyOf list for the response status 200

      response-property-any-of-added

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the call_flow/allOf[CallFlow]/relayml/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 property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the call_flow/allOf[CallFlow]/relayml/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 property anyOf list for the response status 200

      response-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

  • e88117e2c18d22See the full diff
    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the relayml/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 property anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the relayml/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 property anyOf list

      request-property-any-of-removed

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the relayml/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 property anyOf list

      request-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the relayml/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 property anyOf list

      request-property-any-of-added

  • 549e44d6120b98102See the full diff
    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the relayml/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 property anyOf list

      request-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the relayml/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 property anyOf list

      request-property-any-of-removed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the relayml/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]/action request property type/format changed from array/ to /

      request-property-type-changed

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the response property call_flow/allOf[CallFlow]/relayml/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]/response became optional for the status 200

      response-property-became-optional

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • the call_flow/allOf[CallFlow]/relayml/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]/action response's property type/format changed from array/ to / for status 200

      response-property-type-changed

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the relayml/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]/action request property anyOf list

      request-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the relayml/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 property anyOf list

      request-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the relayml/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 property anyOf list

      request-property-any-of-added

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • the request property relayml/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]/response became optional

      request-property-became-optional

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added SWML.Calling.Action subschema #2 to the call_flow/allOf[CallFlow]/relayml/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]/action response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the call_flow/allOf[CallFlow]/relayml/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 property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 subschema #3 subschema #4 to the call_flow/allOf[CallFlow]/relayml/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 property anyOf list for the response status 200

      response-property-any-of-added

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the call_flow/allOf[CallFlow]/relayml/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 property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 subschema #3 subschema #4 from the call_flow/allOf[CallFlow]/relayml/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 property anyOf list for the response status 200

      response-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 relayml/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]/includes

      request-property-removed

    • removed the request property relayml/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_functions

      request-property-removed

    • removed the request property relayml/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]/includes

      request-property-removed

    • removed the request property relayml/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_functions

      request-property-removed

    • removed the optional property call_flow/allOf[CallFlow]/relayml/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]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property call_flow/allOf[CallFlow]/relayml/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_functions from the response with the 200 status

      response-optional-property-removed

    • removed the optional property call_flow/allOf[CallFlow]/relayml/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]/includes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property call_flow/allOf[CallFlow]/relayml/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_functions from the response with the 200 status

      response-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 relayml/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_correct

      new-optional-request-property

    • added the new optional request property relayml/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_prompt

      new-optional-request-property

    • added the new optional request property relayml/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_model

      new-optional-request-property

    • added the new optional request property relayml/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_correct

      new-optional-request-property

    • added the new optional request property relayml/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_prompt

      new-optional-request-property

    • added the new optional request property relayml/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_model

      new-optional-request-property

    • added the optional property call_flow/allOf[CallFlow]/relayml/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_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property call_flow/allOf[CallFlow]/relayml/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_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property call_flow/allOf[CallFlow]/relayml/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_model to the response with the 200 status

      response-optional-property-added

    • added the optional property call_flow/allOf[CallFlow]/relayml/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_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property call_flow/allOf[CallFlow]/relayml/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_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property call_flow/allOf[CallFlow]/relayml/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_model to the response with the 200 status

      response-optional-property-added

    • removed the request property relayml/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_correct

      request-property-removed

    • removed the request property relayml/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_prompt

      request-property-removed

    • removed the request property relayml/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_model

      request-property-removed

    • removed the request property relayml/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_correct

      request-property-removed

    • removed the request property relayml/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_prompt

      request-property-removed

    • removed the request property relayml/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_model

      request-property-removed

    • removed the optional property call_flow/allOf[CallFlow]/relayml/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_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property call_flow/allOf[CallFlow]/relayml/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_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property call_flow/allOf[CallFlow]/relayml/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_model from the response with the 200 status

      response-optional-property-removed

    • removed the optional property call_flow/allOf[CallFlow]/relayml/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_correct from the response with the 200 status

      response-optional-property-removed

    • removed the optional property call_flow/allOf[CallFlow]/relayml/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_prompt from the response with the 200 status

      response-optional-property-removed

    • removed the optional property call_flow/allOf[CallFlow]/relayml/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_model from the response with the 200 status

      response-optional-property-removed

    • added the new optional request property relayml/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_correct

      new-optional-request-property

    • added the new optional request property relayml/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_prompt

      new-optional-request-property

    • added the new optional request property relayml/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_model

      new-optional-request-property

    • added the new optional request property relayml/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_correct

      new-optional-request-property

    • added the new optional request property relayml/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_prompt

      new-optional-request-property

    • added the new optional request property relayml/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_model

      new-optional-request-property

    • added the optional property call_flow/allOf[CallFlow]/relayml/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_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property call_flow/allOf[CallFlow]/relayml/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_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property call_flow/allOf[CallFlow]/relayml/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_model to the response with the 200 status

      response-optional-property-added

    • added the optional property call_flow/allOf[CallFlow]/relayml/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_correct to the response with the 200 status

      response-optional-property-added

    • added the optional property call_flow/allOf[CallFlow]/relayml/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_prompt to the response with the 200 status

      response-optional-property-added

    • added the optional property call_flow/allOf[CallFlow]/relayml/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_model to the response with the 200 status

      response-optional-property-added

Of the 137 revisions, 3 have a changelog that could not be searched.