Skip to main content

Query Agent Information

GET 

/v1/aibot/bots/:botId

Query Agent Information

Request

Path Parameters

    botId stringrequired

Responses

Returned when AI Agent query is successful

Response Headers
  • X-Request-Id string

    Request ID

Schema
    botId string

    Agent ID, generated by the system

    name stringrequired

    Agent name

    introduction stringrequired

    Agent introduction

    welcomeMessage string

    Agent welcome message

    avatar string

    Agent avatar link

    background string

    Agent chat background image link

    isNeedRecommend boolean

    Whether to recommend questions after the Agent answers

    type string

    Agent type, text or image

    searchEnable boolean

    Whether to enable online search

Loading...