/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * {} */ export interface ConversationalAiGetAgentWidgetRequest { /** * An expiring token that enables a websocket conversation to start. These can be generated for an agent using the /v1/convai/conversation/get-signed-url endpoint */ conversation_signature?: string; }