Interface BotStreamingActivity

interface BotStreamingActivity {
    name: string;
    type: STREAMING;
    url: string;
}

Properties

Properties

name: string
type: STREAMING
url: string