feature Configs
suspend fun featureConfigs(value: Output<List<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfigArgs>>)
suspend fun featureConfigs(value: List<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfigArgs>?)
Parameters
value
Configuration of different suggestion features. One feature can have only one config.
suspend fun featureConfigs(vararg values: Output<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfigArgs>)
suspend fun featureConfigs(values: List<Output<GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfigArgs>>)
suspend fun featureConfigs(vararg values: GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfigArgs)
Parameters
values
Configuration of different suggestion features. One feature can have only one config.
suspend fun featureConfigs(argument: List<suspend GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfigArgsBuilder.() -> Unit>)
suspend fun featureConfigs(vararg argument: suspend GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfigArgsBuilder.() -> Unit)
suspend fun featureConfigs(argument: suspend GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionFeatureConfigArgsBuilder.() -> Unit)
Parameters
argument
Configuration of different suggestion features. One feature can have only one config.