TranscriptInfo Classe

  • java.lang.Object
    • com.microsoft.bot.builder.TranscriptInfo

public class TranscriptInfo

Représente une copie d’une conversation.

Récapitulatif du constructeur

Constructeur Description
TranscriptInfo(String withId, String withChannelId, OffsetDateTime withCreated)

Constructeur.

Résumé de la méthode

Modificateur et type Méthode et description
java.lang.String channelId()

Obtient l’ID du canal dans lequel la conversation s’est produite.

java.time.OffsetDateTime getCreated()

Obtient la date à laquelle la conversation a commencé.

java.lang.String getId()

Obtient l’ID de la conversation.

void setChannelId(String withChannelId)

Définit l’ID du canal dans lequel la conversation s’est produite.

void setCreated(OffsetDateTime withCreated)

Définit la date à laquelle la conversation a commencé.

void setId(String withId)

Définit l’ID de la conversation.

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

TranscriptInfo

public TranscriptInfo(String withId, String withChannelId, OffsetDateTime withCreated)

Constructeur.

Paramètres:

withId - ID de conversation.
withChannelId - ID de canal.
withCreated - Horodatage créé.

Détails de la méthode

channelId

public String channelId()

Obtient l’ID du canal dans lequel la conversation s’est produite.

Retours:

ID du canal dans lequel la conversation s’est produite.

getCreated

public OffsetDateTime getCreated()

Obtient la date à laquelle la conversation a commencé.

Retours:

La date à laquelle la conversation a commencé.

getId

public String getId()

Obtient l’ID de la conversation.

Retours:

ID de la conversation.

setChannelId

public void setChannelId(String withChannelId)

Définit l’ID du canal dans lequel la conversation s’est produite.

Paramètres:

withChannelId - ID du canal dans lequel la conversation s’est produite.

setCreated

public void setCreated(OffsetDateTime withCreated)

Définit la date à laquelle la conversation a commencé.

Paramètres:

withCreated - La date à laquelle la conversation a commencé.

setId

public void setId(String withId)

Définit l’ID de la conversation.

Paramètres:

withId - ID de la conversation.

S’applique à