你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InvokeAgentResponsesApiRoutineAction interface

通过响应API派遣一个例程。 必须提供agent_name或agent_endpoint_id中的一个。

扩展

属性

agent_endpoint_id

用于常规调度的遗留端点范围代理标识符。

agent_name

例行调度的项目范围代理名称。

conversation

一个可选的现有会话标识符,可在下游调度期间继续使用。

input

静态 JSON 值作为例程触发时的完整下游输入发送。 该值通过 as-is;不应用模板。

type

操作类型。

属性详细信息

agent_endpoint_id

用于常规调度的遗留端点范围代理标识符。

agent_endpoint_id?: string

属性值

string

agent_name

例行调度的项目范围代理名称。

agent_name?: string

属性值

string

conversation

一个可选的现有会话标识符,可在下游调度期间继续使用。

conversation?: string

属性值

string

input

静态 JSON 值作为例程触发时的完整下游输入发送。 该值通过 as-is;不应用模板。

input?: any

属性值

any

type

操作类型。

type: "invoke_agent_responses_api"

属性值

"invoke_agent_responses_api"