sites

@JvmName(name = "aloidgsksmfdrvgr")
suspend fun sites(value: Output<List<ChannelWebChatSiteArgs>>)
@JvmName(name = "mhpgxjipudigopwg")
suspend fun sites(value: List<ChannelWebChatSiteArgs>?)

Parameters

value

A site represents a client application that you want to connect to your bot. One or more site blocks as defined below.


@JvmName(name = "bcvxxgrhgcoenpxo")
suspend fun sites(vararg values: Output<ChannelWebChatSiteArgs>)


@JvmName(name = "uvhmftelcamikgdq")
suspend fun sites(values: List<Output<ChannelWebChatSiteArgs>>)
@JvmName(name = "fcursngyfbvihkcs")
suspend fun sites(vararg values: ChannelWebChatSiteArgs)

Parameters

values

A site represents a client application that you want to connect to your bot. One or more site blocks as defined below.


@JvmName(name = "wvoaojmqhwhcudtx")
suspend fun sites(argument: List<suspend ChannelWebChatSiteArgsBuilder.() -> Unit>)
@JvmName(name = "fijlvacnifrkoasu")
suspend fun sites(vararg argument: suspend ChannelWebChatSiteArgsBuilder.() -> Unit)
@JvmName(name = "cvuihwdllqmdldbr")
suspend fun sites(argument: suspend ChannelWebChatSiteArgsBuilder.() -> Unit)

Parameters

argument

A site represents a client application that you want to connect to your bot. One or more site blocks as defined below.