다음을 통해 공유


IServiceProviderParameter Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ServiceProviderParameterTypeConverter))]
public interface IServiceProviderParameter : Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.BotService.Models.Api20220615Preview.ServiceProviderParameterTypeConverter))>]
type IServiceProviderParameter = interface
    interface IJsonSerializable
Public Interface IServiceProviderParameter
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ConstraintRequired

Whether required the constraints of the bot meta data.

Default

Default Name for the Service Provider

Description

Description of the Service Provider

DisplayName

Display Name of the Service Provider

HelpUrl

Help Url for the Service Provider

Name

Name of the Service Provider

Type

Type of the Service Provider

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to