pulumi-gcp 8.41.0a1755716203__py3-none-any.whl → 8.41.0a1755891135__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 +8 -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 +2 -0
- pulumi_gcp/artifactregistry/get_tag.py +187 -0
- pulumi_gcp/artifactregistry/get_tags.py +200 -0
- pulumi_gcp/artifactregistry/outputs.py +30 -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/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/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/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/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/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/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 +1728 -42
- pulumi_gcp/container/outputs.py +1935 -16
- 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 +1 -0
- pulumi_gcp/diagflow/_inputs.py +2661 -0
- pulumi_gcp/diagflow/conversation_profile.py +959 -0
- pulumi_gcp/diagflow/outputs.py +2213 -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/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/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/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/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/ai_index.py +21 -7
- {pulumi_gcp-8.41.0a1755716203.dist-info → pulumi_gcp-8.41.0a1755891135.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.41.0a1755716203.dist-info → pulumi_gcp-8.41.0a1755891135.dist-info}/RECORD +314 -311
- {pulumi_gcp-8.41.0a1755716203.dist-info → pulumi_gcp-8.41.0a1755891135.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.41.0a1755716203.dist-info → pulumi_gcp-8.41.0a1755891135.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,959 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins as _builtins
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
18
|
+
|
19
|
+
__all__ = ['ConversationProfileArgs', 'ConversationProfile']
|
20
|
+
|
21
|
+
@pulumi.input_type
|
22
|
+
class ConversationProfileArgs:
|
23
|
+
def __init__(__self__, *,
|
24
|
+
display_name: pulumi.Input[_builtins.str],
|
25
|
+
location: pulumi.Input[_builtins.str],
|
26
|
+
automated_agent_config: Optional[pulumi.Input['ConversationProfileAutomatedAgentConfigArgs']] = None,
|
27
|
+
human_agent_assistant_config: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigArgs']] = None,
|
28
|
+
human_agent_handoff_config: Optional[pulumi.Input['ConversationProfileHumanAgentHandoffConfigArgs']] = None,
|
29
|
+
language_code: Optional[pulumi.Input[_builtins.str]] = None,
|
30
|
+
logging_config: Optional[pulumi.Input['ConversationProfileLoggingConfigArgs']] = None,
|
31
|
+
new_message_event_notification_config: Optional[pulumi.Input['ConversationProfileNewMessageEventNotificationConfigArgs']] = None,
|
32
|
+
notification_config: Optional[pulumi.Input['ConversationProfileNotificationConfigArgs']] = None,
|
33
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
34
|
+
security_settings: Optional[pulumi.Input[_builtins.str]] = None,
|
35
|
+
stt_config: Optional[pulumi.Input['ConversationProfileSttConfigArgs']] = None,
|
36
|
+
time_zone: Optional[pulumi.Input[_builtins.str]] = None,
|
37
|
+
tts_config: Optional[pulumi.Input['ConversationProfileTtsConfigArgs']] = None):
|
38
|
+
"""
|
39
|
+
The set of arguments for constructing a ConversationProfile resource.
|
40
|
+
:param pulumi.Input[_builtins.str] display_name: Required. Human readable name for this profile. Max length 1024 bytes.
|
41
|
+
:param pulumi.Input[_builtins.str] location: desc
|
42
|
+
:param pulumi.Input['ConversationProfileAutomatedAgentConfigArgs'] automated_agent_config: Configuration for an automated agent to use with this profile
|
43
|
+
Structure is documented below.
|
44
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigArgs'] human_agent_assistant_config: Configuration for connecting to a live agent
|
45
|
+
Structure is documented below.
|
46
|
+
:param pulumi.Input['ConversationProfileHumanAgentHandoffConfigArgs'] human_agent_handoff_config: Defines the hand off to a live agent, typically on which external agent service provider to connect to a conversation.
|
47
|
+
Structure is documented below.
|
48
|
+
:param pulumi.Input[_builtins.str] language_code: Language code for the conversation profile. This should be a BCP-47 language tag.
|
49
|
+
:param pulumi.Input['ConversationProfileLoggingConfigArgs'] logging_config: Defines logging behavior for conversation lifecycle events.
|
50
|
+
Structure is documented below.
|
51
|
+
:param pulumi.Input['ConversationProfileNewMessageEventNotificationConfigArgs'] new_message_event_notification_config: Pub/Sub topic on which to publish new agent assistant events.
|
52
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
53
|
+
Structure is documented below.
|
54
|
+
:param pulumi.Input['ConversationProfileNotificationConfigArgs'] notification_config: Pub/Sub topic on which to publish new agent assistant events.
|
55
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
56
|
+
Structure is documented below.
|
57
|
+
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
58
|
+
If it is not provided, the provider project is used.
|
59
|
+
:param pulumi.Input[_builtins.str] security_settings: Name of the CX SecuritySettings reference for the agent.
|
60
|
+
:param pulumi.Input['ConversationProfileSttConfigArgs'] stt_config: Settings for speech transcription.
|
61
|
+
Structure is documented below.
|
62
|
+
:param pulumi.Input[_builtins.str] time_zone: The time zone of this conversational profile.
|
63
|
+
:param pulumi.Input['ConversationProfileTtsConfigArgs'] tts_config: Configuration for Text-to-Speech synthesization. If agent defines synthesization options as well, agent settings overrides the option here.
|
64
|
+
Structure is documented below.
|
65
|
+
"""
|
66
|
+
pulumi.set(__self__, "display_name", display_name)
|
67
|
+
pulumi.set(__self__, "location", location)
|
68
|
+
if automated_agent_config is not None:
|
69
|
+
pulumi.set(__self__, "automated_agent_config", automated_agent_config)
|
70
|
+
if human_agent_assistant_config is not None:
|
71
|
+
pulumi.set(__self__, "human_agent_assistant_config", human_agent_assistant_config)
|
72
|
+
if human_agent_handoff_config is not None:
|
73
|
+
pulumi.set(__self__, "human_agent_handoff_config", human_agent_handoff_config)
|
74
|
+
if language_code is not None:
|
75
|
+
pulumi.set(__self__, "language_code", language_code)
|
76
|
+
if logging_config is not None:
|
77
|
+
pulumi.set(__self__, "logging_config", logging_config)
|
78
|
+
if new_message_event_notification_config is not None:
|
79
|
+
pulumi.set(__self__, "new_message_event_notification_config", new_message_event_notification_config)
|
80
|
+
if notification_config is not None:
|
81
|
+
pulumi.set(__self__, "notification_config", notification_config)
|
82
|
+
if project is not None:
|
83
|
+
pulumi.set(__self__, "project", project)
|
84
|
+
if security_settings is not None:
|
85
|
+
pulumi.set(__self__, "security_settings", security_settings)
|
86
|
+
if stt_config is not None:
|
87
|
+
pulumi.set(__self__, "stt_config", stt_config)
|
88
|
+
if time_zone is not None:
|
89
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
90
|
+
if tts_config is not None:
|
91
|
+
pulumi.set(__self__, "tts_config", tts_config)
|
92
|
+
|
93
|
+
@_builtins.property
|
94
|
+
@pulumi.getter(name="displayName")
|
95
|
+
def display_name(self) -> pulumi.Input[_builtins.str]:
|
96
|
+
"""
|
97
|
+
Required. Human readable name for this profile. Max length 1024 bytes.
|
98
|
+
"""
|
99
|
+
return pulumi.get(self, "display_name")
|
100
|
+
|
101
|
+
@display_name.setter
|
102
|
+
def display_name(self, value: pulumi.Input[_builtins.str]):
|
103
|
+
pulumi.set(self, "display_name", value)
|
104
|
+
|
105
|
+
@_builtins.property
|
106
|
+
@pulumi.getter
|
107
|
+
def location(self) -> pulumi.Input[_builtins.str]:
|
108
|
+
"""
|
109
|
+
desc
|
110
|
+
"""
|
111
|
+
return pulumi.get(self, "location")
|
112
|
+
|
113
|
+
@location.setter
|
114
|
+
def location(self, value: pulumi.Input[_builtins.str]):
|
115
|
+
pulumi.set(self, "location", value)
|
116
|
+
|
117
|
+
@_builtins.property
|
118
|
+
@pulumi.getter(name="automatedAgentConfig")
|
119
|
+
def automated_agent_config(self) -> Optional[pulumi.Input['ConversationProfileAutomatedAgentConfigArgs']]:
|
120
|
+
"""
|
121
|
+
Configuration for an automated agent to use with this profile
|
122
|
+
Structure is documented below.
|
123
|
+
"""
|
124
|
+
return pulumi.get(self, "automated_agent_config")
|
125
|
+
|
126
|
+
@automated_agent_config.setter
|
127
|
+
def automated_agent_config(self, value: Optional[pulumi.Input['ConversationProfileAutomatedAgentConfigArgs']]):
|
128
|
+
pulumi.set(self, "automated_agent_config", value)
|
129
|
+
|
130
|
+
@_builtins.property
|
131
|
+
@pulumi.getter(name="humanAgentAssistantConfig")
|
132
|
+
def human_agent_assistant_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigArgs']]:
|
133
|
+
"""
|
134
|
+
Configuration for connecting to a live agent
|
135
|
+
Structure is documented below.
|
136
|
+
"""
|
137
|
+
return pulumi.get(self, "human_agent_assistant_config")
|
138
|
+
|
139
|
+
@human_agent_assistant_config.setter
|
140
|
+
def human_agent_assistant_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigArgs']]):
|
141
|
+
pulumi.set(self, "human_agent_assistant_config", value)
|
142
|
+
|
143
|
+
@_builtins.property
|
144
|
+
@pulumi.getter(name="humanAgentHandoffConfig")
|
145
|
+
def human_agent_handoff_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentHandoffConfigArgs']]:
|
146
|
+
"""
|
147
|
+
Defines the hand off to a live agent, typically on which external agent service provider to connect to a conversation.
|
148
|
+
Structure is documented below.
|
149
|
+
"""
|
150
|
+
return pulumi.get(self, "human_agent_handoff_config")
|
151
|
+
|
152
|
+
@human_agent_handoff_config.setter
|
153
|
+
def human_agent_handoff_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentHandoffConfigArgs']]):
|
154
|
+
pulumi.set(self, "human_agent_handoff_config", value)
|
155
|
+
|
156
|
+
@_builtins.property
|
157
|
+
@pulumi.getter(name="languageCode")
|
158
|
+
def language_code(self) -> Optional[pulumi.Input[_builtins.str]]:
|
159
|
+
"""
|
160
|
+
Language code for the conversation profile. This should be a BCP-47 language tag.
|
161
|
+
"""
|
162
|
+
return pulumi.get(self, "language_code")
|
163
|
+
|
164
|
+
@language_code.setter
|
165
|
+
def language_code(self, value: Optional[pulumi.Input[_builtins.str]]):
|
166
|
+
pulumi.set(self, "language_code", value)
|
167
|
+
|
168
|
+
@_builtins.property
|
169
|
+
@pulumi.getter(name="loggingConfig")
|
170
|
+
def logging_config(self) -> Optional[pulumi.Input['ConversationProfileLoggingConfigArgs']]:
|
171
|
+
"""
|
172
|
+
Defines logging behavior for conversation lifecycle events.
|
173
|
+
Structure is documented below.
|
174
|
+
"""
|
175
|
+
return pulumi.get(self, "logging_config")
|
176
|
+
|
177
|
+
@logging_config.setter
|
178
|
+
def logging_config(self, value: Optional[pulumi.Input['ConversationProfileLoggingConfigArgs']]):
|
179
|
+
pulumi.set(self, "logging_config", value)
|
180
|
+
|
181
|
+
@_builtins.property
|
182
|
+
@pulumi.getter(name="newMessageEventNotificationConfig")
|
183
|
+
def new_message_event_notification_config(self) -> Optional[pulumi.Input['ConversationProfileNewMessageEventNotificationConfigArgs']]:
|
184
|
+
"""
|
185
|
+
Pub/Sub topic on which to publish new agent assistant events.
|
186
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
187
|
+
Structure is documented below.
|
188
|
+
"""
|
189
|
+
return pulumi.get(self, "new_message_event_notification_config")
|
190
|
+
|
191
|
+
@new_message_event_notification_config.setter
|
192
|
+
def new_message_event_notification_config(self, value: Optional[pulumi.Input['ConversationProfileNewMessageEventNotificationConfigArgs']]):
|
193
|
+
pulumi.set(self, "new_message_event_notification_config", value)
|
194
|
+
|
195
|
+
@_builtins.property
|
196
|
+
@pulumi.getter(name="notificationConfig")
|
197
|
+
def notification_config(self) -> Optional[pulumi.Input['ConversationProfileNotificationConfigArgs']]:
|
198
|
+
"""
|
199
|
+
Pub/Sub topic on which to publish new agent assistant events.
|
200
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
201
|
+
Structure is documented below.
|
202
|
+
"""
|
203
|
+
return pulumi.get(self, "notification_config")
|
204
|
+
|
205
|
+
@notification_config.setter
|
206
|
+
def notification_config(self, value: Optional[pulumi.Input['ConversationProfileNotificationConfigArgs']]):
|
207
|
+
pulumi.set(self, "notification_config", value)
|
208
|
+
|
209
|
+
@_builtins.property
|
210
|
+
@pulumi.getter
|
211
|
+
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
212
|
+
"""
|
213
|
+
The ID of the project in which the resource belongs.
|
214
|
+
If it is not provided, the provider project is used.
|
215
|
+
"""
|
216
|
+
return pulumi.get(self, "project")
|
217
|
+
|
218
|
+
@project.setter
|
219
|
+
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
220
|
+
pulumi.set(self, "project", value)
|
221
|
+
|
222
|
+
@_builtins.property
|
223
|
+
@pulumi.getter(name="securitySettings")
|
224
|
+
def security_settings(self) -> Optional[pulumi.Input[_builtins.str]]:
|
225
|
+
"""
|
226
|
+
Name of the CX SecuritySettings reference for the agent.
|
227
|
+
"""
|
228
|
+
return pulumi.get(self, "security_settings")
|
229
|
+
|
230
|
+
@security_settings.setter
|
231
|
+
def security_settings(self, value: Optional[pulumi.Input[_builtins.str]]):
|
232
|
+
pulumi.set(self, "security_settings", value)
|
233
|
+
|
234
|
+
@_builtins.property
|
235
|
+
@pulumi.getter(name="sttConfig")
|
236
|
+
def stt_config(self) -> Optional[pulumi.Input['ConversationProfileSttConfigArgs']]:
|
237
|
+
"""
|
238
|
+
Settings for speech transcription.
|
239
|
+
Structure is documented below.
|
240
|
+
"""
|
241
|
+
return pulumi.get(self, "stt_config")
|
242
|
+
|
243
|
+
@stt_config.setter
|
244
|
+
def stt_config(self, value: Optional[pulumi.Input['ConversationProfileSttConfigArgs']]):
|
245
|
+
pulumi.set(self, "stt_config", value)
|
246
|
+
|
247
|
+
@_builtins.property
|
248
|
+
@pulumi.getter(name="timeZone")
|
249
|
+
def time_zone(self) -> Optional[pulumi.Input[_builtins.str]]:
|
250
|
+
"""
|
251
|
+
The time zone of this conversational profile.
|
252
|
+
"""
|
253
|
+
return pulumi.get(self, "time_zone")
|
254
|
+
|
255
|
+
@time_zone.setter
|
256
|
+
def time_zone(self, value: Optional[pulumi.Input[_builtins.str]]):
|
257
|
+
pulumi.set(self, "time_zone", value)
|
258
|
+
|
259
|
+
@_builtins.property
|
260
|
+
@pulumi.getter(name="ttsConfig")
|
261
|
+
def tts_config(self) -> Optional[pulumi.Input['ConversationProfileTtsConfigArgs']]:
|
262
|
+
"""
|
263
|
+
Configuration for Text-to-Speech synthesization. If agent defines synthesization options as well, agent settings overrides the option here.
|
264
|
+
Structure is documented below.
|
265
|
+
"""
|
266
|
+
return pulumi.get(self, "tts_config")
|
267
|
+
|
268
|
+
@tts_config.setter
|
269
|
+
def tts_config(self, value: Optional[pulumi.Input['ConversationProfileTtsConfigArgs']]):
|
270
|
+
pulumi.set(self, "tts_config", value)
|
271
|
+
|
272
|
+
|
273
|
+
@pulumi.input_type
|
274
|
+
class _ConversationProfileState:
|
275
|
+
def __init__(__self__, *,
|
276
|
+
automated_agent_config: Optional[pulumi.Input['ConversationProfileAutomatedAgentConfigArgs']] = None,
|
277
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
278
|
+
human_agent_assistant_config: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigArgs']] = None,
|
279
|
+
human_agent_handoff_config: Optional[pulumi.Input['ConversationProfileHumanAgentHandoffConfigArgs']] = None,
|
280
|
+
language_code: Optional[pulumi.Input[_builtins.str]] = None,
|
281
|
+
location: Optional[pulumi.Input[_builtins.str]] = None,
|
282
|
+
logging_config: Optional[pulumi.Input['ConversationProfileLoggingConfigArgs']] = None,
|
283
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
284
|
+
new_message_event_notification_config: Optional[pulumi.Input['ConversationProfileNewMessageEventNotificationConfigArgs']] = None,
|
285
|
+
notification_config: Optional[pulumi.Input['ConversationProfileNotificationConfigArgs']] = None,
|
286
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
287
|
+
security_settings: Optional[pulumi.Input[_builtins.str]] = None,
|
288
|
+
stt_config: Optional[pulumi.Input['ConversationProfileSttConfigArgs']] = None,
|
289
|
+
time_zone: Optional[pulumi.Input[_builtins.str]] = None,
|
290
|
+
tts_config: Optional[pulumi.Input['ConversationProfileTtsConfigArgs']] = None):
|
291
|
+
"""
|
292
|
+
Input properties used for looking up and filtering ConversationProfile resources.
|
293
|
+
:param pulumi.Input['ConversationProfileAutomatedAgentConfigArgs'] automated_agent_config: Configuration for an automated agent to use with this profile
|
294
|
+
Structure is documented below.
|
295
|
+
:param pulumi.Input[_builtins.str] display_name: Required. Human readable name for this profile. Max length 1024 bytes.
|
296
|
+
:param pulumi.Input['ConversationProfileHumanAgentAssistantConfigArgs'] human_agent_assistant_config: Configuration for connecting to a live agent
|
297
|
+
Structure is documented below.
|
298
|
+
:param pulumi.Input['ConversationProfileHumanAgentHandoffConfigArgs'] human_agent_handoff_config: Defines the hand off to a live agent, typically on which external agent service provider to connect to a conversation.
|
299
|
+
Structure is documented below.
|
300
|
+
:param pulumi.Input[_builtins.str] language_code: Language code for the conversation profile. This should be a BCP-47 language tag.
|
301
|
+
:param pulumi.Input[_builtins.str] location: desc
|
302
|
+
:param pulumi.Input['ConversationProfileLoggingConfigArgs'] logging_config: Defines logging behavior for conversation lifecycle events.
|
303
|
+
Structure is documented below.
|
304
|
+
:param pulumi.Input[_builtins.str] name: name
|
305
|
+
:param pulumi.Input['ConversationProfileNewMessageEventNotificationConfigArgs'] new_message_event_notification_config: Pub/Sub topic on which to publish new agent assistant events.
|
306
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
307
|
+
Structure is documented below.
|
308
|
+
:param pulumi.Input['ConversationProfileNotificationConfigArgs'] notification_config: Pub/Sub topic on which to publish new agent assistant events.
|
309
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
310
|
+
Structure is documented below.
|
311
|
+
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
312
|
+
If it is not provided, the provider project is used.
|
313
|
+
:param pulumi.Input[_builtins.str] security_settings: Name of the CX SecuritySettings reference for the agent.
|
314
|
+
:param pulumi.Input['ConversationProfileSttConfigArgs'] stt_config: Settings for speech transcription.
|
315
|
+
Structure is documented below.
|
316
|
+
:param pulumi.Input[_builtins.str] time_zone: The time zone of this conversational profile.
|
317
|
+
:param pulumi.Input['ConversationProfileTtsConfigArgs'] tts_config: Configuration for Text-to-Speech synthesization. If agent defines synthesization options as well, agent settings overrides the option here.
|
318
|
+
Structure is documented below.
|
319
|
+
"""
|
320
|
+
if automated_agent_config is not None:
|
321
|
+
pulumi.set(__self__, "automated_agent_config", automated_agent_config)
|
322
|
+
if display_name is not None:
|
323
|
+
pulumi.set(__self__, "display_name", display_name)
|
324
|
+
if human_agent_assistant_config is not None:
|
325
|
+
pulumi.set(__self__, "human_agent_assistant_config", human_agent_assistant_config)
|
326
|
+
if human_agent_handoff_config is not None:
|
327
|
+
pulumi.set(__self__, "human_agent_handoff_config", human_agent_handoff_config)
|
328
|
+
if language_code is not None:
|
329
|
+
pulumi.set(__self__, "language_code", language_code)
|
330
|
+
if location is not None:
|
331
|
+
pulumi.set(__self__, "location", location)
|
332
|
+
if logging_config is not None:
|
333
|
+
pulumi.set(__self__, "logging_config", logging_config)
|
334
|
+
if name is not None:
|
335
|
+
pulumi.set(__self__, "name", name)
|
336
|
+
if new_message_event_notification_config is not None:
|
337
|
+
pulumi.set(__self__, "new_message_event_notification_config", new_message_event_notification_config)
|
338
|
+
if notification_config is not None:
|
339
|
+
pulumi.set(__self__, "notification_config", notification_config)
|
340
|
+
if project is not None:
|
341
|
+
pulumi.set(__self__, "project", project)
|
342
|
+
if security_settings is not None:
|
343
|
+
pulumi.set(__self__, "security_settings", security_settings)
|
344
|
+
if stt_config is not None:
|
345
|
+
pulumi.set(__self__, "stt_config", stt_config)
|
346
|
+
if time_zone is not None:
|
347
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
348
|
+
if tts_config is not None:
|
349
|
+
pulumi.set(__self__, "tts_config", tts_config)
|
350
|
+
|
351
|
+
@_builtins.property
|
352
|
+
@pulumi.getter(name="automatedAgentConfig")
|
353
|
+
def automated_agent_config(self) -> Optional[pulumi.Input['ConversationProfileAutomatedAgentConfigArgs']]:
|
354
|
+
"""
|
355
|
+
Configuration for an automated agent to use with this profile
|
356
|
+
Structure is documented below.
|
357
|
+
"""
|
358
|
+
return pulumi.get(self, "automated_agent_config")
|
359
|
+
|
360
|
+
@automated_agent_config.setter
|
361
|
+
def automated_agent_config(self, value: Optional[pulumi.Input['ConversationProfileAutomatedAgentConfigArgs']]):
|
362
|
+
pulumi.set(self, "automated_agent_config", value)
|
363
|
+
|
364
|
+
@_builtins.property
|
365
|
+
@pulumi.getter(name="displayName")
|
366
|
+
def display_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
367
|
+
"""
|
368
|
+
Required. Human readable name for this profile. Max length 1024 bytes.
|
369
|
+
"""
|
370
|
+
return pulumi.get(self, "display_name")
|
371
|
+
|
372
|
+
@display_name.setter
|
373
|
+
def display_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
374
|
+
pulumi.set(self, "display_name", value)
|
375
|
+
|
376
|
+
@_builtins.property
|
377
|
+
@pulumi.getter(name="humanAgentAssistantConfig")
|
378
|
+
def human_agent_assistant_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigArgs']]:
|
379
|
+
"""
|
380
|
+
Configuration for connecting to a live agent
|
381
|
+
Structure is documented below.
|
382
|
+
"""
|
383
|
+
return pulumi.get(self, "human_agent_assistant_config")
|
384
|
+
|
385
|
+
@human_agent_assistant_config.setter
|
386
|
+
def human_agent_assistant_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentAssistantConfigArgs']]):
|
387
|
+
pulumi.set(self, "human_agent_assistant_config", value)
|
388
|
+
|
389
|
+
@_builtins.property
|
390
|
+
@pulumi.getter(name="humanAgentHandoffConfig")
|
391
|
+
def human_agent_handoff_config(self) -> Optional[pulumi.Input['ConversationProfileHumanAgentHandoffConfigArgs']]:
|
392
|
+
"""
|
393
|
+
Defines the hand off to a live agent, typically on which external agent service provider to connect to a conversation.
|
394
|
+
Structure is documented below.
|
395
|
+
"""
|
396
|
+
return pulumi.get(self, "human_agent_handoff_config")
|
397
|
+
|
398
|
+
@human_agent_handoff_config.setter
|
399
|
+
def human_agent_handoff_config(self, value: Optional[pulumi.Input['ConversationProfileHumanAgentHandoffConfigArgs']]):
|
400
|
+
pulumi.set(self, "human_agent_handoff_config", value)
|
401
|
+
|
402
|
+
@_builtins.property
|
403
|
+
@pulumi.getter(name="languageCode")
|
404
|
+
def language_code(self) -> Optional[pulumi.Input[_builtins.str]]:
|
405
|
+
"""
|
406
|
+
Language code for the conversation profile. This should be a BCP-47 language tag.
|
407
|
+
"""
|
408
|
+
return pulumi.get(self, "language_code")
|
409
|
+
|
410
|
+
@language_code.setter
|
411
|
+
def language_code(self, value: Optional[pulumi.Input[_builtins.str]]):
|
412
|
+
pulumi.set(self, "language_code", value)
|
413
|
+
|
414
|
+
@_builtins.property
|
415
|
+
@pulumi.getter
|
416
|
+
def location(self) -> Optional[pulumi.Input[_builtins.str]]:
|
417
|
+
"""
|
418
|
+
desc
|
419
|
+
"""
|
420
|
+
return pulumi.get(self, "location")
|
421
|
+
|
422
|
+
@location.setter
|
423
|
+
def location(self, value: Optional[pulumi.Input[_builtins.str]]):
|
424
|
+
pulumi.set(self, "location", value)
|
425
|
+
|
426
|
+
@_builtins.property
|
427
|
+
@pulumi.getter(name="loggingConfig")
|
428
|
+
def logging_config(self) -> Optional[pulumi.Input['ConversationProfileLoggingConfigArgs']]:
|
429
|
+
"""
|
430
|
+
Defines logging behavior for conversation lifecycle events.
|
431
|
+
Structure is documented below.
|
432
|
+
"""
|
433
|
+
return pulumi.get(self, "logging_config")
|
434
|
+
|
435
|
+
@logging_config.setter
|
436
|
+
def logging_config(self, value: Optional[pulumi.Input['ConversationProfileLoggingConfigArgs']]):
|
437
|
+
pulumi.set(self, "logging_config", value)
|
438
|
+
|
439
|
+
@_builtins.property
|
440
|
+
@pulumi.getter
|
441
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
442
|
+
"""
|
443
|
+
name
|
444
|
+
"""
|
445
|
+
return pulumi.get(self, "name")
|
446
|
+
|
447
|
+
@name.setter
|
448
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
449
|
+
pulumi.set(self, "name", value)
|
450
|
+
|
451
|
+
@_builtins.property
|
452
|
+
@pulumi.getter(name="newMessageEventNotificationConfig")
|
453
|
+
def new_message_event_notification_config(self) -> Optional[pulumi.Input['ConversationProfileNewMessageEventNotificationConfigArgs']]:
|
454
|
+
"""
|
455
|
+
Pub/Sub topic on which to publish new agent assistant events.
|
456
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
457
|
+
Structure is documented below.
|
458
|
+
"""
|
459
|
+
return pulumi.get(self, "new_message_event_notification_config")
|
460
|
+
|
461
|
+
@new_message_event_notification_config.setter
|
462
|
+
def new_message_event_notification_config(self, value: Optional[pulumi.Input['ConversationProfileNewMessageEventNotificationConfigArgs']]):
|
463
|
+
pulumi.set(self, "new_message_event_notification_config", value)
|
464
|
+
|
465
|
+
@_builtins.property
|
466
|
+
@pulumi.getter(name="notificationConfig")
|
467
|
+
def notification_config(self) -> Optional[pulumi.Input['ConversationProfileNotificationConfigArgs']]:
|
468
|
+
"""
|
469
|
+
Pub/Sub topic on which to publish new agent assistant events.
|
470
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
471
|
+
Structure is documented below.
|
472
|
+
"""
|
473
|
+
return pulumi.get(self, "notification_config")
|
474
|
+
|
475
|
+
@notification_config.setter
|
476
|
+
def notification_config(self, value: Optional[pulumi.Input['ConversationProfileNotificationConfigArgs']]):
|
477
|
+
pulumi.set(self, "notification_config", value)
|
478
|
+
|
479
|
+
@_builtins.property
|
480
|
+
@pulumi.getter
|
481
|
+
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
482
|
+
"""
|
483
|
+
The ID of the project in which the resource belongs.
|
484
|
+
If it is not provided, the provider project is used.
|
485
|
+
"""
|
486
|
+
return pulumi.get(self, "project")
|
487
|
+
|
488
|
+
@project.setter
|
489
|
+
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
490
|
+
pulumi.set(self, "project", value)
|
491
|
+
|
492
|
+
@_builtins.property
|
493
|
+
@pulumi.getter(name="securitySettings")
|
494
|
+
def security_settings(self) -> Optional[pulumi.Input[_builtins.str]]:
|
495
|
+
"""
|
496
|
+
Name of the CX SecuritySettings reference for the agent.
|
497
|
+
"""
|
498
|
+
return pulumi.get(self, "security_settings")
|
499
|
+
|
500
|
+
@security_settings.setter
|
501
|
+
def security_settings(self, value: Optional[pulumi.Input[_builtins.str]]):
|
502
|
+
pulumi.set(self, "security_settings", value)
|
503
|
+
|
504
|
+
@_builtins.property
|
505
|
+
@pulumi.getter(name="sttConfig")
|
506
|
+
def stt_config(self) -> Optional[pulumi.Input['ConversationProfileSttConfigArgs']]:
|
507
|
+
"""
|
508
|
+
Settings for speech transcription.
|
509
|
+
Structure is documented below.
|
510
|
+
"""
|
511
|
+
return pulumi.get(self, "stt_config")
|
512
|
+
|
513
|
+
@stt_config.setter
|
514
|
+
def stt_config(self, value: Optional[pulumi.Input['ConversationProfileSttConfigArgs']]):
|
515
|
+
pulumi.set(self, "stt_config", value)
|
516
|
+
|
517
|
+
@_builtins.property
|
518
|
+
@pulumi.getter(name="timeZone")
|
519
|
+
def time_zone(self) -> Optional[pulumi.Input[_builtins.str]]:
|
520
|
+
"""
|
521
|
+
The time zone of this conversational profile.
|
522
|
+
"""
|
523
|
+
return pulumi.get(self, "time_zone")
|
524
|
+
|
525
|
+
@time_zone.setter
|
526
|
+
def time_zone(self, value: Optional[pulumi.Input[_builtins.str]]):
|
527
|
+
pulumi.set(self, "time_zone", value)
|
528
|
+
|
529
|
+
@_builtins.property
|
530
|
+
@pulumi.getter(name="ttsConfig")
|
531
|
+
def tts_config(self) -> Optional[pulumi.Input['ConversationProfileTtsConfigArgs']]:
|
532
|
+
"""
|
533
|
+
Configuration for Text-to-Speech synthesization. If agent defines synthesization options as well, agent settings overrides the option here.
|
534
|
+
Structure is documented below.
|
535
|
+
"""
|
536
|
+
return pulumi.get(self, "tts_config")
|
537
|
+
|
538
|
+
@tts_config.setter
|
539
|
+
def tts_config(self, value: Optional[pulumi.Input['ConversationProfileTtsConfigArgs']]):
|
540
|
+
pulumi.set(self, "tts_config", value)
|
541
|
+
|
542
|
+
|
543
|
+
@pulumi.type_token("gcp:diagflow/conversationProfile:ConversationProfile")
|
544
|
+
class ConversationProfile(pulumi.CustomResource):
|
545
|
+
@overload
|
546
|
+
def __init__(__self__,
|
547
|
+
resource_name: str,
|
548
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
549
|
+
automated_agent_config: Optional[pulumi.Input[Union['ConversationProfileAutomatedAgentConfigArgs', 'ConversationProfileAutomatedAgentConfigArgsDict']]] = None,
|
550
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
551
|
+
human_agent_assistant_config: Optional[pulumi.Input[Union['ConversationProfileHumanAgentAssistantConfigArgs', 'ConversationProfileHumanAgentAssistantConfigArgsDict']]] = None,
|
552
|
+
human_agent_handoff_config: Optional[pulumi.Input[Union['ConversationProfileHumanAgentHandoffConfigArgs', 'ConversationProfileHumanAgentHandoffConfigArgsDict']]] = None,
|
553
|
+
language_code: Optional[pulumi.Input[_builtins.str]] = None,
|
554
|
+
location: Optional[pulumi.Input[_builtins.str]] = None,
|
555
|
+
logging_config: Optional[pulumi.Input[Union['ConversationProfileLoggingConfigArgs', 'ConversationProfileLoggingConfigArgsDict']]] = None,
|
556
|
+
new_message_event_notification_config: Optional[pulumi.Input[Union['ConversationProfileNewMessageEventNotificationConfigArgs', 'ConversationProfileNewMessageEventNotificationConfigArgsDict']]] = None,
|
557
|
+
notification_config: Optional[pulumi.Input[Union['ConversationProfileNotificationConfigArgs', 'ConversationProfileNotificationConfigArgsDict']]] = None,
|
558
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
559
|
+
security_settings: Optional[pulumi.Input[_builtins.str]] = None,
|
560
|
+
stt_config: Optional[pulumi.Input[Union['ConversationProfileSttConfigArgs', 'ConversationProfileSttConfigArgsDict']]] = None,
|
561
|
+
time_zone: Optional[pulumi.Input[_builtins.str]] = None,
|
562
|
+
tts_config: Optional[pulumi.Input[Union['ConversationProfileTtsConfigArgs', 'ConversationProfileTtsConfigArgsDict']]] = None,
|
563
|
+
__props__=None):
|
564
|
+
"""
|
565
|
+
A conversation profile configures a set of parameters that control the suggestions made to an agent. These parameters control the suggestions that are surfaced during runtime. Each profile configures either a Dialogflow virtual agent or a human agent for a conversation.
|
566
|
+
|
567
|
+
To get more information about ConversationProfile, see:
|
568
|
+
|
569
|
+
* [API documentation](https://cloud.google.com/dialogflow/docs/reference/rest/v2beta1/projects/conversationProfiles)
|
570
|
+
* How-to Guides
|
571
|
+
* [Official Documentation](https://cloud.google.com/dialogflow/docs/)
|
572
|
+
|
573
|
+
## Example Usage
|
574
|
+
|
575
|
+
### Dialogflow Conversation Profile Basic
|
576
|
+
|
577
|
+
```python
|
578
|
+
import pulumi
|
579
|
+
import pulumi_gcp as gcp
|
580
|
+
|
581
|
+
basic_agent = gcp.diagflow.Agent("basic_agent",
|
582
|
+
display_name="example_agent",
|
583
|
+
default_language_code="en-us",
|
584
|
+
time_zone="America/New_York")
|
585
|
+
basic_profile = gcp.diagflow.ConversationProfile("basic_profile",
|
586
|
+
display_name="dialogflow-profile",
|
587
|
+
location="global",
|
588
|
+
automated_agent_config={
|
589
|
+
"agent": basic_agent.id.apply(lambda id: f"projects/{id}/locations/global/agent/environments/draft"),
|
590
|
+
},
|
591
|
+
human_agent_assistant_config={
|
592
|
+
"message_analysis_config": {
|
593
|
+
"enable_entity_extraction": True,
|
594
|
+
"enable_sentiment_analysis": True,
|
595
|
+
},
|
596
|
+
})
|
597
|
+
```
|
598
|
+
|
599
|
+
## Import
|
600
|
+
|
601
|
+
ConversationProfile can be imported using any of these accepted formats:
|
602
|
+
|
603
|
+
* `{{name}}`
|
604
|
+
|
605
|
+
When using the `pulumi import` command, ConversationProfile can be imported using one of the formats above. For example:
|
606
|
+
|
607
|
+
```sh
|
608
|
+
$ pulumi import gcp:diagflow/conversationProfile:ConversationProfile default {{name}}
|
609
|
+
```
|
610
|
+
|
611
|
+
:param str resource_name: The name of the resource.
|
612
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
613
|
+
:param pulumi.Input[Union['ConversationProfileAutomatedAgentConfigArgs', 'ConversationProfileAutomatedAgentConfigArgsDict']] automated_agent_config: Configuration for an automated agent to use with this profile
|
614
|
+
Structure is documented below.
|
615
|
+
:param pulumi.Input[_builtins.str] display_name: Required. Human readable name for this profile. Max length 1024 bytes.
|
616
|
+
:param pulumi.Input[Union['ConversationProfileHumanAgentAssistantConfigArgs', 'ConversationProfileHumanAgentAssistantConfigArgsDict']] human_agent_assistant_config: Configuration for connecting to a live agent
|
617
|
+
Structure is documented below.
|
618
|
+
:param pulumi.Input[Union['ConversationProfileHumanAgentHandoffConfigArgs', 'ConversationProfileHumanAgentHandoffConfigArgsDict']] human_agent_handoff_config: Defines the hand off to a live agent, typically on which external agent service provider to connect to a conversation.
|
619
|
+
Structure is documented below.
|
620
|
+
:param pulumi.Input[_builtins.str] language_code: Language code for the conversation profile. This should be a BCP-47 language tag.
|
621
|
+
:param pulumi.Input[_builtins.str] location: desc
|
622
|
+
:param pulumi.Input[Union['ConversationProfileLoggingConfigArgs', 'ConversationProfileLoggingConfigArgsDict']] logging_config: Defines logging behavior for conversation lifecycle events.
|
623
|
+
Structure is documented below.
|
624
|
+
:param pulumi.Input[Union['ConversationProfileNewMessageEventNotificationConfigArgs', 'ConversationProfileNewMessageEventNotificationConfigArgsDict']] new_message_event_notification_config: Pub/Sub topic on which to publish new agent assistant events.
|
625
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
626
|
+
Structure is documented below.
|
627
|
+
:param pulumi.Input[Union['ConversationProfileNotificationConfigArgs', 'ConversationProfileNotificationConfigArgsDict']] notification_config: Pub/Sub topic on which to publish new agent assistant events.
|
628
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
629
|
+
Structure is documented below.
|
630
|
+
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
631
|
+
If it is not provided, the provider project is used.
|
632
|
+
:param pulumi.Input[_builtins.str] security_settings: Name of the CX SecuritySettings reference for the agent.
|
633
|
+
:param pulumi.Input[Union['ConversationProfileSttConfigArgs', 'ConversationProfileSttConfigArgsDict']] stt_config: Settings for speech transcription.
|
634
|
+
Structure is documented below.
|
635
|
+
:param pulumi.Input[_builtins.str] time_zone: The time zone of this conversational profile.
|
636
|
+
:param pulumi.Input[Union['ConversationProfileTtsConfigArgs', 'ConversationProfileTtsConfigArgsDict']] tts_config: Configuration for Text-to-Speech synthesization. If agent defines synthesization options as well, agent settings overrides the option here.
|
637
|
+
Structure is documented below.
|
638
|
+
"""
|
639
|
+
...
|
640
|
+
@overload
|
641
|
+
def __init__(__self__,
|
642
|
+
resource_name: str,
|
643
|
+
args: ConversationProfileArgs,
|
644
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
645
|
+
"""
|
646
|
+
A conversation profile configures a set of parameters that control the suggestions made to an agent. These parameters control the suggestions that are surfaced during runtime. Each profile configures either a Dialogflow virtual agent or a human agent for a conversation.
|
647
|
+
|
648
|
+
To get more information about ConversationProfile, see:
|
649
|
+
|
650
|
+
* [API documentation](https://cloud.google.com/dialogflow/docs/reference/rest/v2beta1/projects/conversationProfiles)
|
651
|
+
* How-to Guides
|
652
|
+
* [Official Documentation](https://cloud.google.com/dialogflow/docs/)
|
653
|
+
|
654
|
+
## Example Usage
|
655
|
+
|
656
|
+
### Dialogflow Conversation Profile Basic
|
657
|
+
|
658
|
+
```python
|
659
|
+
import pulumi
|
660
|
+
import pulumi_gcp as gcp
|
661
|
+
|
662
|
+
basic_agent = gcp.diagflow.Agent("basic_agent",
|
663
|
+
display_name="example_agent",
|
664
|
+
default_language_code="en-us",
|
665
|
+
time_zone="America/New_York")
|
666
|
+
basic_profile = gcp.diagflow.ConversationProfile("basic_profile",
|
667
|
+
display_name="dialogflow-profile",
|
668
|
+
location="global",
|
669
|
+
automated_agent_config={
|
670
|
+
"agent": basic_agent.id.apply(lambda id: f"projects/{id}/locations/global/agent/environments/draft"),
|
671
|
+
},
|
672
|
+
human_agent_assistant_config={
|
673
|
+
"message_analysis_config": {
|
674
|
+
"enable_entity_extraction": True,
|
675
|
+
"enable_sentiment_analysis": True,
|
676
|
+
},
|
677
|
+
})
|
678
|
+
```
|
679
|
+
|
680
|
+
## Import
|
681
|
+
|
682
|
+
ConversationProfile can be imported using any of these accepted formats:
|
683
|
+
|
684
|
+
* `{{name}}`
|
685
|
+
|
686
|
+
When using the `pulumi import` command, ConversationProfile can be imported using one of the formats above. For example:
|
687
|
+
|
688
|
+
```sh
|
689
|
+
$ pulumi import gcp:diagflow/conversationProfile:ConversationProfile default {{name}}
|
690
|
+
```
|
691
|
+
|
692
|
+
:param str resource_name: The name of the resource.
|
693
|
+
:param ConversationProfileArgs args: The arguments to use to populate this resource's properties.
|
694
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
695
|
+
"""
|
696
|
+
...
|
697
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
698
|
+
resource_args, opts = _utilities.get_resource_args_opts(ConversationProfileArgs, pulumi.ResourceOptions, *args, **kwargs)
|
699
|
+
if resource_args is not None:
|
700
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
701
|
+
else:
|
702
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
703
|
+
|
704
|
+
def _internal_init(__self__,
|
705
|
+
resource_name: str,
|
706
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
707
|
+
automated_agent_config: Optional[pulumi.Input[Union['ConversationProfileAutomatedAgentConfigArgs', 'ConversationProfileAutomatedAgentConfigArgsDict']]] = None,
|
708
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
709
|
+
human_agent_assistant_config: Optional[pulumi.Input[Union['ConversationProfileHumanAgentAssistantConfigArgs', 'ConversationProfileHumanAgentAssistantConfigArgsDict']]] = None,
|
710
|
+
human_agent_handoff_config: Optional[pulumi.Input[Union['ConversationProfileHumanAgentHandoffConfigArgs', 'ConversationProfileHumanAgentHandoffConfigArgsDict']]] = None,
|
711
|
+
language_code: Optional[pulumi.Input[_builtins.str]] = None,
|
712
|
+
location: Optional[pulumi.Input[_builtins.str]] = None,
|
713
|
+
logging_config: Optional[pulumi.Input[Union['ConversationProfileLoggingConfigArgs', 'ConversationProfileLoggingConfigArgsDict']]] = None,
|
714
|
+
new_message_event_notification_config: Optional[pulumi.Input[Union['ConversationProfileNewMessageEventNotificationConfigArgs', 'ConversationProfileNewMessageEventNotificationConfigArgsDict']]] = None,
|
715
|
+
notification_config: Optional[pulumi.Input[Union['ConversationProfileNotificationConfigArgs', 'ConversationProfileNotificationConfigArgsDict']]] = None,
|
716
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
717
|
+
security_settings: Optional[pulumi.Input[_builtins.str]] = None,
|
718
|
+
stt_config: Optional[pulumi.Input[Union['ConversationProfileSttConfigArgs', 'ConversationProfileSttConfigArgsDict']]] = None,
|
719
|
+
time_zone: Optional[pulumi.Input[_builtins.str]] = None,
|
720
|
+
tts_config: Optional[pulumi.Input[Union['ConversationProfileTtsConfigArgs', 'ConversationProfileTtsConfigArgsDict']]] = None,
|
721
|
+
__props__=None):
|
722
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
723
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
724
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
725
|
+
if opts.id is None:
|
726
|
+
if __props__ is not None:
|
727
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
728
|
+
__props__ = ConversationProfileArgs.__new__(ConversationProfileArgs)
|
729
|
+
|
730
|
+
__props__.__dict__["automated_agent_config"] = automated_agent_config
|
731
|
+
if display_name is None and not opts.urn:
|
732
|
+
raise TypeError("Missing required property 'display_name'")
|
733
|
+
__props__.__dict__["display_name"] = display_name
|
734
|
+
__props__.__dict__["human_agent_assistant_config"] = human_agent_assistant_config
|
735
|
+
__props__.__dict__["human_agent_handoff_config"] = human_agent_handoff_config
|
736
|
+
__props__.__dict__["language_code"] = language_code
|
737
|
+
if location is None and not opts.urn:
|
738
|
+
raise TypeError("Missing required property 'location'")
|
739
|
+
__props__.__dict__["location"] = location
|
740
|
+
__props__.__dict__["logging_config"] = logging_config
|
741
|
+
__props__.__dict__["new_message_event_notification_config"] = new_message_event_notification_config
|
742
|
+
__props__.__dict__["notification_config"] = notification_config
|
743
|
+
__props__.__dict__["project"] = project
|
744
|
+
__props__.__dict__["security_settings"] = security_settings
|
745
|
+
__props__.__dict__["stt_config"] = stt_config
|
746
|
+
__props__.__dict__["time_zone"] = time_zone
|
747
|
+
__props__.__dict__["tts_config"] = tts_config
|
748
|
+
__props__.__dict__["name"] = None
|
749
|
+
super(ConversationProfile, __self__).__init__(
|
750
|
+
'gcp:diagflow/conversationProfile:ConversationProfile',
|
751
|
+
resource_name,
|
752
|
+
__props__,
|
753
|
+
opts)
|
754
|
+
|
755
|
+
@staticmethod
|
756
|
+
def get(resource_name: str,
|
757
|
+
id: pulumi.Input[str],
|
758
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
759
|
+
automated_agent_config: Optional[pulumi.Input[Union['ConversationProfileAutomatedAgentConfigArgs', 'ConversationProfileAutomatedAgentConfigArgsDict']]] = None,
|
760
|
+
display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
761
|
+
human_agent_assistant_config: Optional[pulumi.Input[Union['ConversationProfileHumanAgentAssistantConfigArgs', 'ConversationProfileHumanAgentAssistantConfigArgsDict']]] = None,
|
762
|
+
human_agent_handoff_config: Optional[pulumi.Input[Union['ConversationProfileHumanAgentHandoffConfigArgs', 'ConversationProfileHumanAgentHandoffConfigArgsDict']]] = None,
|
763
|
+
language_code: Optional[pulumi.Input[_builtins.str]] = None,
|
764
|
+
location: Optional[pulumi.Input[_builtins.str]] = None,
|
765
|
+
logging_config: Optional[pulumi.Input[Union['ConversationProfileLoggingConfigArgs', 'ConversationProfileLoggingConfigArgsDict']]] = None,
|
766
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
767
|
+
new_message_event_notification_config: Optional[pulumi.Input[Union['ConversationProfileNewMessageEventNotificationConfigArgs', 'ConversationProfileNewMessageEventNotificationConfigArgsDict']]] = None,
|
768
|
+
notification_config: Optional[pulumi.Input[Union['ConversationProfileNotificationConfigArgs', 'ConversationProfileNotificationConfigArgsDict']]] = None,
|
769
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
770
|
+
security_settings: Optional[pulumi.Input[_builtins.str]] = None,
|
771
|
+
stt_config: Optional[pulumi.Input[Union['ConversationProfileSttConfigArgs', 'ConversationProfileSttConfigArgsDict']]] = None,
|
772
|
+
time_zone: Optional[pulumi.Input[_builtins.str]] = None,
|
773
|
+
tts_config: Optional[pulumi.Input[Union['ConversationProfileTtsConfigArgs', 'ConversationProfileTtsConfigArgsDict']]] = None) -> 'ConversationProfile':
|
774
|
+
"""
|
775
|
+
Get an existing ConversationProfile resource's state with the given name, id, and optional extra
|
776
|
+
properties used to qualify the lookup.
|
777
|
+
|
778
|
+
:param str resource_name: The unique name of the resulting resource.
|
779
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
780
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
781
|
+
:param pulumi.Input[Union['ConversationProfileAutomatedAgentConfigArgs', 'ConversationProfileAutomatedAgentConfigArgsDict']] automated_agent_config: Configuration for an automated agent to use with this profile
|
782
|
+
Structure is documented below.
|
783
|
+
:param pulumi.Input[_builtins.str] display_name: Required. Human readable name for this profile. Max length 1024 bytes.
|
784
|
+
:param pulumi.Input[Union['ConversationProfileHumanAgentAssistantConfigArgs', 'ConversationProfileHumanAgentAssistantConfigArgsDict']] human_agent_assistant_config: Configuration for connecting to a live agent
|
785
|
+
Structure is documented below.
|
786
|
+
:param pulumi.Input[Union['ConversationProfileHumanAgentHandoffConfigArgs', 'ConversationProfileHumanAgentHandoffConfigArgsDict']] human_agent_handoff_config: Defines the hand off to a live agent, typically on which external agent service provider to connect to a conversation.
|
787
|
+
Structure is documented below.
|
788
|
+
:param pulumi.Input[_builtins.str] language_code: Language code for the conversation profile. This should be a BCP-47 language tag.
|
789
|
+
:param pulumi.Input[_builtins.str] location: desc
|
790
|
+
:param pulumi.Input[Union['ConversationProfileLoggingConfigArgs', 'ConversationProfileLoggingConfigArgsDict']] logging_config: Defines logging behavior for conversation lifecycle events.
|
791
|
+
Structure is documented below.
|
792
|
+
:param pulumi.Input[_builtins.str] name: name
|
793
|
+
:param pulumi.Input[Union['ConversationProfileNewMessageEventNotificationConfigArgs', 'ConversationProfileNewMessageEventNotificationConfigArgsDict']] new_message_event_notification_config: Pub/Sub topic on which to publish new agent assistant events.
|
794
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
795
|
+
Structure is documented below.
|
796
|
+
:param pulumi.Input[Union['ConversationProfileNotificationConfigArgs', 'ConversationProfileNotificationConfigArgsDict']] notification_config: Pub/Sub topic on which to publish new agent assistant events.
|
797
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
798
|
+
Structure is documented below.
|
799
|
+
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
800
|
+
If it is not provided, the provider project is used.
|
801
|
+
:param pulumi.Input[_builtins.str] security_settings: Name of the CX SecuritySettings reference for the agent.
|
802
|
+
:param pulumi.Input[Union['ConversationProfileSttConfigArgs', 'ConversationProfileSttConfigArgsDict']] stt_config: Settings for speech transcription.
|
803
|
+
Structure is documented below.
|
804
|
+
:param pulumi.Input[_builtins.str] time_zone: The time zone of this conversational profile.
|
805
|
+
:param pulumi.Input[Union['ConversationProfileTtsConfigArgs', 'ConversationProfileTtsConfigArgsDict']] tts_config: Configuration for Text-to-Speech synthesization. If agent defines synthesization options as well, agent settings overrides the option here.
|
806
|
+
Structure is documented below.
|
807
|
+
"""
|
808
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
809
|
+
|
810
|
+
__props__ = _ConversationProfileState.__new__(_ConversationProfileState)
|
811
|
+
|
812
|
+
__props__.__dict__["automated_agent_config"] = automated_agent_config
|
813
|
+
__props__.__dict__["display_name"] = display_name
|
814
|
+
__props__.__dict__["human_agent_assistant_config"] = human_agent_assistant_config
|
815
|
+
__props__.__dict__["human_agent_handoff_config"] = human_agent_handoff_config
|
816
|
+
__props__.__dict__["language_code"] = language_code
|
817
|
+
__props__.__dict__["location"] = location
|
818
|
+
__props__.__dict__["logging_config"] = logging_config
|
819
|
+
__props__.__dict__["name"] = name
|
820
|
+
__props__.__dict__["new_message_event_notification_config"] = new_message_event_notification_config
|
821
|
+
__props__.__dict__["notification_config"] = notification_config
|
822
|
+
__props__.__dict__["project"] = project
|
823
|
+
__props__.__dict__["security_settings"] = security_settings
|
824
|
+
__props__.__dict__["stt_config"] = stt_config
|
825
|
+
__props__.__dict__["time_zone"] = time_zone
|
826
|
+
__props__.__dict__["tts_config"] = tts_config
|
827
|
+
return ConversationProfile(resource_name, opts=opts, __props__=__props__)
|
828
|
+
|
829
|
+
@_builtins.property
|
830
|
+
@pulumi.getter(name="automatedAgentConfig")
|
831
|
+
def automated_agent_config(self) -> pulumi.Output[Optional['outputs.ConversationProfileAutomatedAgentConfig']]:
|
832
|
+
"""
|
833
|
+
Configuration for an automated agent to use with this profile
|
834
|
+
Structure is documented below.
|
835
|
+
"""
|
836
|
+
return pulumi.get(self, "automated_agent_config")
|
837
|
+
|
838
|
+
@_builtins.property
|
839
|
+
@pulumi.getter(name="displayName")
|
840
|
+
def display_name(self) -> pulumi.Output[_builtins.str]:
|
841
|
+
"""
|
842
|
+
Required. Human readable name for this profile. Max length 1024 bytes.
|
843
|
+
"""
|
844
|
+
return pulumi.get(self, "display_name")
|
845
|
+
|
846
|
+
@_builtins.property
|
847
|
+
@pulumi.getter(name="humanAgentAssistantConfig")
|
848
|
+
def human_agent_assistant_config(self) -> pulumi.Output[Optional['outputs.ConversationProfileHumanAgentAssistantConfig']]:
|
849
|
+
"""
|
850
|
+
Configuration for connecting to a live agent
|
851
|
+
Structure is documented below.
|
852
|
+
"""
|
853
|
+
return pulumi.get(self, "human_agent_assistant_config")
|
854
|
+
|
855
|
+
@_builtins.property
|
856
|
+
@pulumi.getter(name="humanAgentHandoffConfig")
|
857
|
+
def human_agent_handoff_config(self) -> pulumi.Output[Optional['outputs.ConversationProfileHumanAgentHandoffConfig']]:
|
858
|
+
"""
|
859
|
+
Defines the hand off to a live agent, typically on which external agent service provider to connect to a conversation.
|
860
|
+
Structure is documented below.
|
861
|
+
"""
|
862
|
+
return pulumi.get(self, "human_agent_handoff_config")
|
863
|
+
|
864
|
+
@_builtins.property
|
865
|
+
@pulumi.getter(name="languageCode")
|
866
|
+
def language_code(self) -> pulumi.Output[_builtins.str]:
|
867
|
+
"""
|
868
|
+
Language code for the conversation profile. This should be a BCP-47 language tag.
|
869
|
+
"""
|
870
|
+
return pulumi.get(self, "language_code")
|
871
|
+
|
872
|
+
@_builtins.property
|
873
|
+
@pulumi.getter
|
874
|
+
def location(self) -> pulumi.Output[_builtins.str]:
|
875
|
+
"""
|
876
|
+
desc
|
877
|
+
"""
|
878
|
+
return pulumi.get(self, "location")
|
879
|
+
|
880
|
+
@_builtins.property
|
881
|
+
@pulumi.getter(name="loggingConfig")
|
882
|
+
def logging_config(self) -> pulumi.Output[Optional['outputs.ConversationProfileLoggingConfig']]:
|
883
|
+
"""
|
884
|
+
Defines logging behavior for conversation lifecycle events.
|
885
|
+
Structure is documented below.
|
886
|
+
"""
|
887
|
+
return pulumi.get(self, "logging_config")
|
888
|
+
|
889
|
+
@_builtins.property
|
890
|
+
@pulumi.getter
|
891
|
+
def name(self) -> pulumi.Output[_builtins.str]:
|
892
|
+
"""
|
893
|
+
name
|
894
|
+
"""
|
895
|
+
return pulumi.get(self, "name")
|
896
|
+
|
897
|
+
@_builtins.property
|
898
|
+
@pulumi.getter(name="newMessageEventNotificationConfig")
|
899
|
+
def new_message_event_notification_config(self) -> pulumi.Output[Optional['outputs.ConversationProfileNewMessageEventNotificationConfig']]:
|
900
|
+
"""
|
901
|
+
Pub/Sub topic on which to publish new agent assistant events.
|
902
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
903
|
+
Structure is documented below.
|
904
|
+
"""
|
905
|
+
return pulumi.get(self, "new_message_event_notification_config")
|
906
|
+
|
907
|
+
@_builtins.property
|
908
|
+
@pulumi.getter(name="notificationConfig")
|
909
|
+
def notification_config(self) -> pulumi.Output[Optional['outputs.ConversationProfileNotificationConfig']]:
|
910
|
+
"""
|
911
|
+
Pub/Sub topic on which to publish new agent assistant events.
|
912
|
+
Expects the format "projects/<Project ID>/locations/<Location ID>/topics/<Topic ID>"
|
913
|
+
Structure is documented below.
|
914
|
+
"""
|
915
|
+
return pulumi.get(self, "notification_config")
|
916
|
+
|
917
|
+
@_builtins.property
|
918
|
+
@pulumi.getter
|
919
|
+
def project(self) -> pulumi.Output[_builtins.str]:
|
920
|
+
"""
|
921
|
+
The ID of the project in which the resource belongs.
|
922
|
+
If it is not provided, the provider project is used.
|
923
|
+
"""
|
924
|
+
return pulumi.get(self, "project")
|
925
|
+
|
926
|
+
@_builtins.property
|
927
|
+
@pulumi.getter(name="securitySettings")
|
928
|
+
def security_settings(self) -> pulumi.Output[Optional[_builtins.str]]:
|
929
|
+
"""
|
930
|
+
Name of the CX SecuritySettings reference for the agent.
|
931
|
+
"""
|
932
|
+
return pulumi.get(self, "security_settings")
|
933
|
+
|
934
|
+
@_builtins.property
|
935
|
+
@pulumi.getter(name="sttConfig")
|
936
|
+
def stt_config(self) -> pulumi.Output[Optional['outputs.ConversationProfileSttConfig']]:
|
937
|
+
"""
|
938
|
+
Settings for speech transcription.
|
939
|
+
Structure is documented below.
|
940
|
+
"""
|
941
|
+
return pulumi.get(self, "stt_config")
|
942
|
+
|
943
|
+
@_builtins.property
|
944
|
+
@pulumi.getter(name="timeZone")
|
945
|
+
def time_zone(self) -> pulumi.Output[Optional[_builtins.str]]:
|
946
|
+
"""
|
947
|
+
The time zone of this conversational profile.
|
948
|
+
"""
|
949
|
+
return pulumi.get(self, "time_zone")
|
950
|
+
|
951
|
+
@_builtins.property
|
952
|
+
@pulumi.getter(name="ttsConfig")
|
953
|
+
def tts_config(self) -> pulumi.Output[Optional['outputs.ConversationProfileTtsConfig']]:
|
954
|
+
"""
|
955
|
+
Configuration for Text-to-Speech synthesization. If agent defines synthesization options as well, agent settings overrides the option here.
|
956
|
+
Structure is documented below.
|
957
|
+
"""
|
958
|
+
return pulumi.get(self, "tts_config")
|
959
|
+
|