pulumi-gcp 8.41.0a1755297349__py3-none-any.whl → 8.42.0a1756095712__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +24 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +2 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +2 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/api_iam_binding.py +2 -0
- pulumi_gcp/apigateway/api_iam_member.py +2 -0
- pulumi_gcp/apigateway/api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/environment_iam_binding.py +2 -0
- pulumi_gcp/apigee/environment_iam_member.py +2 -0
- pulumi_gcp/apigee/environment_iam_policy.py +2 -0
- pulumi_gcp/artifactregistry/__init__.py +5 -0
- pulumi_gcp/artifactregistry/get_package.py +220 -0
- pulumi_gcp/artifactregistry/get_repositories.py +160 -0
- pulumi_gcp/artifactregistry/get_tag.py +187 -0
- pulumi_gcp/artifactregistry/get_tags.py +200 -0
- pulumi_gcp/artifactregistry/get_version.py +261 -0
- pulumi_gcp/artifactregistry/outputs.py +130 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +2 -0
- pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +114 -7
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +12 -1
- pulumi_gcp/beyondcorp/application_iam_binding.py +8 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +8 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +8 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +2 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +2 -0
- pulumi_gcp/bigquery/connection_iam_member.py +2 -0
- pulumi_gcp/bigquery/connection_iam_policy.py +2 -0
- pulumi_gcp/bigquery/data_transfer_config.py +2 -0
- pulumi_gcp/bigquery/dataset.py +2 -2
- pulumi_gcp/bigquery/iam_binding.py +2 -0
- pulumi_gcp/bigquery/iam_member.py +2 -0
- pulumi_gcp/bigquery/iam_policy.py +2 -0
- pulumi_gcp/bigquery/reservation.py +535 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -0
- pulumi_gcp/clouddeploy/_inputs.py +48 -48
- pulumi_gcp/clouddeploy/deploy_policy.py +54 -74
- pulumi_gcp/clouddeploy/outputs.py +32 -32
- pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +2 -0
- pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -0
- pulumi_gcp/cloudrun/iam_binding.py +2 -0
- pulumi_gcp/cloudrun/iam_member.py +2 -0
- pulumi_gcp/cloudrun/iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_policy.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_policy.py +2 -0
- pulumi_gcp/composer/user_workloads_config_map.py +26 -2
- pulumi_gcp/compute/_inputs.py +355 -0
- pulumi_gcp/compute/disk_iam_binding.py +2 -0
- pulumi_gcp/compute/disk_iam_member.py +2 -0
- pulumi_gcp/compute/disk_iam_policy.py +2 -0
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/image_iam_binding.py +2 -0
- pulumi_gcp/compute/image_iam_member.py +2 -0
- pulumi_gcp/compute/image_iam_policy.py +2 -0
- pulumi_gcp/compute/instance_iam_binding.py +2 -0
- pulumi_gcp/compute/instance_iam_member.py +2 -0
- pulumi_gcp/compute/instance_iam_policy.py +2 -0
- pulumi_gcp/compute/instance_template_iam_binding.py +2 -0
- pulumi_gcp/compute/instance_template_iam_member.py +2 -0
- pulumi_gcp/compute/instance_template_iam_policy.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_policy.py +2 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +2 -0
- pulumi_gcp/compute/machine_image_iam_member.py +2 -0
- pulumi_gcp/compute/machine_image_iam_policy.py +2 -0
- pulumi_gcp/compute/outputs.py +404 -0
- pulumi_gcp/compute/region_backend_service.py +257 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +2 -0
- pulumi_gcp/compute/region_disk_iam_member.py +2 -0
- pulumi_gcp/compute/region_disk_iam_policy.py +2 -0
- pulumi_gcp/compute/region_security_policy.py +54 -0
- pulumi_gcp/compute/service_attachment.py +126 -0
- pulumi_gcp/compute/snapshot_iam_binding.py +2 -0
- pulumi_gcp/compute/snapshot_iam_member.py +2 -0
- pulumi_gcp/compute/snapshot_iam_policy.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_policy.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_policy.py +2 -0
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/_inputs.py +2373 -267
- pulumi_gcp/container/outputs.py +2481 -81
- pulumi_gcp/containeranalysis/note_iam_binding.py +2 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +2 -0
- pulumi_gcp/containeranalysis/note_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -0
- pulumi_gcp/datafusion/instance.py +18 -4
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +2 -0
- pulumi_gcp/dataplex/asset_iam_member.py +2 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +2 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +2 -0
- pulumi_gcp/dataplex/lake_iam_member.py +2 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +2 -0
- pulumi_gcp/dataplex/task_iam_binding.py +2 -0
- pulumi_gcp/dataplex/task_iam_member.py +2 -0
- pulumi_gcp/dataplex/task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +2 -0
- pulumi_gcp/dataplex/zone_iam_member.py +2 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +2 -0
- pulumi_gcp/diagflow/__init__.py +2 -0
- pulumi_gcp/diagflow/_inputs.py +2829 -0
- pulumi_gcp/diagflow/conversation_profile.py +959 -0
- pulumi_gcp/diagflow/cx_playbook.py +967 -0
- pulumi_gcp/diagflow/outputs.py +2330 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -0
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -0
- pulumi_gcp/endpoints/service_iam_binding.py +2 -0
- pulumi_gcp/endpoints/service_iam_member.py +2 -0
- pulumi_gcp/endpoints/service_iam_policy.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +2 -0
- pulumi_gcp/gkehub/feature_iam_member.py +2 -0
- pulumi_gcp/gkehub/feature_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +2 -0
- pulumi_gcp/gkehub/membership_iam_member.py +2 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +2 -0
- pulumi_gcp/gkehub/scope_iam_member.py +2 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +2 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +24 -3
- pulumi_gcp/healthcare/consent_store_iam_binding.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_policy.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_binding.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_policy.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_iam_binding.py +2 -0
- pulumi_gcp/iap/web_iam_member.py +2 -0
- pulumi_gcp/iap/web_iam_policy.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -0
- pulumi_gcp/kms/crypto_key.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +2 -0
- pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -0
- pulumi_gcp/kms/outputs.py +2 -0
- pulumi_gcp/logging/log_view_iam_binding.py +2 -0
- pulumi_gcp/logging/log_view_iam_member.py +2 -0
- pulumi_gcp/logging/log_view_iam_policy.py +2 -0
- pulumi_gcp/memorystore/get_instance.py +12 -1
- pulumi_gcp/memorystore/instance.py +70 -0
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +213 -168
- pulumi_gcp/notebooks/instance.py +18 -18
- pulumi_gcp/notebooks/instance_iam_binding.py +2 -0
- pulumi_gcp/notebooks/instance_iam_member.py +2 -0
- pulumi_gcp/notebooks/instance_iam_policy.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_policy.py +2 -0
- pulumi_gcp/organizations/folder.py +56 -0
- pulumi_gcp/organizations/get_folder.py +29 -1
- pulumi_gcp/projects/api_key.py +88 -1
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pubsub/schema_iam_binding.py +2 -0
- pulumi_gcp/pubsub/schema_iam_member.py +2 -0
- pulumi_gcp/pubsub/schema_iam_policy.py +2 -0
- pulumi_gcp/pubsub/subscription.py +84 -0
- pulumi_gcp/pubsub/topic.py +80 -0
- pulumi_gcp/pubsub/topic_iam_binding.py +2 -0
- pulumi_gcp/pubsub/topic_iam_member.py +2 -0
- pulumi_gcp/pubsub/topic_iam_policy.py +2 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/secret_version.py +1 -48
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +18 -4
- pulumi_gcp/securitycenter/instance_iam_member.py +18 -4
- pulumi_gcp/securitycenter/instance_iam_policy.py +18 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +2 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +2 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_policy.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -0
- pulumi_gcp/sql/_inputs.py +82 -4
- pulumi_gcp/sql/database_instance.py +108 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +154 -7
- pulumi_gcp/storage/_inputs.py +104 -12
- pulumi_gcp/storage/outputs.py +84 -7
- pulumi_gcp/tags/tag_key_iam_binding.py +2 -0
- pulumi_gcp/tags/tag_key_iam_member.py +2 -0
- pulumi_gcp/tags/tag_key_iam_policy.py +2 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +2 -0
- pulumi_gcp/tags/tag_value_iam_member.py +2 -0
- pulumi_gcp/tags/tag_value_iam_policy.py +2 -0
- pulumi_gcp/tpu/get_tensorflow_versions.py +10 -0
- pulumi_gcp/vertex/__init__.py +1 -0
- pulumi_gcp/vertex/_inputs.py +122 -0
- pulumi_gcp/vertex/ai_index.py +21 -7
- pulumi_gcp/vertex/ai_rag_engine_config.py +354 -0
- pulumi_gcp/vertex/outputs.py +69 -0
- {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/RECORD +343 -335
- {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/top_level.txt +0 -0
pulumi_gcp/diagflow/_inputs.py
CHANGED
@@ -15,6 +15,78 @@ else:
|
|
15
15
|
from .. import _utilities
|
16
16
|
|
17
17
|
__all__ = [
|
18
|
+
'ConversationProfileAutomatedAgentConfigArgs',
|
19
|
+
'ConversationProfileAutomatedAgentConfigArgsDict',
|
20
|
+
'ConversationProfileHumanAgentAssistantConfigArgs',
|
21
|
+
'ConversationProfileHumanAgentAssistantConfigArgsDict',
|
22
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigArgs',
|
23
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigArgsDict',
|
24
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigArgs',
|
25
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigArgsDict',
|
26
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationModelConfigArgs',
|
27
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationModelConfigArgsDict',
|
28
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationProcessConfigArgs',
|
29
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationProcessConfigArgsDict',
|
30
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigArgs',
|
31
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigArgsDict',
|
32
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgs',
|
33
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgsDict',
|
34
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgs',
|
35
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgsDict',
|
36
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgs',
|
37
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgsDict',
|
38
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDocumentQuerySourceArgs',
|
39
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDocumentQuerySourceArgsDict',
|
40
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigKnowledgeBaseQuerySourceArgs',
|
41
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigKnowledgeBaseQuerySourceArgsDict',
|
42
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigSectionsArgs',
|
43
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigSectionsArgsDict',
|
44
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionFeatureArgs',
|
45
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionFeatureArgsDict',
|
46
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgs',
|
47
|
+
'ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgsDict',
|
48
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigArgs',
|
49
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigArgsDict',
|
50
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigArgs',
|
51
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigArgsDict',
|
52
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationModelConfigArgs',
|
53
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationModelConfigArgsDict',
|
54
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationProcessConfigArgs',
|
55
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationProcessConfigArgsDict',
|
56
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigArgs',
|
57
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigArgsDict',
|
58
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgs',
|
59
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgsDict',
|
60
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgs',
|
61
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgsDict',
|
62
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgs',
|
63
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgsDict',
|
64
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigSectionsArgs',
|
65
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigSectionsArgsDict',
|
66
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionFeatureArgs',
|
67
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionFeatureArgsDict',
|
68
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgs',
|
69
|
+
'ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgsDict',
|
70
|
+
'ConversationProfileHumanAgentAssistantConfigMessageAnalysisConfigArgs',
|
71
|
+
'ConversationProfileHumanAgentAssistantConfigMessageAnalysisConfigArgsDict',
|
72
|
+
'ConversationProfileHumanAgentAssistantConfigNotificationConfigArgs',
|
73
|
+
'ConversationProfileHumanAgentAssistantConfigNotificationConfigArgsDict',
|
74
|
+
'ConversationProfileHumanAgentHandoffConfigArgs',
|
75
|
+
'ConversationProfileHumanAgentHandoffConfigArgsDict',
|
76
|
+
'ConversationProfileHumanAgentHandoffConfigLivePersonConfigArgs',
|
77
|
+
'ConversationProfileHumanAgentHandoffConfigLivePersonConfigArgsDict',
|
78
|
+
'ConversationProfileLoggingConfigArgs',
|
79
|
+
'ConversationProfileLoggingConfigArgsDict',
|
80
|
+
'ConversationProfileNewMessageEventNotificationConfigArgs',
|
81
|
+
'ConversationProfileNewMessageEventNotificationConfigArgsDict',
|
82
|
+
'ConversationProfileNotificationConfigArgs',
|
83
|
+
'ConversationProfileNotificationConfigArgsDict',
|
84
|
+
'ConversationProfileSttConfigArgs',
|
85
|
+
'ConversationProfileSttConfigArgsDict',
|
86
|
+
'ConversationProfileTtsConfigArgs',
|
87
|
+
'ConversationProfileTtsConfigArgsDict',
|
88
|
+
'ConversationProfileTtsConfigVoiceArgs',
|
89
|
+
'ConversationProfileTtsConfigVoiceArgsDict',
|
18
90
|
'CxAgentAdvancedSettingsArgs',
|
19
91
|
'CxAgentAdvancedSettingsArgsDict',
|
20
92
|
'CxAgentAdvancedSettingsAudioExportGcsDestinationArgs',
|
@@ -323,6 +395,12 @@ __all__ = [
|
|
323
395
|
'CxPageTransitionRouteTriggerFulfillmentMessageTextArgsDict',
|
324
396
|
'CxPageTransitionRouteTriggerFulfillmentSetParameterActionArgs',
|
325
397
|
'CxPageTransitionRouteTriggerFulfillmentSetParameterActionArgsDict',
|
398
|
+
'CxPlaybookInstructionArgs',
|
399
|
+
'CxPlaybookInstructionArgsDict',
|
400
|
+
'CxPlaybookInstructionStepArgs',
|
401
|
+
'CxPlaybookInstructionStepArgsDict',
|
402
|
+
'CxPlaybookLlmModelSettingsArgs',
|
403
|
+
'CxPlaybookLlmModelSettingsArgsDict',
|
326
404
|
'CxSecuritySettingsAudioExportSettingsArgs',
|
327
405
|
'CxSecuritySettingsAudioExportSettingsArgsDict',
|
328
406
|
'CxSecuritySettingsInsightsExportSettingsArgs',
|
@@ -431,6 +509,2595 @@ __all__ = [
|
|
431
509
|
|
432
510
|
MYPY = False
|
433
511
|
|
512
|
+
if not MYPY:
|
513
|
+
class ConversationProfileAutomatedAgentConfigArgsDict(TypedDict):
|
514
|
+
agent: pulumi.Input[_builtins.str]
|
515
|
+
"""
|
516
|
+
ID of the Dialogflow agent environment to use.
|
517
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/agent/environments/<EnvironmentID>"
|
518
|
+
"""
|
519
|
+
session_ttl: NotRequired[pulumi.Input[_builtins.str]]
|
520
|
+
"""
|
521
|
+
Configure lifetime of the Dialogflow session.
|
522
|
+
"""
|
523
|
+
elif False:
|
524
|
+
ConversationProfileAutomatedAgentConfigArgsDict: TypeAlias = Mapping[str, Any]
|
525
|
+
|
526
|
+
@pulumi.input_type
|
527
|
+
class ConversationProfileAutomatedAgentConfigArgs:
|
528
|
+
def __init__(__self__, *,
|
529
|
+
agent: pulumi.Input[_builtins.str],
|
530
|
+
session_ttl: Optional[pulumi.Input[_builtins.str]] = None):
|
531
|
+
"""
|
532
|
+
:param pulumi.Input[_builtins.str] agent: ID of the Dialogflow agent environment to use.
|
533
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/agent/environments/<EnvironmentID>"
|
534
|
+
:param pulumi.Input[_builtins.str] session_ttl: Configure lifetime of the Dialogflow session.
|
535
|
+
"""
|
536
|
+
pulumi.set(__self__, "agent", agent)
|
537
|
+
if session_ttl is not None:
|
538
|
+
pulumi.set(__self__, "session_ttl", session_ttl)
|
539
|
+
|
540
|
+
@_builtins.property
|
541
|
+
@pulumi.getter
|
542
|
+
def agent(self) -> pulumi.Input[_builtins.str]:
|
543
|
+
"""
|
544
|
+
ID of the Dialogflow agent environment to use.
|
545
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/agent/environments/<EnvironmentID>"
|
546
|
+
"""
|
547
|
+
return pulumi.get(self, "agent")
|
548
|
+
|
549
|
+
@agent.setter
|
550
|
+
def agent(self, value: pulumi.Input[_builtins.str]):
|
551
|
+
pulumi.set(self, "agent", value)
|
552
|
+
|
553
|
+
@_builtins.property
|
554
|
+
@pulumi.getter(name="sessionTtl")
|
555
|
+
def session_ttl(self) -> Optional[pulumi.Input[_builtins.str]]:
|
556
|
+
"""
|
557
|
+
Configure lifetime of the Dialogflow session.
|
558
|
+
"""
|
559
|
+
return pulumi.get(self, "session_ttl")
|
560
|
+
|
561
|
+
@session_ttl.setter
|
562
|
+
def session_ttl(self, value: Optional[pulumi.Input[_builtins.str]]):
|
563
|
+
pulumi.set(self, "session_ttl", value)
|
564
|
+
|
565
|
+
|
566
|
+
if not MYPY:
|
567
|
+
class ConversationProfileHumanAgentAssistantConfigArgsDict(TypedDict):
|
568
|
+
end_user_suggestion_config: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigArgsDict']]
|
569
|
+
"""
|
570
|
+
Configuration for agent assistance of end user participant.
|
571
|
+
Structure is documented below.
|
572
|
+
"""
|
573
|
+
human_agent_suggestion_config: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigArgsDict']]
|
574
|
+
"""
|
575
|
+
Configuration for agent assistance of human agent participant.
|
576
|
+
Structure is documented below.
|
577
|
+
"""
|
578
|
+
message_analysis_config: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigMessageAnalysisConfigArgsDict']]
|
579
|
+
"""
|
580
|
+
desc
|
581
|
+
Structure is documented below.
|
582
|
+
"""
|
583
|
+
notification_config: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigNotificationConfigArgsDict']]
|
584
|
+
"""
|
585
|
+
Pub/Sub topic on which to publish new agent assistant events.
|
586
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
587
|
+
Structure is documented below.
|
588
|
+
"""
|
589
|
+
elif False:
|
590
|
+
ConversationProfileHumanAgentAssistantConfigArgsDict: TypeAlias = Mapping[str, Any]
|
591
|
+
|
592
|
+
@pulumi.input_type
|
593
|
+
class ConversationProfileHumanAgentAssistantConfigArgs:
|
594
|
+
def __init__(__self__, *,
|
595
|
+
end_user_suggestion_config: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigArgs']] = None,
|
596
|
+
human_agent_suggestion_config: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigArgs']] = None,
|
597
|
+
message_analysis_config: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigMessageAnalysisConfigArgs']] = None,
|
598
|
+
notification_config: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigNotificationConfigArgs']] = None):
|
599
|
+
"""
|
600
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigArgs'] end_user_suggestion_config: Configuration for agent assistance of end user participant.
|
601
|
+
Structure is documented below.
|
602
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigArgs'] human_agent_suggestion_config: Configuration for agent assistance of human agent participant.
|
603
|
+
Structure is documented below.
|
604
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigMessageAnalysisConfigArgs'] message_analysis_config: desc
|
605
|
+
Structure is documented below.
|
606
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigNotificationConfigArgs'] notification_config: Pub/Sub topic on which to publish new agent assistant events.
|
607
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
608
|
+
Structure is documented below.
|
609
|
+
"""
|
610
|
+
if end_user_suggestion_config is not None:
|
611
|
+
pulumi.set(__self__, "end_user_suggestion_config", end_user_suggestion_config)
|
612
|
+
if human_agent_suggestion_config is not None:
|
613
|
+
pulumi.set(__self__, "human_agent_suggestion_config", human_agent_suggestion_config)
|
614
|
+
if message_analysis_config is not None:
|
615
|
+
pulumi.set(__self__, "message_analysis_config", message_analysis_config)
|
616
|
+
if notification_config is not None:
|
617
|
+
pulumi.set(__self__, "notification_config", notification_config)
|
618
|
+
|
619
|
+
@_builtins.property
|
620
|
+
@pulumi.getter(name="endUserSuggestionConfig")
|
621
|
+
def end_user_suggestion_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigArgs']]:
|
622
|
+
"""
|
623
|
+
Configuration for agent assistance of end user participant.
|
624
|
+
Structure is documented below.
|
625
|
+
"""
|
626
|
+
return pulumi.get(self, "end_user_suggestion_config")
|
627
|
+
|
628
|
+
@end_user_suggestion_config.setter
|
629
|
+
def end_user_suggestion_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigArgs']]):
|
630
|
+
pulumi.set(self, "end_user_suggestion_config", value)
|
631
|
+
|
632
|
+
@_builtins.property
|
633
|
+
@pulumi.getter(name="humanAgentSuggestionConfig")
|
634
|
+
def human_agent_suggestion_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigArgs']]:
|
635
|
+
"""
|
636
|
+
Configuration for agent assistance of human agent participant.
|
637
|
+
Structure is documented below.
|
638
|
+
"""
|
639
|
+
return pulumi.get(self, "human_agent_suggestion_config")
|
640
|
+
|
641
|
+
@human_agent_suggestion_config.setter
|
642
|
+
def human_agent_suggestion_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigArgs']]):
|
643
|
+
pulumi.set(self, "human_agent_suggestion_config", value)
|
644
|
+
|
645
|
+
@_builtins.property
|
646
|
+
@pulumi.getter(name="messageAnalysisConfig")
|
647
|
+
def message_analysis_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigMessageAnalysisConfigArgs']]:
|
648
|
+
"""
|
649
|
+
desc
|
650
|
+
Structure is documented below.
|
651
|
+
"""
|
652
|
+
return pulumi.get(self, "message_analysis_config")
|
653
|
+
|
654
|
+
@message_analysis_config.setter
|
655
|
+
def message_analysis_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigMessageAnalysisConfigArgs']]):
|
656
|
+
pulumi.set(self, "message_analysis_config", value)
|
657
|
+
|
658
|
+
@_builtins.property
|
659
|
+
@pulumi.getter(name="notificationConfig")
|
660
|
+
def notification_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigNotificationConfigArgs']]:
|
661
|
+
"""
|
662
|
+
Pub/Sub topic on which to publish new agent assistant events.
|
663
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
664
|
+
Structure is documented below.
|
665
|
+
"""
|
666
|
+
return pulumi.get(self, "notification_config")
|
667
|
+
|
668
|
+
@notification_config.setter
|
669
|
+
def notification_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigNotificationConfigArgs']]):
|
670
|
+
pulumi.set(self, "notification_config", value)
|
671
|
+
|
672
|
+
|
673
|
+
if not MYPY:
|
674
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigArgsDict(TypedDict):
|
675
|
+
disable_high_latency_features_sync_delivery: NotRequired[pulumi.Input[_builtins.bool]]
|
676
|
+
"""
|
677
|
+
When disableHighLatencyFeaturesSyncDelivery is true and using the AnalyzeContent API, we will not deliver the responses from high latency features in the API response. The humanAgentAssistantConfig.notification_config must be configured and enableEventBasedSuggestion must be set to true to receive the responses from high latency features in Pub/Sub. High latency feature(s): KNOWLEDGE_ASSIST
|
678
|
+
"""
|
679
|
+
feature_configs: NotRequired[pulumi.Input[Sequence[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigArgsDict']]]]
|
680
|
+
"""
|
681
|
+
Configuration of different suggestion features. One feature can have only one config.
|
682
|
+
Structure is documented below.
|
683
|
+
"""
|
684
|
+
generators: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
685
|
+
"""
|
686
|
+
List of various generator resource names used in the conversation profile.
|
687
|
+
"""
|
688
|
+
group_suggestion_responses: NotRequired[pulumi.Input[_builtins.bool]]
|
689
|
+
"""
|
690
|
+
If groupSuggestionResponses is false, and there are multiple featureConfigs in event based suggestion or StreamingAnalyzeContent, we will try to deliver suggestions to customers as soon as we get new suggestion. Different type of suggestions based on the same context will be in separate Pub/Sub event or StreamingAnalyzeContentResponse.
|
691
|
+
If groupSuggestionResponses set to true. All the suggestions to the same participant based on the same context will be grouped into a single Pub/Sub event or StreamingAnalyzeContentResponse.
|
692
|
+
"""
|
693
|
+
elif False:
|
694
|
+
ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigArgsDict: TypeAlias = Mapping[str, Any]
|
695
|
+
|
696
|
+
@pulumi.input_type
|
697
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigArgs:
|
698
|
+
def __init__(__self__, *,
|
699
|
+
disable_high_latency_features_sync_delivery: Optional[pulumi.Input[_builtins.bool]] = None,
|
700
|
+
feature_configs: Optional[pulumi.Input[Sequence[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigArgs']]]] = None,
|
701
|
+
generators: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
702
|
+
group_suggestion_responses: Optional[pulumi.Input[_builtins.bool]] = None):
|
703
|
+
"""
|
704
|
+
:param pulumi.Input[_builtins.bool] disable_high_latency_features_sync_delivery: When disableHighLatencyFeaturesSyncDelivery is true and using the AnalyzeContent API, we will not deliver the responses from high latency features in the API response. The humanAgentAssistantConfig.notification_config must be configured and enableEventBasedSuggestion must be set to true to receive the responses from high latency features in Pub/Sub. High latency feature(s): KNOWLEDGE_ASSIST
|
705
|
+
:param pulumi.Input[Sequence[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigArgs']]] feature_configs: Configuration of different suggestion features. One feature can have only one config.
|
706
|
+
Structure is documented below.
|
707
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] generators: List of various generator resource names used in the conversation profile.
|
708
|
+
:param pulumi.Input[_builtins.bool] group_suggestion_responses: If groupSuggestionResponses is false, and there are multiple featureConfigs in event based suggestion or StreamingAnalyzeContent, we will try to deliver suggestions to customers as soon as we get new suggestion. Different type of suggestions based on the same context will be in separate Pub/Sub event or StreamingAnalyzeContentResponse.
|
709
|
+
If groupSuggestionResponses set to true. All the suggestions to the same participant based on the same context will be grouped into a single Pub/Sub event or StreamingAnalyzeContentResponse.
|
710
|
+
"""
|
711
|
+
if disable_high_latency_features_sync_delivery is not None:
|
712
|
+
pulumi.set(__self__, "disable_high_latency_features_sync_delivery", disable_high_latency_features_sync_delivery)
|
713
|
+
if feature_configs is not None:
|
714
|
+
pulumi.set(__self__, "feature_configs", feature_configs)
|
715
|
+
if generators is not None:
|
716
|
+
pulumi.set(__self__, "generators", generators)
|
717
|
+
if group_suggestion_responses is not None:
|
718
|
+
pulumi.set(__self__, "group_suggestion_responses", group_suggestion_responses)
|
719
|
+
|
720
|
+
@_builtins.property
|
721
|
+
@pulumi.getter(name="disableHighLatencyFeaturesSyncDelivery")
|
722
|
+
def disable_high_latency_features_sync_delivery(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
723
|
+
"""
|
724
|
+
When disableHighLatencyFeaturesSyncDelivery is true and using the AnalyzeContent API, we will not deliver the responses from high latency features in the API response. The humanAgentAssistantConfig.notification_config must be configured and enableEventBasedSuggestion must be set to true to receive the responses from high latency features in Pub/Sub. High latency feature(s): KNOWLEDGE_ASSIST
|
725
|
+
"""
|
726
|
+
return pulumi.get(self, "disable_high_latency_features_sync_delivery")
|
727
|
+
|
728
|
+
@disable_high_latency_features_sync_delivery.setter
|
729
|
+
def disable_high_latency_features_sync_delivery(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
730
|
+
pulumi.set(self, "disable_high_latency_features_sync_delivery", value)
|
731
|
+
|
732
|
+
@_builtins.property
|
733
|
+
@pulumi.getter(name="featureConfigs")
|
734
|
+
def feature_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigArgs']]]]:
|
735
|
+
"""
|
736
|
+
Configuration of different suggestion features. One feature can have only one config.
|
737
|
+
Structure is documented below.
|
738
|
+
"""
|
739
|
+
return pulumi.get(self, "feature_configs")
|
740
|
+
|
741
|
+
@feature_configs.setter
|
742
|
+
def feature_configs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigArgs']]]]):
|
743
|
+
pulumi.set(self, "feature_configs", value)
|
744
|
+
|
745
|
+
@_builtins.property
|
746
|
+
@pulumi.getter
|
747
|
+
def generators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
748
|
+
"""
|
749
|
+
List of various generator resource names used in the conversation profile.
|
750
|
+
"""
|
751
|
+
return pulumi.get(self, "generators")
|
752
|
+
|
753
|
+
@generators.setter
|
754
|
+
def generators(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
755
|
+
pulumi.set(self, "generators", value)
|
756
|
+
|
757
|
+
@_builtins.property
|
758
|
+
@pulumi.getter(name="groupSuggestionResponses")
|
759
|
+
def group_suggestion_responses(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
760
|
+
"""
|
761
|
+
If groupSuggestionResponses is false, and there are multiple featureConfigs in event based suggestion or StreamingAnalyzeContent, we will try to deliver suggestions to customers as soon as we get new suggestion. Different type of suggestions based on the same context will be in separate Pub/Sub event or StreamingAnalyzeContentResponse.
|
762
|
+
If groupSuggestionResponses set to true. All the suggestions to the same participant based on the same context will be grouped into a single Pub/Sub event or StreamingAnalyzeContentResponse.
|
763
|
+
"""
|
764
|
+
return pulumi.get(self, "group_suggestion_responses")
|
765
|
+
|
766
|
+
@group_suggestion_responses.setter
|
767
|
+
def group_suggestion_responses(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
768
|
+
pulumi.set(self, "group_suggestion_responses", value)
|
769
|
+
|
770
|
+
|
771
|
+
if not MYPY:
|
772
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigArgsDict(TypedDict):
|
773
|
+
conversation_model_config: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationModelConfigArgsDict']]
|
774
|
+
"""
|
775
|
+
Configs of custom conversation model.
|
776
|
+
Structure is documented below.
|
777
|
+
"""
|
778
|
+
conversation_process_config: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationProcessConfigArgsDict']]
|
779
|
+
"""
|
780
|
+
Config to process conversation.
|
781
|
+
Structure is documented below.
|
782
|
+
"""
|
783
|
+
disable_agent_query_logging: NotRequired[pulumi.Input[_builtins.bool]]
|
784
|
+
"""
|
785
|
+
Disable the logging of search queries sent by human agents. It can prevent those queries from being stored at answer records.
|
786
|
+
This feature is only supported for types: KNOWLEDGE_SEARCH.
|
787
|
+
"""
|
788
|
+
enable_conversation_augmented_query: NotRequired[pulumi.Input[_builtins.bool]]
|
789
|
+
"""
|
790
|
+
Enable including conversation context during query answer generation.
|
791
|
+
This feature is only supported for types: KNOWLEDGE_SEARCH.
|
792
|
+
"""
|
793
|
+
enable_event_based_suggestion: NotRequired[pulumi.Input[_builtins.bool]]
|
794
|
+
"""
|
795
|
+
Automatically iterates all participants and tries to compile suggestions.
|
796
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, KNOWLEDGE_ASSIST.
|
797
|
+
"""
|
798
|
+
enable_query_suggestion_only: NotRequired[pulumi.Input[_builtins.bool]]
|
799
|
+
"""
|
800
|
+
Enable query suggestion only.
|
801
|
+
This feature is only supported for types: KNOWLEDGE_ASSIST
|
802
|
+
"""
|
803
|
+
enable_query_suggestion_when_no_answer: NotRequired[pulumi.Input[_builtins.bool]]
|
804
|
+
"""
|
805
|
+
Enable query suggestion even if we can't find its answer. By default, queries are suggested only if we find its answer.
|
806
|
+
This feature is only supported for types: KNOWLEDGE_ASSIST.
|
807
|
+
"""
|
808
|
+
query_config: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigArgsDict']]
|
809
|
+
"""
|
810
|
+
Configs of query.
|
811
|
+
Structure is documented below.
|
812
|
+
"""
|
813
|
+
suggestion_feature: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionFeatureArgsDict']]
|
814
|
+
"""
|
815
|
+
The suggestion feature.
|
816
|
+
Structure is documented below.
|
817
|
+
"""
|
818
|
+
suggestion_trigger_settings: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgsDict']]
|
819
|
+
"""
|
820
|
+
Settings of suggestion trigger.
|
821
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ.
|
822
|
+
Structure is documented below.
|
823
|
+
"""
|
824
|
+
elif False:
|
825
|
+
ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigArgsDict: TypeAlias = Mapping[str, Any]
|
826
|
+
|
827
|
+
@pulumi.input_type
|
828
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigArgs:
|
829
|
+
def __init__(__self__, *,
|
830
|
+
conversation_model_config: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationModelConfigArgs']] = None,
|
831
|
+
conversation_process_config: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationProcessConfigArgs']] = None,
|
832
|
+
disable_agent_query_logging: Optional[pulumi.Input[_builtins.bool]] = None,
|
833
|
+
enable_conversation_augmented_query: Optional[pulumi.Input[_builtins.bool]] = None,
|
834
|
+
enable_event_based_suggestion: Optional[pulumi.Input[_builtins.bool]] = None,
|
835
|
+
enable_query_suggestion_only: Optional[pulumi.Input[_builtins.bool]] = None,
|
836
|
+
enable_query_suggestion_when_no_answer: Optional[pulumi.Input[_builtins.bool]] = None,
|
837
|
+
query_config: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigArgs']] = None,
|
838
|
+
suggestion_feature: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionFeatureArgs']] = None,
|
839
|
+
suggestion_trigger_settings: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgs']] = None):
|
840
|
+
"""
|
841
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationModelConfigArgs'] conversation_model_config: Configs of custom conversation model.
|
842
|
+
Structure is documented below.
|
843
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationProcessConfigArgs'] conversation_process_config: Config to process conversation.
|
844
|
+
Structure is documented below.
|
845
|
+
:param pulumi.Input[_builtins.bool] disable_agent_query_logging: Disable the logging of search queries sent by human agents. It can prevent those queries from being stored at answer records.
|
846
|
+
This feature is only supported for types: KNOWLEDGE_SEARCH.
|
847
|
+
:param pulumi.Input[_builtins.bool] enable_conversation_augmented_query: Enable including conversation context during query answer generation.
|
848
|
+
This feature is only supported for types: KNOWLEDGE_SEARCH.
|
849
|
+
:param pulumi.Input[_builtins.bool] enable_event_based_suggestion: Automatically iterates all participants and tries to compile suggestions.
|
850
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, KNOWLEDGE_ASSIST.
|
851
|
+
:param pulumi.Input[_builtins.bool] enable_query_suggestion_only: Enable query suggestion only.
|
852
|
+
This feature is only supported for types: KNOWLEDGE_ASSIST
|
853
|
+
:param pulumi.Input[_builtins.bool] enable_query_suggestion_when_no_answer: Enable query suggestion even if we can't find its answer. By default, queries are suggested only if we find its answer.
|
854
|
+
This feature is only supported for types: KNOWLEDGE_ASSIST.
|
855
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigArgs'] query_config: Configs of query.
|
856
|
+
Structure is documented below.
|
857
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionFeatureArgs'] suggestion_feature: The suggestion feature.
|
858
|
+
Structure is documented below.
|
859
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgs'] suggestion_trigger_settings: Settings of suggestion trigger.
|
860
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ.
|
861
|
+
Structure is documented below.
|
862
|
+
"""
|
863
|
+
if conversation_model_config is not None:
|
864
|
+
pulumi.set(__self__, "conversation_model_config", conversation_model_config)
|
865
|
+
if conversation_process_config is not None:
|
866
|
+
pulumi.set(__self__, "conversation_process_config", conversation_process_config)
|
867
|
+
if disable_agent_query_logging is not None:
|
868
|
+
pulumi.set(__self__, "disable_agent_query_logging", disable_agent_query_logging)
|
869
|
+
if enable_conversation_augmented_query is not None:
|
870
|
+
pulumi.set(__self__, "enable_conversation_augmented_query", enable_conversation_augmented_query)
|
871
|
+
if enable_event_based_suggestion is not None:
|
872
|
+
pulumi.set(__self__, "enable_event_based_suggestion", enable_event_based_suggestion)
|
873
|
+
if enable_query_suggestion_only is not None:
|
874
|
+
pulumi.set(__self__, "enable_query_suggestion_only", enable_query_suggestion_only)
|
875
|
+
if enable_query_suggestion_when_no_answer is not None:
|
876
|
+
pulumi.set(__self__, "enable_query_suggestion_when_no_answer", enable_query_suggestion_when_no_answer)
|
877
|
+
if query_config is not None:
|
878
|
+
pulumi.set(__self__, "query_config", query_config)
|
879
|
+
if suggestion_feature is not None:
|
880
|
+
pulumi.set(__self__, "suggestion_feature", suggestion_feature)
|
881
|
+
if suggestion_trigger_settings is not None:
|
882
|
+
pulumi.set(__self__, "suggestion_trigger_settings", suggestion_trigger_settings)
|
883
|
+
|
884
|
+
@_builtins.property
|
885
|
+
@pulumi.getter(name="conversationModelConfig")
|
886
|
+
def conversation_model_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationModelConfigArgs']]:
|
887
|
+
"""
|
888
|
+
Configs of custom conversation model.
|
889
|
+
Structure is documented below.
|
890
|
+
"""
|
891
|
+
return pulumi.get(self, "conversation_model_config")
|
892
|
+
|
893
|
+
@conversation_model_config.setter
|
894
|
+
def conversation_model_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationModelConfigArgs']]):
|
895
|
+
pulumi.set(self, "conversation_model_config", value)
|
896
|
+
|
897
|
+
@_builtins.property
|
898
|
+
@pulumi.getter(name="conversationProcessConfig")
|
899
|
+
def conversation_process_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationProcessConfigArgs']]:
|
900
|
+
"""
|
901
|
+
Config to process conversation.
|
902
|
+
Structure is documented below.
|
903
|
+
"""
|
904
|
+
return pulumi.get(self, "conversation_process_config")
|
905
|
+
|
906
|
+
@conversation_process_config.setter
|
907
|
+
def conversation_process_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationProcessConfigArgs']]):
|
908
|
+
pulumi.set(self, "conversation_process_config", value)
|
909
|
+
|
910
|
+
@_builtins.property
|
911
|
+
@pulumi.getter(name="disableAgentQueryLogging")
|
912
|
+
def disable_agent_query_logging(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
913
|
+
"""
|
914
|
+
Disable the logging of search queries sent by human agents. It can prevent those queries from being stored at answer records.
|
915
|
+
This feature is only supported for types: KNOWLEDGE_SEARCH.
|
916
|
+
"""
|
917
|
+
return pulumi.get(self, "disable_agent_query_logging")
|
918
|
+
|
919
|
+
@disable_agent_query_logging.setter
|
920
|
+
def disable_agent_query_logging(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
921
|
+
pulumi.set(self, "disable_agent_query_logging", value)
|
922
|
+
|
923
|
+
@_builtins.property
|
924
|
+
@pulumi.getter(name="enableConversationAugmentedQuery")
|
925
|
+
def enable_conversation_augmented_query(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
926
|
+
"""
|
927
|
+
Enable including conversation context during query answer generation.
|
928
|
+
This feature is only supported for types: KNOWLEDGE_SEARCH.
|
929
|
+
"""
|
930
|
+
return pulumi.get(self, "enable_conversation_augmented_query")
|
931
|
+
|
932
|
+
@enable_conversation_augmented_query.setter
|
933
|
+
def enable_conversation_augmented_query(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
934
|
+
pulumi.set(self, "enable_conversation_augmented_query", value)
|
935
|
+
|
936
|
+
@_builtins.property
|
937
|
+
@pulumi.getter(name="enableEventBasedSuggestion")
|
938
|
+
def enable_event_based_suggestion(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
939
|
+
"""
|
940
|
+
Automatically iterates all participants and tries to compile suggestions.
|
941
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, KNOWLEDGE_ASSIST.
|
942
|
+
"""
|
943
|
+
return pulumi.get(self, "enable_event_based_suggestion")
|
944
|
+
|
945
|
+
@enable_event_based_suggestion.setter
|
946
|
+
def enable_event_based_suggestion(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
947
|
+
pulumi.set(self, "enable_event_based_suggestion", value)
|
948
|
+
|
949
|
+
@_builtins.property
|
950
|
+
@pulumi.getter(name="enableQuerySuggestionOnly")
|
951
|
+
def enable_query_suggestion_only(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
952
|
+
"""
|
953
|
+
Enable query suggestion only.
|
954
|
+
This feature is only supported for types: KNOWLEDGE_ASSIST
|
955
|
+
"""
|
956
|
+
return pulumi.get(self, "enable_query_suggestion_only")
|
957
|
+
|
958
|
+
@enable_query_suggestion_only.setter
|
959
|
+
def enable_query_suggestion_only(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
960
|
+
pulumi.set(self, "enable_query_suggestion_only", value)
|
961
|
+
|
962
|
+
@_builtins.property
|
963
|
+
@pulumi.getter(name="enableQuerySuggestionWhenNoAnswer")
|
964
|
+
def enable_query_suggestion_when_no_answer(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
965
|
+
"""
|
966
|
+
Enable query suggestion even if we can't find its answer. By default, queries are suggested only if we find its answer.
|
967
|
+
This feature is only supported for types: KNOWLEDGE_ASSIST.
|
968
|
+
"""
|
969
|
+
return pulumi.get(self, "enable_query_suggestion_when_no_answer")
|
970
|
+
|
971
|
+
@enable_query_suggestion_when_no_answer.setter
|
972
|
+
def enable_query_suggestion_when_no_answer(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
973
|
+
pulumi.set(self, "enable_query_suggestion_when_no_answer", value)
|
974
|
+
|
975
|
+
@_builtins.property
|
976
|
+
@pulumi.getter(name="queryConfig")
|
977
|
+
def query_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigArgs']]:
|
978
|
+
"""
|
979
|
+
Configs of query.
|
980
|
+
Structure is documented below.
|
981
|
+
"""
|
982
|
+
return pulumi.get(self, "query_config")
|
983
|
+
|
984
|
+
@query_config.setter
|
985
|
+
def query_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigArgs']]):
|
986
|
+
pulumi.set(self, "query_config", value)
|
987
|
+
|
988
|
+
@_builtins.property
|
989
|
+
@pulumi.getter(name="suggestionFeature")
|
990
|
+
def suggestion_feature(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionFeatureArgs']]:
|
991
|
+
"""
|
992
|
+
The suggestion feature.
|
993
|
+
Structure is documented below.
|
994
|
+
"""
|
995
|
+
return pulumi.get(self, "suggestion_feature")
|
996
|
+
|
997
|
+
@suggestion_feature.setter
|
998
|
+
def suggestion_feature(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionFeatureArgs']]):
|
999
|
+
pulumi.set(self, "suggestion_feature", value)
|
1000
|
+
|
1001
|
+
@_builtins.property
|
1002
|
+
@pulumi.getter(name="suggestionTriggerSettings")
|
1003
|
+
def suggestion_trigger_settings(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgs']]:
|
1004
|
+
"""
|
1005
|
+
Settings of suggestion trigger.
|
1006
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ.
|
1007
|
+
Structure is documented below.
|
1008
|
+
"""
|
1009
|
+
return pulumi.get(self, "suggestion_trigger_settings")
|
1010
|
+
|
1011
|
+
@suggestion_trigger_settings.setter
|
1012
|
+
def suggestion_trigger_settings(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgs']]):
|
1013
|
+
pulumi.set(self, "suggestion_trigger_settings", value)
|
1014
|
+
|
1015
|
+
|
1016
|
+
if not MYPY:
|
1017
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationModelConfigArgsDict(TypedDict):
|
1018
|
+
baseline_model_version: NotRequired[pulumi.Input[_builtins.str]]
|
1019
|
+
"""
|
1020
|
+
Version of current baseline model. It will be ignored if model is set. Valid versions are: Article Suggestion baseline model: - 0.9 - 1.0 (default) Summarization baseline model: - 1.0
|
1021
|
+
"""
|
1022
|
+
model: NotRequired[pulumi.Input[_builtins.str]]
|
1023
|
+
"""
|
1024
|
+
Conversation model resource name. Format: projects/<Project ID>/conversationModels/<Model ID>.
|
1025
|
+
"""
|
1026
|
+
elif False:
|
1027
|
+
ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationModelConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1028
|
+
|
1029
|
+
@pulumi.input_type
|
1030
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationModelConfigArgs:
|
1031
|
+
def __init__(__self__, *,
|
1032
|
+
baseline_model_version: Optional[pulumi.Input[_builtins.str]] = None,
|
1033
|
+
model: Optional[pulumi.Input[_builtins.str]] = None):
|
1034
|
+
"""
|
1035
|
+
:param pulumi.Input[_builtins.str] baseline_model_version: Version of current baseline model. It will be ignored if model is set. Valid versions are: Article Suggestion baseline model: - 0.9 - 1.0 (default) Summarization baseline model: - 1.0
|
1036
|
+
:param pulumi.Input[_builtins.str] model: Conversation model resource name. Format: projects/<Project ID>/conversationModels/<Model ID>.
|
1037
|
+
"""
|
1038
|
+
if baseline_model_version is not None:
|
1039
|
+
pulumi.set(__self__, "baseline_model_version", baseline_model_version)
|
1040
|
+
if model is not None:
|
1041
|
+
pulumi.set(__self__, "model", model)
|
1042
|
+
|
1043
|
+
@_builtins.property
|
1044
|
+
@pulumi.getter(name="baselineModelVersion")
|
1045
|
+
def baseline_model_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1046
|
+
"""
|
1047
|
+
Version of current baseline model. It will be ignored if model is set. Valid versions are: Article Suggestion baseline model: - 0.9 - 1.0 (default) Summarization baseline model: - 1.0
|
1048
|
+
"""
|
1049
|
+
return pulumi.get(self, "baseline_model_version")
|
1050
|
+
|
1051
|
+
@baseline_model_version.setter
|
1052
|
+
def baseline_model_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1053
|
+
pulumi.set(self, "baseline_model_version", value)
|
1054
|
+
|
1055
|
+
@_builtins.property
|
1056
|
+
@pulumi.getter
|
1057
|
+
def model(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1058
|
+
"""
|
1059
|
+
Conversation model resource name. Format: projects/<Project ID>/conversationModels/<Model ID>.
|
1060
|
+
"""
|
1061
|
+
return pulumi.get(self, "model")
|
1062
|
+
|
1063
|
+
@model.setter
|
1064
|
+
def model(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1065
|
+
pulumi.set(self, "model", value)
|
1066
|
+
|
1067
|
+
|
1068
|
+
if not MYPY:
|
1069
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationProcessConfigArgsDict(TypedDict):
|
1070
|
+
recent_sentences_count: NotRequired[pulumi.Input[_builtins.int]]
|
1071
|
+
"""
|
1072
|
+
Number of recent non-small-talk sentences to use as context for article and FAQ suggestion
|
1073
|
+
"""
|
1074
|
+
elif False:
|
1075
|
+
ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationProcessConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1076
|
+
|
1077
|
+
@pulumi.input_type
|
1078
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigConversationProcessConfigArgs:
|
1079
|
+
def __init__(__self__, *,
|
1080
|
+
recent_sentences_count: Optional[pulumi.Input[_builtins.int]] = None):
|
1081
|
+
"""
|
1082
|
+
:param pulumi.Input[_builtins.int] recent_sentences_count: Number of recent non-small-talk sentences to use as context for article and FAQ suggestion
|
1083
|
+
"""
|
1084
|
+
if recent_sentences_count is not None:
|
1085
|
+
pulumi.set(__self__, "recent_sentences_count", recent_sentences_count)
|
1086
|
+
|
1087
|
+
@_builtins.property
|
1088
|
+
@pulumi.getter(name="recentSentencesCount")
|
1089
|
+
def recent_sentences_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
1090
|
+
"""
|
1091
|
+
Number of recent non-small-talk sentences to use as context for article and FAQ suggestion
|
1092
|
+
"""
|
1093
|
+
return pulumi.get(self, "recent_sentences_count")
|
1094
|
+
|
1095
|
+
@recent_sentences_count.setter
|
1096
|
+
def recent_sentences_count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
1097
|
+
pulumi.set(self, "recent_sentences_count", value)
|
1098
|
+
|
1099
|
+
|
1100
|
+
if not MYPY:
|
1101
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigArgsDict(TypedDict):
|
1102
|
+
confidence_threshold: NotRequired[pulumi.Input[_builtins.float]]
|
1103
|
+
"""
|
1104
|
+
Confidence threshold of query result.
|
1105
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ, SMART_REPLY, SMART_COMPOSE, KNOWLEDGE_SEARCH, KNOWLEDGE_ASSIST, ENTITY_EXTRACTION.
|
1106
|
+
"""
|
1107
|
+
context_filter_settings: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgsDict']]
|
1108
|
+
"""
|
1109
|
+
Determines how recent conversation context is filtered when generating suggestions. If unspecified, no messages will be dropped.
|
1110
|
+
Structure is documented below.
|
1111
|
+
"""
|
1112
|
+
dialogflow_query_source: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgsDict']]
|
1113
|
+
"""
|
1114
|
+
Query from Dialogflow agent.
|
1115
|
+
This feature is supported for types: DIALOGFLOW_ASSIST.
|
1116
|
+
Structure is documented below.
|
1117
|
+
"""
|
1118
|
+
document_query_source: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDocumentQuerySourceArgsDict']]
|
1119
|
+
"""
|
1120
|
+
Query from knowledge base document.
|
1121
|
+
This feature is supported for types: SMART_REPLY, SMART_COMPOSE.
|
1122
|
+
Structure is documented below.
|
1123
|
+
"""
|
1124
|
+
knowledge_base_query_source: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigKnowledgeBaseQuerySourceArgsDict']]
|
1125
|
+
"""
|
1126
|
+
Query from knowledgebase.
|
1127
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ.
|
1128
|
+
Structure is documented below.
|
1129
|
+
"""
|
1130
|
+
max_results: NotRequired[pulumi.Input[_builtins.int]]
|
1131
|
+
"""
|
1132
|
+
Maximum number of results to return.
|
1133
|
+
"""
|
1134
|
+
sections: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigSectionsArgsDict']]
|
1135
|
+
"""
|
1136
|
+
he customized sections chosen to return when requesting a summary of a conversation.
|
1137
|
+
Structure is documented below.
|
1138
|
+
"""
|
1139
|
+
elif False:
|
1140
|
+
ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1141
|
+
|
1142
|
+
@pulumi.input_type
|
1143
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigArgs:
|
1144
|
+
def __init__(__self__, *,
|
1145
|
+
confidence_threshold: Optional[pulumi.Input[_builtins.float]] = None,
|
1146
|
+
context_filter_settings: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgs']] = None,
|
1147
|
+
dialogflow_query_source: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgs']] = None,
|
1148
|
+
document_query_source: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDocumentQuerySourceArgs']] = None,
|
1149
|
+
knowledge_base_query_source: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigKnowledgeBaseQuerySourceArgs']] = None,
|
1150
|
+
max_results: Optional[pulumi.Input[_builtins.int]] = None,
|
1151
|
+
sections: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigSectionsArgs']] = None):
|
1152
|
+
"""
|
1153
|
+
:param pulumi.Input[_builtins.float] confidence_threshold: Confidence threshold of query result.
|
1154
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ, SMART_REPLY, SMART_COMPOSE, KNOWLEDGE_SEARCH, KNOWLEDGE_ASSIST, ENTITY_EXTRACTION.
|
1155
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgs'] context_filter_settings: Determines how recent conversation context is filtered when generating suggestions. If unspecified, no messages will be dropped.
|
1156
|
+
Structure is documented below.
|
1157
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgs'] dialogflow_query_source: Query from Dialogflow agent.
|
1158
|
+
This feature is supported for types: DIALOGFLOW_ASSIST.
|
1159
|
+
Structure is documented below.
|
1160
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDocumentQuerySourceArgs'] document_query_source: Query from knowledge base document.
|
1161
|
+
This feature is supported for types: SMART_REPLY, SMART_COMPOSE.
|
1162
|
+
Structure is documented below.
|
1163
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigKnowledgeBaseQuerySourceArgs'] knowledge_base_query_source: Query from knowledgebase.
|
1164
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ.
|
1165
|
+
Structure is documented below.
|
1166
|
+
:param pulumi.Input[_builtins.int] max_results: Maximum number of results to return.
|
1167
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigSectionsArgs'] sections: he customized sections chosen to return when requesting a summary of a conversation.
|
1168
|
+
Structure is documented below.
|
1169
|
+
"""
|
1170
|
+
if confidence_threshold is not None:
|
1171
|
+
pulumi.set(__self__, "confidence_threshold", confidence_threshold)
|
1172
|
+
if context_filter_settings is not None:
|
1173
|
+
pulumi.set(__self__, "context_filter_settings", context_filter_settings)
|
1174
|
+
if dialogflow_query_source is not None:
|
1175
|
+
pulumi.set(__self__, "dialogflow_query_source", dialogflow_query_source)
|
1176
|
+
if document_query_source is not None:
|
1177
|
+
pulumi.set(__self__, "document_query_source", document_query_source)
|
1178
|
+
if knowledge_base_query_source is not None:
|
1179
|
+
pulumi.set(__self__, "knowledge_base_query_source", knowledge_base_query_source)
|
1180
|
+
if max_results is not None:
|
1181
|
+
pulumi.set(__self__, "max_results", max_results)
|
1182
|
+
if sections is not None:
|
1183
|
+
pulumi.set(__self__, "sections", sections)
|
1184
|
+
|
1185
|
+
@_builtins.property
|
1186
|
+
@pulumi.getter(name="confidenceThreshold")
|
1187
|
+
def confidence_threshold(self) -> Optional[pulumi.Input[_builtins.float]]:
|
1188
|
+
"""
|
1189
|
+
Confidence threshold of query result.
|
1190
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ, SMART_REPLY, SMART_COMPOSE, KNOWLEDGE_SEARCH, KNOWLEDGE_ASSIST, ENTITY_EXTRACTION.
|
1191
|
+
"""
|
1192
|
+
return pulumi.get(self, "confidence_threshold")
|
1193
|
+
|
1194
|
+
@confidence_threshold.setter
|
1195
|
+
def confidence_threshold(self, value: Optional[pulumi.Input[_builtins.float]]):
|
1196
|
+
pulumi.set(self, "confidence_threshold", value)
|
1197
|
+
|
1198
|
+
@_builtins.property
|
1199
|
+
@pulumi.getter(name="contextFilterSettings")
|
1200
|
+
def context_filter_settings(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgs']]:
|
1201
|
+
"""
|
1202
|
+
Determines how recent conversation context is filtered when generating suggestions. If unspecified, no messages will be dropped.
|
1203
|
+
Structure is documented below.
|
1204
|
+
"""
|
1205
|
+
return pulumi.get(self, "context_filter_settings")
|
1206
|
+
|
1207
|
+
@context_filter_settings.setter
|
1208
|
+
def context_filter_settings(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgs']]):
|
1209
|
+
pulumi.set(self, "context_filter_settings", value)
|
1210
|
+
|
1211
|
+
@_builtins.property
|
1212
|
+
@pulumi.getter(name="dialogflowQuerySource")
|
1213
|
+
def dialogflow_query_source(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgs']]:
|
1214
|
+
"""
|
1215
|
+
Query from Dialogflow agent.
|
1216
|
+
This feature is supported for types: DIALOGFLOW_ASSIST.
|
1217
|
+
Structure is documented below.
|
1218
|
+
"""
|
1219
|
+
return pulumi.get(self, "dialogflow_query_source")
|
1220
|
+
|
1221
|
+
@dialogflow_query_source.setter
|
1222
|
+
def dialogflow_query_source(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgs']]):
|
1223
|
+
pulumi.set(self, "dialogflow_query_source", value)
|
1224
|
+
|
1225
|
+
@_builtins.property
|
1226
|
+
@pulumi.getter(name="documentQuerySource")
|
1227
|
+
def document_query_source(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDocumentQuerySourceArgs']]:
|
1228
|
+
"""
|
1229
|
+
Query from knowledge base document.
|
1230
|
+
This feature is supported for types: SMART_REPLY, SMART_COMPOSE.
|
1231
|
+
Structure is documented below.
|
1232
|
+
"""
|
1233
|
+
return pulumi.get(self, "document_query_source")
|
1234
|
+
|
1235
|
+
@document_query_source.setter
|
1236
|
+
def document_query_source(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDocumentQuerySourceArgs']]):
|
1237
|
+
pulumi.set(self, "document_query_source", value)
|
1238
|
+
|
1239
|
+
@_builtins.property
|
1240
|
+
@pulumi.getter(name="knowledgeBaseQuerySource")
|
1241
|
+
def knowledge_base_query_source(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigKnowledgeBaseQuerySourceArgs']]:
|
1242
|
+
"""
|
1243
|
+
Query from knowledgebase.
|
1244
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ.
|
1245
|
+
Structure is documented below.
|
1246
|
+
"""
|
1247
|
+
return pulumi.get(self, "knowledge_base_query_source")
|
1248
|
+
|
1249
|
+
@knowledge_base_query_source.setter
|
1250
|
+
def knowledge_base_query_source(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigKnowledgeBaseQuerySourceArgs']]):
|
1251
|
+
pulumi.set(self, "knowledge_base_query_source", value)
|
1252
|
+
|
1253
|
+
@_builtins.property
|
1254
|
+
@pulumi.getter(name="maxResults")
|
1255
|
+
def max_results(self) -> Optional[pulumi.Input[_builtins.int]]:
|
1256
|
+
"""
|
1257
|
+
Maximum number of results to return.
|
1258
|
+
"""
|
1259
|
+
return pulumi.get(self, "max_results")
|
1260
|
+
|
1261
|
+
@max_results.setter
|
1262
|
+
def max_results(self, value: Optional[pulumi.Input[_builtins.int]]):
|
1263
|
+
pulumi.set(self, "max_results", value)
|
1264
|
+
|
1265
|
+
@_builtins.property
|
1266
|
+
@pulumi.getter
|
1267
|
+
def sections(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigSectionsArgs']]:
|
1268
|
+
"""
|
1269
|
+
he customized sections chosen to return when requesting a summary of a conversation.
|
1270
|
+
Structure is documented below.
|
1271
|
+
"""
|
1272
|
+
return pulumi.get(self, "sections")
|
1273
|
+
|
1274
|
+
@sections.setter
|
1275
|
+
def sections(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigSectionsArgs']]):
|
1276
|
+
pulumi.set(self, "sections", value)
|
1277
|
+
|
1278
|
+
|
1279
|
+
if not MYPY:
|
1280
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgsDict(TypedDict):
|
1281
|
+
drop_handoff_messages: NotRequired[pulumi.Input[_builtins.bool]]
|
1282
|
+
"""
|
1283
|
+
If set to true, the last message from virtual agent (hand off message) and the message before it (trigger message of hand off) are dropped.
|
1284
|
+
"""
|
1285
|
+
drop_ivr_messages: NotRequired[pulumi.Input[_builtins.bool]]
|
1286
|
+
"""
|
1287
|
+
If set to true, all messages from ivr stage are dropped.
|
1288
|
+
"""
|
1289
|
+
drop_virtual_agent_messages: NotRequired[pulumi.Input[_builtins.bool]]
|
1290
|
+
"""
|
1291
|
+
If set to true, all messages from virtual agent are dropped.
|
1292
|
+
"""
|
1293
|
+
elif False:
|
1294
|
+
ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
1295
|
+
|
1296
|
+
@pulumi.input_type
|
1297
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgs:
|
1298
|
+
def __init__(__self__, *,
|
1299
|
+
drop_handoff_messages: Optional[pulumi.Input[_builtins.bool]] = None,
|
1300
|
+
drop_ivr_messages: Optional[pulumi.Input[_builtins.bool]] = None,
|
1301
|
+
drop_virtual_agent_messages: Optional[pulumi.Input[_builtins.bool]] = None):
|
1302
|
+
"""
|
1303
|
+
:param pulumi.Input[_builtins.bool] drop_handoff_messages: If set to true, the last message from virtual agent (hand off message) and the message before it (trigger message of hand off) are dropped.
|
1304
|
+
:param pulumi.Input[_builtins.bool] drop_ivr_messages: If set to true, all messages from ivr stage are dropped.
|
1305
|
+
:param pulumi.Input[_builtins.bool] drop_virtual_agent_messages: If set to true, all messages from virtual agent are dropped.
|
1306
|
+
"""
|
1307
|
+
if drop_handoff_messages is not None:
|
1308
|
+
pulumi.set(__self__, "drop_handoff_messages", drop_handoff_messages)
|
1309
|
+
if drop_ivr_messages is not None:
|
1310
|
+
pulumi.set(__self__, "drop_ivr_messages", drop_ivr_messages)
|
1311
|
+
if drop_virtual_agent_messages is not None:
|
1312
|
+
pulumi.set(__self__, "drop_virtual_agent_messages", drop_virtual_agent_messages)
|
1313
|
+
|
1314
|
+
@_builtins.property
|
1315
|
+
@pulumi.getter(name="dropHandoffMessages")
|
1316
|
+
def drop_handoff_messages(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1317
|
+
"""
|
1318
|
+
If set to true, the last message from virtual agent (hand off message) and the message before it (trigger message of hand off) are dropped.
|
1319
|
+
"""
|
1320
|
+
return pulumi.get(self, "drop_handoff_messages")
|
1321
|
+
|
1322
|
+
@drop_handoff_messages.setter
|
1323
|
+
def drop_handoff_messages(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1324
|
+
pulumi.set(self, "drop_handoff_messages", value)
|
1325
|
+
|
1326
|
+
@_builtins.property
|
1327
|
+
@pulumi.getter(name="dropIvrMessages")
|
1328
|
+
def drop_ivr_messages(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1329
|
+
"""
|
1330
|
+
If set to true, all messages from ivr stage are dropped.
|
1331
|
+
"""
|
1332
|
+
return pulumi.get(self, "drop_ivr_messages")
|
1333
|
+
|
1334
|
+
@drop_ivr_messages.setter
|
1335
|
+
def drop_ivr_messages(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1336
|
+
pulumi.set(self, "drop_ivr_messages", value)
|
1337
|
+
|
1338
|
+
@_builtins.property
|
1339
|
+
@pulumi.getter(name="dropVirtualAgentMessages")
|
1340
|
+
def drop_virtual_agent_messages(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1341
|
+
"""
|
1342
|
+
If set to true, all messages from virtual agent are dropped.
|
1343
|
+
"""
|
1344
|
+
return pulumi.get(self, "drop_virtual_agent_messages")
|
1345
|
+
|
1346
|
+
@drop_virtual_agent_messages.setter
|
1347
|
+
def drop_virtual_agent_messages(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1348
|
+
pulumi.set(self, "drop_virtual_agent_messages", value)
|
1349
|
+
|
1350
|
+
|
1351
|
+
if not MYPY:
|
1352
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgsDict(TypedDict):
|
1353
|
+
agent: pulumi.Input[_builtins.str]
|
1354
|
+
"""
|
1355
|
+
he name of a Dialogflow virtual agent used for end user side intent detection and suggestion. Format: projects/<Project ID>/locations/<Location ID>/agent.
|
1356
|
+
"""
|
1357
|
+
human_agent_side_config: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgsDict']]
|
1358
|
+
"""
|
1359
|
+
The Dialogflow assist configuration for human agent.
|
1360
|
+
Structure is documented below.
|
1361
|
+
"""
|
1362
|
+
elif False:
|
1363
|
+
ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgsDict: TypeAlias = Mapping[str, Any]
|
1364
|
+
|
1365
|
+
@pulumi.input_type
|
1366
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgs:
|
1367
|
+
def __init__(__self__, *,
|
1368
|
+
agent: pulumi.Input[_builtins.str],
|
1369
|
+
human_agent_side_config: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgs']] = None):
|
1370
|
+
"""
|
1371
|
+
:param pulumi.Input[_builtins.str] agent: he name of a Dialogflow virtual agent used for end user side intent detection and suggestion. Format: projects/<Project ID>/locations/<Location ID>/agent.
|
1372
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgs'] human_agent_side_config: The Dialogflow assist configuration for human agent.
|
1373
|
+
Structure is documented below.
|
1374
|
+
"""
|
1375
|
+
pulumi.set(__self__, "agent", agent)
|
1376
|
+
if human_agent_side_config is not None:
|
1377
|
+
pulumi.set(__self__, "human_agent_side_config", human_agent_side_config)
|
1378
|
+
|
1379
|
+
@_builtins.property
|
1380
|
+
@pulumi.getter
|
1381
|
+
def agent(self) -> pulumi.Input[_builtins.str]:
|
1382
|
+
"""
|
1383
|
+
he name of a Dialogflow virtual agent used for end user side intent detection and suggestion. Format: projects/<Project ID>/locations/<Location ID>/agent.
|
1384
|
+
"""
|
1385
|
+
return pulumi.get(self, "agent")
|
1386
|
+
|
1387
|
+
@agent.setter
|
1388
|
+
def agent(self, value: pulumi.Input[_builtins.str]):
|
1389
|
+
pulumi.set(self, "agent", value)
|
1390
|
+
|
1391
|
+
@_builtins.property
|
1392
|
+
@pulumi.getter(name="humanAgentSideConfig")
|
1393
|
+
def human_agent_side_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgs']]:
|
1394
|
+
"""
|
1395
|
+
The Dialogflow assist configuration for human agent.
|
1396
|
+
Structure is documented below.
|
1397
|
+
"""
|
1398
|
+
return pulumi.get(self, "human_agent_side_config")
|
1399
|
+
|
1400
|
+
@human_agent_side_config.setter
|
1401
|
+
def human_agent_side_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgs']]):
|
1402
|
+
pulumi.set(self, "human_agent_side_config", value)
|
1403
|
+
|
1404
|
+
|
1405
|
+
if not MYPY:
|
1406
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgsDict(TypedDict):
|
1407
|
+
agent: NotRequired[pulumi.Input[_builtins.str]]
|
1408
|
+
"""
|
1409
|
+
The name of a dialogflow virtual agent used for intent detection and suggestion triggered by human agent. Format: projects/<Project ID>/locations/<Location ID>/agent.
|
1410
|
+
"""
|
1411
|
+
elif False:
|
1412
|
+
ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1413
|
+
|
1414
|
+
@pulumi.input_type
|
1415
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgs:
|
1416
|
+
def __init__(__self__, *,
|
1417
|
+
agent: Optional[pulumi.Input[_builtins.str]] = None):
|
1418
|
+
"""
|
1419
|
+
:param pulumi.Input[_builtins.str] agent: The name of a dialogflow virtual agent used for intent detection and suggestion triggered by human agent. Format: projects/<Project ID>/locations/<Location ID>/agent.
|
1420
|
+
"""
|
1421
|
+
if agent is not None:
|
1422
|
+
pulumi.set(__self__, "agent", agent)
|
1423
|
+
|
1424
|
+
@_builtins.property
|
1425
|
+
@pulumi.getter
|
1426
|
+
def agent(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1427
|
+
"""
|
1428
|
+
The name of a dialogflow virtual agent used for intent detection and suggestion triggered by human agent. Format: projects/<Project ID>/locations/<Location ID>/agent.
|
1429
|
+
"""
|
1430
|
+
return pulumi.get(self, "agent")
|
1431
|
+
|
1432
|
+
@agent.setter
|
1433
|
+
def agent(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1434
|
+
pulumi.set(self, "agent", value)
|
1435
|
+
|
1436
|
+
|
1437
|
+
if not MYPY:
|
1438
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDocumentQuerySourceArgsDict(TypedDict):
|
1439
|
+
documents: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
1440
|
+
"""
|
1441
|
+
Knowledge documents to query from. Format: projects/<Project ID>/locations/<Location ID>/knowledgeBases/<KnowledgeBase ID>/documents/<Document ID>.
|
1442
|
+
"""
|
1443
|
+
elif False:
|
1444
|
+
ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDocumentQuerySourceArgsDict: TypeAlias = Mapping[str, Any]
|
1445
|
+
|
1446
|
+
@pulumi.input_type
|
1447
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigDocumentQuerySourceArgs:
|
1448
|
+
def __init__(__self__, *,
|
1449
|
+
documents: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
1450
|
+
"""
|
1451
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] documents: Knowledge documents to query from. Format: projects/<Project ID>/locations/<Location ID>/knowledgeBases/<KnowledgeBase ID>/documents/<Document ID>.
|
1452
|
+
"""
|
1453
|
+
pulumi.set(__self__, "documents", documents)
|
1454
|
+
|
1455
|
+
@_builtins.property
|
1456
|
+
@pulumi.getter
|
1457
|
+
def documents(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
1458
|
+
"""
|
1459
|
+
Knowledge documents to query from. Format: projects/<Project ID>/locations/<Location ID>/knowledgeBases/<KnowledgeBase ID>/documents/<Document ID>.
|
1460
|
+
"""
|
1461
|
+
return pulumi.get(self, "documents")
|
1462
|
+
|
1463
|
+
@documents.setter
|
1464
|
+
def documents(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
1465
|
+
pulumi.set(self, "documents", value)
|
1466
|
+
|
1467
|
+
|
1468
|
+
if not MYPY:
|
1469
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigKnowledgeBaseQuerySourceArgsDict(TypedDict):
|
1470
|
+
knowledge_bases: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
1471
|
+
"""
|
1472
|
+
Knowledge bases to query. Format: projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>.
|
1473
|
+
"""
|
1474
|
+
elif False:
|
1475
|
+
ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigKnowledgeBaseQuerySourceArgsDict: TypeAlias = Mapping[str, Any]
|
1476
|
+
|
1477
|
+
@pulumi.input_type
|
1478
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigKnowledgeBaseQuerySourceArgs:
|
1479
|
+
def __init__(__self__, *,
|
1480
|
+
knowledge_bases: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
1481
|
+
"""
|
1482
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] knowledge_bases: Knowledge bases to query. Format: projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>.
|
1483
|
+
"""
|
1484
|
+
pulumi.set(__self__, "knowledge_bases", knowledge_bases)
|
1485
|
+
|
1486
|
+
@_builtins.property
|
1487
|
+
@pulumi.getter(name="knowledgeBases")
|
1488
|
+
def knowledge_bases(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
1489
|
+
"""
|
1490
|
+
Knowledge bases to query. Format: projects/<Project ID>/locations/<Location ID>/knowledgeBases/<Knowledge Base ID>.
|
1491
|
+
"""
|
1492
|
+
return pulumi.get(self, "knowledge_bases")
|
1493
|
+
|
1494
|
+
@knowledge_bases.setter
|
1495
|
+
def knowledge_bases(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
1496
|
+
pulumi.set(self, "knowledge_bases", value)
|
1497
|
+
|
1498
|
+
|
1499
|
+
if not MYPY:
|
1500
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigSectionsArgsDict(TypedDict):
|
1501
|
+
section_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
1502
|
+
"""
|
1503
|
+
The selected sections chosen to return when requesting a summary of a conversation
|
1504
|
+
If not provided the default selection will be "{SITUATION, ACTION, RESULT}".
|
1505
|
+
Each value may be one of: `SECTION_TYPE_UNSPECIFIED`, `SITUATION`, `ACTION`, `RESOLUTION`, `REASON_FOR_CANCELLATION`, `CUSTOMER_SATISFACTION`, `ENTITIES`.
|
1506
|
+
"""
|
1507
|
+
elif False:
|
1508
|
+
ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigSectionsArgsDict: TypeAlias = Mapping[str, Any]
|
1509
|
+
|
1510
|
+
@pulumi.input_type
|
1511
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigQueryConfigSectionsArgs:
|
1512
|
+
def __init__(__self__, *,
|
1513
|
+
section_types: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
1514
|
+
"""
|
1515
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] section_types: The selected sections chosen to return when requesting a summary of a conversation
|
1516
|
+
If not provided the default selection will be "{SITUATION, ACTION, RESULT}".
|
1517
|
+
Each value may be one of: `SECTION_TYPE_UNSPECIFIED`, `SITUATION`, `ACTION`, `RESOLUTION`, `REASON_FOR_CANCELLATION`, `CUSTOMER_SATISFACTION`, `ENTITIES`.
|
1518
|
+
"""
|
1519
|
+
if section_types is not None:
|
1520
|
+
pulumi.set(__self__, "section_types", section_types)
|
1521
|
+
|
1522
|
+
@_builtins.property
|
1523
|
+
@pulumi.getter(name="sectionTypes")
|
1524
|
+
def section_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
1525
|
+
"""
|
1526
|
+
The selected sections chosen to return when requesting a summary of a conversation
|
1527
|
+
If not provided the default selection will be "{SITUATION, ACTION, RESULT}".
|
1528
|
+
Each value may be one of: `SECTION_TYPE_UNSPECIFIED`, `SITUATION`, `ACTION`, `RESOLUTION`, `REASON_FOR_CANCELLATION`, `CUSTOMER_SATISFACTION`, `ENTITIES`.
|
1529
|
+
"""
|
1530
|
+
return pulumi.get(self, "section_types")
|
1531
|
+
|
1532
|
+
@section_types.setter
|
1533
|
+
def section_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
1534
|
+
pulumi.set(self, "section_types", value)
|
1535
|
+
|
1536
|
+
|
1537
|
+
if not MYPY:
|
1538
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionFeatureArgsDict(TypedDict):
|
1539
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
1540
|
+
"""
|
1541
|
+
Type of Human Agent Assistant API feature to request.
|
1542
|
+
"""
|
1543
|
+
elif False:
|
1544
|
+
ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionFeatureArgsDict: TypeAlias = Mapping[str, Any]
|
1545
|
+
|
1546
|
+
@pulumi.input_type
|
1547
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionFeatureArgs:
|
1548
|
+
def __init__(__self__, *,
|
1549
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
1550
|
+
"""
|
1551
|
+
:param pulumi.Input[_builtins.str] type: Type of Human Agent Assistant API feature to request.
|
1552
|
+
"""
|
1553
|
+
if type is not None:
|
1554
|
+
pulumi.set(__self__, "type", type)
|
1555
|
+
|
1556
|
+
@_builtins.property
|
1557
|
+
@pulumi.getter
|
1558
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1559
|
+
"""
|
1560
|
+
Type of Human Agent Assistant API feature to request.
|
1561
|
+
"""
|
1562
|
+
return pulumi.get(self, "type")
|
1563
|
+
|
1564
|
+
@type.setter
|
1565
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
1566
|
+
pulumi.set(self, "type", value)
|
1567
|
+
|
1568
|
+
|
1569
|
+
if not MYPY:
|
1570
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgsDict(TypedDict):
|
1571
|
+
no_small_talk: NotRequired[pulumi.Input[_builtins.bool]]
|
1572
|
+
"""
|
1573
|
+
Do not trigger if last utterance is small talk.
|
1574
|
+
"""
|
1575
|
+
only_end_user: NotRequired[pulumi.Input[_builtins.bool]]
|
1576
|
+
"""
|
1577
|
+
Only trigger suggestion if participant role of last utterance is END_USER.
|
1578
|
+
"""
|
1579
|
+
elif False:
|
1580
|
+
ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
1581
|
+
|
1582
|
+
@pulumi.input_type
|
1583
|
+
class ConversationProfileHumanAgentAssistantConfigEndUserSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgs:
|
1584
|
+
def __init__(__self__, *,
|
1585
|
+
no_small_talk: Optional[pulumi.Input[_builtins.bool]] = None,
|
1586
|
+
only_end_user: Optional[pulumi.Input[_builtins.bool]] = None):
|
1587
|
+
"""
|
1588
|
+
:param pulumi.Input[_builtins.bool] no_small_talk: Do not trigger if last utterance is small talk.
|
1589
|
+
:param pulumi.Input[_builtins.bool] only_end_user: Only trigger suggestion if participant role of last utterance is END_USER.
|
1590
|
+
"""
|
1591
|
+
if no_small_talk is not None:
|
1592
|
+
pulumi.set(__self__, "no_small_talk", no_small_talk)
|
1593
|
+
if only_end_user is not None:
|
1594
|
+
pulumi.set(__self__, "only_end_user", only_end_user)
|
1595
|
+
|
1596
|
+
@_builtins.property
|
1597
|
+
@pulumi.getter(name="noSmallTalk")
|
1598
|
+
def no_small_talk(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1599
|
+
"""
|
1600
|
+
Do not trigger if last utterance is small talk.
|
1601
|
+
"""
|
1602
|
+
return pulumi.get(self, "no_small_talk")
|
1603
|
+
|
1604
|
+
@no_small_talk.setter
|
1605
|
+
def no_small_talk(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1606
|
+
pulumi.set(self, "no_small_talk", value)
|
1607
|
+
|
1608
|
+
@_builtins.property
|
1609
|
+
@pulumi.getter(name="onlyEndUser")
|
1610
|
+
def only_end_user(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1611
|
+
"""
|
1612
|
+
Only trigger suggestion if participant role of last utterance is END_USER.
|
1613
|
+
"""
|
1614
|
+
return pulumi.get(self, "only_end_user")
|
1615
|
+
|
1616
|
+
@only_end_user.setter
|
1617
|
+
def only_end_user(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1618
|
+
pulumi.set(self, "only_end_user", value)
|
1619
|
+
|
1620
|
+
|
1621
|
+
if not MYPY:
|
1622
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigArgsDict(TypedDict):
|
1623
|
+
disable_high_latency_features_sync_delivery: NotRequired[pulumi.Input[_builtins.bool]]
|
1624
|
+
"""
|
1625
|
+
When disableHighLatencyFeaturesSyncDelivery is true and using the AnalyzeContent API, we will not deliver the responses from high latency features in the API response. The humanAgentAssistantConfig.notification_config must be configured and enableEventBasedSuggestion must be set to true to receive the responses from high latency features in Pub/Sub. High latency feature(s): KNOWLEDGE_ASSIST
|
1626
|
+
"""
|
1627
|
+
feature_configs: NotRequired[pulumi.Input[Sequence[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigArgsDict']]]]
|
1628
|
+
"""
|
1629
|
+
Configuration of different suggestion features. One feature can have only one config.
|
1630
|
+
Structure is documented below.
|
1631
|
+
"""
|
1632
|
+
generators: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
1633
|
+
"""
|
1634
|
+
List of various generator resource names used in the conversation profile.
|
1635
|
+
"""
|
1636
|
+
group_suggestion_responses: NotRequired[pulumi.Input[_builtins.bool]]
|
1637
|
+
"""
|
1638
|
+
If groupSuggestionResponses is false, and there are multiple featureConfigs in event based suggestion or StreamingAnalyzeContent, we will try to deliver suggestions to customers as soon as we get new suggestion. Different type of suggestions based on the same context will be in separate Pub/Sub event or StreamingAnalyzeContentResponse.
|
1639
|
+
If groupSuggestionResponses set to true. All the suggestions to the same participant based on the same context will be grouped into a single Pub/Sub event or StreamingAnalyzeContentResponse.
|
1640
|
+
"""
|
1641
|
+
elif False:
|
1642
|
+
ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1643
|
+
|
1644
|
+
@pulumi.input_type
|
1645
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigArgs:
|
1646
|
+
def __init__(__self__, *,
|
1647
|
+
disable_high_latency_features_sync_delivery: Optional[pulumi.Input[_builtins.bool]] = None,
|
1648
|
+
feature_configs: Optional[pulumi.Input[Sequence[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigArgs']]]] = None,
|
1649
|
+
generators: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
1650
|
+
group_suggestion_responses: Optional[pulumi.Input[_builtins.bool]] = None):
|
1651
|
+
"""
|
1652
|
+
:param pulumi.Input[_builtins.bool] disable_high_latency_features_sync_delivery: When disableHighLatencyFeaturesSyncDelivery is true and using the AnalyzeContent API, we will not deliver the responses from high latency features in the API response. The humanAgentAssistantConfig.notification_config must be configured and enableEventBasedSuggestion must be set to true to receive the responses from high latency features in Pub/Sub. High latency feature(s): KNOWLEDGE_ASSIST
|
1653
|
+
:param pulumi.Input[Sequence[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigArgs']]] feature_configs: Configuration of different suggestion features. One feature can have only one config.
|
1654
|
+
Structure is documented below.
|
1655
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] generators: List of various generator resource names used in the conversation profile.
|
1656
|
+
:param pulumi.Input[_builtins.bool] group_suggestion_responses: If groupSuggestionResponses is false, and there are multiple featureConfigs in event based suggestion or StreamingAnalyzeContent, we will try to deliver suggestions to customers as soon as we get new suggestion. Different type of suggestions based on the same context will be in separate Pub/Sub event or StreamingAnalyzeContentResponse.
|
1657
|
+
If groupSuggestionResponses set to true. All the suggestions to the same participant based on the same context will be grouped into a single Pub/Sub event or StreamingAnalyzeContentResponse.
|
1658
|
+
"""
|
1659
|
+
if disable_high_latency_features_sync_delivery is not None:
|
1660
|
+
pulumi.set(__self__, "disable_high_latency_features_sync_delivery", disable_high_latency_features_sync_delivery)
|
1661
|
+
if feature_configs is not None:
|
1662
|
+
pulumi.set(__self__, "feature_configs", feature_configs)
|
1663
|
+
if generators is not None:
|
1664
|
+
pulumi.set(__self__, "generators", generators)
|
1665
|
+
if group_suggestion_responses is not None:
|
1666
|
+
pulumi.set(__self__, "group_suggestion_responses", group_suggestion_responses)
|
1667
|
+
|
1668
|
+
@_builtins.property
|
1669
|
+
@pulumi.getter(name="disableHighLatencyFeaturesSyncDelivery")
|
1670
|
+
def disable_high_latency_features_sync_delivery(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1671
|
+
"""
|
1672
|
+
When disableHighLatencyFeaturesSyncDelivery is true and using the AnalyzeContent API, we will not deliver the responses from high latency features in the API response. The humanAgentAssistantConfig.notification_config must be configured and enableEventBasedSuggestion must be set to true to receive the responses from high latency features in Pub/Sub. High latency feature(s): KNOWLEDGE_ASSIST
|
1673
|
+
"""
|
1674
|
+
return pulumi.get(self, "disable_high_latency_features_sync_delivery")
|
1675
|
+
|
1676
|
+
@disable_high_latency_features_sync_delivery.setter
|
1677
|
+
def disable_high_latency_features_sync_delivery(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1678
|
+
pulumi.set(self, "disable_high_latency_features_sync_delivery", value)
|
1679
|
+
|
1680
|
+
@_builtins.property
|
1681
|
+
@pulumi.getter(name="featureConfigs")
|
1682
|
+
def feature_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigArgs']]]]:
|
1683
|
+
"""
|
1684
|
+
Configuration of different suggestion features. One feature can have only one config.
|
1685
|
+
Structure is documented below.
|
1686
|
+
"""
|
1687
|
+
return pulumi.get(self, "feature_configs")
|
1688
|
+
|
1689
|
+
@feature_configs.setter
|
1690
|
+
def feature_configs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigArgs']]]]):
|
1691
|
+
pulumi.set(self, "feature_configs", value)
|
1692
|
+
|
1693
|
+
@_builtins.property
|
1694
|
+
@pulumi.getter
|
1695
|
+
def generators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
1696
|
+
"""
|
1697
|
+
List of various generator resource names used in the conversation profile.
|
1698
|
+
"""
|
1699
|
+
return pulumi.get(self, "generators")
|
1700
|
+
|
1701
|
+
@generators.setter
|
1702
|
+
def generators(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
1703
|
+
pulumi.set(self, "generators", value)
|
1704
|
+
|
1705
|
+
@_builtins.property
|
1706
|
+
@pulumi.getter(name="groupSuggestionResponses")
|
1707
|
+
def group_suggestion_responses(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1708
|
+
"""
|
1709
|
+
If groupSuggestionResponses is false, and there are multiple featureConfigs in event based suggestion or StreamingAnalyzeContent, we will try to deliver suggestions to customers as soon as we get new suggestion. Different type of suggestions based on the same context will be in separate Pub/Sub event or StreamingAnalyzeContentResponse.
|
1710
|
+
If groupSuggestionResponses set to true. All the suggestions to the same participant based on the same context will be grouped into a single Pub/Sub event or StreamingAnalyzeContentResponse.
|
1711
|
+
"""
|
1712
|
+
return pulumi.get(self, "group_suggestion_responses")
|
1713
|
+
|
1714
|
+
@group_suggestion_responses.setter
|
1715
|
+
def group_suggestion_responses(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1716
|
+
pulumi.set(self, "group_suggestion_responses", value)
|
1717
|
+
|
1718
|
+
|
1719
|
+
if not MYPY:
|
1720
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigArgsDict(TypedDict):
|
1721
|
+
conversation_model_config: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationModelConfigArgsDict']]
|
1722
|
+
"""
|
1723
|
+
Configs of custom conversation model.
|
1724
|
+
Structure is documented below.
|
1725
|
+
"""
|
1726
|
+
conversation_process_config: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationProcessConfigArgsDict']]
|
1727
|
+
"""
|
1728
|
+
Config to process conversation.
|
1729
|
+
Structure is documented below.
|
1730
|
+
"""
|
1731
|
+
disable_agent_query_logging: NotRequired[pulumi.Input[_builtins.bool]]
|
1732
|
+
"""
|
1733
|
+
Disable the logging of search queries sent by human agents. It can prevent those queries from being stored at answer records.
|
1734
|
+
This feature is only supported for types: KNOWLEDGE_SEARCH.
|
1735
|
+
"""
|
1736
|
+
enable_conversation_augmented_query: NotRequired[pulumi.Input[_builtins.bool]]
|
1737
|
+
"""
|
1738
|
+
Enable including conversation context during query answer generation.
|
1739
|
+
This feature is only supported for types: KNOWLEDGE_SEARCH.
|
1740
|
+
"""
|
1741
|
+
enable_event_based_suggestion: NotRequired[pulumi.Input[_builtins.bool]]
|
1742
|
+
"""
|
1743
|
+
Automatically iterates all participants and tries to compile suggestions.
|
1744
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, KNOWLEDGE_ASSIST.
|
1745
|
+
"""
|
1746
|
+
enable_query_suggestion_only: NotRequired[pulumi.Input[_builtins.bool]]
|
1747
|
+
"""
|
1748
|
+
Enable query suggestion only.
|
1749
|
+
This feature is only supported for types: KNOWLEDGE_ASSIST
|
1750
|
+
"""
|
1751
|
+
enable_query_suggestion_when_no_answer: NotRequired[pulumi.Input[_builtins.bool]]
|
1752
|
+
"""
|
1753
|
+
Enable query suggestion even if we can't find its answer. By default, queries are suggested only if we find its answer.
|
1754
|
+
This feature is only supported for types: KNOWLEDGE_ASSIST.
|
1755
|
+
"""
|
1756
|
+
query_config: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigArgsDict']]
|
1757
|
+
"""
|
1758
|
+
Configs of query.
|
1759
|
+
Structure is documented below.
|
1760
|
+
"""
|
1761
|
+
suggestion_feature: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionFeatureArgsDict']]
|
1762
|
+
"""
|
1763
|
+
The suggestion feature.
|
1764
|
+
Structure is documented below.
|
1765
|
+
"""
|
1766
|
+
suggestion_trigger_settings: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgsDict']]
|
1767
|
+
"""
|
1768
|
+
Settings of suggestion trigger.
|
1769
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ.
|
1770
|
+
Structure is documented below.
|
1771
|
+
"""
|
1772
|
+
elif False:
|
1773
|
+
ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1774
|
+
|
1775
|
+
@pulumi.input_type
|
1776
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigArgs:
|
1777
|
+
def __init__(__self__, *,
|
1778
|
+
conversation_model_config: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationModelConfigArgs']] = None,
|
1779
|
+
conversation_process_config: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationProcessConfigArgs']] = None,
|
1780
|
+
disable_agent_query_logging: Optional[pulumi.Input[_builtins.bool]] = None,
|
1781
|
+
enable_conversation_augmented_query: Optional[pulumi.Input[_builtins.bool]] = None,
|
1782
|
+
enable_event_based_suggestion: Optional[pulumi.Input[_builtins.bool]] = None,
|
1783
|
+
enable_query_suggestion_only: Optional[pulumi.Input[_builtins.bool]] = None,
|
1784
|
+
enable_query_suggestion_when_no_answer: Optional[pulumi.Input[_builtins.bool]] = None,
|
1785
|
+
query_config: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigArgs']] = None,
|
1786
|
+
suggestion_feature: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionFeatureArgs']] = None,
|
1787
|
+
suggestion_trigger_settings: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgs']] = None):
|
1788
|
+
"""
|
1789
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationModelConfigArgs'] conversation_model_config: Configs of custom conversation model.
|
1790
|
+
Structure is documented below.
|
1791
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationProcessConfigArgs'] conversation_process_config: Config to process conversation.
|
1792
|
+
Structure is documented below.
|
1793
|
+
:param pulumi.Input[_builtins.bool] disable_agent_query_logging: Disable the logging of search queries sent by human agents. It can prevent those queries from being stored at answer records.
|
1794
|
+
This feature is only supported for types: KNOWLEDGE_SEARCH.
|
1795
|
+
:param pulumi.Input[_builtins.bool] enable_conversation_augmented_query: Enable including conversation context during query answer generation.
|
1796
|
+
This feature is only supported for types: KNOWLEDGE_SEARCH.
|
1797
|
+
:param pulumi.Input[_builtins.bool] enable_event_based_suggestion: Automatically iterates all participants and tries to compile suggestions.
|
1798
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, KNOWLEDGE_ASSIST.
|
1799
|
+
:param pulumi.Input[_builtins.bool] enable_query_suggestion_only: Enable query suggestion only.
|
1800
|
+
This feature is only supported for types: KNOWLEDGE_ASSIST
|
1801
|
+
:param pulumi.Input[_builtins.bool] enable_query_suggestion_when_no_answer: Enable query suggestion even if we can't find its answer. By default, queries are suggested only if we find its answer.
|
1802
|
+
This feature is only supported for types: KNOWLEDGE_ASSIST.
|
1803
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigArgs'] query_config: Configs of query.
|
1804
|
+
Structure is documented below.
|
1805
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionFeatureArgs'] suggestion_feature: The suggestion feature.
|
1806
|
+
Structure is documented below.
|
1807
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgs'] suggestion_trigger_settings: Settings of suggestion trigger.
|
1808
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ.
|
1809
|
+
Structure is documented below.
|
1810
|
+
"""
|
1811
|
+
if conversation_model_config is not None:
|
1812
|
+
pulumi.set(__self__, "conversation_model_config", conversation_model_config)
|
1813
|
+
if conversation_process_config is not None:
|
1814
|
+
pulumi.set(__self__, "conversation_process_config", conversation_process_config)
|
1815
|
+
if disable_agent_query_logging is not None:
|
1816
|
+
pulumi.set(__self__, "disable_agent_query_logging", disable_agent_query_logging)
|
1817
|
+
if enable_conversation_augmented_query is not None:
|
1818
|
+
pulumi.set(__self__, "enable_conversation_augmented_query", enable_conversation_augmented_query)
|
1819
|
+
if enable_event_based_suggestion is not None:
|
1820
|
+
pulumi.set(__self__, "enable_event_based_suggestion", enable_event_based_suggestion)
|
1821
|
+
if enable_query_suggestion_only is not None:
|
1822
|
+
pulumi.set(__self__, "enable_query_suggestion_only", enable_query_suggestion_only)
|
1823
|
+
if enable_query_suggestion_when_no_answer is not None:
|
1824
|
+
pulumi.set(__self__, "enable_query_suggestion_when_no_answer", enable_query_suggestion_when_no_answer)
|
1825
|
+
if query_config is not None:
|
1826
|
+
pulumi.set(__self__, "query_config", query_config)
|
1827
|
+
if suggestion_feature is not None:
|
1828
|
+
pulumi.set(__self__, "suggestion_feature", suggestion_feature)
|
1829
|
+
if suggestion_trigger_settings is not None:
|
1830
|
+
pulumi.set(__self__, "suggestion_trigger_settings", suggestion_trigger_settings)
|
1831
|
+
|
1832
|
+
@_builtins.property
|
1833
|
+
@pulumi.getter(name="conversationModelConfig")
|
1834
|
+
def conversation_model_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationModelConfigArgs']]:
|
1835
|
+
"""
|
1836
|
+
Configs of custom conversation model.
|
1837
|
+
Structure is documented below.
|
1838
|
+
"""
|
1839
|
+
return pulumi.get(self, "conversation_model_config")
|
1840
|
+
|
1841
|
+
@conversation_model_config.setter
|
1842
|
+
def conversation_model_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationModelConfigArgs']]):
|
1843
|
+
pulumi.set(self, "conversation_model_config", value)
|
1844
|
+
|
1845
|
+
@_builtins.property
|
1846
|
+
@pulumi.getter(name="conversationProcessConfig")
|
1847
|
+
def conversation_process_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationProcessConfigArgs']]:
|
1848
|
+
"""
|
1849
|
+
Config to process conversation.
|
1850
|
+
Structure is documented below.
|
1851
|
+
"""
|
1852
|
+
return pulumi.get(self, "conversation_process_config")
|
1853
|
+
|
1854
|
+
@conversation_process_config.setter
|
1855
|
+
def conversation_process_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationProcessConfigArgs']]):
|
1856
|
+
pulumi.set(self, "conversation_process_config", value)
|
1857
|
+
|
1858
|
+
@_builtins.property
|
1859
|
+
@pulumi.getter(name="disableAgentQueryLogging")
|
1860
|
+
def disable_agent_query_logging(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1861
|
+
"""
|
1862
|
+
Disable the logging of search queries sent by human agents. It can prevent those queries from being stored at answer records.
|
1863
|
+
This feature is only supported for types: KNOWLEDGE_SEARCH.
|
1864
|
+
"""
|
1865
|
+
return pulumi.get(self, "disable_agent_query_logging")
|
1866
|
+
|
1867
|
+
@disable_agent_query_logging.setter
|
1868
|
+
def disable_agent_query_logging(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1869
|
+
pulumi.set(self, "disable_agent_query_logging", value)
|
1870
|
+
|
1871
|
+
@_builtins.property
|
1872
|
+
@pulumi.getter(name="enableConversationAugmentedQuery")
|
1873
|
+
def enable_conversation_augmented_query(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1874
|
+
"""
|
1875
|
+
Enable including conversation context during query answer generation.
|
1876
|
+
This feature is only supported for types: KNOWLEDGE_SEARCH.
|
1877
|
+
"""
|
1878
|
+
return pulumi.get(self, "enable_conversation_augmented_query")
|
1879
|
+
|
1880
|
+
@enable_conversation_augmented_query.setter
|
1881
|
+
def enable_conversation_augmented_query(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1882
|
+
pulumi.set(self, "enable_conversation_augmented_query", value)
|
1883
|
+
|
1884
|
+
@_builtins.property
|
1885
|
+
@pulumi.getter(name="enableEventBasedSuggestion")
|
1886
|
+
def enable_event_based_suggestion(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1887
|
+
"""
|
1888
|
+
Automatically iterates all participants and tries to compile suggestions.
|
1889
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST, KNOWLEDGE_ASSIST.
|
1890
|
+
"""
|
1891
|
+
return pulumi.get(self, "enable_event_based_suggestion")
|
1892
|
+
|
1893
|
+
@enable_event_based_suggestion.setter
|
1894
|
+
def enable_event_based_suggestion(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1895
|
+
pulumi.set(self, "enable_event_based_suggestion", value)
|
1896
|
+
|
1897
|
+
@_builtins.property
|
1898
|
+
@pulumi.getter(name="enableQuerySuggestionOnly")
|
1899
|
+
def enable_query_suggestion_only(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1900
|
+
"""
|
1901
|
+
Enable query suggestion only.
|
1902
|
+
This feature is only supported for types: KNOWLEDGE_ASSIST
|
1903
|
+
"""
|
1904
|
+
return pulumi.get(self, "enable_query_suggestion_only")
|
1905
|
+
|
1906
|
+
@enable_query_suggestion_only.setter
|
1907
|
+
def enable_query_suggestion_only(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1908
|
+
pulumi.set(self, "enable_query_suggestion_only", value)
|
1909
|
+
|
1910
|
+
@_builtins.property
|
1911
|
+
@pulumi.getter(name="enableQuerySuggestionWhenNoAnswer")
|
1912
|
+
def enable_query_suggestion_when_no_answer(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
1913
|
+
"""
|
1914
|
+
Enable query suggestion even if we can't find its answer. By default, queries are suggested only if we find its answer.
|
1915
|
+
This feature is only supported for types: KNOWLEDGE_ASSIST.
|
1916
|
+
"""
|
1917
|
+
return pulumi.get(self, "enable_query_suggestion_when_no_answer")
|
1918
|
+
|
1919
|
+
@enable_query_suggestion_when_no_answer.setter
|
1920
|
+
def enable_query_suggestion_when_no_answer(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1921
|
+
pulumi.set(self, "enable_query_suggestion_when_no_answer", value)
|
1922
|
+
|
1923
|
+
@_builtins.property
|
1924
|
+
@pulumi.getter(name="queryConfig")
|
1925
|
+
def query_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigArgs']]:
|
1926
|
+
"""
|
1927
|
+
Configs of query.
|
1928
|
+
Structure is documented below.
|
1929
|
+
"""
|
1930
|
+
return pulumi.get(self, "query_config")
|
1931
|
+
|
1932
|
+
@query_config.setter
|
1933
|
+
def query_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigArgs']]):
|
1934
|
+
pulumi.set(self, "query_config", value)
|
1935
|
+
|
1936
|
+
@_builtins.property
|
1937
|
+
@pulumi.getter(name="suggestionFeature")
|
1938
|
+
def suggestion_feature(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionFeatureArgs']]:
|
1939
|
+
"""
|
1940
|
+
The suggestion feature.
|
1941
|
+
Structure is documented below.
|
1942
|
+
"""
|
1943
|
+
return pulumi.get(self, "suggestion_feature")
|
1944
|
+
|
1945
|
+
@suggestion_feature.setter
|
1946
|
+
def suggestion_feature(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionFeatureArgs']]):
|
1947
|
+
pulumi.set(self, "suggestion_feature", value)
|
1948
|
+
|
1949
|
+
@_builtins.property
|
1950
|
+
@pulumi.getter(name="suggestionTriggerSettings")
|
1951
|
+
def suggestion_trigger_settings(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgs']]:
|
1952
|
+
"""
|
1953
|
+
Settings of suggestion trigger.
|
1954
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ.
|
1955
|
+
Structure is documented below.
|
1956
|
+
"""
|
1957
|
+
return pulumi.get(self, "suggestion_trigger_settings")
|
1958
|
+
|
1959
|
+
@suggestion_trigger_settings.setter
|
1960
|
+
def suggestion_trigger_settings(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgs']]):
|
1961
|
+
pulumi.set(self, "suggestion_trigger_settings", value)
|
1962
|
+
|
1963
|
+
|
1964
|
+
if not MYPY:
|
1965
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationModelConfigArgsDict(TypedDict):
|
1966
|
+
baseline_model_version: NotRequired[pulumi.Input[_builtins.str]]
|
1967
|
+
"""
|
1968
|
+
Version of current baseline model. It will be ignored if model is set. Valid versions are: Article Suggestion baseline model: - 0.9 - 1.0 (default) Summarization baseline model: - 1.0
|
1969
|
+
"""
|
1970
|
+
model: NotRequired[pulumi.Input[_builtins.str]]
|
1971
|
+
"""
|
1972
|
+
Conversation model resource name. Format: projects/<Project ID>/conversationModels/<Model ID>.
|
1973
|
+
"""
|
1974
|
+
elif False:
|
1975
|
+
ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationModelConfigArgsDict: TypeAlias = Mapping[str, Any]
|
1976
|
+
|
1977
|
+
@pulumi.input_type
|
1978
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationModelConfigArgs:
|
1979
|
+
def __init__(__self__, *,
|
1980
|
+
baseline_model_version: Optional[pulumi.Input[_builtins.str]] = None,
|
1981
|
+
model: Optional[pulumi.Input[_builtins.str]] = None):
|
1982
|
+
"""
|
1983
|
+
:param pulumi.Input[_builtins.str] baseline_model_version: Version of current baseline model. It will be ignored if model is set. Valid versions are: Article Suggestion baseline model: - 0.9 - 1.0 (default) Summarization baseline model: - 1.0
|
1984
|
+
:param pulumi.Input[_builtins.str] model: Conversation model resource name. Format: projects/<Project ID>/conversationModels/<Model ID>.
|
1985
|
+
"""
|
1986
|
+
if baseline_model_version is not None:
|
1987
|
+
pulumi.set(__self__, "baseline_model_version", baseline_model_version)
|
1988
|
+
if model is not None:
|
1989
|
+
pulumi.set(__self__, "model", model)
|
1990
|
+
|
1991
|
+
@_builtins.property
|
1992
|
+
@pulumi.getter(name="baselineModelVersion")
|
1993
|
+
def baseline_model_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1994
|
+
"""
|
1995
|
+
Version of current baseline model. It will be ignored if model is set. Valid versions are: Article Suggestion baseline model: - 0.9 - 1.0 (default) Summarization baseline model: - 1.0
|
1996
|
+
"""
|
1997
|
+
return pulumi.get(self, "baseline_model_version")
|
1998
|
+
|
1999
|
+
@baseline_model_version.setter
|
2000
|
+
def baseline_model_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2001
|
+
pulumi.set(self, "baseline_model_version", value)
|
2002
|
+
|
2003
|
+
@_builtins.property
|
2004
|
+
@pulumi.getter
|
2005
|
+
def model(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2006
|
+
"""
|
2007
|
+
Conversation model resource name. Format: projects/<Project ID>/conversationModels/<Model ID>.
|
2008
|
+
"""
|
2009
|
+
return pulumi.get(self, "model")
|
2010
|
+
|
2011
|
+
@model.setter
|
2012
|
+
def model(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2013
|
+
pulumi.set(self, "model", value)
|
2014
|
+
|
2015
|
+
|
2016
|
+
if not MYPY:
|
2017
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationProcessConfigArgsDict(TypedDict):
|
2018
|
+
recent_sentences_count: NotRequired[pulumi.Input[_builtins.int]]
|
2019
|
+
"""
|
2020
|
+
Number of recent non-small-talk sentences to use as context for article and FAQ suggestion
|
2021
|
+
"""
|
2022
|
+
elif False:
|
2023
|
+
ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationProcessConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2024
|
+
|
2025
|
+
@pulumi.input_type
|
2026
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigConversationProcessConfigArgs:
|
2027
|
+
def __init__(__self__, *,
|
2028
|
+
recent_sentences_count: Optional[pulumi.Input[_builtins.int]] = None):
|
2029
|
+
"""
|
2030
|
+
:param pulumi.Input[_builtins.int] recent_sentences_count: Number of recent non-small-talk sentences to use as context for article and FAQ suggestion
|
2031
|
+
"""
|
2032
|
+
if recent_sentences_count is not None:
|
2033
|
+
pulumi.set(__self__, "recent_sentences_count", recent_sentences_count)
|
2034
|
+
|
2035
|
+
@_builtins.property
|
2036
|
+
@pulumi.getter(name="recentSentencesCount")
|
2037
|
+
def recent_sentences_count(self) -> Optional[pulumi.Input[_builtins.int]]:
|
2038
|
+
"""
|
2039
|
+
Number of recent non-small-talk sentences to use as context for article and FAQ suggestion
|
2040
|
+
"""
|
2041
|
+
return pulumi.get(self, "recent_sentences_count")
|
2042
|
+
|
2043
|
+
@recent_sentences_count.setter
|
2044
|
+
def recent_sentences_count(self, value: Optional[pulumi.Input[_builtins.int]]):
|
2045
|
+
pulumi.set(self, "recent_sentences_count", value)
|
2046
|
+
|
2047
|
+
|
2048
|
+
if not MYPY:
|
2049
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigArgsDict(TypedDict):
|
2050
|
+
confidence_threshold: NotRequired[pulumi.Input[_builtins.float]]
|
2051
|
+
"""
|
2052
|
+
Confidence threshold of query result.
|
2053
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ, SMART_REPLY, SMART_COMPOSE, KNOWLEDGE_SEARCH, KNOWLEDGE_ASSIST, ENTITY_EXTRACTION.
|
2054
|
+
"""
|
2055
|
+
context_filter_settings: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgsDict']]
|
2056
|
+
"""
|
2057
|
+
Determines how recent conversation context is filtered when generating suggestions. If unspecified, no messages will be dropped.
|
2058
|
+
Structure is documented below.
|
2059
|
+
"""
|
2060
|
+
dialogflow_query_source: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgsDict']]
|
2061
|
+
"""
|
2062
|
+
Query from Dialogflow agent.
|
2063
|
+
This feature is supported for types: DIALOGFLOW_ASSIST.
|
2064
|
+
Structure is documented below.
|
2065
|
+
"""
|
2066
|
+
max_results: NotRequired[pulumi.Input[_builtins.int]]
|
2067
|
+
"""
|
2068
|
+
Maximum number of results to return.
|
2069
|
+
"""
|
2070
|
+
sections: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigSectionsArgsDict']]
|
2071
|
+
"""
|
2072
|
+
he customized sections chosen to return when requesting a summary of a conversation.
|
2073
|
+
Structure is documented below.
|
2074
|
+
"""
|
2075
|
+
elif False:
|
2076
|
+
ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2077
|
+
|
2078
|
+
@pulumi.input_type
|
2079
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigArgs:
|
2080
|
+
def __init__(__self__, *,
|
2081
|
+
confidence_threshold: Optional[pulumi.Input[_builtins.float]] = None,
|
2082
|
+
context_filter_settings: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgs']] = None,
|
2083
|
+
dialogflow_query_source: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgs']] = None,
|
2084
|
+
max_results: Optional[pulumi.Input[_builtins.int]] = None,
|
2085
|
+
sections: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigSectionsArgs']] = None):
|
2086
|
+
"""
|
2087
|
+
:param pulumi.Input[_builtins.float] confidence_threshold: Confidence threshold of query result.
|
2088
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ, SMART_REPLY, SMART_COMPOSE, KNOWLEDGE_SEARCH, KNOWLEDGE_ASSIST, ENTITY_EXTRACTION.
|
2089
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgs'] context_filter_settings: Determines how recent conversation context is filtered when generating suggestions. If unspecified, no messages will be dropped.
|
2090
|
+
Structure is documented below.
|
2091
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgs'] dialogflow_query_source: Query from Dialogflow agent.
|
2092
|
+
This feature is supported for types: DIALOGFLOW_ASSIST.
|
2093
|
+
Structure is documented below.
|
2094
|
+
:param pulumi.Input[_builtins.int] max_results: Maximum number of results to return.
|
2095
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigSectionsArgs'] sections: he customized sections chosen to return when requesting a summary of a conversation.
|
2096
|
+
Structure is documented below.
|
2097
|
+
"""
|
2098
|
+
if confidence_threshold is not None:
|
2099
|
+
pulumi.set(__self__, "confidence_threshold", confidence_threshold)
|
2100
|
+
if context_filter_settings is not None:
|
2101
|
+
pulumi.set(__self__, "context_filter_settings", context_filter_settings)
|
2102
|
+
if dialogflow_query_source is not None:
|
2103
|
+
pulumi.set(__self__, "dialogflow_query_source", dialogflow_query_source)
|
2104
|
+
if max_results is not None:
|
2105
|
+
pulumi.set(__self__, "max_results", max_results)
|
2106
|
+
if sections is not None:
|
2107
|
+
pulumi.set(__self__, "sections", sections)
|
2108
|
+
|
2109
|
+
@_builtins.property
|
2110
|
+
@pulumi.getter(name="confidenceThreshold")
|
2111
|
+
def confidence_threshold(self) -> Optional[pulumi.Input[_builtins.float]]:
|
2112
|
+
"""
|
2113
|
+
Confidence threshold of query result.
|
2114
|
+
This feature is only supported for types: ARTICLE_SUGGESTION, FAQ, SMART_REPLY, SMART_COMPOSE, KNOWLEDGE_SEARCH, KNOWLEDGE_ASSIST, ENTITY_EXTRACTION.
|
2115
|
+
"""
|
2116
|
+
return pulumi.get(self, "confidence_threshold")
|
2117
|
+
|
2118
|
+
@confidence_threshold.setter
|
2119
|
+
def confidence_threshold(self, value: Optional[pulumi.Input[_builtins.float]]):
|
2120
|
+
pulumi.set(self, "confidence_threshold", value)
|
2121
|
+
|
2122
|
+
@_builtins.property
|
2123
|
+
@pulumi.getter(name="contextFilterSettings")
|
2124
|
+
def context_filter_settings(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgs']]:
|
2125
|
+
"""
|
2126
|
+
Determines how recent conversation context is filtered when generating suggestions. If unspecified, no messages will be dropped.
|
2127
|
+
Structure is documented below.
|
2128
|
+
"""
|
2129
|
+
return pulumi.get(self, "context_filter_settings")
|
2130
|
+
|
2131
|
+
@context_filter_settings.setter
|
2132
|
+
def context_filter_settings(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgs']]):
|
2133
|
+
pulumi.set(self, "context_filter_settings", value)
|
2134
|
+
|
2135
|
+
@_builtins.property
|
2136
|
+
@pulumi.getter(name="dialogflowQuerySource")
|
2137
|
+
def dialogflow_query_source(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgs']]:
|
2138
|
+
"""
|
2139
|
+
Query from Dialogflow agent.
|
2140
|
+
This feature is supported for types: DIALOGFLOW_ASSIST.
|
2141
|
+
Structure is documented below.
|
2142
|
+
"""
|
2143
|
+
return pulumi.get(self, "dialogflow_query_source")
|
2144
|
+
|
2145
|
+
@dialogflow_query_source.setter
|
2146
|
+
def dialogflow_query_source(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgs']]):
|
2147
|
+
pulumi.set(self, "dialogflow_query_source", value)
|
2148
|
+
|
2149
|
+
@_builtins.property
|
2150
|
+
@pulumi.getter(name="maxResults")
|
2151
|
+
def max_results(self) -> Optional[pulumi.Input[_builtins.int]]:
|
2152
|
+
"""
|
2153
|
+
Maximum number of results to return.
|
2154
|
+
"""
|
2155
|
+
return pulumi.get(self, "max_results")
|
2156
|
+
|
2157
|
+
@max_results.setter
|
2158
|
+
def max_results(self, value: Optional[pulumi.Input[_builtins.int]]):
|
2159
|
+
pulumi.set(self, "max_results", value)
|
2160
|
+
|
2161
|
+
@_builtins.property
|
2162
|
+
@pulumi.getter
|
2163
|
+
def sections(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigSectionsArgs']]:
|
2164
|
+
"""
|
2165
|
+
he customized sections chosen to return when requesting a summary of a conversation.
|
2166
|
+
Structure is documented below.
|
2167
|
+
"""
|
2168
|
+
return pulumi.get(self, "sections")
|
2169
|
+
|
2170
|
+
@sections.setter
|
2171
|
+
def sections(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigSectionsArgs']]):
|
2172
|
+
pulumi.set(self, "sections", value)
|
2173
|
+
|
2174
|
+
|
2175
|
+
if not MYPY:
|
2176
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgsDict(TypedDict):
|
2177
|
+
drop_handoff_messages: NotRequired[pulumi.Input[_builtins.bool]]
|
2178
|
+
"""
|
2179
|
+
If set to true, the last message from virtual agent (hand off message) and the message before it (trigger message of hand off) are dropped.
|
2180
|
+
"""
|
2181
|
+
drop_ivr_messages: NotRequired[pulumi.Input[_builtins.bool]]
|
2182
|
+
"""
|
2183
|
+
If set to true, all messages from ivr stage are dropped.
|
2184
|
+
"""
|
2185
|
+
drop_virtual_agent_messages: NotRequired[pulumi.Input[_builtins.bool]]
|
2186
|
+
"""
|
2187
|
+
If set to true, all messages from virtual agent are dropped.
|
2188
|
+
"""
|
2189
|
+
elif False:
|
2190
|
+
ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
2191
|
+
|
2192
|
+
@pulumi.input_type
|
2193
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigContextFilterSettingsArgs:
|
2194
|
+
def __init__(__self__, *,
|
2195
|
+
drop_handoff_messages: Optional[pulumi.Input[_builtins.bool]] = None,
|
2196
|
+
drop_ivr_messages: Optional[pulumi.Input[_builtins.bool]] = None,
|
2197
|
+
drop_virtual_agent_messages: Optional[pulumi.Input[_builtins.bool]] = None):
|
2198
|
+
"""
|
2199
|
+
:param pulumi.Input[_builtins.bool] drop_handoff_messages: If set to true, the last message from virtual agent (hand off message) and the message before it (trigger message of hand off) are dropped.
|
2200
|
+
:param pulumi.Input[_builtins.bool] drop_ivr_messages: If set to true, all messages from ivr stage are dropped.
|
2201
|
+
:param pulumi.Input[_builtins.bool] drop_virtual_agent_messages: If set to true, all messages from virtual agent are dropped.
|
2202
|
+
"""
|
2203
|
+
if drop_handoff_messages is not None:
|
2204
|
+
pulumi.set(__self__, "drop_handoff_messages", drop_handoff_messages)
|
2205
|
+
if drop_ivr_messages is not None:
|
2206
|
+
pulumi.set(__self__, "drop_ivr_messages", drop_ivr_messages)
|
2207
|
+
if drop_virtual_agent_messages is not None:
|
2208
|
+
pulumi.set(__self__, "drop_virtual_agent_messages", drop_virtual_agent_messages)
|
2209
|
+
|
2210
|
+
@_builtins.property
|
2211
|
+
@pulumi.getter(name="dropHandoffMessages")
|
2212
|
+
def drop_handoff_messages(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
2213
|
+
"""
|
2214
|
+
If set to true, the last message from virtual agent (hand off message) and the message before it (trigger message of hand off) are dropped.
|
2215
|
+
"""
|
2216
|
+
return pulumi.get(self, "drop_handoff_messages")
|
2217
|
+
|
2218
|
+
@drop_handoff_messages.setter
|
2219
|
+
def drop_handoff_messages(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
2220
|
+
pulumi.set(self, "drop_handoff_messages", value)
|
2221
|
+
|
2222
|
+
@_builtins.property
|
2223
|
+
@pulumi.getter(name="dropIvrMessages")
|
2224
|
+
def drop_ivr_messages(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
2225
|
+
"""
|
2226
|
+
If set to true, all messages from ivr stage are dropped.
|
2227
|
+
"""
|
2228
|
+
return pulumi.get(self, "drop_ivr_messages")
|
2229
|
+
|
2230
|
+
@drop_ivr_messages.setter
|
2231
|
+
def drop_ivr_messages(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
2232
|
+
pulumi.set(self, "drop_ivr_messages", value)
|
2233
|
+
|
2234
|
+
@_builtins.property
|
2235
|
+
@pulumi.getter(name="dropVirtualAgentMessages")
|
2236
|
+
def drop_virtual_agent_messages(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
2237
|
+
"""
|
2238
|
+
If set to true, all messages from virtual agent are dropped.
|
2239
|
+
"""
|
2240
|
+
return pulumi.get(self, "drop_virtual_agent_messages")
|
2241
|
+
|
2242
|
+
@drop_virtual_agent_messages.setter
|
2243
|
+
def drop_virtual_agent_messages(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
2244
|
+
pulumi.set(self, "drop_virtual_agent_messages", value)
|
2245
|
+
|
2246
|
+
|
2247
|
+
if not MYPY:
|
2248
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgsDict(TypedDict):
|
2249
|
+
agent: pulumi.Input[_builtins.str]
|
2250
|
+
"""
|
2251
|
+
he name of a Dialogflow virtual agent used for end user side intent detection and suggestion. Format: projects/<Project ID>/locations/<Location ID>/agent.
|
2252
|
+
"""
|
2253
|
+
human_agent_side_config: NotRequired[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgsDict']]
|
2254
|
+
"""
|
2255
|
+
The Dialogflow assist configuration for human agent.
|
2256
|
+
Structure is documented below.
|
2257
|
+
"""
|
2258
|
+
elif False:
|
2259
|
+
ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgsDict: TypeAlias = Mapping[str, Any]
|
2260
|
+
|
2261
|
+
@pulumi.input_type
|
2262
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceArgs:
|
2263
|
+
def __init__(__self__, *,
|
2264
|
+
agent: pulumi.Input[_builtins.str],
|
2265
|
+
human_agent_side_config: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgs']] = None):
|
2266
|
+
"""
|
2267
|
+
:param pulumi.Input[_builtins.str] agent: he name of a Dialogflow virtual agent used for end user side intent detection and suggestion. Format: projects/<Project ID>/locations/<Location ID>/agent.
|
2268
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgs'] human_agent_side_config: The Dialogflow assist configuration for human agent.
|
2269
|
+
Structure is documented below.
|
2270
|
+
"""
|
2271
|
+
pulumi.set(__self__, "agent", agent)
|
2272
|
+
if human_agent_side_config is not None:
|
2273
|
+
pulumi.set(__self__, "human_agent_side_config", human_agent_side_config)
|
2274
|
+
|
2275
|
+
@_builtins.property
|
2276
|
+
@pulumi.getter
|
2277
|
+
def agent(self) -> pulumi.Input[_builtins.str]:
|
2278
|
+
"""
|
2279
|
+
he name of a Dialogflow virtual agent used for end user side intent detection and suggestion. Format: projects/<Project ID>/locations/<Location ID>/agent.
|
2280
|
+
"""
|
2281
|
+
return pulumi.get(self, "agent")
|
2282
|
+
|
2283
|
+
@agent.setter
|
2284
|
+
def agent(self, value: pulumi.Input[_builtins.str]):
|
2285
|
+
pulumi.set(self, "agent", value)
|
2286
|
+
|
2287
|
+
@_builtins.property
|
2288
|
+
@pulumi.getter(name="humanAgentSideConfig")
|
2289
|
+
def human_agent_side_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgs']]:
|
2290
|
+
"""
|
2291
|
+
The Dialogflow assist configuration for human agent.
|
2292
|
+
Structure is documented below.
|
2293
|
+
"""
|
2294
|
+
return pulumi.get(self, "human_agent_side_config")
|
2295
|
+
|
2296
|
+
@human_agent_side_config.setter
|
2297
|
+
def human_agent_side_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgs']]):
|
2298
|
+
pulumi.set(self, "human_agent_side_config", value)
|
2299
|
+
|
2300
|
+
|
2301
|
+
if not MYPY:
|
2302
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgsDict(TypedDict):
|
2303
|
+
agent: NotRequired[pulumi.Input[_builtins.str]]
|
2304
|
+
"""
|
2305
|
+
The name of a dialogflow virtual agent used for intent detection and suggestion triggered by human agent. Format: projects/<Project ID>/locations/<Location ID>/agent.
|
2306
|
+
"""
|
2307
|
+
elif False:
|
2308
|
+
ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2309
|
+
|
2310
|
+
@pulumi.input_type
|
2311
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigDialogflowQuerySourceHumanAgentSideConfigArgs:
|
2312
|
+
def __init__(__self__, *,
|
2313
|
+
agent: Optional[pulumi.Input[_builtins.str]] = None):
|
2314
|
+
"""
|
2315
|
+
:param pulumi.Input[_builtins.str] agent: The name of a dialogflow virtual agent used for intent detection and suggestion triggered by human agent. Format: projects/<Project ID>/locations/<Location ID>/agent.
|
2316
|
+
"""
|
2317
|
+
if agent is not None:
|
2318
|
+
pulumi.set(__self__, "agent", agent)
|
2319
|
+
|
2320
|
+
@_builtins.property
|
2321
|
+
@pulumi.getter
|
2322
|
+
def agent(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2323
|
+
"""
|
2324
|
+
The name of a dialogflow virtual agent used for intent detection and suggestion triggered by human agent. Format: projects/<Project ID>/locations/<Location ID>/agent.
|
2325
|
+
"""
|
2326
|
+
return pulumi.get(self, "agent")
|
2327
|
+
|
2328
|
+
@agent.setter
|
2329
|
+
def agent(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2330
|
+
pulumi.set(self, "agent", value)
|
2331
|
+
|
2332
|
+
|
2333
|
+
if not MYPY:
|
2334
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigSectionsArgsDict(TypedDict):
|
2335
|
+
section_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
2336
|
+
"""
|
2337
|
+
The selected sections chosen to return when requesting a summary of a conversation
|
2338
|
+
If not provided the default selection will be "{SITUATION, ACTION, RESULT}".
|
2339
|
+
Each value may be one of: `SECTION_TYPE_UNSPECIFIED`, `SITUATION`, `ACTION`, `RESOLUTION`, `REASON_FOR_CANCELLATION`, `CUSTOMER_SATISFACTION`, `ENTITIES`.
|
2340
|
+
"""
|
2341
|
+
elif False:
|
2342
|
+
ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigSectionsArgsDict: TypeAlias = Mapping[str, Any]
|
2343
|
+
|
2344
|
+
@pulumi.input_type
|
2345
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigQueryConfigSectionsArgs:
|
2346
|
+
def __init__(__self__, *,
|
2347
|
+
section_types: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
2348
|
+
"""
|
2349
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] section_types: The selected sections chosen to return when requesting a summary of a conversation
|
2350
|
+
If not provided the default selection will be "{SITUATION, ACTION, RESULT}".
|
2351
|
+
Each value may be one of: `SECTION_TYPE_UNSPECIFIED`, `SITUATION`, `ACTION`, `RESOLUTION`, `REASON_FOR_CANCELLATION`, `CUSTOMER_SATISFACTION`, `ENTITIES`.
|
2352
|
+
"""
|
2353
|
+
if section_types is not None:
|
2354
|
+
pulumi.set(__self__, "section_types", section_types)
|
2355
|
+
|
2356
|
+
@_builtins.property
|
2357
|
+
@pulumi.getter(name="sectionTypes")
|
2358
|
+
def section_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
2359
|
+
"""
|
2360
|
+
The selected sections chosen to return when requesting a summary of a conversation
|
2361
|
+
If not provided the default selection will be "{SITUATION, ACTION, RESULT}".
|
2362
|
+
Each value may be one of: `SECTION_TYPE_UNSPECIFIED`, `SITUATION`, `ACTION`, `RESOLUTION`, `REASON_FOR_CANCELLATION`, `CUSTOMER_SATISFACTION`, `ENTITIES`.
|
2363
|
+
"""
|
2364
|
+
return pulumi.get(self, "section_types")
|
2365
|
+
|
2366
|
+
@section_types.setter
|
2367
|
+
def section_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
2368
|
+
pulumi.set(self, "section_types", value)
|
2369
|
+
|
2370
|
+
|
2371
|
+
if not MYPY:
|
2372
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionFeatureArgsDict(TypedDict):
|
2373
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
2374
|
+
"""
|
2375
|
+
Type of Human Agent Assistant API feature to request.
|
2376
|
+
"""
|
2377
|
+
elif False:
|
2378
|
+
ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionFeatureArgsDict: TypeAlias = Mapping[str, Any]
|
2379
|
+
|
2380
|
+
@pulumi.input_type
|
2381
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionFeatureArgs:
|
2382
|
+
def __init__(__self__, *,
|
2383
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
2384
|
+
"""
|
2385
|
+
:param pulumi.Input[_builtins.str] type: Type of Human Agent Assistant API feature to request.
|
2386
|
+
"""
|
2387
|
+
if type is not None:
|
2388
|
+
pulumi.set(__self__, "type", type)
|
2389
|
+
|
2390
|
+
@_builtins.property
|
2391
|
+
@pulumi.getter
|
2392
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2393
|
+
"""
|
2394
|
+
Type of Human Agent Assistant API feature to request.
|
2395
|
+
"""
|
2396
|
+
return pulumi.get(self, "type")
|
2397
|
+
|
2398
|
+
@type.setter
|
2399
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2400
|
+
pulumi.set(self, "type", value)
|
2401
|
+
|
2402
|
+
|
2403
|
+
if not MYPY:
|
2404
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgsDict(TypedDict):
|
2405
|
+
no_small_talk: NotRequired[pulumi.Input[_builtins.bool]]
|
2406
|
+
"""
|
2407
|
+
Do not trigger if last utterance is small talk.
|
2408
|
+
"""
|
2409
|
+
only_end_user: NotRequired[pulumi.Input[_builtins.bool]]
|
2410
|
+
"""
|
2411
|
+
Only trigger suggestion if participant role of last utterance is END_USER.
|
2412
|
+
"""
|
2413
|
+
elif False:
|
2414
|
+
ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
2415
|
+
|
2416
|
+
@pulumi.input_type
|
2417
|
+
class ConversationProfileHumanAgentAssistantConfigHumanAgentSuggestionConfigFeatureConfigSuggestionTriggerSettingsArgs:
|
2418
|
+
def __init__(__self__, *,
|
2419
|
+
no_small_talk: Optional[pulumi.Input[_builtins.bool]] = None,
|
2420
|
+
only_end_user: Optional[pulumi.Input[_builtins.bool]] = None):
|
2421
|
+
"""
|
2422
|
+
:param pulumi.Input[_builtins.bool] no_small_talk: Do not trigger if last utterance is small talk.
|
2423
|
+
:param pulumi.Input[_builtins.bool] only_end_user: Only trigger suggestion if participant role of last utterance is END_USER.
|
2424
|
+
"""
|
2425
|
+
if no_small_talk is not None:
|
2426
|
+
pulumi.set(__self__, "no_small_talk", no_small_talk)
|
2427
|
+
if only_end_user is not None:
|
2428
|
+
pulumi.set(__self__, "only_end_user", only_end_user)
|
2429
|
+
|
2430
|
+
@_builtins.property
|
2431
|
+
@pulumi.getter(name="noSmallTalk")
|
2432
|
+
def no_small_talk(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
2433
|
+
"""
|
2434
|
+
Do not trigger if last utterance is small talk.
|
2435
|
+
"""
|
2436
|
+
return pulumi.get(self, "no_small_talk")
|
2437
|
+
|
2438
|
+
@no_small_talk.setter
|
2439
|
+
def no_small_talk(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
2440
|
+
pulumi.set(self, "no_small_talk", value)
|
2441
|
+
|
2442
|
+
@_builtins.property
|
2443
|
+
@pulumi.getter(name="onlyEndUser")
|
2444
|
+
def only_end_user(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
2445
|
+
"""
|
2446
|
+
Only trigger suggestion if participant role of last utterance is END_USER.
|
2447
|
+
"""
|
2448
|
+
return pulumi.get(self, "only_end_user")
|
2449
|
+
|
2450
|
+
@only_end_user.setter
|
2451
|
+
def only_end_user(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
2452
|
+
pulumi.set(self, "only_end_user", value)
|
2453
|
+
|
2454
|
+
|
2455
|
+
if not MYPY:
|
2456
|
+
class ConversationProfileHumanAgentAssistantConfigMessageAnalysisConfigArgsDict(TypedDict):
|
2457
|
+
enable_entity_extraction: NotRequired[pulumi.Input[_builtins.bool]]
|
2458
|
+
"""
|
2459
|
+
Enable entity extraction in conversation messages on agent assist stage.
|
2460
|
+
"""
|
2461
|
+
enable_sentiment_analysis: NotRequired[pulumi.Input[_builtins.bool]]
|
2462
|
+
"""
|
2463
|
+
Enable sentiment analysis in conversation messages on agent assist stage. Sentiment analysis inspects user input and identifies the prevailing subjective opinion, especially to determine a user's attitude as positive, negative, or neutral.
|
2464
|
+
"""
|
2465
|
+
elif False:
|
2466
|
+
ConversationProfileHumanAgentAssistantConfigMessageAnalysisConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2467
|
+
|
2468
|
+
@pulumi.input_type
|
2469
|
+
class ConversationProfileHumanAgentAssistantConfigMessageAnalysisConfigArgs:
|
2470
|
+
def __init__(__self__, *,
|
2471
|
+
enable_entity_extraction: Optional[pulumi.Input[_builtins.bool]] = None,
|
2472
|
+
enable_sentiment_analysis: Optional[pulumi.Input[_builtins.bool]] = None):
|
2473
|
+
"""
|
2474
|
+
:param pulumi.Input[_builtins.bool] enable_entity_extraction: Enable entity extraction in conversation messages on agent assist stage.
|
2475
|
+
:param pulumi.Input[_builtins.bool] enable_sentiment_analysis: Enable sentiment analysis in conversation messages on agent assist stage. Sentiment analysis inspects user input and identifies the prevailing subjective opinion, especially to determine a user's attitude as positive, negative, or neutral.
|
2476
|
+
"""
|
2477
|
+
if enable_entity_extraction is not None:
|
2478
|
+
pulumi.set(__self__, "enable_entity_extraction", enable_entity_extraction)
|
2479
|
+
if enable_sentiment_analysis is not None:
|
2480
|
+
pulumi.set(__self__, "enable_sentiment_analysis", enable_sentiment_analysis)
|
2481
|
+
|
2482
|
+
@_builtins.property
|
2483
|
+
@pulumi.getter(name="enableEntityExtraction")
|
2484
|
+
def enable_entity_extraction(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
2485
|
+
"""
|
2486
|
+
Enable entity extraction in conversation messages on agent assist stage.
|
2487
|
+
"""
|
2488
|
+
return pulumi.get(self, "enable_entity_extraction")
|
2489
|
+
|
2490
|
+
@enable_entity_extraction.setter
|
2491
|
+
def enable_entity_extraction(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
2492
|
+
pulumi.set(self, "enable_entity_extraction", value)
|
2493
|
+
|
2494
|
+
@_builtins.property
|
2495
|
+
@pulumi.getter(name="enableSentimentAnalysis")
|
2496
|
+
def enable_sentiment_analysis(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
2497
|
+
"""
|
2498
|
+
Enable sentiment analysis in conversation messages on agent assist stage. Sentiment analysis inspects user input and identifies the prevailing subjective opinion, especially to determine a user's attitude as positive, negative, or neutral.
|
2499
|
+
"""
|
2500
|
+
return pulumi.get(self, "enable_sentiment_analysis")
|
2501
|
+
|
2502
|
+
@enable_sentiment_analysis.setter
|
2503
|
+
def enable_sentiment_analysis(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
2504
|
+
pulumi.set(self, "enable_sentiment_analysis", value)
|
2505
|
+
|
2506
|
+
|
2507
|
+
if not MYPY:
|
2508
|
+
class ConversationProfileHumanAgentAssistantConfigNotificationConfigArgsDict(TypedDict):
|
2509
|
+
message_format: NotRequired[pulumi.Input[_builtins.str]]
|
2510
|
+
"""
|
2511
|
+
Format of the message
|
2512
|
+
Possible values are: `MESSAGE_FORMAT_UNSPECIFIED`, `PROTO`, `JSON`.
|
2513
|
+
"""
|
2514
|
+
topic: NotRequired[pulumi.Input[_builtins.str]]
|
2515
|
+
"""
|
2516
|
+
Name of the Pub/Sub topic to publish conversation events
|
2517
|
+
"""
|
2518
|
+
elif False:
|
2519
|
+
ConversationProfileHumanAgentAssistantConfigNotificationConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2520
|
+
|
2521
|
+
@pulumi.input_type
|
2522
|
+
class ConversationProfileHumanAgentAssistantConfigNotificationConfigArgs:
|
2523
|
+
def __init__(__self__, *,
|
2524
|
+
message_format: Optional[pulumi.Input[_builtins.str]] = None,
|
2525
|
+
topic: Optional[pulumi.Input[_builtins.str]] = None):
|
2526
|
+
"""
|
2527
|
+
:param pulumi.Input[_builtins.str] message_format: Format of the message
|
2528
|
+
Possible values are: `MESSAGE_FORMAT_UNSPECIFIED`, `PROTO`, `JSON`.
|
2529
|
+
:param pulumi.Input[_builtins.str] topic: Name of the Pub/Sub topic to publish conversation events
|
2530
|
+
"""
|
2531
|
+
if message_format is not None:
|
2532
|
+
pulumi.set(__self__, "message_format", message_format)
|
2533
|
+
if topic is not None:
|
2534
|
+
pulumi.set(__self__, "topic", topic)
|
2535
|
+
|
2536
|
+
@_builtins.property
|
2537
|
+
@pulumi.getter(name="messageFormat")
|
2538
|
+
def message_format(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2539
|
+
"""
|
2540
|
+
Format of the message
|
2541
|
+
Possible values are: `MESSAGE_FORMAT_UNSPECIFIED`, `PROTO`, `JSON`.
|
2542
|
+
"""
|
2543
|
+
return pulumi.get(self, "message_format")
|
2544
|
+
|
2545
|
+
@message_format.setter
|
2546
|
+
def message_format(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2547
|
+
pulumi.set(self, "message_format", value)
|
2548
|
+
|
2549
|
+
@_builtins.property
|
2550
|
+
@pulumi.getter
|
2551
|
+
def topic(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2552
|
+
"""
|
2553
|
+
Name of the Pub/Sub topic to publish conversation events
|
2554
|
+
"""
|
2555
|
+
return pulumi.get(self, "topic")
|
2556
|
+
|
2557
|
+
@topic.setter
|
2558
|
+
def topic(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2559
|
+
pulumi.set(self, "topic", value)
|
2560
|
+
|
2561
|
+
|
2562
|
+
if not MYPY:
|
2563
|
+
class ConversationProfileHumanAgentHandoffConfigArgsDict(TypedDict):
|
2564
|
+
live_person_config: NotRequired[pulumi.Input['ConversationProfileHumanAgentHandoffConfigLivePersonConfigArgsDict']]
|
2565
|
+
"""
|
2566
|
+
Config for using LivePerson.
|
2567
|
+
Structure is documented below.
|
2568
|
+
"""
|
2569
|
+
elif False:
|
2570
|
+
ConversationProfileHumanAgentHandoffConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2571
|
+
|
2572
|
+
@pulumi.input_type
|
2573
|
+
class ConversationProfileHumanAgentHandoffConfigArgs:
|
2574
|
+
def __init__(__self__, *,
|
2575
|
+
live_person_config: Optional[pulumi.Input['ConversationProfileHumanAgentHandoffConfigLivePersonConfigArgs']] = None):
|
2576
|
+
"""
|
2577
|
+
:param pulumi.Input['ConversationProfileHumanAgentHandoffConfigLivePersonConfigArgs'] live_person_config: Config for using LivePerson.
|
2578
|
+
Structure is documented below.
|
2579
|
+
"""
|
2580
|
+
if live_person_config is not None:
|
2581
|
+
pulumi.set(__self__, "live_person_config", live_person_config)
|
2582
|
+
|
2583
|
+
@_builtins.property
|
2584
|
+
@pulumi.getter(name="livePersonConfig")
|
2585
|
+
def live_person_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentHandoffConfigLivePersonConfigArgs']]:
|
2586
|
+
"""
|
2587
|
+
Config for using LivePerson.
|
2588
|
+
Structure is documented below.
|
2589
|
+
"""
|
2590
|
+
return pulumi.get(self, "live_person_config")
|
2591
|
+
|
2592
|
+
@live_person_config.setter
|
2593
|
+
def live_person_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentHandoffConfigLivePersonConfigArgs']]):
|
2594
|
+
pulumi.set(self, "live_person_config", value)
|
2595
|
+
|
2596
|
+
|
2597
|
+
if not MYPY:
|
2598
|
+
class ConversationProfileHumanAgentHandoffConfigLivePersonConfigArgsDict(TypedDict):
|
2599
|
+
account_number: pulumi.Input[_builtins.str]
|
2600
|
+
"""
|
2601
|
+
Account number of the LivePerson account to connect.
|
2602
|
+
"""
|
2603
|
+
elif False:
|
2604
|
+
ConversationProfileHumanAgentHandoffConfigLivePersonConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2605
|
+
|
2606
|
+
@pulumi.input_type
|
2607
|
+
class ConversationProfileHumanAgentHandoffConfigLivePersonConfigArgs:
|
2608
|
+
def __init__(__self__, *,
|
2609
|
+
account_number: pulumi.Input[_builtins.str]):
|
2610
|
+
"""
|
2611
|
+
:param pulumi.Input[_builtins.str] account_number: Account number of the LivePerson account to connect.
|
2612
|
+
"""
|
2613
|
+
pulumi.set(__self__, "account_number", account_number)
|
2614
|
+
|
2615
|
+
@_builtins.property
|
2616
|
+
@pulumi.getter(name="accountNumber")
|
2617
|
+
def account_number(self) -> pulumi.Input[_builtins.str]:
|
2618
|
+
"""
|
2619
|
+
Account number of the LivePerson account to connect.
|
2620
|
+
"""
|
2621
|
+
return pulumi.get(self, "account_number")
|
2622
|
+
|
2623
|
+
@account_number.setter
|
2624
|
+
def account_number(self, value: pulumi.Input[_builtins.str]):
|
2625
|
+
pulumi.set(self, "account_number", value)
|
2626
|
+
|
2627
|
+
|
2628
|
+
if not MYPY:
|
2629
|
+
class ConversationProfileLoggingConfigArgsDict(TypedDict):
|
2630
|
+
enable_stackdriver_logging: NotRequired[pulumi.Input[_builtins.bool]]
|
2631
|
+
"""
|
2632
|
+
Whether to log conversation events
|
2633
|
+
"""
|
2634
|
+
elif False:
|
2635
|
+
ConversationProfileLoggingConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2636
|
+
|
2637
|
+
@pulumi.input_type
|
2638
|
+
class ConversationProfileLoggingConfigArgs:
|
2639
|
+
def __init__(__self__, *,
|
2640
|
+
enable_stackdriver_logging: Optional[pulumi.Input[_builtins.bool]] = None):
|
2641
|
+
"""
|
2642
|
+
:param pulumi.Input[_builtins.bool] enable_stackdriver_logging: Whether to log conversation events
|
2643
|
+
"""
|
2644
|
+
if enable_stackdriver_logging is not None:
|
2645
|
+
pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
|
2646
|
+
|
2647
|
+
@_builtins.property
|
2648
|
+
@pulumi.getter(name="enableStackdriverLogging")
|
2649
|
+
def enable_stackdriver_logging(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
2650
|
+
"""
|
2651
|
+
Whether to log conversation events
|
2652
|
+
"""
|
2653
|
+
return pulumi.get(self, "enable_stackdriver_logging")
|
2654
|
+
|
2655
|
+
@enable_stackdriver_logging.setter
|
2656
|
+
def enable_stackdriver_logging(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
2657
|
+
pulumi.set(self, "enable_stackdriver_logging", value)
|
2658
|
+
|
2659
|
+
|
2660
|
+
if not MYPY:
|
2661
|
+
class ConversationProfileNewMessageEventNotificationConfigArgsDict(TypedDict):
|
2662
|
+
message_format: NotRequired[pulumi.Input[_builtins.str]]
|
2663
|
+
"""
|
2664
|
+
Format of the message
|
2665
|
+
Possible values are: `MESSAGE_FORMAT_UNSPECIFIED`, `PROTO`, `JSON`.
|
2666
|
+
"""
|
2667
|
+
topic: NotRequired[pulumi.Input[_builtins.str]]
|
2668
|
+
"""
|
2669
|
+
Name of the Pub/Sub topic to publish conversation events
|
2670
|
+
"""
|
2671
|
+
elif False:
|
2672
|
+
ConversationProfileNewMessageEventNotificationConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2673
|
+
|
2674
|
+
@pulumi.input_type
|
2675
|
+
class ConversationProfileNewMessageEventNotificationConfigArgs:
|
2676
|
+
def __init__(__self__, *,
|
2677
|
+
message_format: Optional[pulumi.Input[_builtins.str]] = None,
|
2678
|
+
topic: Optional[pulumi.Input[_builtins.str]] = None):
|
2679
|
+
"""
|
2680
|
+
:param pulumi.Input[_builtins.str] message_format: Format of the message
|
2681
|
+
Possible values are: `MESSAGE_FORMAT_UNSPECIFIED`, `PROTO`, `JSON`.
|
2682
|
+
:param pulumi.Input[_builtins.str] topic: Name of the Pub/Sub topic to publish conversation events
|
2683
|
+
"""
|
2684
|
+
if message_format is not None:
|
2685
|
+
pulumi.set(__self__, "message_format", message_format)
|
2686
|
+
if topic is not None:
|
2687
|
+
pulumi.set(__self__, "topic", topic)
|
2688
|
+
|
2689
|
+
@_builtins.property
|
2690
|
+
@pulumi.getter(name="messageFormat")
|
2691
|
+
def message_format(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2692
|
+
"""
|
2693
|
+
Format of the message
|
2694
|
+
Possible values are: `MESSAGE_FORMAT_UNSPECIFIED`, `PROTO`, `JSON`.
|
2695
|
+
"""
|
2696
|
+
return pulumi.get(self, "message_format")
|
2697
|
+
|
2698
|
+
@message_format.setter
|
2699
|
+
def message_format(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2700
|
+
pulumi.set(self, "message_format", value)
|
2701
|
+
|
2702
|
+
@_builtins.property
|
2703
|
+
@pulumi.getter
|
2704
|
+
def topic(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2705
|
+
"""
|
2706
|
+
Name of the Pub/Sub topic to publish conversation events
|
2707
|
+
"""
|
2708
|
+
return pulumi.get(self, "topic")
|
2709
|
+
|
2710
|
+
@topic.setter
|
2711
|
+
def topic(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2712
|
+
pulumi.set(self, "topic", value)
|
2713
|
+
|
2714
|
+
|
2715
|
+
if not MYPY:
|
2716
|
+
class ConversationProfileNotificationConfigArgsDict(TypedDict):
|
2717
|
+
message_format: NotRequired[pulumi.Input[_builtins.str]]
|
2718
|
+
"""
|
2719
|
+
Format of the message
|
2720
|
+
Possible values are: `MESSAGE_FORMAT_UNSPECIFIED`, `PROTO`, `JSON`.
|
2721
|
+
"""
|
2722
|
+
topic: NotRequired[pulumi.Input[_builtins.str]]
|
2723
|
+
"""
|
2724
|
+
Name of the Pub/Sub topic to publish conversation events
|
2725
|
+
"""
|
2726
|
+
elif False:
|
2727
|
+
ConversationProfileNotificationConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2728
|
+
|
2729
|
+
@pulumi.input_type
|
2730
|
+
class ConversationProfileNotificationConfigArgs:
|
2731
|
+
def __init__(__self__, *,
|
2732
|
+
message_format: Optional[pulumi.Input[_builtins.str]] = None,
|
2733
|
+
topic: Optional[pulumi.Input[_builtins.str]] = None):
|
2734
|
+
"""
|
2735
|
+
:param pulumi.Input[_builtins.str] message_format: Format of the message
|
2736
|
+
Possible values are: `MESSAGE_FORMAT_UNSPECIFIED`, `PROTO`, `JSON`.
|
2737
|
+
:param pulumi.Input[_builtins.str] topic: Name of the Pub/Sub topic to publish conversation events
|
2738
|
+
"""
|
2739
|
+
if message_format is not None:
|
2740
|
+
pulumi.set(__self__, "message_format", message_format)
|
2741
|
+
if topic is not None:
|
2742
|
+
pulumi.set(__self__, "topic", topic)
|
2743
|
+
|
2744
|
+
@_builtins.property
|
2745
|
+
@pulumi.getter(name="messageFormat")
|
2746
|
+
def message_format(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2747
|
+
"""
|
2748
|
+
Format of the message
|
2749
|
+
Possible values are: `MESSAGE_FORMAT_UNSPECIFIED`, `PROTO`, `JSON`.
|
2750
|
+
"""
|
2751
|
+
return pulumi.get(self, "message_format")
|
2752
|
+
|
2753
|
+
@message_format.setter
|
2754
|
+
def message_format(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2755
|
+
pulumi.set(self, "message_format", value)
|
2756
|
+
|
2757
|
+
@_builtins.property
|
2758
|
+
@pulumi.getter
|
2759
|
+
def topic(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2760
|
+
"""
|
2761
|
+
Name of the Pub/Sub topic to publish conversation events
|
2762
|
+
"""
|
2763
|
+
return pulumi.get(self, "topic")
|
2764
|
+
|
2765
|
+
@topic.setter
|
2766
|
+
def topic(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2767
|
+
pulumi.set(self, "topic", value)
|
2768
|
+
|
2769
|
+
|
2770
|
+
if not MYPY:
|
2771
|
+
class ConversationProfileSttConfigArgsDict(TypedDict):
|
2772
|
+
audio_encoding: NotRequired[pulumi.Input[_builtins.str]]
|
2773
|
+
"""
|
2774
|
+
Audio encoding of the audio content to process.
|
2775
|
+
Possible values are: `AUDIO_ENCODING_UNSPECIFIED`, `AUDIO_ENCODING_LINEAR_16`, `AUDIO_ENCODING_FLAC`, `AUDIO_ENCODING_MULAW`, `AUDIO_ENCODING_AMR`, `AUDIO_ENCODING_AMR_WB`, `AUDIO_ENCODING_OGG_OPUS`, `AUDIOENCODING_SPEEX_WITH_HEADER_BYTE`.
|
2776
|
+
"""
|
2777
|
+
enable_word_info: NotRequired[pulumi.Input[_builtins.bool]]
|
2778
|
+
"""
|
2779
|
+
If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words.
|
2780
|
+
"""
|
2781
|
+
language_code: NotRequired[pulumi.Input[_builtins.str]]
|
2782
|
+
"""
|
2783
|
+
The language of the supplied audio.
|
2784
|
+
"""
|
2785
|
+
model: NotRequired[pulumi.Input[_builtins.str]]
|
2786
|
+
"""
|
2787
|
+
Which Speech model to select.
|
2788
|
+
Leave this field unspecified to use Agent Speech settings for model selection.
|
2789
|
+
"""
|
2790
|
+
sample_rate_hertz: NotRequired[pulumi.Input[_builtins.int]]
|
2791
|
+
"""
|
2792
|
+
Sample rate (in Hertz) of the audio content sent in the query.
|
2793
|
+
"""
|
2794
|
+
speech_model_variant: NotRequired[pulumi.Input[_builtins.str]]
|
2795
|
+
"""
|
2796
|
+
The speech model used in speech to text.
|
2797
|
+
Possible values are: `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE`, `USE_STANDARD`, `USE_ENHANCED`.
|
2798
|
+
"""
|
2799
|
+
use_timeout_based_endpointing: NotRequired[pulumi.Input[_builtins.bool]]
|
2800
|
+
"""
|
2801
|
+
Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
|
2802
|
+
"""
|
2803
|
+
elif False:
|
2804
|
+
ConversationProfileSttConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2805
|
+
|
2806
|
+
@pulumi.input_type
|
2807
|
+
class ConversationProfileSttConfigArgs:
|
2808
|
+
def __init__(__self__, *,
|
2809
|
+
audio_encoding: Optional[pulumi.Input[_builtins.str]] = None,
|
2810
|
+
enable_word_info: Optional[pulumi.Input[_builtins.bool]] = None,
|
2811
|
+
language_code: Optional[pulumi.Input[_builtins.str]] = None,
|
2812
|
+
model: Optional[pulumi.Input[_builtins.str]] = None,
|
2813
|
+
sample_rate_hertz: Optional[pulumi.Input[_builtins.int]] = None,
|
2814
|
+
speech_model_variant: Optional[pulumi.Input[_builtins.str]] = None,
|
2815
|
+
use_timeout_based_endpointing: Optional[pulumi.Input[_builtins.bool]] = None):
|
2816
|
+
"""
|
2817
|
+
:param pulumi.Input[_builtins.str] audio_encoding: Audio encoding of the audio content to process.
|
2818
|
+
Possible values are: `AUDIO_ENCODING_UNSPECIFIED`, `AUDIO_ENCODING_LINEAR_16`, `AUDIO_ENCODING_FLAC`, `AUDIO_ENCODING_MULAW`, `AUDIO_ENCODING_AMR`, `AUDIO_ENCODING_AMR_WB`, `AUDIO_ENCODING_OGG_OPUS`, `AUDIOENCODING_SPEEX_WITH_HEADER_BYTE`.
|
2819
|
+
:param pulumi.Input[_builtins.bool] enable_word_info: If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words.
|
2820
|
+
:param pulumi.Input[_builtins.str] language_code: The language of the supplied audio.
|
2821
|
+
:param pulumi.Input[_builtins.str] model: Which Speech model to select.
|
2822
|
+
Leave this field unspecified to use Agent Speech settings for model selection.
|
2823
|
+
:param pulumi.Input[_builtins.int] sample_rate_hertz: Sample rate (in Hertz) of the audio content sent in the query.
|
2824
|
+
:param pulumi.Input[_builtins.str] speech_model_variant: The speech model used in speech to text.
|
2825
|
+
Possible values are: `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE`, `USE_STANDARD`, `USE_ENHANCED`.
|
2826
|
+
:param pulumi.Input[_builtins.bool] use_timeout_based_endpointing: Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
|
2827
|
+
"""
|
2828
|
+
if audio_encoding is not None:
|
2829
|
+
pulumi.set(__self__, "audio_encoding", audio_encoding)
|
2830
|
+
if enable_word_info is not None:
|
2831
|
+
pulumi.set(__self__, "enable_word_info", enable_word_info)
|
2832
|
+
if language_code is not None:
|
2833
|
+
pulumi.set(__self__, "language_code", language_code)
|
2834
|
+
if model is not None:
|
2835
|
+
pulumi.set(__self__, "model", model)
|
2836
|
+
if sample_rate_hertz is not None:
|
2837
|
+
pulumi.set(__self__, "sample_rate_hertz", sample_rate_hertz)
|
2838
|
+
if speech_model_variant is not None:
|
2839
|
+
pulumi.set(__self__, "speech_model_variant", speech_model_variant)
|
2840
|
+
if use_timeout_based_endpointing is not None:
|
2841
|
+
pulumi.set(__self__, "use_timeout_based_endpointing", use_timeout_based_endpointing)
|
2842
|
+
|
2843
|
+
@_builtins.property
|
2844
|
+
@pulumi.getter(name="audioEncoding")
|
2845
|
+
def audio_encoding(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2846
|
+
"""
|
2847
|
+
Audio encoding of the audio content to process.
|
2848
|
+
Possible values are: `AUDIO_ENCODING_UNSPECIFIED`, `AUDIO_ENCODING_LINEAR_16`, `AUDIO_ENCODING_FLAC`, `AUDIO_ENCODING_MULAW`, `AUDIO_ENCODING_AMR`, `AUDIO_ENCODING_AMR_WB`, `AUDIO_ENCODING_OGG_OPUS`, `AUDIOENCODING_SPEEX_WITH_HEADER_BYTE`.
|
2849
|
+
"""
|
2850
|
+
return pulumi.get(self, "audio_encoding")
|
2851
|
+
|
2852
|
+
@audio_encoding.setter
|
2853
|
+
def audio_encoding(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2854
|
+
pulumi.set(self, "audio_encoding", value)
|
2855
|
+
|
2856
|
+
@_builtins.property
|
2857
|
+
@pulumi.getter(name="enableWordInfo")
|
2858
|
+
def enable_word_info(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
2859
|
+
"""
|
2860
|
+
If true, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult with information about the recognized speech words.
|
2861
|
+
"""
|
2862
|
+
return pulumi.get(self, "enable_word_info")
|
2863
|
+
|
2864
|
+
@enable_word_info.setter
|
2865
|
+
def enable_word_info(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
2866
|
+
pulumi.set(self, "enable_word_info", value)
|
2867
|
+
|
2868
|
+
@_builtins.property
|
2869
|
+
@pulumi.getter(name="languageCode")
|
2870
|
+
def language_code(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2871
|
+
"""
|
2872
|
+
The language of the supplied audio.
|
2873
|
+
"""
|
2874
|
+
return pulumi.get(self, "language_code")
|
2875
|
+
|
2876
|
+
@language_code.setter
|
2877
|
+
def language_code(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2878
|
+
pulumi.set(self, "language_code", value)
|
2879
|
+
|
2880
|
+
@_builtins.property
|
2881
|
+
@pulumi.getter
|
2882
|
+
def model(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2883
|
+
"""
|
2884
|
+
Which Speech model to select.
|
2885
|
+
Leave this field unspecified to use Agent Speech settings for model selection.
|
2886
|
+
"""
|
2887
|
+
return pulumi.get(self, "model")
|
2888
|
+
|
2889
|
+
@model.setter
|
2890
|
+
def model(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2891
|
+
pulumi.set(self, "model", value)
|
2892
|
+
|
2893
|
+
@_builtins.property
|
2894
|
+
@pulumi.getter(name="sampleRateHertz")
|
2895
|
+
def sample_rate_hertz(self) -> Optional[pulumi.Input[_builtins.int]]:
|
2896
|
+
"""
|
2897
|
+
Sample rate (in Hertz) of the audio content sent in the query.
|
2898
|
+
"""
|
2899
|
+
return pulumi.get(self, "sample_rate_hertz")
|
2900
|
+
|
2901
|
+
@sample_rate_hertz.setter
|
2902
|
+
def sample_rate_hertz(self, value: Optional[pulumi.Input[_builtins.int]]):
|
2903
|
+
pulumi.set(self, "sample_rate_hertz", value)
|
2904
|
+
|
2905
|
+
@_builtins.property
|
2906
|
+
@pulumi.getter(name="speechModelVariant")
|
2907
|
+
def speech_model_variant(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2908
|
+
"""
|
2909
|
+
The speech model used in speech to text.
|
2910
|
+
Possible values are: `SPEECH_MODEL_VARIANT_UNSPECIFIED`, `USE_BEST_AVAILABLE`, `USE_STANDARD`, `USE_ENHANCED`.
|
2911
|
+
"""
|
2912
|
+
return pulumi.get(self, "speech_model_variant")
|
2913
|
+
|
2914
|
+
@speech_model_variant.setter
|
2915
|
+
def speech_model_variant(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2916
|
+
pulumi.set(self, "speech_model_variant", value)
|
2917
|
+
|
2918
|
+
@_builtins.property
|
2919
|
+
@pulumi.getter(name="useTimeoutBasedEndpointing")
|
2920
|
+
def use_timeout_based_endpointing(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
2921
|
+
"""
|
2922
|
+
Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
|
2923
|
+
"""
|
2924
|
+
return pulumi.get(self, "use_timeout_based_endpointing")
|
2925
|
+
|
2926
|
+
@use_timeout_based_endpointing.setter
|
2927
|
+
def use_timeout_based_endpointing(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
2928
|
+
pulumi.set(self, "use_timeout_based_endpointing", value)
|
2929
|
+
|
2930
|
+
|
2931
|
+
if not MYPY:
|
2932
|
+
class ConversationProfileTtsConfigArgsDict(TypedDict):
|
2933
|
+
effects_profile_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
2934
|
+
"""
|
2935
|
+
An identifier which selects 'audio effects' profiles that are applied on (post synthesized) text to speech. Effects are applied on top of each other in the order they are given.
|
2936
|
+
"""
|
2937
|
+
pitch: NotRequired[pulumi.Input[_builtins.float]]
|
2938
|
+
"""
|
2939
|
+
Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
|
2940
|
+
"""
|
2941
|
+
speaking_rate: NotRequired[pulumi.Input[_builtins.float]]
|
2942
|
+
"""
|
2943
|
+
Speaking rate/speed, in the range [0.25, 4.0].
|
2944
|
+
"""
|
2945
|
+
voice: NotRequired[pulumi.Input['ConversationProfileTtsConfigVoiceArgsDict']]
|
2946
|
+
"""
|
2947
|
+
The desired voice of the synthesized audio.
|
2948
|
+
Structure is documented below.
|
2949
|
+
"""
|
2950
|
+
volume_gain_db: NotRequired[pulumi.Input[_builtins.float]]
|
2951
|
+
"""
|
2952
|
+
Volume gain (in dB) of the normal native volume supported by the specific voice.
|
2953
|
+
"""
|
2954
|
+
elif False:
|
2955
|
+
ConversationProfileTtsConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2956
|
+
|
2957
|
+
@pulumi.input_type
|
2958
|
+
class ConversationProfileTtsConfigArgs:
|
2959
|
+
def __init__(__self__, *,
|
2960
|
+
effects_profile_ids: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
2961
|
+
pitch: Optional[pulumi.Input[_builtins.float]] = None,
|
2962
|
+
speaking_rate: Optional[pulumi.Input[_builtins.float]] = None,
|
2963
|
+
voice: Optional[pulumi.Input['ConversationProfileTtsConfigVoiceArgs']] = None,
|
2964
|
+
volume_gain_db: Optional[pulumi.Input[_builtins.float]] = None):
|
2965
|
+
"""
|
2966
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] effects_profile_ids: An identifier which selects 'audio effects' profiles that are applied on (post synthesized) text to speech. Effects are applied on top of each other in the order they are given.
|
2967
|
+
:param pulumi.Input[_builtins.float] pitch: Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
|
2968
|
+
:param pulumi.Input[_builtins.float] speaking_rate: Speaking rate/speed, in the range [0.25, 4.0].
|
2969
|
+
:param pulumi.Input['ConversationProfileTtsConfigVoiceArgs'] voice: The desired voice of the synthesized audio.
|
2970
|
+
Structure is documented below.
|
2971
|
+
:param pulumi.Input[_builtins.float] volume_gain_db: Volume gain (in dB) of the normal native volume supported by the specific voice.
|
2972
|
+
"""
|
2973
|
+
if effects_profile_ids is not None:
|
2974
|
+
pulumi.set(__self__, "effects_profile_ids", effects_profile_ids)
|
2975
|
+
if pitch is not None:
|
2976
|
+
pulumi.set(__self__, "pitch", pitch)
|
2977
|
+
if speaking_rate is not None:
|
2978
|
+
pulumi.set(__self__, "speaking_rate", speaking_rate)
|
2979
|
+
if voice is not None:
|
2980
|
+
pulumi.set(__self__, "voice", voice)
|
2981
|
+
if volume_gain_db is not None:
|
2982
|
+
pulumi.set(__self__, "volume_gain_db", volume_gain_db)
|
2983
|
+
|
2984
|
+
@_builtins.property
|
2985
|
+
@pulumi.getter(name="effectsProfileIds")
|
2986
|
+
def effects_profile_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
2987
|
+
"""
|
2988
|
+
An identifier which selects 'audio effects' profiles that are applied on (post synthesized) text to speech. Effects are applied on top of each other in the order they are given.
|
2989
|
+
"""
|
2990
|
+
return pulumi.get(self, "effects_profile_ids")
|
2991
|
+
|
2992
|
+
@effects_profile_ids.setter
|
2993
|
+
def effects_profile_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
2994
|
+
pulumi.set(self, "effects_profile_ids", value)
|
2995
|
+
|
2996
|
+
@_builtins.property
|
2997
|
+
@pulumi.getter
|
2998
|
+
def pitch(self) -> Optional[pulumi.Input[_builtins.float]]:
|
2999
|
+
"""
|
3000
|
+
Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 semitones from the original pitch. -20 means decrease 20 semitones from the original pitch.
|
3001
|
+
"""
|
3002
|
+
return pulumi.get(self, "pitch")
|
3003
|
+
|
3004
|
+
@pitch.setter
|
3005
|
+
def pitch(self, value: Optional[pulumi.Input[_builtins.float]]):
|
3006
|
+
pulumi.set(self, "pitch", value)
|
3007
|
+
|
3008
|
+
@_builtins.property
|
3009
|
+
@pulumi.getter(name="speakingRate")
|
3010
|
+
def speaking_rate(self) -> Optional[pulumi.Input[_builtins.float]]:
|
3011
|
+
"""
|
3012
|
+
Speaking rate/speed, in the range [0.25, 4.0].
|
3013
|
+
"""
|
3014
|
+
return pulumi.get(self, "speaking_rate")
|
3015
|
+
|
3016
|
+
@speaking_rate.setter
|
3017
|
+
def speaking_rate(self, value: Optional[pulumi.Input[_builtins.float]]):
|
3018
|
+
pulumi.set(self, "speaking_rate", value)
|
3019
|
+
|
3020
|
+
@_builtins.property
|
3021
|
+
@pulumi.getter
|
3022
|
+
def voice(self) -> Optional[pulumi.Input['ConversationProfileTtsConfigVoiceArgs']]:
|
3023
|
+
"""
|
3024
|
+
The desired voice of the synthesized audio.
|
3025
|
+
Structure is documented below.
|
3026
|
+
"""
|
3027
|
+
return pulumi.get(self, "voice")
|
3028
|
+
|
3029
|
+
@voice.setter
|
3030
|
+
def voice(self, value: Optional[pulumi.Input['ConversationProfileTtsConfigVoiceArgs']]):
|
3031
|
+
pulumi.set(self, "voice", value)
|
3032
|
+
|
3033
|
+
@_builtins.property
|
3034
|
+
@pulumi.getter(name="volumeGainDb")
|
3035
|
+
def volume_gain_db(self) -> Optional[pulumi.Input[_builtins.float]]:
|
3036
|
+
"""
|
3037
|
+
Volume gain (in dB) of the normal native volume supported by the specific voice.
|
3038
|
+
"""
|
3039
|
+
return pulumi.get(self, "volume_gain_db")
|
3040
|
+
|
3041
|
+
@volume_gain_db.setter
|
3042
|
+
def volume_gain_db(self, value: Optional[pulumi.Input[_builtins.float]]):
|
3043
|
+
pulumi.set(self, "volume_gain_db", value)
|
3044
|
+
|
3045
|
+
|
3046
|
+
if not MYPY:
|
3047
|
+
class ConversationProfileTtsConfigVoiceArgsDict(TypedDict):
|
3048
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
3049
|
+
"""
|
3050
|
+
The name of the voice.
|
3051
|
+
"""
|
3052
|
+
ssml_gender: NotRequired[pulumi.Input[_builtins.str]]
|
3053
|
+
"""
|
3054
|
+
The preferred gender of the voice.
|
3055
|
+
Possible values are: `SSML_VOICE_GENDER_UNSPECIFIED`, `SSML_VOICE_GENDER_MALE`, `SSML_VOICE_GENDER_FEMALE`, `SSML_VOICE_GENDER_NEUTRAL`.
|
3056
|
+
"""
|
3057
|
+
elif False:
|
3058
|
+
ConversationProfileTtsConfigVoiceArgsDict: TypeAlias = Mapping[str, Any]
|
3059
|
+
|
3060
|
+
@pulumi.input_type
|
3061
|
+
class ConversationProfileTtsConfigVoiceArgs:
|
3062
|
+
def __init__(__self__, *,
|
3063
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
3064
|
+
ssml_gender: Optional[pulumi.Input[_builtins.str]] = None):
|
3065
|
+
"""
|
3066
|
+
:param pulumi.Input[_builtins.str] name: The name of the voice.
|
3067
|
+
:param pulumi.Input[_builtins.str] ssml_gender: The preferred gender of the voice.
|
3068
|
+
Possible values are: `SSML_VOICE_GENDER_UNSPECIFIED`, `SSML_VOICE_GENDER_MALE`, `SSML_VOICE_GENDER_FEMALE`, `SSML_VOICE_GENDER_NEUTRAL`.
|
3069
|
+
"""
|
3070
|
+
if name is not None:
|
3071
|
+
pulumi.set(__self__, "name", name)
|
3072
|
+
if ssml_gender is not None:
|
3073
|
+
pulumi.set(__self__, "ssml_gender", ssml_gender)
|
3074
|
+
|
3075
|
+
@_builtins.property
|
3076
|
+
@pulumi.getter
|
3077
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
3078
|
+
"""
|
3079
|
+
The name of the voice.
|
3080
|
+
"""
|
3081
|
+
return pulumi.get(self, "name")
|
3082
|
+
|
3083
|
+
@name.setter
|
3084
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
3085
|
+
pulumi.set(self, "name", value)
|
3086
|
+
|
3087
|
+
@_builtins.property
|
3088
|
+
@pulumi.getter(name="ssmlGender")
|
3089
|
+
def ssml_gender(self) -> Optional[pulumi.Input[_builtins.str]]:
|
3090
|
+
"""
|
3091
|
+
The preferred gender of the voice.
|
3092
|
+
Possible values are: `SSML_VOICE_GENDER_UNSPECIFIED`, `SSML_VOICE_GENDER_MALE`, `SSML_VOICE_GENDER_FEMALE`, `SSML_VOICE_GENDER_NEUTRAL`.
|
3093
|
+
"""
|
3094
|
+
return pulumi.get(self, "ssml_gender")
|
3095
|
+
|
3096
|
+
@ssml_gender.setter
|
3097
|
+
def ssml_gender(self, value: Optional[pulumi.Input[_builtins.str]]):
|
3098
|
+
pulumi.set(self, "ssml_gender", value)
|
3099
|
+
|
3100
|
+
|
434
3101
|
if not MYPY:
|
435
3102
|
class CxAgentAdvancedSettingsArgsDict(TypedDict):
|
436
3103
|
audio_export_gcs_destination: NotRequired[pulumi.Input['CxAgentAdvancedSettingsAudioExportGcsDestinationArgsDict']]
|
@@ -12480,6 +15147,168 @@ class CxPageTransitionRouteTriggerFulfillmentSetParameterActionArgs:
|
|
12480
15147
|
pulumi.set(self, "value", value)
|
12481
15148
|
|
12482
15149
|
|
15150
|
+
if not MYPY:
|
15151
|
+
class CxPlaybookInstructionArgsDict(TypedDict):
|
15152
|
+
guidelines: NotRequired[pulumi.Input[_builtins.str]]
|
15153
|
+
"""
|
15154
|
+
General guidelines for the playbook. These are unstructured instructions that are not directly part of the goal, e.g. "Always be polite". It's valid for this text to be long and used instead of steps altogether.
|
15155
|
+
"""
|
15156
|
+
steps: NotRequired[pulumi.Input[Sequence[pulumi.Input['CxPlaybookInstructionStepArgsDict']]]]
|
15157
|
+
"""
|
15158
|
+
Ordered list of step by step execution instructions to accomplish target goal.
|
15159
|
+
Structure is documented below.
|
15160
|
+
"""
|
15161
|
+
elif False:
|
15162
|
+
CxPlaybookInstructionArgsDict: TypeAlias = Mapping[str, Any]
|
15163
|
+
|
15164
|
+
@pulumi.input_type
|
15165
|
+
class CxPlaybookInstructionArgs:
|
15166
|
+
def __init__(__self__, *,
|
15167
|
+
guidelines: Optional[pulumi.Input[_builtins.str]] = None,
|
15168
|
+
steps: Optional[pulumi.Input[Sequence[pulumi.Input['CxPlaybookInstructionStepArgs']]]] = None):
|
15169
|
+
"""
|
15170
|
+
:param pulumi.Input[_builtins.str] guidelines: General guidelines for the playbook. These are unstructured instructions that are not directly part of the goal, e.g. "Always be polite". It's valid for this text to be long and used instead of steps altogether.
|
15171
|
+
:param pulumi.Input[Sequence[pulumi.Input['CxPlaybookInstructionStepArgs']]] steps: Ordered list of step by step execution instructions to accomplish target goal.
|
15172
|
+
Structure is documented below.
|
15173
|
+
"""
|
15174
|
+
if guidelines is not None:
|
15175
|
+
pulumi.set(__self__, "guidelines", guidelines)
|
15176
|
+
if steps is not None:
|
15177
|
+
pulumi.set(__self__, "steps", steps)
|
15178
|
+
|
15179
|
+
@_builtins.property
|
15180
|
+
@pulumi.getter
|
15181
|
+
def guidelines(self) -> Optional[pulumi.Input[_builtins.str]]:
|
15182
|
+
"""
|
15183
|
+
General guidelines for the playbook. These are unstructured instructions that are not directly part of the goal, e.g. "Always be polite". It's valid for this text to be long and used instead of steps altogether.
|
15184
|
+
"""
|
15185
|
+
return pulumi.get(self, "guidelines")
|
15186
|
+
|
15187
|
+
@guidelines.setter
|
15188
|
+
def guidelines(self, value: Optional[pulumi.Input[_builtins.str]]):
|
15189
|
+
pulumi.set(self, "guidelines", value)
|
15190
|
+
|
15191
|
+
@_builtins.property
|
15192
|
+
@pulumi.getter
|
15193
|
+
def steps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CxPlaybookInstructionStepArgs']]]]:
|
15194
|
+
"""
|
15195
|
+
Ordered list of step by step execution instructions to accomplish target goal.
|
15196
|
+
Structure is documented below.
|
15197
|
+
"""
|
15198
|
+
return pulumi.get(self, "steps")
|
15199
|
+
|
15200
|
+
@steps.setter
|
15201
|
+
def steps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CxPlaybookInstructionStepArgs']]]]):
|
15202
|
+
pulumi.set(self, "steps", value)
|
15203
|
+
|
15204
|
+
|
15205
|
+
if not MYPY:
|
15206
|
+
class CxPlaybookInstructionStepArgsDict(TypedDict):
|
15207
|
+
steps: NotRequired[pulumi.Input[_builtins.str]]
|
15208
|
+
"""
|
15209
|
+
Sub-processing needed to execute the current step.
|
15210
|
+
This field uses JSON data as a string. The value provided must be a valid JSON representation documented in [Step](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.playbooks#step).
|
15211
|
+
"""
|
15212
|
+
text: NotRequired[pulumi.Input[_builtins.str]]
|
15213
|
+
"""
|
15214
|
+
Step instruction in text format.
|
15215
|
+
"""
|
15216
|
+
elif False:
|
15217
|
+
CxPlaybookInstructionStepArgsDict: TypeAlias = Mapping[str, Any]
|
15218
|
+
|
15219
|
+
@pulumi.input_type
|
15220
|
+
class CxPlaybookInstructionStepArgs:
|
15221
|
+
def __init__(__self__, *,
|
15222
|
+
steps: Optional[pulumi.Input[_builtins.str]] = None,
|
15223
|
+
text: Optional[pulumi.Input[_builtins.str]] = None):
|
15224
|
+
"""
|
15225
|
+
:param pulumi.Input[_builtins.str] steps: Sub-processing needed to execute the current step.
|
15226
|
+
This field uses JSON data as a string. The value provided must be a valid JSON representation documented in [Step](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.playbooks#step).
|
15227
|
+
:param pulumi.Input[_builtins.str] text: Step instruction in text format.
|
15228
|
+
"""
|
15229
|
+
if steps is not None:
|
15230
|
+
pulumi.set(__self__, "steps", steps)
|
15231
|
+
if text is not None:
|
15232
|
+
pulumi.set(__self__, "text", text)
|
15233
|
+
|
15234
|
+
@_builtins.property
|
15235
|
+
@pulumi.getter
|
15236
|
+
def steps(self) -> Optional[pulumi.Input[_builtins.str]]:
|
15237
|
+
"""
|
15238
|
+
Sub-processing needed to execute the current step.
|
15239
|
+
This field uses JSON data as a string. The value provided must be a valid JSON representation documented in [Step](https://cloud.google.com/dialogflow/cx/docs/reference/rest/v3/projects.locations.agents.playbooks#step).
|
15240
|
+
"""
|
15241
|
+
return pulumi.get(self, "steps")
|
15242
|
+
|
15243
|
+
@steps.setter
|
15244
|
+
def steps(self, value: Optional[pulumi.Input[_builtins.str]]):
|
15245
|
+
pulumi.set(self, "steps", value)
|
15246
|
+
|
15247
|
+
@_builtins.property
|
15248
|
+
@pulumi.getter
|
15249
|
+
def text(self) -> Optional[pulumi.Input[_builtins.str]]:
|
15250
|
+
"""
|
15251
|
+
Step instruction in text format.
|
15252
|
+
"""
|
15253
|
+
return pulumi.get(self, "text")
|
15254
|
+
|
15255
|
+
@text.setter
|
15256
|
+
def text(self, value: Optional[pulumi.Input[_builtins.str]]):
|
15257
|
+
pulumi.set(self, "text", value)
|
15258
|
+
|
15259
|
+
|
15260
|
+
if not MYPY:
|
15261
|
+
class CxPlaybookLlmModelSettingsArgsDict(TypedDict):
|
15262
|
+
model: NotRequired[pulumi.Input[_builtins.str]]
|
15263
|
+
"""
|
15264
|
+
The selected LLM model.
|
15265
|
+
"""
|
15266
|
+
prompt_text: NotRequired[pulumi.Input[_builtins.str]]
|
15267
|
+
"""
|
15268
|
+
The custom prompt to use.
|
15269
|
+
"""
|
15270
|
+
elif False:
|
15271
|
+
CxPlaybookLlmModelSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
15272
|
+
|
15273
|
+
@pulumi.input_type
|
15274
|
+
class CxPlaybookLlmModelSettingsArgs:
|
15275
|
+
def __init__(__self__, *,
|
15276
|
+
model: Optional[pulumi.Input[_builtins.str]] = None,
|
15277
|
+
prompt_text: Optional[pulumi.Input[_builtins.str]] = None):
|
15278
|
+
"""
|
15279
|
+
:param pulumi.Input[_builtins.str] model: The selected LLM model.
|
15280
|
+
:param pulumi.Input[_builtins.str] prompt_text: The custom prompt to use.
|
15281
|
+
"""
|
15282
|
+
if model is not None:
|
15283
|
+
pulumi.set(__self__, "model", model)
|
15284
|
+
if prompt_text is not None:
|
15285
|
+
pulumi.set(__self__, "prompt_text", prompt_text)
|
15286
|
+
|
15287
|
+
@_builtins.property
|
15288
|
+
@pulumi.getter
|
15289
|
+
def model(self) -> Optional[pulumi.Input[_builtins.str]]:
|
15290
|
+
"""
|
15291
|
+
The selected LLM model.
|
15292
|
+
"""
|
15293
|
+
return pulumi.get(self, "model")
|
15294
|
+
|
15295
|
+
@model.setter
|
15296
|
+
def model(self, value: Optional[pulumi.Input[_builtins.str]]):
|
15297
|
+
pulumi.set(self, "model", value)
|
15298
|
+
|
15299
|
+
@_builtins.property
|
15300
|
+
@pulumi.getter(name="promptText")
|
15301
|
+
def prompt_text(self) -> Optional[pulumi.Input[_builtins.str]]:
|
15302
|
+
"""
|
15303
|
+
The custom prompt to use.
|
15304
|
+
"""
|
15305
|
+
return pulumi.get(self, "prompt_text")
|
15306
|
+
|
15307
|
+
@prompt_text.setter
|
15308
|
+
def prompt_text(self, value: Optional[pulumi.Input[_builtins.str]]):
|
15309
|
+
pulumi.set(self, "prompt_text", value)
|
15310
|
+
|
15311
|
+
|
12483
15312
|
if not MYPY:
|
12484
15313
|
class CxSecuritySettingsAudioExportSettingsArgsDict(TypedDict):
|
12485
15314
|
audio_export_pattern: NotRequired[pulumi.Input[_builtins.str]]
|