Skip to content

Commit

Permalink
Merge pull request #4354 from RasaHQ/execute-endpoint-1.2.x
Browse files Browse the repository at this point in the history
correct description of output channel handling in execute endpoint
  • Loading branch information
erohmensing committed Aug 30, 2019
2 parents 7b9c4c5 + 1a83b53 commit f736144
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/_static/spec/rasa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,10 @@ paths:
summary: Run an action in a conversation
description: >-
Runs the action, calling the action server if necessary.
Any responses sent by the executed action will be returned as
part of the endpoints result, they will not be sent over a
connected output channel.
Any responses sent by the executed action will be forwarded
to the channel specified in the output_channel parameter.
If no output channel is specified, any messages that should be
sent to the user will be included in the response of this endpoint.
parameters:
- $ref: '#/components/parameters/conversation_id'
- $ref: '#/components/parameters/include_events'
Expand Down

0 comments on commit f736144

Please sign in to comment.