SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias RTAScenario

    RTAScenario: {
        createdAt: string;
        description?: string;
        id: RTAScenarioId;
        labels?: RTALabelList;
        modifiedAt: string;
        name: string;
    } & Record<string, any>

    Entity having labels

    Type Declaration

    • createdAt: string

      Timestamp of resource creation Format: "date-time".

    • Optionaldescription?: string

      Description of the scenario Max Length: 5000.

    • id: RTAScenarioId
    • Optionallabels?: RTALabelList
    • modifiedAt: string

      Timestamp of latest resource modification Format: "date-time".

    • name: string

      Name of the scenario Max Length: 256.

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.