pulumi-gcp 8.32.0a1747377897__py3-none-any.whl → 8.32.0a1747834582__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 +88 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +13 -0
- pulumi_gcp/apigateway/api_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_iam_policy.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +13 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/environment_iam_binding.py +27 -0
- pulumi_gcp/apigee/environment_iam_member.py +27 -0
- pulumi_gcp/apigee/environment_iam_policy.py +27 -0
- pulumi_gcp/apigee/get_environment_iam_policy.py +6 -0
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/application.py +8 -4
- pulumi_gcp/beyondcorp/application_iam_binding.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +26 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/get_security_gateway.py +222 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/outputs.py +45 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +13 -0
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +4 -11
- pulumi_gcp/bigquery/connection_iam_member.py +4 -11
- pulumi_gcp/bigquery/connection_iam_policy.py +4 -11
- pulumi_gcp/bigquery/data_transfer_config.py +2 -2
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +4 -0
- pulumi_gcp/bigquery/iam_binding.py +26 -0
- pulumi_gcp/bigquery/iam_member.py +26 -0
- pulumi_gcp/bigquery/iam_policy.py +26 -0
- pulumi_gcp/bigquery/row_access_policy.py +787 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +13 -0
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -0
- pulumi_gcp/bigtable/logical_view.py +49 -0
- pulumi_gcp/cloudbuild/trigger.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +6 -0
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +6 -0
- pulumi_gcp/colab/schedule.py +2 -2
- pulumi_gcp/compute/_inputs.py +126 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
- pulumi_gcp/compute/get_instance_template.py +12 -1
- pulumi_gcp/compute/get_network_endpoint_group.py +12 -1
- pulumi_gcp/compute/global_forwarding_rule.py +199 -0
- pulumi_gcp/compute/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +110 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +34 -0
- pulumi_gcp/dataplex/__init__.py +5 -0
- pulumi_gcp/dataplex/_inputs.py +98 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +53 -0
- pulumi_gcp/dataplex/asset_iam_member.py +53 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +53 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_asset_iam_policy.py +10 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_glossary_iam_policy.py +185 -0
- pulumi_gcp/dataplex/get_lake_iam_policy.py +6 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_zone_iam_policy.py +8 -0
- pulumi_gcp/dataplex/glossary.py +772 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +676 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +27 -0
- pulumi_gcp/dataplex/lake_iam_member.py +27 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +27 -0
- pulumi_gcp/dataplex/outputs.py +56 -0
- pulumi_gcp/dataplex/task_iam_binding.py +13 -0
- pulumi_gcp/dataplex/task_iam_member.py +13 -0
- pulumi_gcp/dataplex/task_iam_policy.py +13 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +40 -0
- pulumi_gcp/dataplex/zone_iam_member.py +40 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +40 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +4 -25
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -8
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +8 -0
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +10 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +40 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +53 -0
- pulumi_gcp/diagflow/_inputs.py +56 -0
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +2 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +35 -0
- pulumi_gcp/edgecontainer/node_pool.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_policy.py +26 -0
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +8 -0
- pulumi_gcp/endpoints/get_service_iam_policy.py +6 -0
- pulumi_gcp/endpoints/service_iam_binding.py +13 -0
- pulumi_gcp/endpoints/service_iam_member.py +13 -0
- pulumi_gcp/endpoints/service_iam_policy.py +13 -0
- pulumi_gcp/firebase/__init__.py +3 -0
- pulumi_gcp/firebase/_inputs.py +1527 -0
- pulumi_gcp/firebase/app_hosting_backend.py +104 -0
- pulumi_gcp/firebase/app_hosting_default_domain.py +721 -0
- pulumi_gcp/firebase/app_hosting_domain.py +796 -0
- pulumi_gcp/firebase/app_hosting_traffic.py +914 -0
- pulumi_gcp/firebase/extensions_instance.py +4 -4
- pulumi_gcp/firebase/outputs.py +1075 -0
- pulumi_gcp/firestore/database.py +9 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +4 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +26 -0
- pulumi_gcp/gkebackup/backup_channel.py +9 -9
- pulumi_gcp/gkebackup/restore_channel.py +9 -9
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +13 -0
- pulumi_gcp/gkehub/membership_iam_member.py +13 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +13 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +13 -0
- pulumi_gcp/gkehub/scope_iam_member.py +13 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +13 -0
- pulumi_gcp/iam/__init__.py +4 -0
- pulumi_gcp/iam/_inputs.py +432 -0
- pulumi_gcp/iam/get_workload_identity_pool.py +35 -1
- pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +156 -0
- pulumi_gcp/iam/oauth_client_credential.py +6 -0
- pulumi_gcp/iam/outputs.py +510 -0
- pulumi_gcp/iam/workload_identity_pool.py +446 -24
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +358 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +13 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +27 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
- pulumi_gcp/lustre/__init__.py +1 -0
- pulumi_gcp/lustre/get_instance.py +280 -0
- pulumi_gcp/lustre/instance.py +12 -0
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/networksecurity/intercept_deployment.py +10 -0
- pulumi_gcp/networksecurity/intercept_deployment_group.py +8 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +12 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +16 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +13 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_member.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +4 -11
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +13 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +2 -0
- pulumi_gcp/vmwareengine/external_address.py +4 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -0
- pulumi_gcp/workstations/get_workstation_iam_policy.py +10 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +33 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +53 -0
- pulumi_gcp/workstations/workstation_iam_member.py +53 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +53 -0
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/RECORD +256 -241
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/top_level.txt +0 -0
pulumi_gcp/diagflow/_inputs.py
CHANGED
@@ -26,6 +26,8 @@ __all__ = [
|
|
26
26
|
'CxAgentAdvancedSettingsLoggingSettingsArgsDict',
|
27
27
|
'CxAgentAdvancedSettingsSpeechSettingsArgs',
|
28
28
|
'CxAgentAdvancedSettingsSpeechSettingsArgsDict',
|
29
|
+
'CxAgentGenAppBuilderSettingsArgs',
|
30
|
+
'CxAgentGenAppBuilderSettingsArgsDict',
|
29
31
|
'CxAgentGitIntegrationSettingsArgs',
|
30
32
|
'CxAgentGitIntegrationSettingsArgsDict',
|
31
33
|
'CxAgentGitIntegrationSettingsGithubSettingsArgs',
|
@@ -788,6 +790,40 @@ class CxAgentAdvancedSettingsSpeechSettingsArgs:
|
|
788
790
|
pulumi.set(self, "use_timeout_based_endpointing", value)
|
789
791
|
|
790
792
|
|
793
|
+
if not MYPY:
|
794
|
+
class CxAgentGenAppBuilderSettingsArgsDict(TypedDict):
|
795
|
+
engine: pulumi.Input[builtins.str]
|
796
|
+
"""
|
797
|
+
The full name of the Gen App Builder engine related to this agent if there is one.
|
798
|
+
Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
|
799
|
+
"""
|
800
|
+
elif False:
|
801
|
+
CxAgentGenAppBuilderSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
802
|
+
|
803
|
+
@pulumi.input_type
|
804
|
+
class CxAgentGenAppBuilderSettingsArgs:
|
805
|
+
def __init__(__self__, *,
|
806
|
+
engine: pulumi.Input[builtins.str]):
|
807
|
+
"""
|
808
|
+
:param pulumi.Input[builtins.str] engine: The full name of the Gen App Builder engine related to this agent if there is one.
|
809
|
+
Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
|
810
|
+
"""
|
811
|
+
pulumi.set(__self__, "engine", engine)
|
812
|
+
|
813
|
+
@property
|
814
|
+
@pulumi.getter
|
815
|
+
def engine(self) -> pulumi.Input[builtins.str]:
|
816
|
+
"""
|
817
|
+
The full name of the Gen App Builder engine related to this agent if there is one.
|
818
|
+
Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
|
819
|
+
"""
|
820
|
+
return pulumi.get(self, "engine")
|
821
|
+
|
822
|
+
@engine.setter
|
823
|
+
def engine(self, value: pulumi.Input[builtins.str]):
|
824
|
+
pulumi.set(self, "engine", value)
|
825
|
+
|
826
|
+
|
791
827
|
if not MYPY:
|
792
828
|
class CxAgentGitIntegrationSettingsArgsDict(TypedDict):
|
793
829
|
github_settings: NotRequired[pulumi.Input['CxAgentGitIntegrationSettingsGithubSettingsArgsDict']]
|
@@ -1692,6 +1728,10 @@ if not MYPY:
|
|
1692
1728
|
Conditional cases for this fulfillment.
|
1693
1729
|
Structure is documented below.
|
1694
1730
|
"""
|
1731
|
+
enable_generative_fallback: NotRequired[pulumi.Input[builtins.bool]]
|
1732
|
+
"""
|
1733
|
+
If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
|
1734
|
+
"""
|
1695
1735
|
messages: NotRequired[pulumi.Input[Sequence[pulumi.Input['CxFlowEventHandlerTriggerFulfillmentMessageArgsDict']]]]
|
1696
1736
|
"""
|
1697
1737
|
The list of rich message responses to present to the user.
|
@@ -1721,6 +1761,7 @@ elif False:
|
|
1721
1761
|
class CxFlowEventHandlerTriggerFulfillmentArgs:
|
1722
1762
|
def __init__(__self__, *,
|
1723
1763
|
conditional_cases: Optional[pulumi.Input[Sequence[pulumi.Input['CxFlowEventHandlerTriggerFulfillmentConditionalCaseArgs']]]] = None,
|
1764
|
+
enable_generative_fallback: Optional[pulumi.Input[builtins.bool]] = None,
|
1724
1765
|
messages: Optional[pulumi.Input[Sequence[pulumi.Input['CxFlowEventHandlerTriggerFulfillmentMessageArgs']]]] = None,
|
1725
1766
|
return_partial_responses: Optional[pulumi.Input[builtins.bool]] = None,
|
1726
1767
|
set_parameter_actions: Optional[pulumi.Input[Sequence[pulumi.Input['CxFlowEventHandlerTriggerFulfillmentSetParameterActionArgs']]]] = None,
|
@@ -1729,6 +1770,7 @@ class CxFlowEventHandlerTriggerFulfillmentArgs:
|
|
1729
1770
|
"""
|
1730
1771
|
:param pulumi.Input[Sequence[pulumi.Input['CxFlowEventHandlerTriggerFulfillmentConditionalCaseArgs']]] conditional_cases: Conditional cases for this fulfillment.
|
1731
1772
|
Structure is documented below.
|
1773
|
+
:param pulumi.Input[builtins.bool] enable_generative_fallback: If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
|
1732
1774
|
:param pulumi.Input[Sequence[pulumi.Input['CxFlowEventHandlerTriggerFulfillmentMessageArgs']]] messages: The list of rich message responses to present to the user.
|
1733
1775
|
Structure is documented below.
|
1734
1776
|
:param pulumi.Input[builtins.bool] return_partial_responses: Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
|
@@ -1739,6 +1781,8 @@ class CxFlowEventHandlerTriggerFulfillmentArgs:
|
|
1739
1781
|
"""
|
1740
1782
|
if conditional_cases is not None:
|
1741
1783
|
pulumi.set(__self__, "conditional_cases", conditional_cases)
|
1784
|
+
if enable_generative_fallback is not None:
|
1785
|
+
pulumi.set(__self__, "enable_generative_fallback", enable_generative_fallback)
|
1742
1786
|
if messages is not None:
|
1743
1787
|
pulumi.set(__self__, "messages", messages)
|
1744
1788
|
if return_partial_responses is not None:
|
@@ -1763,6 +1807,18 @@ class CxFlowEventHandlerTriggerFulfillmentArgs:
|
|
1763
1807
|
def conditional_cases(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CxFlowEventHandlerTriggerFulfillmentConditionalCaseArgs']]]]):
|
1764
1808
|
pulumi.set(self, "conditional_cases", value)
|
1765
1809
|
|
1810
|
+
@property
|
1811
|
+
@pulumi.getter(name="enableGenerativeFallback")
|
1812
|
+
def enable_generative_fallback(self) -> Optional[pulumi.Input[builtins.bool]]:
|
1813
|
+
"""
|
1814
|
+
If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
|
1815
|
+
"""
|
1816
|
+
return pulumi.get(self, "enable_generative_fallback")
|
1817
|
+
|
1818
|
+
@enable_generative_fallback.setter
|
1819
|
+
def enable_generative_fallback(self, value: Optional[pulumi.Input[builtins.bool]]):
|
1820
|
+
pulumi.set(self, "enable_generative_fallback", value)
|
1821
|
+
|
1766
1822
|
@property
|
1767
1823
|
@pulumi.getter
|
1768
1824
|
def messages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CxFlowEventHandlerTriggerFulfillmentMessageArgs']]]]:
|
pulumi_gcp/diagflow/cx_agent.py
CHANGED
@@ -31,6 +31,7 @@ class CxAgentArgs:
|
|
31
31
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
32
32
|
enable_spell_correction: Optional[pulumi.Input[builtins.bool]] = None,
|
33
33
|
enable_stackdriver_logging: Optional[pulumi.Input[builtins.bool]] = None,
|
34
|
+
gen_app_builder_settings: Optional[pulumi.Input['CxAgentGenAppBuilderSettingsArgs']] = None,
|
34
35
|
git_integration_settings: Optional[pulumi.Input['CxAgentGitIntegrationSettingsArgs']] = None,
|
35
36
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
36
37
|
security_settings: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -61,6 +62,8 @@ class CxAgentArgs:
|
|
61
62
|
Determines whether this agent should log conversation queries.
|
62
63
|
|
63
64
|
> **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
|
65
|
+
:param pulumi.Input['CxAgentGenAppBuilderSettingsArgs'] gen_app_builder_settings: Gen App Builder-related agent-level settings.
|
66
|
+
Structure is documented below.
|
64
67
|
:param pulumi.Input['CxAgentGitIntegrationSettingsArgs'] git_integration_settings: Git integration settings for this agent.
|
65
68
|
Structure is documented below.
|
66
69
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -89,6 +92,8 @@ class CxAgentArgs:
|
|
89
92
|
pulumi.log.warn("""enable_stackdriver_logging is deprecated: `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.""")
|
90
93
|
if enable_stackdriver_logging is not None:
|
91
94
|
pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
|
95
|
+
if gen_app_builder_settings is not None:
|
96
|
+
pulumi.set(__self__, "gen_app_builder_settings", gen_app_builder_settings)
|
92
97
|
if git_integration_settings is not None:
|
93
98
|
pulumi.set(__self__, "git_integration_settings", git_integration_settings)
|
94
99
|
if project is not None:
|
@@ -224,6 +229,19 @@ class CxAgentArgs:
|
|
224
229
|
def enable_stackdriver_logging(self, value: Optional[pulumi.Input[builtins.bool]]):
|
225
230
|
pulumi.set(self, "enable_stackdriver_logging", value)
|
226
231
|
|
232
|
+
@property
|
233
|
+
@pulumi.getter(name="genAppBuilderSettings")
|
234
|
+
def gen_app_builder_settings(self) -> Optional[pulumi.Input['CxAgentGenAppBuilderSettingsArgs']]:
|
235
|
+
"""
|
236
|
+
Gen App Builder-related agent-level settings.
|
237
|
+
Structure is documented below.
|
238
|
+
"""
|
239
|
+
return pulumi.get(self, "gen_app_builder_settings")
|
240
|
+
|
241
|
+
@gen_app_builder_settings.setter
|
242
|
+
def gen_app_builder_settings(self, value: Optional[pulumi.Input['CxAgentGenAppBuilderSettingsArgs']]):
|
243
|
+
pulumi.set(self, "gen_app_builder_settings", value)
|
244
|
+
|
227
245
|
@property
|
228
246
|
@pulumi.getter(name="gitIntegrationSettings")
|
229
247
|
def git_integration_settings(self) -> Optional[pulumi.Input['CxAgentGitIntegrationSettingsArgs']]:
|
@@ -311,6 +329,7 @@ class _CxAgentState:
|
|
311
329
|
display_name: Optional[pulumi.Input[builtins.str]] = None,
|
312
330
|
enable_spell_correction: Optional[pulumi.Input[builtins.bool]] = None,
|
313
331
|
enable_stackdriver_logging: Optional[pulumi.Input[builtins.bool]] = None,
|
332
|
+
gen_app_builder_settings: Optional[pulumi.Input['CxAgentGenAppBuilderSettingsArgs']] = None,
|
314
333
|
git_integration_settings: Optional[pulumi.Input['CxAgentGitIntegrationSettingsArgs']] = None,
|
315
334
|
location: Optional[pulumi.Input[builtins.str]] = None,
|
316
335
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -336,6 +355,8 @@ class _CxAgentState:
|
|
336
355
|
Determines whether this agent should log conversation queries.
|
337
356
|
|
338
357
|
> **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
|
358
|
+
:param pulumi.Input['CxAgentGenAppBuilderSettingsArgs'] gen_app_builder_settings: Gen App Builder-related agent-level settings.
|
359
|
+
Structure is documented below.
|
339
360
|
:param pulumi.Input['CxAgentGitIntegrationSettingsArgs'] git_integration_settings: Git integration settings for this agent.
|
340
361
|
Structure is documented below.
|
341
362
|
:param pulumi.Input[builtins.str] location: The name of the location this agent is located in.
|
@@ -375,6 +396,8 @@ class _CxAgentState:
|
|
375
396
|
pulumi.log.warn("""enable_stackdriver_logging is deprecated: `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.""")
|
376
397
|
if enable_stackdriver_logging is not None:
|
377
398
|
pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
|
399
|
+
if gen_app_builder_settings is not None:
|
400
|
+
pulumi.set(__self__, "gen_app_builder_settings", gen_app_builder_settings)
|
378
401
|
if git_integration_settings is not None:
|
379
402
|
pulumi.set(__self__, "git_integration_settings", git_integration_settings)
|
380
403
|
if location is not None:
|
@@ -487,6 +510,19 @@ class _CxAgentState:
|
|
487
510
|
def enable_stackdriver_logging(self, value: Optional[pulumi.Input[builtins.bool]]):
|
488
511
|
pulumi.set(self, "enable_stackdriver_logging", value)
|
489
512
|
|
513
|
+
@property
|
514
|
+
@pulumi.getter(name="genAppBuilderSettings")
|
515
|
+
def gen_app_builder_settings(self) -> Optional[pulumi.Input['CxAgentGenAppBuilderSettingsArgs']]:
|
516
|
+
"""
|
517
|
+
Gen App Builder-related agent-level settings.
|
518
|
+
Structure is documented below.
|
519
|
+
"""
|
520
|
+
return pulumi.get(self, "gen_app_builder_settings")
|
521
|
+
|
522
|
+
@gen_app_builder_settings.setter
|
523
|
+
def gen_app_builder_settings(self, value: Optional[pulumi.Input['CxAgentGenAppBuilderSettingsArgs']]):
|
524
|
+
pulumi.set(self, "gen_app_builder_settings", value)
|
525
|
+
|
490
526
|
@property
|
491
527
|
@pulumi.getter(name="gitIntegrationSettings")
|
492
528
|
def git_integration_settings(self) -> Optional[pulumi.Input['CxAgentGitIntegrationSettingsArgs']]:
|
@@ -632,6 +668,7 @@ class CxAgent(pulumi.CustomResource):
|
|
632
668
|
display_name: Optional[pulumi.Input[builtins.str]] = None,
|
633
669
|
enable_spell_correction: Optional[pulumi.Input[builtins.bool]] = None,
|
634
670
|
enable_stackdriver_logging: Optional[pulumi.Input[builtins.bool]] = None,
|
671
|
+
gen_app_builder_settings: Optional[pulumi.Input[Union['CxAgentGenAppBuilderSettingsArgs', 'CxAgentGenAppBuilderSettingsArgsDict']]] = None,
|
635
672
|
git_integration_settings: Optional[pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']]] = None,
|
636
673
|
location: Optional[pulumi.Input[builtins.str]] = None,
|
637
674
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -727,6 +764,9 @@ class CxAgent(pulumi.CustomResource):
|
|
727
764
|
},
|
728
765
|
},
|
729
766
|
}),
|
767
|
+
},
|
768
|
+
gen_app_builder_settings={
|
769
|
+
"engine": "projects/-/locations/-/collections/-/engines/-",
|
730
770
|
})
|
731
771
|
```
|
732
772
|
|
@@ -769,6 +809,8 @@ class CxAgent(pulumi.CustomResource):
|
|
769
809
|
Determines whether this agent should log conversation queries.
|
770
810
|
|
771
811
|
> **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
|
812
|
+
:param pulumi.Input[Union['CxAgentGenAppBuilderSettingsArgs', 'CxAgentGenAppBuilderSettingsArgsDict']] gen_app_builder_settings: Gen App Builder-related agent-level settings.
|
813
|
+
Structure is documented below.
|
772
814
|
:param pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']] git_integration_settings: Git integration settings for this agent.
|
773
815
|
Structure is documented below.
|
774
816
|
:param pulumi.Input[builtins.str] location: The name of the location this agent is located in.
|
@@ -881,6 +923,9 @@ class CxAgent(pulumi.CustomResource):
|
|
881
923
|
},
|
882
924
|
},
|
883
925
|
}),
|
926
|
+
},
|
927
|
+
gen_app_builder_settings={
|
928
|
+
"engine": "projects/-/locations/-/collections/-/engines/-",
|
884
929
|
})
|
885
930
|
```
|
886
931
|
|
@@ -930,6 +975,7 @@ class CxAgent(pulumi.CustomResource):
|
|
930
975
|
display_name: Optional[pulumi.Input[builtins.str]] = None,
|
931
976
|
enable_spell_correction: Optional[pulumi.Input[builtins.bool]] = None,
|
932
977
|
enable_stackdriver_logging: Optional[pulumi.Input[builtins.bool]] = None,
|
978
|
+
gen_app_builder_settings: Optional[pulumi.Input[Union['CxAgentGenAppBuilderSettingsArgs', 'CxAgentGenAppBuilderSettingsArgsDict']]] = None,
|
933
979
|
git_integration_settings: Optional[pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']]] = None,
|
934
980
|
location: Optional[pulumi.Input[builtins.str]] = None,
|
935
981
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -958,6 +1004,7 @@ class CxAgent(pulumi.CustomResource):
|
|
958
1004
|
__props__.__dict__["display_name"] = display_name
|
959
1005
|
__props__.__dict__["enable_spell_correction"] = enable_spell_correction
|
960
1006
|
__props__.__dict__["enable_stackdriver_logging"] = enable_stackdriver_logging
|
1007
|
+
__props__.__dict__["gen_app_builder_settings"] = gen_app_builder_settings
|
961
1008
|
__props__.__dict__["git_integration_settings"] = git_integration_settings
|
962
1009
|
if location is None and not opts.urn:
|
963
1010
|
raise TypeError("Missing required property 'location'")
|
@@ -989,6 +1036,7 @@ class CxAgent(pulumi.CustomResource):
|
|
989
1036
|
display_name: Optional[pulumi.Input[builtins.str]] = None,
|
990
1037
|
enable_spell_correction: Optional[pulumi.Input[builtins.bool]] = None,
|
991
1038
|
enable_stackdriver_logging: Optional[pulumi.Input[builtins.bool]] = None,
|
1039
|
+
gen_app_builder_settings: Optional[pulumi.Input[Union['CxAgentGenAppBuilderSettingsArgs', 'CxAgentGenAppBuilderSettingsArgsDict']]] = None,
|
992
1040
|
git_integration_settings: Optional[pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']]] = None,
|
993
1041
|
location: Optional[pulumi.Input[builtins.str]] = None,
|
994
1042
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -1019,6 +1067,8 @@ class CxAgent(pulumi.CustomResource):
|
|
1019
1067
|
Determines whether this agent should log conversation queries.
|
1020
1068
|
|
1021
1069
|
> **Warning:** `enable_stackdriver_logging` is deprecated and will be removed in a future major release. Please use `advanced_settings.logging_settings.enable_stackdriver_logging`instead.
|
1070
|
+
:param pulumi.Input[Union['CxAgentGenAppBuilderSettingsArgs', 'CxAgentGenAppBuilderSettingsArgsDict']] gen_app_builder_settings: Gen App Builder-related agent-level settings.
|
1071
|
+
Structure is documented below.
|
1022
1072
|
:param pulumi.Input[Union['CxAgentGitIntegrationSettingsArgs', 'CxAgentGitIntegrationSettingsArgsDict']] git_integration_settings: Git integration settings for this agent.
|
1023
1073
|
Structure is documented below.
|
1024
1074
|
:param pulumi.Input[builtins.str] location: The name of the location this agent is located in.
|
@@ -1052,6 +1102,7 @@ class CxAgent(pulumi.CustomResource):
|
|
1052
1102
|
__props__.__dict__["display_name"] = display_name
|
1053
1103
|
__props__.__dict__["enable_spell_correction"] = enable_spell_correction
|
1054
1104
|
__props__.__dict__["enable_stackdriver_logging"] = enable_stackdriver_logging
|
1105
|
+
__props__.__dict__["gen_app_builder_settings"] = gen_app_builder_settings
|
1055
1106
|
__props__.__dict__["git_integration_settings"] = git_integration_settings
|
1056
1107
|
__props__.__dict__["location"] = location
|
1057
1108
|
__props__.__dict__["name"] = name
|
@@ -1127,6 +1178,15 @@ class CxAgent(pulumi.CustomResource):
|
|
1127
1178
|
"""
|
1128
1179
|
return pulumi.get(self, "enable_stackdriver_logging")
|
1129
1180
|
|
1181
|
+
@property
|
1182
|
+
@pulumi.getter(name="genAppBuilderSettings")
|
1183
|
+
def gen_app_builder_settings(self) -> pulumi.Output['outputs.CxAgentGenAppBuilderSettings']:
|
1184
|
+
"""
|
1185
|
+
Gen App Builder-related agent-level settings.
|
1186
|
+
Structure is documented below.
|
1187
|
+
"""
|
1188
|
+
return pulumi.get(self, "gen_app_builder_settings")
|
1189
|
+
|
1130
1190
|
@property
|
1131
1191
|
@pulumi.getter(name="gitIntegrationSettings")
|
1132
1192
|
def git_integration_settings(self) -> pulumi.Output[Optional['outputs.CxAgentGitIntegrationSettings']]:
|
pulumi_gcp/diagflow/cx_flow.py
CHANGED
@@ -802,6 +802,7 @@ class CxFlow(pulumi.CustomResource):
|
|
802
802
|
},
|
803
803
|
]),
|
804
804
|
}],
|
805
|
+
"enable_generative_fallback": True,
|
805
806
|
},
|
806
807
|
},
|
807
808
|
],
|
@@ -1372,6 +1373,7 @@ class CxFlow(pulumi.CustomResource):
|
|
1372
1373
|
},
|
1373
1374
|
]),
|
1374
1375
|
}],
|
1376
|
+
"enable_generative_fallback": True,
|
1375
1377
|
},
|
1376
1378
|
},
|
1377
1379
|
],
|
@@ -285,7 +285,7 @@ class EntityType(pulumi.CustomResource):
|
|
285
285
|
default_language_code="en",
|
286
286
|
time_zone="America/New_York")
|
287
287
|
basic_entity_type = gcp.diagflow.EntityType("basic_entity_type",
|
288
|
-
display_name="",
|
288
|
+
display_name="basic-entity-type",
|
289
289
|
kind="KIND_MAP",
|
290
290
|
entities=[
|
291
291
|
{
|
@@ -364,7 +364,7 @@ class EntityType(pulumi.CustomResource):
|
|
364
364
|
default_language_code="en",
|
365
365
|
time_zone="America/New_York")
|
366
366
|
basic_entity_type = gcp.diagflow.EntityType("basic_entity_type",
|
367
|
-
display_name="",
|
367
|
+
display_name="basic-entity-type",
|
368
368
|
kind="KIND_MAP",
|
369
369
|
entities=[
|
370
370
|
{
|
pulumi_gcp/diagflow/outputs.py
CHANGED
@@ -22,6 +22,7 @@ __all__ = [
|
|
22
22
|
'CxAgentAdvancedSettingsDtmfSettings',
|
23
23
|
'CxAgentAdvancedSettingsLoggingSettings',
|
24
24
|
'CxAgentAdvancedSettingsSpeechSettings',
|
25
|
+
'CxAgentGenAppBuilderSettings',
|
25
26
|
'CxAgentGitIntegrationSettings',
|
26
27
|
'CxAgentGitIntegrationSettingsGithubSettings',
|
27
28
|
'CxAgentSpeechToTextSettings',
|
@@ -531,6 +532,26 @@ class CxAgentAdvancedSettingsSpeechSettings(dict):
|
|
531
532
|
return pulumi.get(self, "use_timeout_based_endpointing")
|
532
533
|
|
533
534
|
|
535
|
+
@pulumi.output_type
|
536
|
+
class CxAgentGenAppBuilderSettings(dict):
|
537
|
+
def __init__(__self__, *,
|
538
|
+
engine: builtins.str):
|
539
|
+
"""
|
540
|
+
:param builtins.str engine: The full name of the Gen App Builder engine related to this agent if there is one.
|
541
|
+
Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
|
542
|
+
"""
|
543
|
+
pulumi.set(__self__, "engine", engine)
|
544
|
+
|
545
|
+
@property
|
546
|
+
@pulumi.getter
|
547
|
+
def engine(self) -> builtins.str:
|
548
|
+
"""
|
549
|
+
The full name of the Gen App Builder engine related to this agent if there is one.
|
550
|
+
Format: projects/{Project ID}/locations/{Location ID}/collections/{Collection ID}/engines/{Engine ID}
|
551
|
+
"""
|
552
|
+
return pulumi.get(self, "engine")
|
553
|
+
|
554
|
+
|
534
555
|
@pulumi.output_type
|
535
556
|
class CxAgentGitIntegrationSettings(dict):
|
536
557
|
@staticmethod
|
@@ -1259,6 +1280,8 @@ class CxFlowEventHandlerTriggerFulfillment(dict):
|
|
1259
1280
|
suggest = None
|
1260
1281
|
if key == "conditionalCases":
|
1261
1282
|
suggest = "conditional_cases"
|
1283
|
+
elif key == "enableGenerativeFallback":
|
1284
|
+
suggest = "enable_generative_fallback"
|
1262
1285
|
elif key == "returnPartialResponses":
|
1263
1286
|
suggest = "return_partial_responses"
|
1264
1287
|
elif key == "setParameterActions":
|
@@ -1277,6 +1300,7 @@ class CxFlowEventHandlerTriggerFulfillment(dict):
|
|
1277
1300
|
|
1278
1301
|
def __init__(__self__, *,
|
1279
1302
|
conditional_cases: Optional[Sequence['outputs.CxFlowEventHandlerTriggerFulfillmentConditionalCase']] = None,
|
1303
|
+
enable_generative_fallback: Optional[builtins.bool] = None,
|
1280
1304
|
messages: Optional[Sequence['outputs.CxFlowEventHandlerTriggerFulfillmentMessage']] = None,
|
1281
1305
|
return_partial_responses: Optional[builtins.bool] = None,
|
1282
1306
|
set_parameter_actions: Optional[Sequence['outputs.CxFlowEventHandlerTriggerFulfillmentSetParameterAction']] = None,
|
@@ -1285,6 +1309,7 @@ class CxFlowEventHandlerTriggerFulfillment(dict):
|
|
1285
1309
|
"""
|
1286
1310
|
:param Sequence['CxFlowEventHandlerTriggerFulfillmentConditionalCaseArgs'] conditional_cases: Conditional cases for this fulfillment.
|
1287
1311
|
Structure is documented below.
|
1312
|
+
:param builtins.bool enable_generative_fallback: If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
|
1288
1313
|
:param Sequence['CxFlowEventHandlerTriggerFulfillmentMessageArgs'] messages: The list of rich message responses to present to the user.
|
1289
1314
|
Structure is documented below.
|
1290
1315
|
:param builtins.bool return_partial_responses: Whether Dialogflow should return currently queued fulfillment response messages in streaming APIs. If a webhook is specified, it happens before Dialogflow invokes webhook. Warning: 1) This flag only affects streaming API. Responses are still queued and returned once in non-streaming API. 2) The flag can be enabled in any fulfillment but only the first 3 partial responses will be returned. You may only want to apply it to fulfillments that have slow webhooks.
|
@@ -1295,6 +1320,8 @@ class CxFlowEventHandlerTriggerFulfillment(dict):
|
|
1295
1320
|
"""
|
1296
1321
|
if conditional_cases is not None:
|
1297
1322
|
pulumi.set(__self__, "conditional_cases", conditional_cases)
|
1323
|
+
if enable_generative_fallback is not None:
|
1324
|
+
pulumi.set(__self__, "enable_generative_fallback", enable_generative_fallback)
|
1298
1325
|
if messages is not None:
|
1299
1326
|
pulumi.set(__self__, "messages", messages)
|
1300
1327
|
if return_partial_responses is not None:
|
@@ -1315,6 +1342,14 @@ class CxFlowEventHandlerTriggerFulfillment(dict):
|
|
1315
1342
|
"""
|
1316
1343
|
return pulumi.get(self, "conditional_cases")
|
1317
1344
|
|
1345
|
+
@property
|
1346
|
+
@pulumi.getter(name="enableGenerativeFallback")
|
1347
|
+
def enable_generative_fallback(self) -> Optional[builtins.bool]:
|
1348
|
+
"""
|
1349
|
+
If the flag is true, the agent will utilize LLM to generate a text response. If LLM generation fails, the defined responses in the fulfillment will be respected. This flag is only useful for fulfillments associated with no-match event handlers.
|
1350
|
+
"""
|
1351
|
+
return pulumi.get(self, "enable_generative_fallback")
|
1352
|
+
|
1318
1353
|
@property
|
1319
1354
|
@pulumi.getter
|
1320
1355
|
def messages(self) -> Optional[Sequence['outputs.CxFlowEventHandlerTriggerFulfillmentMessage']]:
|
@@ -585,7 +585,7 @@ class NodePool(pulumi.CustomResource):
|
|
585
585
|
|
586
586
|
project = gcp.organizations.get_project()
|
587
587
|
default = gcp.edgecontainer.Cluster("default",
|
588
|
-
name="",
|
588
|
+
name="default",
|
589
589
|
location="us-central1",
|
590
590
|
authorization={
|
591
591
|
"admin_users": {
|
@@ -764,7 +764,7 @@ class NodePool(pulumi.CustomResource):
|
|
764
764
|
|
765
765
|
project = gcp.organizations.get_project()
|
766
766
|
default = gcp.edgecontainer.Cluster("default",
|
767
|
-
name="",
|
767
|
+
name="default",
|
768
768
|
location="us-central1",
|
769
769
|
authorization={
|
770
770
|
"admin_users": {
|
@@ -29,6 +29,7 @@ class ConsumersIamBindingArgs:
|
|
29
29
|
condition: Optional[pulumi.Input['ConsumersIamBindingConditionArgs']] = None):
|
30
30
|
"""
|
31
31
|
The set of arguments for constructing a ConsumersIamBinding resource.
|
32
|
+
:param pulumi.Input[builtins.str] consumer_project: Used to find the parent resource to bind the IAM policy to
|
32
33
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
33
34
|
Each entry can have one of the following values:
|
34
35
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -43,6 +44,7 @@ class ConsumersIamBindingArgs:
|
|
43
44
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
44
45
|
`endpoints.ConsumersIamBinding` can be used per role. Note that custom roles must be of the format
|
45
46
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
47
|
+
:param pulumi.Input[builtins.str] service_name: The name of the service. Used to find the parent resource to bind the IAM policy to
|
46
48
|
"""
|
47
49
|
pulumi.set(__self__, "consumer_project", consumer_project)
|
48
50
|
pulumi.set(__self__, "members", members)
|
@@ -54,6 +56,9 @@ class ConsumersIamBindingArgs:
|
|
54
56
|
@property
|
55
57
|
@pulumi.getter(name="consumerProject")
|
56
58
|
def consumer_project(self) -> pulumi.Input[builtins.str]:
|
59
|
+
"""
|
60
|
+
Used to find the parent resource to bind the IAM policy to
|
61
|
+
"""
|
57
62
|
return pulumi.get(self, "consumer_project")
|
58
63
|
|
59
64
|
@consumer_project.setter
|
@@ -99,6 +104,9 @@ class ConsumersIamBindingArgs:
|
|
99
104
|
@property
|
100
105
|
@pulumi.getter(name="serviceName")
|
101
106
|
def service_name(self) -> pulumi.Input[builtins.str]:
|
107
|
+
"""
|
108
|
+
The name of the service. Used to find the parent resource to bind the IAM policy to
|
109
|
+
"""
|
102
110
|
return pulumi.get(self, "service_name")
|
103
111
|
|
104
112
|
@service_name.setter
|
@@ -126,6 +134,7 @@ class _ConsumersIamBindingState:
|
|
126
134
|
service_name: Optional[pulumi.Input[builtins.str]] = None):
|
127
135
|
"""
|
128
136
|
Input properties used for looking up and filtering ConsumersIamBinding resources.
|
137
|
+
:param pulumi.Input[builtins.str] consumer_project: Used to find the parent resource to bind the IAM policy to
|
129
138
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
130
139
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
131
140
|
Each entry can have one of the following values:
|
@@ -141,6 +150,7 @@ class _ConsumersIamBindingState:
|
|
141
150
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
142
151
|
`endpoints.ConsumersIamBinding` can be used per role. Note that custom roles must be of the format
|
143
152
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
153
|
+
:param pulumi.Input[builtins.str] service_name: The name of the service. Used to find the parent resource to bind the IAM policy to
|
144
154
|
"""
|
145
155
|
if condition is not None:
|
146
156
|
pulumi.set(__self__, "condition", condition)
|
@@ -167,6 +177,9 @@ class _ConsumersIamBindingState:
|
|
167
177
|
@property
|
168
178
|
@pulumi.getter(name="consumerProject")
|
169
179
|
def consumer_project(self) -> Optional[pulumi.Input[builtins.str]]:
|
180
|
+
"""
|
181
|
+
Used to find the parent resource to bind the IAM policy to
|
182
|
+
"""
|
170
183
|
return pulumi.get(self, "consumer_project")
|
171
184
|
|
172
185
|
@consumer_project.setter
|
@@ -224,6 +237,9 @@ class _ConsumersIamBindingState:
|
|
224
237
|
@property
|
225
238
|
@pulumi.getter(name="serviceName")
|
226
239
|
def service_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
240
|
+
"""
|
241
|
+
The name of the service. Used to find the parent resource to bind the IAM policy to
|
242
|
+
"""
|
227
243
|
return pulumi.get(self, "service_name")
|
228
244
|
|
229
245
|
@service_name.setter
|
@@ -296,6 +312,7 @@ class ConsumersIamBinding(pulumi.CustomResource):
|
|
296
312
|
|
297
313
|
:param str resource_name: The name of the resource.
|
298
314
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
315
|
+
:param pulumi.Input[builtins.str] consumer_project: Used to find the parent resource to bind the IAM policy to
|
299
316
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
300
317
|
Each entry can have one of the following values:
|
301
318
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -310,6 +327,7 @@ class ConsumersIamBinding(pulumi.CustomResource):
|
|
310
327
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
311
328
|
`endpoints.ConsumersIamBinding` can be used per role. Note that custom roles must be of the format
|
312
329
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
330
|
+
:param pulumi.Input[builtins.str] service_name: The name of the service. Used to find the parent resource to bind the IAM policy to
|
313
331
|
"""
|
314
332
|
...
|
315
333
|
@overload
|
@@ -434,6 +452,7 @@ class ConsumersIamBinding(pulumi.CustomResource):
|
|
434
452
|
:param str resource_name: The unique name of the resulting resource.
|
435
453
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
436
454
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
455
|
+
:param pulumi.Input[builtins.str] consumer_project: Used to find the parent resource to bind the IAM policy to
|
437
456
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
438
457
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
439
458
|
Each entry can have one of the following values:
|
@@ -449,6 +468,7 @@ class ConsumersIamBinding(pulumi.CustomResource):
|
|
449
468
|
:param pulumi.Input[builtins.str] role: The role that should be applied. Only one
|
450
469
|
`endpoints.ConsumersIamBinding` can be used per role. Note that custom roles must be of the format
|
451
470
|
`[projects|organizations]/{parent-name}/roles/{role-name}`.
|
471
|
+
:param pulumi.Input[builtins.str] service_name: The name of the service. Used to find the parent resource to bind the IAM policy to
|
452
472
|
"""
|
453
473
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
454
474
|
|
@@ -470,6 +490,9 @@ class ConsumersIamBinding(pulumi.CustomResource):
|
|
470
490
|
@property
|
471
491
|
@pulumi.getter(name="consumerProject")
|
472
492
|
def consumer_project(self) -> pulumi.Output[builtins.str]:
|
493
|
+
"""
|
494
|
+
Used to find the parent resource to bind the IAM policy to
|
495
|
+
"""
|
473
496
|
return pulumi.get(self, "consumer_project")
|
474
497
|
|
475
498
|
@property
|
@@ -511,5 +534,8 @@ class ConsumersIamBinding(pulumi.CustomResource):
|
|
511
534
|
@property
|
512
535
|
@pulumi.getter(name="serviceName")
|
513
536
|
def service_name(self) -> pulumi.Output[builtins.str]:
|
537
|
+
"""
|
538
|
+
The name of the service. Used to find the parent resource to bind the IAM policy to
|
539
|
+
"""
|
514
540
|
return pulumi.get(self, "service_name")
|
515
541
|
|