@valon-technologies/gestalt
    Preparing search index...
    AgentInteraction: Message<"gestalt.provider.v1.AgentInteraction"> & {
        id: string;
        type: AgentInteractionType;
        state: AgentInteractionState;
        title: string;
        prompt: string;
        request?: JsonObject;
        resolution?: JsonObject;
        createdAt?: Timestamp;
        resolvedAt?: Timestamp;
        turnId: string;
        sessionId: string;
    }

    Type Declaration

    • id: string

      from field: string id = 1;

    • type: AgentInteractionType

      from field: gestalt.provider.v1.AgentInteractionType type = 2;

    • state: AgentInteractionState

      from field: gestalt.provider.v1.AgentInteractionState state = 3;

    • title: string

      from field: string title = 4;

    • prompt: string

      from field: string prompt = 5;

    • Optionalrequest?: JsonObject

      from field: google.protobuf.Struct request = 6;

    • Optionalresolution?: JsonObject

      from field: google.protobuf.Struct resolution = 7;

    • OptionalcreatedAt?: Timestamp

      from field: google.protobuf.Timestamp created_at = 8;

    • OptionalresolvedAt?: Timestamp

      from field: google.protobuf.Timestamp resolved_at = 9;

    • turnId: string

      from field: string turn_id = 10;

    • sessionId: string

      from field: string session_id = 11;

    from message gestalt.provider.v1.AgentInteraction