SpeechDeliveryRequest
USI.AI
Public SDK type.
public sealed class SpeechDeliveryRequest : IEquatable<SpeechDeliveryRequest>Constructors
SpeechDeliveryRequest
public SpeechDeliveryRequest(string Text, string Channel, bool Rephrase = false)Properties
Channel
public string Channel { get; set; }Rephrase
public bool Rephrase { get; set; }Text
public string Text { get; set; }Methods
<Clone>$
public SpeechDeliveryRequest <Clone>$()Deconstruct
public void Deconstruct(string Text, string Channel, bool Rephrase)Equals
public bool Equals(object obj)Equals
public bool Equals(SpeechDeliveryRequest other)GetHashCode
public int GetHashCode()ToString
public string ToString()