column Properties
suspend fun columnProperties(value: Output<List<GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesArgs>>)
suspend fun columnProperties(value: List<GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesArgs>?)
Parameters
value
Optional. Display properties for the columns in this table.
suspend fun columnProperties(vararg values: Output<GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesArgs>)
suspend fun columnProperties(values: List<Output<GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesArgs>>)
suspend fun columnProperties(vararg values: GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesArgs)
Parameters
values
Optional. Display properties for the columns in this table.
suspend fun columnProperties(argument: List<suspend GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesArgsBuilder.() -> Unit>)
suspend fun columnProperties(vararg argument: suspend GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesArgsBuilder.() -> Unit)
suspend fun columnProperties(argument: suspend GoogleCloudDialogflowV2beta1IntentMessageColumnPropertiesArgsBuilder.() -> Unit)
Parameters
argument
Optional. Display properties for the columns in this table.