ChannelServiceController クラス
- java.
lang. Object - com.
microsoft. bot. integration. spring. ChannelServiceController
- com.
public abstract class ChannelServiceController
スキル コントローラーの super.class。
コンストラクターの概要
| 修飾子 | コンストラクター | 説明 |
|---|---|---|
| protected | ChannelServiceController(ChannelServiceHandler handler) |
ChannelServiceController クラスの新しいインスタンスを初期化します。 |
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
java.util.concurrent.CompletableFuture<org.springframework.http.ResponseEntity<Conversation |
createConversation(ConversationParameters parameters, String authHeader)
会話 |
| java.util.concurrent.CompletableFuture<org.springframework.http.ResponseEntity<java.lang.Void>> |
deleteActivity(String conversationId, String activityId, String authHeader)
|
| java.util.concurrent.CompletableFuture<org.springframework.http.ResponseEntity<java.lang.Void>> |
deleteConversationMember(String conversationId, String memberId, String authHeader)
会話 |
|
java.util.concurrent.CompletableFuture<org.springframework.http.ResponseEntity<java.util.List<Channel |
getActivityMembers(String conversationId, String activityId, String authHeader)
アクティビティ |
|
java.util.concurrent.CompletableFuture<org.springframework.http.ResponseEntity<java.util.List<Channel |
getConversationMembers(String conversationId, String authHeader)
会話 |
|
java.util.concurrent.CompletableFuture<org.springframework.http.ResponseEntity<Paged |
getConversationPagedMembers(String conversationId, int pageSize, String continuationToken, String authHeader)
Paged |
|
java.util.concurrent.CompletableFuture<org.springframework.http.ResponseEntity<Conversations |
getConversations(String conversationId, String continuationToken, String authHeader)
会話 |
|
java.util.concurrent.CompletableFuture<org.springframework.http.ResponseEntity<Resource |
replyToActivity(String conversationId, String activityId, Activity activity, String authHeader)
ToActivity |
|
java.util.concurrent.CompletableFuture<org.springframework.http.ResponseEntity<Resource |
sendConversationHistory(String conversationId, Transcript history, String authHeader)
会話 |
|
java.util.concurrent.CompletableFuture<org.springframework.http.ResponseEntity<Resource |
sendToConversation(String conversationId, Activity activity, String authHeader)
ToConversation |
|
java.util.concurrent.CompletableFuture<org.springframework.http.ResponseEntity<Resource |
updateActivity(String conversationId, String activityId, Activity activity, String authHeader)
|
|
java.util.concurrent.CompletableFuture<org.springframework.http.ResponseEntity<Resource |
uploadAttachment(String conversationId, AttachmentData attachmentUpload, String authHeader)
|
メソッドの継承元: java.lang.Object
コンストラクターの詳細
ChannelServiceController
protected ChannelServiceController(ChannelServiceHandler handler)
ChannelServiceController クラスの新しいインスタンスを初期化します。
パラメーター:
メソッドの詳細
createConversation
public CompletableFuture
CreateConversation。
パラメーター:
戻り値:
deleteActivity
public CompletableFuture
DeleteActivity。
パラメーター:
戻り値:
deleteConversationMember
public CompletableFuture
DeleteConversationMember。
パラメーター:
戻り値:
getActivityMembers
public CompletableFuture
GetActivityMembers。 Markdown=Content\Methods\GetActivityMembers.getmd().
パラメーター:
戻り値:
getConversationMembers
public CompletableFuture
GetConversationMembers。
パラメーター:
戻り値:
getConversationPagedMembers
public CompletableFuture
GetConversationPagedMembers。
パラメーター:
戻り値:
getConversations
public CompletableFuture
GetConversations。
パラメーター:
戻り値:
replyToActivity
public CompletableFuture
ReplyToActivity。
パラメーター:
戻り値:
sendConversationHistory
public CompletableFuture
SendConversationHistory。
パラメーター:
戻り値:
sendToConversation
public CompletableFuture
SendToConversation。
パラメーター:
戻り値:
updateActivity
public CompletableFuture
UpdateActivity。
パラメーター:
戻り値:
uploadAttachment
public CompletableFuture
UploadAttachment。
パラメーター:
戻り値: