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