UNPKG

@aws-amplify/interactions

Version:

Interactions category of aws-amplify

10 lines (9 loc) 309 B
import { InteractionsMessage, InteractionsOnCompleteCallback } from './Interactions'; export interface InteractionsSendInput { botName: string; message: string | InteractionsMessage; } export interface InteractionsOnCompleteInput { botName: string; callback: InteractionsOnCompleteCallback; }