• Preparing search index...
  • The search index is not available
@google/genai
  • @google/genai
  • gaos/funcs/interactions-delete
  • interactionsDelete

Function interactionsDelete

  • interactionsDelete(
        client: GoogleGenAICore,
        id: string,
        api_version?: string,
        options?: Omit<RequestOptions, "extra_body">,
    ): APIPromise<
        Result<
            void,
            | UnexpectedClientError
            | InvalidRequestError
            | RequestAbortedError
            | RequestTimeoutError
            | ConnectionError
            | GoogleGenAiError
            | DeleteInteractionServerError
            | DeleteInteractionClientError,
        >,
    >

    Deleting an interaction

    Parameters

    • client: GoogleGenAICore
    • id: string
    • Optionalapi_version: string
    • Optionaloptions: Omit<RequestOptions, "extra_body">

    Returns APIPromise<
        Result<
            void,
            | UnexpectedClientError
            | InvalidRequestError
            | RequestAbortedError
            | RequestTimeoutError
            | ConnectionError
            | GoogleGenAiError
            | DeleteInteractionServerError
            | DeleteInteractionClientError,
        >,
    >

    Remarks

    Deletes the interaction by id.

    • Defined in src/gaos/funcs/interactions-delete.ts:40

Settings

@google/genai
  • Loading...

Generated using TypeDoc