InspectionSession Klasse

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

public class InspectionSession

Zusammenfassung zum Konstruktor

Konstruktor Beschreibung
InspectionSession(ConversationReference withConversationReference, MicrosoftAppCredentials withCredentials)
InspectionSession(ConversationReference withConversationReference, MicrosoftAppCredentials withCredentials, Logger withLogger)

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
java.util.concurrent.CompletableFuture<java.lang.Boolean> send(Activity activity)

Geerbte Methoden von 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

Details zum Konstruktor

InspectionSession

public InspectionSession(ConversationReference withConversationReference, MicrosoftAppCredentials withCredentials)

Parameter:

withConversationReference
withCredentials

InspectionSession

public InspectionSession(ConversationReference withConversationReference, MicrosoftAppCredentials withCredentials, Logger withLogger)

Parameter:

withConversationReference
withCredentials
withLogger

Details zur Methode

send

public CompletableFuture send(Activity activity)

Parameter:

activity

Gilt für: