sites

@JvmName(name = "bvxurmgauhbeiwyc")
suspend fun sites(value: Output<List<ChannelWebChatSiteArgs>>)
@JvmName(name = "slhwsmweffhagrkl")
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 = "ofsrqmbtppogdycv")
suspend fun sites(vararg values: Output<ChannelWebChatSiteArgs>)


@JvmName(name = "xhqipyonunvicuqq")
suspend fun sites(values: List<Output<ChannelWebChatSiteArgs>>)
@JvmName(name = "jxesleltgasboreo")
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 = "nagxpaxnfkpgqbso")
suspend fun sites(argument: List<suspend ChannelWebChatSiteArgsBuilder.() -> Unit>)
@JvmName(name = "aahhjttnobapwobo")
suspend fun sites(vararg argument: suspend ChannelWebChatSiteArgsBuilder.() -> Unit)
@JvmName(name = "ybtcesjyfsvcmjuq")
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.