Class

GeneratedText

USI.AI

Public SDK type.

public sealed class GeneratedText : IEquatable<GeneratedText>

Constructors

GeneratedText

public GeneratedText(string Text, string Provider, string Model, string ResponseId = null)

Properties

Model

public string Model { get; set; }

Provider

public string Provider { get; set; }

ResponseId

public string ResponseId { get; set; }

Text

public string Text { get; set; }

Methods

<Clone>$

public GeneratedText <Clone>$()

Deconstruct

public void Deconstruct(string Text, string Provider, string Model, string ResponseId)

Equals

public bool Equals(object obj)

Equals

public bool Equals(GeneratedText other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()