UsiAssistantResponse
USI.AI
Public SDK type.
public sealed class UsiAssistantResponse : IEquatable<UsiAssistantResponse>Constructors
UsiAssistantResponse
public UsiAssistantResponse(GeneratedText Answer, USIAutomationSnapshot SimulatorContext, SpeechAudio Speech)Properties
Answer
public GeneratedText Answer { get; set; }SimulatorContext
public USIAutomationSnapshot SimulatorContext { get; set; }Speech
public SpeechAudio Speech { get; set; }Methods
<Clone>$
public UsiAssistantResponse <Clone>$()Deconstruct
public void Deconstruct(GeneratedText Answer, USIAutomationSnapshot SimulatorContext, SpeechAudio Speech)Equals
public bool Equals(object obj)Equals
public bool Equals(UsiAssistantResponse other)GetHashCode
public int GetHashCode()ToString
public string ToString()