defaultResponsePlatforms

@JvmName(name = "dgxlnbfthfccshco")
suspend fun defaultResponsePlatforms(value: Output<List<String>>)
@JvmName(name = "xqbkxkjyaboixxaq")
suspend fun defaultResponsePlatforms(value: List<String>?)

Parameters

value

The list of platforms for which the first responses will be copied from the messages in PLATFORM_UNSPECIFIED (i.e. default platform). Each value may be one of: FACEBOOK, SLACK, TELEGRAM, KIK, SKYPE, LINE, VIBER, ACTIONS_ON_GOOGLE, GOOGLE_HANGOUTS.


@JvmName(name = "wuqemjcflvyhtbmk")
suspend fun defaultResponsePlatforms(vararg values: Output<String>)


@JvmName(name = "pocuqffbnptbnjar")
suspend fun defaultResponsePlatforms(values: List<Output<String>>)
@JvmName(name = "aqwtuhwlksvfiptx")
suspend fun defaultResponsePlatforms(vararg values: String)

Parameters

values

The list of platforms for which the first responses will be copied from the messages in PLATFORM_UNSPECIFIED (i.e. default platform). Each value may be one of: FACEBOOK, SLACK, TELEGRAM, KIK, SKYPE, LINE, VIBER, ACTIONS_ON_GOOGLE, GOOGLE_HANGOUTS.