openapi: "3.0.2"
info:
title: "Rasa Custom Action Server Required Endpoint"
description: >-
API of the action server which is used by Rasa
to execute custom actions.
servers:
- url: "/webhook"
description: "Local development action server"
paths:
/:
post:
summary: Request to execute a custom action
description: >-
Rasa dialogue management sends a request to the action server to execute a
certain custom action. As a response to the action call from Rasa,
you can modify the tracker, e.g. by setting slots and send responses
back to the user.
operationId: call_action
requestBody:
description: >-
Describes the action to be called and provides information on the
current state of the conversation.
required: true
content:
application/json:
schema:
type: object
properties:
next_action:
description: The name of the action which should be executed.
type: string
sender_id:
description:
Rasa自定义操作服务器所需端点
最新推荐文章于 2024-09-29 08:32:22 发布
本文档详细描述了Rasa自定义动作服务器的API接口,包括POST请求用于执行特定自定义动作,以及响应格式,如事件和回复的处理。通过此API,Rasa能够与本地开发的动作服务器交互,执行对话管理中的复杂任务。

最低0.47元/天 解锁文章

3529

被折叠的 条评论
为什么被折叠?



