Search Results for

    Show / Hide Table of Contents

    Class Choice

    The choice class defines an option that can lead to a conversation.

    Inheritance
    object
    Choice
    Implements
    IMetadata
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ibralogue.Parser
    Assembly: .dll
    Syntax
    public class Choice : IMetadata

    Fields

    | Edit this page View Source

    ChoiceName

    Declaration
    public string ChoiceName
    Field Value
    Type Description
    string
    | Edit this page View Source

    LeadingConversationName

    Declaration
    public string LeadingConversationName
    Field Value
    Type Description
    string
    | Edit this page View Source

    Metadata

    Declaration
    public Dictionary<string, string> Metadata
    Field Value
    Type Description
    Dictionary<string, string>

    Methods

    | Edit this page View Source

    HasMetadata(string)

    Check if entity contains any metadata.

    Declaration
    public bool HasMetadata(string key)
    Parameters
    Type Name Description
    string key
    Returns
    Type Description
    bool
    | Edit this page View Source

    TryGetMetadataValue(string, out string)

    Declaration
    public bool TryGetMetadataValue(string key, out string value)
    Parameters
    Type Name Description
    string key
    string value
    Returns
    Type Description
    bool

    Implements

    IMetadata
    • Edit this page
    • View Source
    In this article
    Back to top Ibralogue Docs