InspectionSession 类
- java.
lang. Object - com.
microsoft. bot. builder. inspection. InspectionSession
- com.
public class InspectionSession
构造函数摘要
方法摘要
| 修饰符和类型 | 方法和描述 |
|---|---|
| java.util.concurrent.CompletableFuture<java.lang.Boolean> | send(Activity activity) |
方法继承自 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
构造函数详细信息
InspectionSession
public InspectionSession(ConversationReference withConversationReference, MicrosoftAppCredentials withCredentials)
参数:
withConversationReference
withCredentials
InspectionSession
public InspectionSession(ConversationReference withConversationReference, MicrosoftAppCredentials withCredentials, Logger withLogger)
参数:
withConversationReference
withCredentials
withLogger
方法详细信息
send
public CompletableFuture
参数:
activity