Search Results for

    Show / Hide Table of Contents

    Class AI

    CeVIO AI environment

    Inheritance
    object
    AI
    Implements
    IEnvironment
    Namespace: FluentCeVIOWrapper.Common.Talk.Environment
    Assembly: FluentCeVIOWrapper.Common.dll
    Syntax
    public class AI : IEnvironment

    Properties

    Agent

    TalkerAgent class

    Declaration
    public string Agent { get; }
    Property Value
    Type Description
    string

    DllName

    dllの名称

    Declaration
    public string DllName { get; }
    Property Value
    Type Description
    string

    DllPath

    デフォルトのdllのpath

    Declaration
    public string DllPath { get; set; }
    Property Value
    Type Description
    string

    Product

    CeVIOの種類

    Declaration
    public Product Product { get; }
    Property Value
    Type Description
    Product

    Service

    ServiceControll class

    Declaration
    public string Service { get; }
    Property Value
    Type Description
    string

    Talker

    Talker class

    Declaration
    public string Talker { get; }
    Property Value
    Type Description
    string

    Implements

    IEnvironment
    In this article
    Back to top FluentCeVIOWrapper