Class TextResponse

Clase TextResponse

Representa el contenido de texto que es parte de un mensaje.

public class TextResponse

Constructores

NombreDescripción
TextResponse()El constructor predeterminado.

Propiedades

NombreDescripción
Annotations { get; set; }Obtiene o establece una lista de anotaciones para el mensaje.
Value { get; set; }Obtiene o establece el texto del mensaje.

Ver También