sites

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


@JvmName(name = "kbyecxvqsudiowhf")
suspend fun sites(values: List<Output<ChannelWebChatSiteArgs>>)
@JvmName(name = "lsjwluylvpyxqvmd")
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 = "befvpgdqrorfqpok")
suspend fun sites(argument: List<suspend ChannelWebChatSiteArgsBuilder.() -> Unit>)
@JvmName(name = "nelaxslltcotkwrm")
suspend fun sites(vararg argument: suspend ChannelWebChatSiteArgsBuilder.() -> Unit)
@JvmName(name = "uxvtkcddxtqyjden")
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.