Search Results for

    Show / Hide Table of Contents

    Enum WebSearchLocationMode

    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public enum WebSearchLocationMode

    Fields

    Name Description
    Custom

    Use a custom location specified in the inspector.

    Disabled

    Do not use any location data.

    UserLocation

    Use the user's location from AIDevKitManager.UserContext.

    Extension Methods

    TrTaskExtensions.TrDeferred<WebSearchLocationMode>(WebSearchLocationMode, Action<TrStringTask>)
    TrTaskExtensions.Tr<WebSearchLocationMode>(WebSearchLocationMode)
    EnumExtensions.HasAnyFlag<WebSearchLocationMode>(WebSearchLocationMode, WebSearchLocationMode?)
    EnumExtensions.ToFlagList<WebSearchLocationMode>(WebSearchLocationMode)
    EnumExtensions.ToFlagSet<WebSearchLocationMode>(WebSearchLocationMode)
    EnumExtensions.ToJoinedString<WebSearchLocationMode>(WebSearchLocationMode, char, char)
    EnumExtensions.ToLowerInvariantString<WebSearchLocationMode>(WebSearchLocationMode)
    EventExtensions.ToDelta<WebSearchLocationMode>(WebSearchLocationMode, string, int, string, bool)
    EventExtensions.ToDone<WebSearchLocationMode>(WebSearchLocationMode, string, int, string)
    EventExtensions.ToEvent<WebSearchLocationMode>(WebSearchLocationMode)
    EventExtensions.UpcastDelta<WebSearchLocationMode, T2>(WebSearchLocationMode, string, int, string, bool)
    ExperimentalAttributeExtensions.IsExperimental<WebSearchLocationMode>(WebSearchLocationMode)
    FallbackExtensions.IsOr<WebSearchLocationMode, TChild>(WebSearchLocationMode, TChild)
    ResponseCastingExtensions.GetResult<WebSearchLocationMode>(WebSearchLocationMode)
    LogMessageExtensions.GetDisplayedMessage<WebSearchLocationMode>(WebSearchLocationMode)
    LogMessageExtensions.GetLogMessage<WebSearchLocationMode>(WebSearchLocationMode)
    SystemExtensions.GetHashCodeOrDefault<WebSearchLocationMode>(WebSearchLocationMode)
    RESTEnum.GetRESTEnum(Enum)
    InspectorNameUtils.GetInspectorName(Enum, string)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation