Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1017 Bytes

postchatbotupdaterequestbody.md

File metadata and controls

24 lines (19 loc) · 1017 Bytes

PostChatbotUpdateRequestBody

Example Usage

import { PostChatbotUpdateRequestBody } from "@isosceles-ai/sdk/models/operations";

let value: PostChatbotUpdateRequestBody = {
  chatbotId: "1a718a80-71c0-414b-915c-5c5991597ac7",
  name: "Chatbot -1",
  urls: [
    "https://byteleap.co",
    "https://anshgoyal.com",
  ],
};

Fields

Field Type Required Description Example
chatbotId string The id of the chatbot
name string The name of the chatbot Chatbot -1
urls string[] N/A