interface InteractionsOnCompleteInput {
    botName: string;
    callback: InteractionsOnCompleteCallback;
}

Properties

Properties

botName: string