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。
如需如何使用此範例的詳細資訊,請參閱檢查範例。
建構函式摘要
| 建構函式 | Description |
|---|---|
| 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