v1

latestOpenAPI 3.0.0Cognigy Proprietary License2026-07-2239524.1 MB
Flows

Update Flow Settings

Updates Flow settings, including execution behavior, Slot parsing, Intent mapping, default replies, Locale settings, thresholds, Yes/No logic, and Slot usage.

patch/v2.0/flows/{flowId}/settings

Path parameters

flowIdstring required

The unique identifier for the Flow.

Headers

Accept'application/json' | 'application/hal+json' | 'application/xml' | 'text/xml' | 'text/csv'

The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.

Request body

continueExecutionAfterAttachedFlowboolean
continueExecutionAterDefaultReplyboolean
continueExecutionAfterNegativeConfirmationboolean
passDefaultRepliesIntoFlowboolean
flowIntentMappingOrder'joint' | 'main' | 'attached'
useAttachedFlowThresholdsboolean
useAttachedFlowContinueAfterDefaultReplyboolean
useAttachedFlowPassDefaultRepliesIntoFlowboolean
implicitSlotParsing'disabled' | 'full' | 'system' | 'lexicon'
useAttachedFlowImplicitSlotParsingboolean
lexiconSlotsWithSubMatchesboolean
useIntentDefaultRepliesAsExamplesboolean

Enable/Disable using default replies as training examples.

Response

Successfully updated the FlowSettings