pulumi-gcp 7.33.0a1721887782__py3-none-any.whl → 7.33.0a1721954725__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/_utilities.py +2 -0
- pulumi_gcp/accesscontextmanager/access_level.py +8 -8
- pulumi_gcp/accesscontextmanager/access_level_condition.py +18 -18
- pulumi_gcp/accesscontextmanager/access_levels.py +16 -16
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +8 -8
- pulumi_gcp/accesscontextmanager/service_perimeter.py +66 -66
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeters.py +12 -12
- pulumi_gcp/alloydb/cluster.py +22 -22
- pulumi_gcp/alloydb/instance.py +8 -8
- pulumi_gcp/apigee/addons_config.py +14 -14
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +6 -6
- pulumi_gcp/appengine/application_url_dispatch_rules.py +2 -2
- pulumi_gcp/appengine/domain_mapping.py +2 -2
- pulumi_gcp/appengine/engine_split_traffic.py +10 -10
- pulumi_gcp/appengine/flexible_app_version.py +18 -18
- pulumi_gcp/appengine/service_network_settings.py +4 -4
- pulumi_gcp/appengine/standard_app_version.py +26 -26
- pulumi_gcp/apphub/application.py +12 -12
- pulumi_gcp/apphub/service.py +12 -12
- pulumi_gcp/applicationintegration/auth_config.py +4 -4
- pulumi_gcp/applicationintegration/client.py +8 -8
- pulumi_gcp/artifactregistry/repository.py +102 -102
- pulumi_gcp/assuredworkloads/workload.py +26 -26
- pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
- pulumi_gcp/beyondcorp/app_connection.py +6 -6
- pulumi_gcp/beyondcorp/app_connector.py +4 -4
- pulumi_gcp/biglake/database.py +2 -2
- pulumi_gcp/biglake/table.py +24 -24
- pulumi_gcp/bigquery/app_profile.py +56 -56
- pulumi_gcp/bigquery/connection.py +42 -42
- pulumi_gcp/bigquery/dataset.py +30 -30
- pulumi_gcp/bigquery/dataset_access.py +26 -26
- pulumi_gcp/bigquery/job.py +126 -126
- pulumi_gcp/bigquery/reservation.py +2 -2
- pulumi_gcp/bigquery/routine.py +40 -40
- pulumi_gcp/bigquery/table.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy.py +2 -2
- pulumi_gcp/bigtable/authorized_view.py +16 -16
- pulumi_gcp/bigtable/gc_policy.py +8 -8
- pulumi_gcp/bigtable/instance.py +24 -24
- pulumi_gcp/bigtable/table.py +6 -6
- pulumi_gcp/billing/budget.py +64 -64
- pulumi_gcp/binaryauthorization/attestor.py +20 -20
- pulumi_gcp/binaryauthorization/policy.py +26 -26
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +32 -32
- pulumi_gcp/certificateauthority/authority.py +222 -222
- pulumi_gcp/certificateauthority/ca_pool.py +108 -108
- pulumi_gcp/certificateauthority/certificate.py +338 -338
- pulumi_gcp/certificateauthority/certificate_template.py +70 -70
- pulumi_gcp/certificatemanager/certificate.py +76 -76
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +30 -30
- pulumi_gcp/certificatemanager/certificate_map_entry.py +2 -2
- pulumi_gcp/certificatemanager/trust_config.py +12 -12
- pulumi_gcp/cloudasset/folder_feed.py +2 -2
- pulumi_gcp/cloudasset/organization_feed.py +2 -2
- pulumi_gcp/cloudasset/project_feed.py +2 -2
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +26 -26
- pulumi_gcp/cloudbuild/trigger.py +228 -228
- pulumi_gcp/cloudbuild/worker_pool.py +16 -16
- pulumi_gcp/cloudbuildv2/connection.py +24 -24
- pulumi_gcp/cloudbuildv2/repository.py +18 -18
- pulumi_gcp/clouddeploy/automation.py +16 -16
- pulumi_gcp/clouddeploy/custom_target_type.py +26 -26
- pulumi_gcp/clouddeploy/delivery_pipeline.py +50 -50
- pulumi_gcp/clouddeploy/target.py +6 -6
- pulumi_gcp/clouddomains/registration.py +48 -48
- pulumi_gcp/cloudfunctionsv2/function.py +292 -292
- pulumi_gcp/cloudquota/s_quota_preference.py +2 -2
- pulumi_gcp/cloudrun/domain_mapping.py +2 -2
- pulumi_gcp/cloudrun/service.py +60 -60
- pulumi_gcp/cloudrunv2/job.py +30 -30
- pulumi_gcp/cloudrunv2/service.py +78 -78
- pulumi_gcp/cloudscheduler/job.py +40 -40
- pulumi_gcp/cloudtasks/queue.py +16 -16
- pulumi_gcp/composer/get_image_versions.py +4 -4
- pulumi_gcp/composer/get_user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/get_user_workloads_secret.py +4 -4
- pulumi_gcp/composer/user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/address.py +6 -6
- pulumi_gcp/compute/attached_disk.py +2 -2
- pulumi_gcp/compute/autoscaler.py +24 -24
- pulumi_gcp/compute/backend_bucket.py +8 -8
- pulumi_gcp/compute/backend_service.py +72 -72
- pulumi_gcp/compute/backend_service_signed_url_key.py +6 -6
- pulumi_gcp/compute/disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/external_vpn_gateway.py +2 -2
- pulumi_gcp/compute/firewall_policy_rule.py +18 -18
- pulumi_gcp/compute/forwarding_rule.py +24 -24
- pulumi_gcp/compute/get_disk.py +2 -2
- pulumi_gcp/compute/get_image.py +2 -2
- pulumi_gcp/compute/get_instance_serial_port.py +4 -4
- pulumi_gcp/compute/global_forwarding_rule.py +50 -50
- pulumi_gcp/compute/ha_vpn_gateway.py +4 -4
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/instance.py +4 -4
- pulumi_gcp/compute/instance_from_template.py +6 -6
- pulumi_gcp/compute/instance_group_manager.py +18 -18
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/instance_group_named_port.py +4 -4
- pulumi_gcp/compute/instance_template.py +24 -24
- pulumi_gcp/compute/machine_image.py +6 -6
- pulumi_gcp/compute/managed_ssl_certificate.py +6 -6
- pulumi_gcp/compute/manged_ssl_certificate.py +6 -6
- pulumi_gcp/compute/network_attachment.py +4 -4
- pulumi_gcp/compute/network_endpoint.py +4 -4
- pulumi_gcp/compute/network_endpoint_list.py +12 -12
- pulumi_gcp/compute/network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/network_peering_routes_config.py +18 -18
- pulumi_gcp/compute/node_group.py +12 -12
- pulumi_gcp/compute/organization_security_policy_association.py +8 -8
- pulumi_gcp/compute/organization_security_policy_rule.py +8 -8
- pulumi_gcp/compute/packet_mirroring.py +8 -8
- pulumi_gcp/compute/per_instance_config.py +8 -8
- pulumi_gcp/compute/region_autoscaler.py +18 -18
- pulumi_gcp/compute/region_backend_service.py +42 -42
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +18 -18
- pulumi_gcp/compute/region_network_endpoint.py +4 -4
- pulumi_gcp/compute/region_network_endpoint_group.py +20 -20
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/region_per_instance_config.py +12 -12
- pulumi_gcp/compute/region_security_policy.py +2 -2
- pulumi_gcp/compute/region_security_policy_rule.py +32 -32
- pulumi_gcp/compute/region_target_http_proxy.py +10 -10
- pulumi_gcp/compute/region_target_https_proxy.py +28 -28
- pulumi_gcp/compute/region_url_map.py +314 -314
- pulumi_gcp/compute/reservation.py +6 -6
- pulumi_gcp/compute/resource_policy.py +56 -56
- pulumi_gcp/compute/router.py +6 -6
- pulumi_gcp/compute/router_nat.py +16 -16
- pulumi_gcp/compute/router_peer.py +16 -16
- pulumi_gcp/compute/security_policy.py +54 -54
- pulumi_gcp/compute/security_policy_rule.py +20 -20
- pulumi_gcp/compute/service_attachment.py +12 -12
- pulumi_gcp/compute/subnetwork.py +8 -8
- pulumi_gcp/compute/target_grpc_proxy.py +66 -66
- pulumi_gcp/compute/target_http_proxy.py +16 -16
- pulumi_gcp/compute/target_https_proxy.py +40 -40
- pulumi_gcp/compute/target_instance.py +10 -10
- pulumi_gcp/compute/url_map.py +324 -324
- pulumi_gcp/container/attached_cluster.py +20 -20
- pulumi_gcp/container/aws_cluster.py +176 -176
- pulumi_gcp/container/aws_node_pool.py +288 -288
- pulumi_gcp/container/azure_cluster.py +34 -34
- pulumi_gcp/container/azure_node_pool.py +38 -38
- pulumi_gcp/container/cluster.py +10 -10
- pulumi_gcp/container/node_pool.py +18 -18
- pulumi_gcp/containeranalysis/note.py +4 -4
- pulumi_gcp/databasemigrationservice/connection_profile.py +60 -60
- pulumi_gcp/databasemigrationservice/private_connection.py +2 -2
- pulumi_gcp/datacatalog/entry.py +2 -2
- pulumi_gcp/datacatalog/tag.py +112 -112
- pulumi_gcp/datacatalog/tag_template.py +28 -28
- pulumi_gcp/dataflow/pipeline.py +32 -32
- pulumi_gcp/dataform/repository.py +10 -10
- pulumi_gcp/dataform/repository_release_config.py +24 -24
- pulumi_gcp/dataform/repository_workflow_config.py +36 -36
- pulumi_gcp/datafusion/instance.py +14 -14
- pulumi_gcp/dataloss/prevention_deidentify_template.py +66 -66
- pulumi_gcp/dataloss/prevention_inspect_template.py +124 -124
- pulumi_gcp/dataloss/prevention_job_trigger.py +292 -292
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -10
- pulumi_gcp/dataplex/asset.py +2 -2
- pulumi_gcp/dataplex/datascan.py +76 -76
- pulumi_gcp/dataplex/task.py +64 -64
- pulumi_gcp/dataplex/zone.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy.py +14 -14
- pulumi_gcp/dataproc/cluster.py +58 -58
- pulumi_gcp/dataproc/job.py +18 -18
- pulumi_gcp/dataproc/metastore_federation.py +10 -10
- pulumi_gcp/dataproc/metastore_service.py +52 -52
- pulumi_gcp/dataproc/workflow_template.py +52 -52
- pulumi_gcp/datastream/connection_profile.py +18 -18
- pulumi_gcp/datastream/stream.py +222 -222
- pulumi_gcp/diagflow/cx_agent.py +22 -22
- pulumi_gcp/diagflow/cx_entity_type.py +2 -2
- pulumi_gcp/diagflow/cx_environment.py +2 -2
- pulumi_gcp/diagflow/cx_flow.py +98 -98
- pulumi_gcp/diagflow/cx_intent.py +6 -6
- pulumi_gcp/diagflow/cx_page.py +154 -154
- pulumi_gcp/diagflow/cx_security_settings.py +22 -22
- pulumi_gcp/diagflow/cx_test_case.py +46 -46
- pulumi_gcp/diagflow/cx_version.py +2 -2
- pulumi_gcp/diagflow/cx_webhook.py +2 -2
- pulumi_gcp/diagflow/fulfillment.py +2 -2
- pulumi_gcp/discoveryengine/chat_engine.py +8 -8
- pulumi_gcp/discoveryengine/data_store.py +12 -12
- pulumi_gcp/dns/get_keys.py +2 -2
- pulumi_gcp/dns/managed_zone.py +48 -48
- pulumi_gcp/dns/policy.py +12 -12
- pulumi_gcp/dns/record_set.py +20 -20
- pulumi_gcp/dns/response_policy.py +26 -26
- pulumi_gcp/dns/response_policy_rule.py +6 -6
- pulumi_gcp/edgecontainer/cluster.py +32 -32
- pulumi_gcp/edgecontainer/node_pool.py +28 -28
- pulumi_gcp/edgecontainer/vpn_connection.py +6 -6
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +20 -20
- pulumi_gcp/eventarc/trigger.py +10 -10
- pulumi_gcp/filestore/backup.py +4 -4
- pulumi_gcp/filestore/instance.py +28 -28
- pulumi_gcp/filestore/snapshot.py +4 -4
- pulumi_gcp/firebase/android_app.py +8 -8
- pulumi_gcp/firebase/apple_app.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +34 -34
- pulumi_gcp/firebase/hosting_custom_domain.py +2 -2
- pulumi_gcp/firebase/hosting_release.py +4 -4
- pulumi_gcp/firebase/hosting_version.py +4 -4
- pulumi_gcp/firebase/web_app.py +4 -4
- pulumi_gcp/firestore/database.py +4 -4
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/firestore/index.py +16 -16
- pulumi_gcp/folder/access_approval_settings.py +4 -4
- pulumi_gcp/folder/iam_audit_config.py +12 -12
- pulumi_gcp/folder/iam_member.py +12 -12
- pulumi_gcp/folder/iam_policy.py +12 -12
- pulumi_gcp/folder/organization_policy.py +2 -2
- pulumi_gcp/gkebackup/backup_plan.py +130 -130
- pulumi_gcp/gkebackup/restore_plan.py +262 -262
- pulumi_gcp/gkehub/feature.py +90 -90
- pulumi_gcp/gkehub/feature_membership.py +66 -66
- pulumi_gcp/gkehub/fleet.py +4 -4
- pulumi_gcp/gkehub/membership.py +14 -14
- pulumi_gcp/gkehub/membership_binding.py +4 -4
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +6 -6
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +100 -100
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +182 -182
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +100 -100
- pulumi_gcp/gkeonprem/v_mware_cluster.py +112 -112
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +24 -24
- pulumi_gcp/healthcare/dataset.py +2 -2
- pulumi_gcp/healthcare/dicom_store.py +10 -10
- pulumi_gcp/healthcare/fhir_store.py +22 -22
- pulumi_gcp/healthcare/hl7_store.py +10 -10
- pulumi_gcp/iam/access_boundary_policy.py +16 -16
- pulumi_gcp/iam/deny_policy.py +18 -18
- pulumi_gcp/iam/workforce_pool.py +4 -4
- pulumi_gcp/iam/workforce_pool_provider.py +84 -84
- pulumi_gcp/iam/workload_identity_pool_provider.py +20 -20
- pulumi_gcp/identityplatform/config.py +32 -32
- pulumi_gcp/identityplatform/inbound_saml_config.py +14 -14
- pulumi_gcp/identityplatform/project_default_config.py +10 -10
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +14 -14
- pulumi_gcp/integrationconnectors/connection.py +132 -132
- pulumi_gcp/integrationconnectors/managed_zone.py +2 -2
- pulumi_gcp/kms/ekm_connection.py +6 -6
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +4 -4
- pulumi_gcp/kms/secret_ciphertext.py +4 -4
- pulumi_gcp/logging/folder_bucket_config.py +2 -2
- pulumi_gcp/logging/metric.py +28 -28
- pulumi_gcp/logging/organization_bucket_config.py +2 -2
- pulumi_gcp/logging/project_bucket_config.py +4 -4
- pulumi_gcp/looker/instance.py +38 -38
- pulumi_gcp/managedkafka/cluster.py +18 -18
- pulumi_gcp/managedkafka/topic.py +8 -8
- pulumi_gcp/memcache/instance.py +8 -8
- pulumi_gcp/migrationcenter/preference_set.py +46 -46
- pulumi_gcp/monitoring/alert_policy.py +42 -42
- pulumi_gcp/monitoring/custom_service.py +2 -2
- pulumi_gcp/monitoring/generic_service.py +4 -4
- pulumi_gcp/monitoring/get_app_engine_service.py +2 -2
- pulumi_gcp/monitoring/get_notification_channel.py +8 -8
- pulumi_gcp/monitoring/metric_descriptor.py +10 -10
- pulumi_gcp/monitoring/notification_channel.py +2 -2
- pulumi_gcp/monitoring/slo.py +28 -28
- pulumi_gcp/monitoring/uptime_check_config.py +66 -66
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/netapp/volume_replication.py +6 -6
- pulumi_gcp/networkconnectivity/policy_based_route.py +10 -10
- pulumi_gcp/networkconnectivity/spoke.py +16 -16
- pulumi_gcp/networkmanagement/connectivity_test.py +18 -18
- pulumi_gcp/networksecurity/authorization_policy.py +10 -10
- pulumi_gcp/networksecurity/client_tls_policy.py +12 -12
- pulumi_gcp/networksecurity/gateway_security_policy.py +42 -42
- pulumi_gcp/networksecurity/security_profile.py +6 -6
- pulumi_gcp/networksecurity/server_tls_policy.py +36 -36
- pulumi_gcp/networksecurity/tls_inspection_policy.py +92 -92
- pulumi_gcp/networkservices/edge_cache_keyset.py +2 -2
- pulumi_gcp/networkservices/edge_cache_origin.py +30 -30
- pulumi_gcp/networkservices/edge_cache_service.py +260 -260
- pulumi_gcp/networkservices/endpoint_policy.py +14 -14
- pulumi_gcp/networkservices/gateway.py +8 -8
- pulumi_gcp/networkservices/grpc_route.py +36 -36
- pulumi_gcp/networkservices/http_route.py +148 -148
- pulumi_gcp/networkservices/service_lb_policies.py +2 -2
- pulumi_gcp/networkservices/tcp_route.py +16 -16
- pulumi_gcp/networkservices/tls_route.py +12 -12
- pulumi_gcp/notebooks/instance.py +10 -10
- pulumi_gcp/notebooks/runtime.py +90 -90
- pulumi_gcp/organizations/access_approval_settings.py +8 -8
- pulumi_gcp/organizations/iam_audit_config.py +4 -4
- pulumi_gcp/organizations/iam_member.py +12 -12
- pulumi_gcp/organizations/iam_policy.py +12 -12
- pulumi_gcp/organizations/policy.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +12 -12
- pulumi_gcp/osconfig/guest_policies.py +28 -28
- pulumi_gcp/osconfig/os_policy_assignment.py +42 -42
- pulumi_gcp/osconfig/patch_deployment.py +70 -70
- pulumi_gcp/privilegedaccessmanager/entitlement.py +20 -20
- pulumi_gcp/projects/access_approval_settings.py +6 -6
- pulumi_gcp/projects/api_key.py +28 -28
- pulumi_gcp/projects/iam_audit_config.py +12 -12
- pulumi_gcp/projects/iam_binding.py +12 -12
- pulumi_gcp/projects/iam_member.py +12 -12
- pulumi_gcp/projects/iam_policy.py +12 -12
- pulumi_gcp/projects/organization_policy.py +2 -2
- pulumi_gcp/pubsub/lite_subscription.py +8 -8
- pulumi_gcp/pubsub/lite_topic.py +8 -8
- pulumi_gcp/pubsub/subscription.py +50 -50
- pulumi_gcp/pubsub/topic.py +12 -12
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +54 -54
- pulumi_gcp/redis/instance.py +8 -8
- pulumi_gcp/secretmanager/secret.py +6 -6
- pulumi_gcp/secretmanager/secret_version.py +6 -6
- pulumi_gcp/securesourcemanager/instance.py +30 -30
- pulumi_gcp/securesourcemanager/repository.py +2 -2
- pulumi_gcp/securitycenter/folder_custom_module.py +12 -12
- pulumi_gcp/securitycenter/instance_iam_binding.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_member.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_policy.py +14 -14
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/organization_custom_module.py +12 -12
- pulumi_gcp/securitycenter/project_custom_module.py +12 -12
- pulumi_gcp/securityposture/posture.py +52 -52
- pulumi_gcp/sourcerepo/repository.py +4 -4
- pulumi_gcp/spanner/instance.py +12 -12
- pulumi_gcp/sql/database_instance.py +28 -28
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/storage/bucket.py +12 -12
- pulumi_gcp/storage/get_project_service_account.py +2 -2
- pulumi_gcp/storage/insights_report_config.py +16 -16
- pulumi_gcp/storage/transfer_agent_pool.py +2 -2
- pulumi_gcp/storage/transfer_job.py +38 -38
- pulumi_gcp/tpu/v2_vm.py +8 -8
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +16 -16
- pulumi_gcp/vertex/ai_endpoint.py +2 -2
- pulumi_gcp/vertex/ai_feature_group.py +6 -6
- pulumi_gcp/vertex/ai_feature_group_feature.py +6 -6
- pulumi_gcp/vertex/ai_feature_online_store.py +22 -22
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +76 -76
- pulumi_gcp/vertex/ai_feature_store.py +14 -14
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +30 -30
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +12 -12
- pulumi_gcp/vertex/ai_index.py +28 -28
- pulumi_gcp/vertex/ai_index_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_tensorboard.py +2 -2
- pulumi_gcp/vmwareengine/cluster.py +36 -36
- pulumi_gcp/vmwareengine/external_access_rule.py +20 -20
- pulumi_gcp/vmwareengine/external_address.py +12 -12
- pulumi_gcp/vmwareengine/private_cloud.py +26 -26
- pulumi_gcp/vmwareengine/subnet.py +12 -12
- pulumi_gcp/workbench/instance.py +66 -66
- pulumi_gcp/workstations/workstation.py +8 -8
- pulumi_gcp/workstations/workstation_cluster.py +4 -4
- pulumi_gcp/workstations/workstation_config.py +122 -122
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/RECORD +367 -367
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721954725.dist-info}/top_level.txt +0 -0
pulumi_gcp/diagflow/cx_agent.py
CHANGED
@@ -656,29 +656,29 @@ class CxAgent(pulumi.CustomResource):
|
|
656
656
|
enable_stackdriver_logging=True,
|
657
657
|
enable_spell_correction=True,
|
658
658
|
speech_to_text_settings={
|
659
|
-
"
|
659
|
+
"enable_speech_adaptation": True,
|
660
660
|
},
|
661
661
|
advanced_settings={
|
662
|
-
"
|
662
|
+
"audio_export_gcs_destination": {
|
663
663
|
"uri": bucket.url.apply(lambda url: f"{url}/prefix-"),
|
664
664
|
},
|
665
|
-
"
|
665
|
+
"dtmf_settings": {
|
666
666
|
"enabled": True,
|
667
|
-
"
|
668
|
-
"
|
667
|
+
"max_digits": 1,
|
668
|
+
"finish_digit": "#",
|
669
669
|
},
|
670
670
|
},
|
671
671
|
git_integration_settings={
|
672
|
-
"
|
673
|
-
"
|
674
|
-
"
|
675
|
-
"
|
676
|
-
"
|
672
|
+
"github_settings": {
|
673
|
+
"display_name": "Github Repo",
|
674
|
+
"repository_uri": "https://api.github.com/repos/githubtraining/hellogitworld",
|
675
|
+
"tracking_branch": "main",
|
676
|
+
"access_token": "secret-token",
|
677
677
|
"branches": ["main"],
|
678
678
|
},
|
679
679
|
},
|
680
680
|
text_to_speech_settings={
|
681
|
-
"
|
681
|
+
"synthesize_speech_configs": json.dumps({
|
682
682
|
"en": {
|
683
683
|
"voice": {
|
684
684
|
"name": "en-US-Neural2-A",
|
@@ -792,29 +792,29 @@ class CxAgent(pulumi.CustomResource):
|
|
792
792
|
enable_stackdriver_logging=True,
|
793
793
|
enable_spell_correction=True,
|
794
794
|
speech_to_text_settings={
|
795
|
-
"
|
795
|
+
"enable_speech_adaptation": True,
|
796
796
|
},
|
797
797
|
advanced_settings={
|
798
|
-
"
|
798
|
+
"audio_export_gcs_destination": {
|
799
799
|
"uri": bucket.url.apply(lambda url: f"{url}/prefix-"),
|
800
800
|
},
|
801
|
-
"
|
801
|
+
"dtmf_settings": {
|
802
802
|
"enabled": True,
|
803
|
-
"
|
804
|
-
"
|
803
|
+
"max_digits": 1,
|
804
|
+
"finish_digit": "#",
|
805
805
|
},
|
806
806
|
},
|
807
807
|
git_integration_settings={
|
808
|
-
"
|
809
|
-
"
|
810
|
-
"
|
811
|
-
"
|
812
|
-
"
|
808
|
+
"github_settings": {
|
809
|
+
"display_name": "Github Repo",
|
810
|
+
"repository_uri": "https://api.github.com/repos/githubtraining/hellogitworld",
|
811
|
+
"tracking_branch": "main",
|
812
|
+
"access_token": "secret-token",
|
813
813
|
"branches": ["main"],
|
814
814
|
},
|
815
815
|
},
|
816
816
|
text_to_speech_settings={
|
817
|
-
"
|
817
|
+
"synthesize_speech_configs": json.dumps({
|
818
818
|
"en": {
|
819
819
|
"voice": {
|
820
820
|
"name": "en-US-Neural2-A",
|
@@ -433,7 +433,7 @@ class CxEntityType(pulumi.CustomResource):
|
|
433
433
|
enable_stackdriver_logging=True,
|
434
434
|
enable_spell_correction=True,
|
435
435
|
speech_to_text_settings={
|
436
|
-
"
|
436
|
+
"enable_speech_adaptation": True,
|
437
437
|
})
|
438
438
|
basic_entity_type = gcp.diagflow.CxEntityType("basic_entity_type",
|
439
439
|
parent=agent.id,
|
@@ -539,7 +539,7 @@ class CxEntityType(pulumi.CustomResource):
|
|
539
539
|
enable_stackdriver_logging=True,
|
540
540
|
enable_spell_correction=True,
|
541
541
|
speech_to_text_settings={
|
542
|
-
"
|
542
|
+
"enable_speech_adaptation": True,
|
543
543
|
})
|
544
544
|
basic_entity_type = gcp.diagflow.CxEntityType("basic_entity_type",
|
545
545
|
parent=agent.id,
|
@@ -244,7 +244,7 @@ class CxEnvironment(pulumi.CustomResource):
|
|
244
244
|
enable_stackdriver_logging=True,
|
245
245
|
enable_spell_correction=True,
|
246
246
|
speech_to_text_settings={
|
247
|
-
"
|
247
|
+
"enable_speech_adaptation": True,
|
248
248
|
})
|
249
249
|
version1 = gcp.diagflow.CxVersion("version_1",
|
250
250
|
parent=agent.start_flow,
|
@@ -326,7 +326,7 @@ class CxEnvironment(pulumi.CustomResource):
|
|
326
326
|
enable_stackdriver_logging=True,
|
327
327
|
enable_spell_correction=True,
|
328
328
|
speech_to_text_settings={
|
329
|
-
"
|
329
|
+
"enable_speech_adaptation": True,
|
330
330
|
})
|
331
331
|
version1 = gcp.diagflow.CxVersion("version_1",
|
332
332
|
parent=agent.start_flow,
|
pulumi_gcp/diagflow/cx_flow.py
CHANGED
@@ -535,21 +535,21 @@ class CxFlow(pulumi.CustomResource):
|
|
535
535
|
enable_stackdriver_logging=True,
|
536
536
|
enable_spell_correction=True,
|
537
537
|
speech_to_text_settings={
|
538
|
-
"
|
538
|
+
"enable_speech_adaptation": True,
|
539
539
|
})
|
540
540
|
basic_flow = gcp.diagflow.CxFlow("basic_flow",
|
541
541
|
parent=agent.id,
|
542
542
|
display_name="MyFlow",
|
543
543
|
description="Test Flow",
|
544
544
|
nlu_settings={
|
545
|
-
"
|
546
|
-
"
|
545
|
+
"classification_threshold": 0.3,
|
546
|
+
"model_type": "MODEL_TYPE_STANDARD",
|
547
547
|
},
|
548
548
|
event_handlers=[
|
549
549
|
{
|
550
550
|
"event": "custom-event",
|
551
|
-
"
|
552
|
-
"
|
551
|
+
"trigger_fulfillment": {
|
552
|
+
"return_partial_responses": False,
|
553
553
|
"messages": [{
|
554
554
|
"text": {
|
555
555
|
"texts": ["I didn't get that. Can you say it again?"],
|
@@ -559,8 +559,8 @@ class CxFlow(pulumi.CustomResource):
|
|
559
559
|
},
|
560
560
|
{
|
561
561
|
"event": "sys.no-match-default",
|
562
|
-
"
|
563
|
-
"
|
562
|
+
"trigger_fulfillment": {
|
563
|
+
"return_partial_responses": False,
|
564
564
|
"messages": [{
|
565
565
|
"text": {
|
566
566
|
"texts": ["Sorry, could you say that again?"],
|
@@ -570,8 +570,8 @@ class CxFlow(pulumi.CustomResource):
|
|
570
570
|
},
|
571
571
|
{
|
572
572
|
"event": "sys.no-input-default",
|
573
|
-
"
|
574
|
-
"
|
573
|
+
"trigger_fulfillment": {
|
574
|
+
"return_partial_responses": False,
|
575
575
|
"messages": [{
|
576
576
|
"text": {
|
577
577
|
"texts": ["One more time?"],
|
@@ -603,7 +603,7 @@ class CxFlow(pulumi.CustomResource):
|
|
603
603
|
enable_stackdriver_logging=True,
|
604
604
|
enable_spell_correction=True,
|
605
605
|
speech_to_text_settings={
|
606
|
-
"
|
606
|
+
"enable_speech_adaptation": True,
|
607
607
|
})
|
608
608
|
bucket = gcp.storage.Bucket("bucket",
|
609
609
|
name="dialogflowcx-bucket",
|
@@ -614,14 +614,14 @@ class CxFlow(pulumi.CustomResource):
|
|
614
614
|
display_name="MyFlow",
|
615
615
|
description="Test Flow",
|
616
616
|
nlu_settings={
|
617
|
-
"
|
618
|
-
"
|
617
|
+
"classification_threshold": 0.3,
|
618
|
+
"model_type": "MODEL_TYPE_STANDARD",
|
619
619
|
},
|
620
620
|
event_handlers=[
|
621
621
|
{
|
622
622
|
"event": "custom-event",
|
623
|
-
"
|
624
|
-
"
|
623
|
+
"trigger_fulfillment": {
|
624
|
+
"return_partial_responses": False,
|
625
625
|
"messages": [{
|
626
626
|
"text": {
|
627
627
|
"texts": ["I didn't get that. Can you say it again?"],
|
@@ -631,8 +631,8 @@ class CxFlow(pulumi.CustomResource):
|
|
631
631
|
},
|
632
632
|
{
|
633
633
|
"event": "sys.no-match-default",
|
634
|
-
"
|
635
|
-
"
|
634
|
+
"trigger_fulfillment": {
|
635
|
+
"return_partial_responses": False,
|
636
636
|
"messages": [{
|
637
637
|
"text": {
|
638
638
|
"texts": ["Sorry, could you say that again?"],
|
@@ -642,8 +642,8 @@ class CxFlow(pulumi.CustomResource):
|
|
642
642
|
},
|
643
643
|
{
|
644
644
|
"event": "sys.no-input-default",
|
645
|
-
"
|
646
|
-
"
|
645
|
+
"trigger_fulfillment": {
|
646
|
+
"return_partial_responses": False,
|
647
647
|
"messages": [{
|
648
648
|
"text": {
|
649
649
|
"texts": ["One more time?"],
|
@@ -653,8 +653,8 @@ class CxFlow(pulumi.CustomResource):
|
|
653
653
|
},
|
654
654
|
{
|
655
655
|
"event": "another-event",
|
656
|
-
"
|
657
|
-
"
|
656
|
+
"trigger_fulfillment": {
|
657
|
+
"return_partial_responses": True,
|
658
658
|
"messages": [
|
659
659
|
{
|
660
660
|
"channel": "some-channel",
|
@@ -666,37 +666,37 @@ class CxFlow(pulumi.CustomResource):
|
|
666
666
|
"payload": " {\\"some-key\\": \\"some-value\\", \\"other-key\\": [\\"other-value\\"]}\\n",
|
667
667
|
},
|
668
668
|
{
|
669
|
-
"
|
669
|
+
"conversation_success": {
|
670
670
|
"metadata": " {\\"some-metadata-key\\": \\"some-value\\", \\"other-metadata-key\\": 1234}\\n",
|
671
671
|
},
|
672
672
|
},
|
673
673
|
{
|
674
|
-
"
|
674
|
+
"output_audio_text": {
|
675
675
|
"text": "some output text",
|
676
676
|
},
|
677
677
|
},
|
678
678
|
{
|
679
|
-
"
|
679
|
+
"output_audio_text": {
|
680
680
|
"ssml": " <speak>Some example <say-as interpret-as=\\"characters\\">SSML XML</say-as></speak>\\n",
|
681
681
|
},
|
682
682
|
},
|
683
683
|
{
|
684
|
-
"
|
684
|
+
"live_agent_handoff": {
|
685
685
|
"metadata": " {\\"some-metadata-key\\": \\"some-value\\", \\"other-metadata-key\\": 1234}\\n",
|
686
686
|
},
|
687
687
|
},
|
688
688
|
{
|
689
|
-
"
|
690
|
-
"
|
689
|
+
"play_audio": {
|
690
|
+
"audio_uri": "http://example.com/some-audio-file.mp3",
|
691
691
|
},
|
692
692
|
},
|
693
693
|
{
|
694
|
-
"
|
695
|
-
"
|
694
|
+
"telephony_transfer_call": {
|
695
|
+
"phone_number": "1-234-567-8901",
|
696
696
|
},
|
697
697
|
},
|
698
698
|
],
|
699
|
-
"
|
699
|
+
"set_parameter_actions": [
|
700
700
|
{
|
701
701
|
"parameter": "some-param",
|
702
702
|
"value": "123.45",
|
@@ -710,11 +710,11 @@ class CxFlow(pulumi.CustomResource):
|
|
710
710
|
"value": json.dumps(["foo"]),
|
711
711
|
},
|
712
712
|
],
|
713
|
-
"
|
713
|
+
"conditional_cases": [{
|
714
714
|
"cases": json.dumps([
|
715
715
|
{
|
716
716
|
"condition": "$sys.func.RAND() < 0.5",
|
717
|
-
"
|
717
|
+
"case_content": [
|
718
718
|
{
|
719
719
|
"message": {
|
720
720
|
"text": {
|
@@ -754,8 +754,8 @@ class CxFlow(pulumi.CustomResource):
|
|
754
754
|
],
|
755
755
|
transition_routes=[{
|
756
756
|
"condition": "true",
|
757
|
-
"
|
758
|
-
"
|
757
|
+
"trigger_fulfillment": {
|
758
|
+
"return_partial_responses": True,
|
759
759
|
"messages": [
|
760
760
|
{
|
761
761
|
"channel": "some-channel",
|
@@ -767,37 +767,37 @@ class CxFlow(pulumi.CustomResource):
|
|
767
767
|
"payload": " {\\"some-key\\": \\"some-value\\", \\"other-key\\": [\\"other-value\\"]}\\n",
|
768
768
|
},
|
769
769
|
{
|
770
|
-
"
|
770
|
+
"conversation_success": {
|
771
771
|
"metadata": " {\\"some-metadata-key\\": \\"some-value\\", \\"other-metadata-key\\": 1234}\\n",
|
772
772
|
},
|
773
773
|
},
|
774
774
|
{
|
775
|
-
"
|
775
|
+
"output_audio_text": {
|
776
776
|
"text": "some output text",
|
777
777
|
},
|
778
778
|
},
|
779
779
|
{
|
780
|
-
"
|
780
|
+
"output_audio_text": {
|
781
781
|
"ssml": " <speak>Some example <say-as interpret-as=\\"characters\\">SSML XML</say-as></speak>\\n",
|
782
782
|
},
|
783
783
|
},
|
784
784
|
{
|
785
|
-
"
|
785
|
+
"live_agent_handoff": {
|
786
786
|
"metadata": " {\\"some-metadata-key\\": \\"some-value\\", \\"other-metadata-key\\": 1234}\\n",
|
787
787
|
},
|
788
788
|
},
|
789
789
|
{
|
790
|
-
"
|
791
|
-
"
|
790
|
+
"play_audio": {
|
791
|
+
"audio_uri": "http://example.com/some-audio-file.mp3",
|
792
792
|
},
|
793
793
|
},
|
794
794
|
{
|
795
|
-
"
|
796
|
-
"
|
795
|
+
"telephony_transfer_call": {
|
796
|
+
"phone_number": "1-234-567-8901",
|
797
797
|
},
|
798
798
|
},
|
799
799
|
],
|
800
|
-
"
|
800
|
+
"set_parameter_actions": [
|
801
801
|
{
|
802
802
|
"parameter": "some-param",
|
803
803
|
"value": "123.45",
|
@@ -811,11 +811,11 @@ class CxFlow(pulumi.CustomResource):
|
|
811
811
|
"value": json.dumps(["foo"]),
|
812
812
|
},
|
813
813
|
],
|
814
|
-
"
|
814
|
+
"conditional_cases": [{
|
815
815
|
"cases": json.dumps([
|
816
816
|
{
|
817
817
|
"condition": "$sys.func.RAND() < 0.5",
|
818
|
-
"
|
818
|
+
"case_content": [
|
819
819
|
{
|
820
820
|
"message": {
|
821
821
|
"text": {
|
@@ -851,16 +851,16 @@ class CxFlow(pulumi.CustomResource):
|
|
851
851
|
]),
|
852
852
|
}],
|
853
853
|
},
|
854
|
-
"
|
854
|
+
"target_flow": agent.start_flow,
|
855
855
|
}],
|
856
856
|
advanced_settings={
|
857
|
-
"
|
857
|
+
"audio_export_gcs_destination": {
|
858
858
|
"uri": bucket.url.apply(lambda url: f"{url}/prefix-"),
|
859
859
|
},
|
860
|
-
"
|
860
|
+
"dtmf_settings": {
|
861
861
|
"enabled": True,
|
862
|
-
"
|
863
|
-
"
|
862
|
+
"max_digits": 1,
|
863
|
+
"finish_digit": "#",
|
864
864
|
},
|
865
865
|
})
|
866
866
|
```
|
@@ -963,21 +963,21 @@ class CxFlow(pulumi.CustomResource):
|
|
963
963
|
enable_stackdriver_logging=True,
|
964
964
|
enable_spell_correction=True,
|
965
965
|
speech_to_text_settings={
|
966
|
-
"
|
966
|
+
"enable_speech_adaptation": True,
|
967
967
|
})
|
968
968
|
basic_flow = gcp.diagflow.CxFlow("basic_flow",
|
969
969
|
parent=agent.id,
|
970
970
|
display_name="MyFlow",
|
971
971
|
description="Test Flow",
|
972
972
|
nlu_settings={
|
973
|
-
"
|
974
|
-
"
|
973
|
+
"classification_threshold": 0.3,
|
974
|
+
"model_type": "MODEL_TYPE_STANDARD",
|
975
975
|
},
|
976
976
|
event_handlers=[
|
977
977
|
{
|
978
978
|
"event": "custom-event",
|
979
|
-
"
|
980
|
-
"
|
979
|
+
"trigger_fulfillment": {
|
980
|
+
"return_partial_responses": False,
|
981
981
|
"messages": [{
|
982
982
|
"text": {
|
983
983
|
"texts": ["I didn't get that. Can you say it again?"],
|
@@ -987,8 +987,8 @@ class CxFlow(pulumi.CustomResource):
|
|
987
987
|
},
|
988
988
|
{
|
989
989
|
"event": "sys.no-match-default",
|
990
|
-
"
|
991
|
-
"
|
990
|
+
"trigger_fulfillment": {
|
991
|
+
"return_partial_responses": False,
|
992
992
|
"messages": [{
|
993
993
|
"text": {
|
994
994
|
"texts": ["Sorry, could you say that again?"],
|
@@ -998,8 +998,8 @@ class CxFlow(pulumi.CustomResource):
|
|
998
998
|
},
|
999
999
|
{
|
1000
1000
|
"event": "sys.no-input-default",
|
1001
|
-
"
|
1002
|
-
"
|
1001
|
+
"trigger_fulfillment": {
|
1002
|
+
"return_partial_responses": False,
|
1003
1003
|
"messages": [{
|
1004
1004
|
"text": {
|
1005
1005
|
"texts": ["One more time?"],
|
@@ -1031,7 +1031,7 @@ class CxFlow(pulumi.CustomResource):
|
|
1031
1031
|
enable_stackdriver_logging=True,
|
1032
1032
|
enable_spell_correction=True,
|
1033
1033
|
speech_to_text_settings={
|
1034
|
-
"
|
1034
|
+
"enable_speech_adaptation": True,
|
1035
1035
|
})
|
1036
1036
|
bucket = gcp.storage.Bucket("bucket",
|
1037
1037
|
name="dialogflowcx-bucket",
|
@@ -1042,14 +1042,14 @@ class CxFlow(pulumi.CustomResource):
|
|
1042
1042
|
display_name="MyFlow",
|
1043
1043
|
description="Test Flow",
|
1044
1044
|
nlu_settings={
|
1045
|
-
"
|
1046
|
-
"
|
1045
|
+
"classification_threshold": 0.3,
|
1046
|
+
"model_type": "MODEL_TYPE_STANDARD",
|
1047
1047
|
},
|
1048
1048
|
event_handlers=[
|
1049
1049
|
{
|
1050
1050
|
"event": "custom-event",
|
1051
|
-
"
|
1052
|
-
"
|
1051
|
+
"trigger_fulfillment": {
|
1052
|
+
"return_partial_responses": False,
|
1053
1053
|
"messages": [{
|
1054
1054
|
"text": {
|
1055
1055
|
"texts": ["I didn't get that. Can you say it again?"],
|
@@ -1059,8 +1059,8 @@ class CxFlow(pulumi.CustomResource):
|
|
1059
1059
|
},
|
1060
1060
|
{
|
1061
1061
|
"event": "sys.no-match-default",
|
1062
|
-
"
|
1063
|
-
"
|
1062
|
+
"trigger_fulfillment": {
|
1063
|
+
"return_partial_responses": False,
|
1064
1064
|
"messages": [{
|
1065
1065
|
"text": {
|
1066
1066
|
"texts": ["Sorry, could you say that again?"],
|
@@ -1070,8 +1070,8 @@ class CxFlow(pulumi.CustomResource):
|
|
1070
1070
|
},
|
1071
1071
|
{
|
1072
1072
|
"event": "sys.no-input-default",
|
1073
|
-
"
|
1074
|
-
"
|
1073
|
+
"trigger_fulfillment": {
|
1074
|
+
"return_partial_responses": False,
|
1075
1075
|
"messages": [{
|
1076
1076
|
"text": {
|
1077
1077
|
"texts": ["One more time?"],
|
@@ -1081,8 +1081,8 @@ class CxFlow(pulumi.CustomResource):
|
|
1081
1081
|
},
|
1082
1082
|
{
|
1083
1083
|
"event": "another-event",
|
1084
|
-
"
|
1085
|
-
"
|
1084
|
+
"trigger_fulfillment": {
|
1085
|
+
"return_partial_responses": True,
|
1086
1086
|
"messages": [
|
1087
1087
|
{
|
1088
1088
|
"channel": "some-channel",
|
@@ -1094,37 +1094,37 @@ class CxFlow(pulumi.CustomResource):
|
|
1094
1094
|
"payload": " {\\"some-key\\": \\"some-value\\", \\"other-key\\": [\\"other-value\\"]}\\n",
|
1095
1095
|
},
|
1096
1096
|
{
|
1097
|
-
"
|
1097
|
+
"conversation_success": {
|
1098
1098
|
"metadata": " {\\"some-metadata-key\\": \\"some-value\\", \\"other-metadata-key\\": 1234}\\n",
|
1099
1099
|
},
|
1100
1100
|
},
|
1101
1101
|
{
|
1102
|
-
"
|
1102
|
+
"output_audio_text": {
|
1103
1103
|
"text": "some output text",
|
1104
1104
|
},
|
1105
1105
|
},
|
1106
1106
|
{
|
1107
|
-
"
|
1107
|
+
"output_audio_text": {
|
1108
1108
|
"ssml": " <speak>Some example <say-as interpret-as=\\"characters\\">SSML XML</say-as></speak>\\n",
|
1109
1109
|
},
|
1110
1110
|
},
|
1111
1111
|
{
|
1112
|
-
"
|
1112
|
+
"live_agent_handoff": {
|
1113
1113
|
"metadata": " {\\"some-metadata-key\\": \\"some-value\\", \\"other-metadata-key\\": 1234}\\n",
|
1114
1114
|
},
|
1115
1115
|
},
|
1116
1116
|
{
|
1117
|
-
"
|
1118
|
-
"
|
1117
|
+
"play_audio": {
|
1118
|
+
"audio_uri": "http://example.com/some-audio-file.mp3",
|
1119
1119
|
},
|
1120
1120
|
},
|
1121
1121
|
{
|
1122
|
-
"
|
1123
|
-
"
|
1122
|
+
"telephony_transfer_call": {
|
1123
|
+
"phone_number": "1-234-567-8901",
|
1124
1124
|
},
|
1125
1125
|
},
|
1126
1126
|
],
|
1127
|
-
"
|
1127
|
+
"set_parameter_actions": [
|
1128
1128
|
{
|
1129
1129
|
"parameter": "some-param",
|
1130
1130
|
"value": "123.45",
|
@@ -1138,11 +1138,11 @@ class CxFlow(pulumi.CustomResource):
|
|
1138
1138
|
"value": json.dumps(["foo"]),
|
1139
1139
|
},
|
1140
1140
|
],
|
1141
|
-
"
|
1141
|
+
"conditional_cases": [{
|
1142
1142
|
"cases": json.dumps([
|
1143
1143
|
{
|
1144
1144
|
"condition": "$sys.func.RAND() < 0.5",
|
1145
|
-
"
|
1145
|
+
"case_content": [
|
1146
1146
|
{
|
1147
1147
|
"message": {
|
1148
1148
|
"text": {
|
@@ -1182,8 +1182,8 @@ class CxFlow(pulumi.CustomResource):
|
|
1182
1182
|
],
|
1183
1183
|
transition_routes=[{
|
1184
1184
|
"condition": "true",
|
1185
|
-
"
|
1186
|
-
"
|
1185
|
+
"trigger_fulfillment": {
|
1186
|
+
"return_partial_responses": True,
|
1187
1187
|
"messages": [
|
1188
1188
|
{
|
1189
1189
|
"channel": "some-channel",
|
@@ -1195,37 +1195,37 @@ class CxFlow(pulumi.CustomResource):
|
|
1195
1195
|
"payload": " {\\"some-key\\": \\"some-value\\", \\"other-key\\": [\\"other-value\\"]}\\n",
|
1196
1196
|
},
|
1197
1197
|
{
|
1198
|
-
"
|
1198
|
+
"conversation_success": {
|
1199
1199
|
"metadata": " {\\"some-metadata-key\\": \\"some-value\\", \\"other-metadata-key\\": 1234}\\n",
|
1200
1200
|
},
|
1201
1201
|
},
|
1202
1202
|
{
|
1203
|
-
"
|
1203
|
+
"output_audio_text": {
|
1204
1204
|
"text": "some output text",
|
1205
1205
|
},
|
1206
1206
|
},
|
1207
1207
|
{
|
1208
|
-
"
|
1208
|
+
"output_audio_text": {
|
1209
1209
|
"ssml": " <speak>Some example <say-as interpret-as=\\"characters\\">SSML XML</say-as></speak>\\n",
|
1210
1210
|
},
|
1211
1211
|
},
|
1212
1212
|
{
|
1213
|
-
"
|
1213
|
+
"live_agent_handoff": {
|
1214
1214
|
"metadata": " {\\"some-metadata-key\\": \\"some-value\\", \\"other-metadata-key\\": 1234}\\n",
|
1215
1215
|
},
|
1216
1216
|
},
|
1217
1217
|
{
|
1218
|
-
"
|
1219
|
-
"
|
1218
|
+
"play_audio": {
|
1219
|
+
"audio_uri": "http://example.com/some-audio-file.mp3",
|
1220
1220
|
},
|
1221
1221
|
},
|
1222
1222
|
{
|
1223
|
-
"
|
1224
|
-
"
|
1223
|
+
"telephony_transfer_call": {
|
1224
|
+
"phone_number": "1-234-567-8901",
|
1225
1225
|
},
|
1226
1226
|
},
|
1227
1227
|
],
|
1228
|
-
"
|
1228
|
+
"set_parameter_actions": [
|
1229
1229
|
{
|
1230
1230
|
"parameter": "some-param",
|
1231
1231
|
"value": "123.45",
|
@@ -1239,11 +1239,11 @@ class CxFlow(pulumi.CustomResource):
|
|
1239
1239
|
"value": json.dumps(["foo"]),
|
1240
1240
|
},
|
1241
1241
|
],
|
1242
|
-
"
|
1242
|
+
"conditional_cases": [{
|
1243
1243
|
"cases": json.dumps([
|
1244
1244
|
{
|
1245
1245
|
"condition": "$sys.func.RAND() < 0.5",
|
1246
|
-
"
|
1246
|
+
"case_content": [
|
1247
1247
|
{
|
1248
1248
|
"message": {
|
1249
1249
|
"text": {
|
@@ -1279,16 +1279,16 @@ class CxFlow(pulumi.CustomResource):
|
|
1279
1279
|
]),
|
1280
1280
|
}],
|
1281
1281
|
},
|
1282
|
-
"
|
1282
|
+
"target_flow": agent.start_flow,
|
1283
1283
|
}],
|
1284
1284
|
advanced_settings={
|
1285
|
-
"
|
1285
|
+
"audio_export_gcs_destination": {
|
1286
1286
|
"uri": bucket.url.apply(lambda url: f"{url}/prefix-"),
|
1287
1287
|
},
|
1288
|
-
"
|
1288
|
+
"dtmf_settings": {
|
1289
1289
|
"enabled": True,
|
1290
|
-
"
|
1291
|
-
"
|
1290
|
+
"max_digits": 1,
|
1291
|
+
"finish_digit": "#",
|
1292
1292
|
},
|
1293
1293
|
})
|
1294
1294
|
```
|