BotFrameworkHttpAdapterBase クラス

コンストラクター

BotFrameworkHttpAdapterBase(settings: BotFrameworkAdapterSettings)

パラメーター

名前 説明
settings
必須

メソッド

can_process_outgoing_activity
process_outgoing_activity
process_streaming_activity
send_streaming_activity

can_process_outgoing_activity

can_process_outgoing_activity(activity: Activity) -> bool

パラメーター

名前 説明
activity
必須

process_outgoing_activity

async process_outgoing_activity(_turn_context: TurnContext, activity: Activity) -> ResourceResponse

パラメーター

名前 説明
_turn_context
必須
activity
必須

process_streaming_activity

async process_streaming_activity(activity: Activity, bot_callback_handler: Callable[[TurnContext], Awaitable]) -> InvokeResponse

パラメーター

名前 説明
activity
必須
bot_callback_handler
必須

send_streaming_activity

async send_streaming_activity(activity: Activity) -> ResourceResponse

パラメーター

名前 説明
activity
必須