@squidcloud/client
    Preparing search index...

    Interface AnswerOpenAiVoiceCallResponse

    The answered OpenAI call.

    interface AnswerOpenAiVoiceCallResponse {
        sessionId: string;
    }
    Index
    sessionId: string

    Unique id of the voice session that runs the call.