InspectionSession Classe

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

public class InspectionSession

Récapitulatif du constructeur

Constructeur Description
InspectionSession(ConversationReference withConversationReference, MicrosoftAppCredentials withCredentials)
InspectionSession(ConversationReference withConversationReference, MicrosoftAppCredentials withCredentials, Logger withLogger)

Résumé de la méthode

Modificateur et type Méthode et description
java.util.concurrent.CompletableFuture<java.lang.Boolean> send(Activity activity)

Méthodes héritées de 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

Détails du constructeur

InspectionSession

public InspectionSession(ConversationReference withConversationReference, MicrosoftAppCredentials withCredentials)

Paramètres:

withConversationReference
withCredentials

InspectionSession

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

Paramètres:

withConversationReference
withCredentials
withLogger

Détails de la méthode

send

public CompletableFuture send(Activity activity)

Paramètres:

activity

S’applique à