InspectionSession Класс

  • java.lang.Object
    • com.microsoft.bot.builder.inspection.InspectionSession

public class InspectionSession

Сводка по конструктору

Конструктор Описание
InspectionSession(ConversationReference withConversationReference, MicrosoftAppCredentials withCredentials)
InspectionSession(ConversationReference withConversationReference, MicrosoftAppCredentials withCredentials, Logger withLogger)

Сводка по методу

Модификатор и тип Метод и описание
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 send(Activity activity)

Параметры:

activity

Применяется к