跳到主要内容

查询 Agent 信息

GET 

/v1/aibot/bots/:botId

查询 Agent 信息

Request

Path Parameters

    botId stringrequired

Responses

查询 AI Agent 成功时返回

Response Headers
  • X-Request-Id string

    请求ID

Schema
    botId string

    Agent ID,由系统生成

    name stringrequired

    Agent 名称

    introduction stringrequired

    Agent 简介

    welcomeMessage string

    Agent 欢迎语

    avatar string

    Agent 头像链接

    background string

    Agent 聊天背景图链接

    isNeedRecommend boolean

    Agent 回答后是否推荐问题

    type string

    Agent 类型, text 或者 image

Loading...