DirectLineSpeechChannelArgs

data class DirectLineSpeechChannelArgs(val channelName: Output<String>, val etag: Output<String>? = null, val location: Output<String>? = null, val properties: Output<DirectLineSpeechChannelPropertiesArgs>? = null) : ConvertibleToJava<DirectLineSpeechChannelArgs>

DirectLine Speech channel definition

Constructors

Link copied to clipboard
constructor(channelName: Output<String>, etag: Output<String>? = null, location: Output<String>? = null, properties: Output<DirectLineSpeechChannelPropertiesArgs>? = null)

Properties

Link copied to clipboard
val channelName: Output<String>

The channel name Expected value is 'DirectLineSpeechChannel'.

Link copied to clipboard
val etag: Output<String>? = null

Entity Tag of the resource

Link copied to clipboard
val location: Output<String>? = null

Specifies the location of the resource.

Link copied to clipboard

The set of properties specific to DirectLine Speech channel resource

Functions

Link copied to clipboard
open override fun toJava(): DirectLineSpeechChannelArgs