InspectionSession Clase

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

public class InspectionSession

Resumen del constructor

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

Resumen del método

Modificador y tipo Método y descripción
java.util.concurrent.CompletableFuture<java.lang.Boolean> send(Activity activity)

Métodos heredados 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

Detalles del constructor

InspectionSession

public InspectionSession(ConversationReference withConversationReference, MicrosoftAppCredentials withCredentials)

Parámetros:

withConversationReference
withCredentials

InspectionSession

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

Parámetros:

withConversationReference
withCredentials
withLogger

Detalles del método

send

public CompletableFuture send(Activity activity)

Parámetros:

activity

Se aplica a