AdapterWithInspection クラス
- java.
lang. Object - com.
microsoft. bot. builder. BotAdapter - com.
microsoft. bot. builder. BotFrameworkAdapter - com.
microsoft. bot. integration. BotFrameworkHttpAdapter - com.
microsoft. bot. integration. AdapterWithInspection
- com.
- com.
- com.
- com.
public class AdapterWithInspection
extends BotFrameworkHttpAdapter
InspectionMiddleware を使用してメッセージと状態情報を転送する BotFrameworkHttpAdapter。
使用方法の詳細については、検査サンプルを参照してください。
コンストラクターの概要
| コンストラクター | 説明 |
|---|---|
| AdapterWithInspection(Configuration configuration, InspectionState inspectionState, UserState userState, ConversationState conversationState) |
検査 |
メソッドの継承元: BotAdapter
continueConversation
continueConversation
continueConversation
getMiddlewareSet
getOnTurnError
runPipeline
setOnTurnError
メソッドの継承元: BotFrameworkAdapter
addConnectorClientToCache
buildAppCredentials
continueConversation
continueConversation
continueConversation
createConnectorClient
createConversation
createConversation
createOAuthAPIClient
deleteActivity
deleteConversationMember
exchangeToken
exchangeToken
getAadTokens
getAadTokens
getActivityMembers
getActivityMembers
getConnectorClientCache
getConversationMembers
getConversations
getConversations
getConversations
getConversations
getCredentialsCache
getOAuthSignInLink
getOAuthSignInLink
getOAuthSignInLink
getOAuthSignInLink
getOrCreateConnectorClient
getSignInResource
getSignInResource
getSignInResource
getTokenStatus
getTokenStatus
getUserToken
getUserToken
keyForAppCredentials
keyForConnectorClient
processActivity
processActivity
sendActivities
signOutUser
signOutUser
updateActivity
use
メソッドの継承元: BotFrameworkHttpAdapter
メソッドの継承元: java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
コンストラクターの詳細
AdapterWithInspection
public AdapterWithInspection(Configuration configuration, InspectionState inspectionState, UserState userState, ConversationState conversationState)
InspectionMiddleware を使用して ConversationState と UserState を追跡します。
パラメーター:
configuration
- 構成
inspectionState
- The InspectionState
userState
- The UserState
conversationState
- The ConversationState