Class

SayIntentionsOptions

USI.AI.Integrations

Public SDK type.

public sealed class SayIntentionsOptions : IEquatable<SayIntentionsOptions>

Constructors

SayIntentionsOptions

public SayIntentionsOptions(string ApiKey, Uri Endpoint = null, bool RequireDesktopClient = true)

Properties

ApiKey

public string ApiKey { get; set; }

Endpoint

public Uri Endpoint { get; set; }

RequireDesktopClient

public bool RequireDesktopClient { get; set; }

Methods

<Clone>$

public SayIntentionsOptions <Clone>$()

Deconstruct

public void Deconstruct(string ApiKey, Uri Endpoint, bool RequireDesktopClient)

Equals

public bool Equals(object obj)

Equals

public bool Equals(SayIntentionsOptions other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()