Share via


GenericService Class

Definition

Caution

This class is deprecated. See https://aka.ms/bot-file-basics for more information.

An Generic service containing configuration properties for the service.

[System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)]
public class GenericService : Microsoft.Bot.Configuration.ConnectedService
[<System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)>]
type GenericService = class
    inherit ConnectedService
Public Class GenericService
Inherits ConnectedService
Inheritance
GenericService
Attributes

Constructors

GenericService()

Initializes a new instance of the GenericService class.

Properties

Configuration

Gets or sets configuration.

Id

Gets or sets unique id for the service.

(Inherited from ConnectedService)
Name

Gets or sets user friendly name of the service.

(Inherited from ConnectedService)
Properties

Gets or sets properties that are not otherwise defined.

(Inherited from ConnectedService)
Type

Gets or sets type of the service.

(Inherited from ConnectedService)
Url

Gets or sets url for deep link to service.

Methods

Decrypt(String)

Decrypt properties on this service.

Encrypt(String)

Encrypt properties on this service.

Applies to