/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * url: "url" * } */ export interface BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost { /** URL to a page of documentation that the agent will have access to in order to interact with users. */ url: string; /** A custom, human-readable name for the document. */ name?: string; }