你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmBotServiceModelFactory.DirectLineSpeechChannel 方法

定义

初始化 DirectLineSpeechChannel 的新实例。

public static Azure.ResourceManager.BotService.Models.DirectLineSpeechChannel DirectLineSpeechChannel (Azure.ETag? etag = default, string provisioningState = default, Azure.Core.AzureLocation? location = default, Azure.ResourceManager.BotService.Models.DirectLineSpeechChannelProperties properties = default);
static member DirectLineSpeechChannel : Nullable<Azure.ETag> * string * Nullable<Azure.Core.AzureLocation> * Azure.ResourceManager.BotService.Models.DirectLineSpeechChannelProperties -> Azure.ResourceManager.BotService.Models.DirectLineSpeechChannel
Public Shared Function DirectLineSpeechChannel (Optional etag As Nullable(Of ETag) = Nothing, Optional provisioningState As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional properties As DirectLineSpeechChannelProperties = Nothing) As DirectLineSpeechChannel

参数

etag
Nullable<ETag>

资源的实体标记。

provisioningState
String

资源的预配状态。

location
Nullable<AzureLocation>

指定资源的位置。

properties
DirectLineSpeechChannelProperties

特定于 DirectLine 语音通道资源的属性集。

返回

用于模拟的新 DirectLineSpeechChannel 实例。

适用于