pulumi-gcp 8.7.0__py3-none-any.whl → 8.7.0a1729107581__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.
Files changed (111) hide show
  1. pulumi_gcp/__init__.py +0 -70
  2. pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
  3. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +0 -4
  4. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +0 -4
  5. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -4
  6. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -4
  7. pulumi_gcp/accesscontextmanager/service_perimeters.py +0 -2
  8. pulumi_gcp/apigee/__init__.py +0 -2
  9. pulumi_gcp/apigee/_inputs.py +0 -108
  10. pulumi_gcp/apigee/outputs.py +0 -64
  11. pulumi_gcp/artifactregistry/get_docker_image.py +0 -40
  12. pulumi_gcp/bigquery/connection.py +12 -12
  13. pulumi_gcp/bigquery/job.py +6 -6
  14. pulumi_gcp/cloudrunv2/get_service.py +1 -12
  15. pulumi_gcp/cloudrunv2/service.py +0 -92
  16. pulumi_gcp/compute/_inputs.py +116 -214
  17. pulumi_gcp/compute/backend_service.py +0 -76
  18. pulumi_gcp/compute/get_backend_service.py +1 -12
  19. pulumi_gcp/compute/get_instance.py +1 -29
  20. pulumi_gcp/compute/get_instance_template.py +1 -29
  21. pulumi_gcp/compute/get_region_instance_group_manager.py +18 -0
  22. pulumi_gcp/compute/get_region_instance_template.py +1 -29
  23. pulumi_gcp/compute/instance.py +0 -89
  24. pulumi_gcp/compute/instance_from_machine_image.py +0 -82
  25. pulumi_gcp/compute/instance_from_template.py +0 -82
  26. pulumi_gcp/compute/instance_template.py +0 -75
  27. pulumi_gcp/compute/network_firewall_policy_association.py +50 -76
  28. pulumi_gcp/compute/network_firewall_policy_rule.py +103 -149
  29. pulumi_gcp/compute/outputs.py +80 -170
  30. pulumi_gcp/compute/region_backend_service.py +0 -94
  31. pulumi_gcp/compute/region_instance_template.py +0 -75
  32. pulumi_gcp/compute/region_network_endpoint_group.py +4 -6
  33. pulumi_gcp/compute/region_network_firewall_policy_association.py +54 -104
  34. pulumi_gcp/compute/region_network_firewall_policy_rule.py +107 -160
  35. pulumi_gcp/config/__init__.pyi +0 -4
  36. pulumi_gcp/config/vars.py +0 -8
  37. pulumi_gcp/container/attached_cluster.py +6 -9
  38. pulumi_gcp/container/outputs.py +2 -2
  39. pulumi_gcp/datastream/stream.py +2 -2
  40. pulumi_gcp/diagflow/_inputs.py +2 -472
  41. pulumi_gcp/diagflow/cx_agent.py +4 -64
  42. pulumi_gcp/diagflow/cx_flow.py +0 -30
  43. pulumi_gcp/diagflow/outputs.py +2 -378
  44. pulumi_gcp/gkehub/feature.py +4 -2
  45. pulumi_gcp/iam/workload_identity_pool_provider.py +0 -56
  46. pulumi_gcp/looker/instance.py +2 -104
  47. pulumi_gcp/monitoring/_inputs.py +0 -23
  48. pulumi_gcp/monitoring/get_secret_version.py +3 -22
  49. pulumi_gcp/monitoring/outputs.py +0 -16
  50. pulumi_gcp/networkconnectivity/__init__.py +0 -1
  51. pulumi_gcp/networkconnectivity/_inputs.py +0 -148
  52. pulumi_gcp/networkconnectivity/outputs.py +0 -125
  53. pulumi_gcp/networkconnectivity/spoke.py +0 -144
  54. pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
  55. pulumi_gcp/organizations/folder.py +7 -7
  56. pulumi_gcp/organizations/project.py +7 -7
  57. pulumi_gcp/orgpolicy/_inputs.py +3 -3
  58. pulumi_gcp/orgpolicy/outputs.py +2 -2
  59. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +2 -46
  60. pulumi_gcp/provider.py +0 -40
  61. pulumi_gcp/pulumi-plugin.json +1 -1
  62. pulumi_gcp/secretmanager/get_regional_secret_version.py +5 -24
  63. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +5 -24
  64. pulumi_gcp/secretmanager/get_secret_version.py +3 -22
  65. pulumi_gcp/secretmanager/get_secret_version_access.py +3 -22
  66. pulumi_gcp/secretmanager/regional_secret.py +2 -2
  67. pulumi_gcp/siteverification/get_token.py +16 -0
  68. pulumi_gcp/siteverification/owner.py +16 -0
  69. pulumi_gcp/spanner/_inputs.py +5 -29
  70. pulumi_gcp/spanner/outputs.py +3 -20
  71. pulumi_gcp/sql/_inputs.py +6 -6
  72. pulumi_gcp/sql/outputs.py +4 -4
  73. pulumi_gcp/sql/user.py +21 -28
  74. pulumi_gcp/storage/_inputs.py +0 -36
  75. pulumi_gcp/storage/bucket.py +0 -47
  76. pulumi_gcp/storage/get_bucket.py +1 -12
  77. pulumi_gcp/storage/outputs.py +0 -40
  78. pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
  79. pulumi_gcp/vmwareengine/_inputs.py +0 -440
  80. pulumi_gcp/vmwareengine/cluster.py +2 -100
  81. pulumi_gcp/vmwareengine/get_cluster.py +1 -12
  82. pulumi_gcp/vmwareengine/outputs.py +0 -615
  83. pulumi_gcp/workstations/_inputs.py +0 -54
  84. pulumi_gcp/workstations/outputs.py +0 -32
  85. pulumi_gcp/workstations/workstation_config.py +0 -205
  86. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/METADATA +1 -1
  87. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/RECORD +89 -111
  88. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/WHEEL +1 -1
  89. pulumi_gcp/apigee/app_group.py +0 -811
  90. pulumi_gcp/apigee/developer.py +0 -757
  91. pulumi_gcp/networkconnectivity/group.py +0 -764
  92. pulumi_gcp/oracledatabase/__init__.py +0 -20
  93. pulumi_gcp/oracledatabase/_inputs.py +0 -4745
  94. pulumi_gcp/oracledatabase/autonomous_database.py +0 -983
  95. pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +0 -842
  96. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +0 -1086
  97. pulumi_gcp/oracledatabase/get_autonomous_database.py +0 -290
  98. pulumi_gcp/oracledatabase/get_autonomous_databases.py +0 -150
  99. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +0 -257
  100. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +0 -150
  101. pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +0 -290
  102. pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +0 -150
  103. pulumi_gcp/oracledatabase/get_db_nodes.py +0 -245
  104. pulumi_gcp/oracledatabase/get_db_servers.py +0 -245
  105. pulumi_gcp/oracledatabase/outputs.py +0 -9304
  106. pulumi_gcp/transcoder/__init__.py +0 -11
  107. pulumi_gcp/transcoder/_inputs.py +0 -3991
  108. pulumi_gcp/transcoder/job.py +0 -2134
  109. pulumi_gcp/transcoder/job_template.py +0 -1524
  110. pulumi_gcp/transcoder/outputs.py +0 -2918
  111. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/top_level.txt +0 -0
@@ -21,10 +21,6 @@ __all__ = [
21
21
  'CxAgentAdvancedSettingsAudioExportGcsDestinationArgsDict',
22
22
  'CxAgentAdvancedSettingsDtmfSettingsArgs',
23
23
  'CxAgentAdvancedSettingsDtmfSettingsArgsDict',
24
- 'CxAgentAdvancedSettingsLoggingSettingsArgs',
25
- 'CxAgentAdvancedSettingsLoggingSettingsArgsDict',
26
- 'CxAgentAdvancedSettingsSpeechSettingsArgs',
27
- 'CxAgentAdvancedSettingsSpeechSettingsArgsDict',
28
24
  'CxAgentGitIntegrationSettingsArgs',
29
25
  'CxAgentGitIntegrationSettingsArgsDict',
30
26
  'CxAgentGitIntegrationSettingsGithubSettingsArgs',
@@ -45,10 +41,6 @@ __all__ = [
45
41
  'CxFlowAdvancedSettingsAudioExportGcsDestinationArgsDict',
46
42
  'CxFlowAdvancedSettingsDtmfSettingsArgs',
47
43
  'CxFlowAdvancedSettingsDtmfSettingsArgsDict',
48
- 'CxFlowAdvancedSettingsLoggingSettingsArgs',
49
- 'CxFlowAdvancedSettingsLoggingSettingsArgsDict',
50
- 'CxFlowAdvancedSettingsSpeechSettingsArgs',
51
- 'CxFlowAdvancedSettingsSpeechSettingsArgsDict',
52
44
  'CxFlowEventHandlerArgs',
53
45
  'CxFlowEventHandlerArgsDict',
54
46
  'CxFlowEventHandlerTriggerFulfillmentArgs',
@@ -311,21 +303,6 @@ if not MYPY:
311
303
  * Parameter level
312
304
  Structure is documented below.
313
305
  """
314
- logging_settings: NotRequired[pulumi.Input['CxAgentAdvancedSettingsLoggingSettingsArgsDict']]
315
- """
316
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
317
- * Agent level
318
- Structure is documented below.
319
- """
320
- speech_settings: NotRequired[pulumi.Input['CxAgentAdvancedSettingsSpeechSettingsArgsDict']]
321
- """
322
- Settings for speech to text detection. Exposed at the following levels:
323
- * Agent level
324
- * Flow level
325
- * Page level
326
- * Parameter level
327
- Structure is documented below.
328
- """
329
306
  elif False:
330
307
  CxAgentAdvancedSettingsArgsDict: TypeAlias = Mapping[str, Any]
331
308
 
@@ -333,9 +310,7 @@ elif False:
333
310
  class CxAgentAdvancedSettingsArgs:
334
311
  def __init__(__self__, *,
335
312
  audio_export_gcs_destination: Optional[pulumi.Input['CxAgentAdvancedSettingsAudioExportGcsDestinationArgs']] = None,
336
- dtmf_settings: Optional[pulumi.Input['CxAgentAdvancedSettingsDtmfSettingsArgs']] = None,
337
- logging_settings: Optional[pulumi.Input['CxAgentAdvancedSettingsLoggingSettingsArgs']] = None,
338
- speech_settings: Optional[pulumi.Input['CxAgentAdvancedSettingsSpeechSettingsArgs']] = None):
313
+ dtmf_settings: Optional[pulumi.Input['CxAgentAdvancedSettingsDtmfSettingsArgs']] = None):
339
314
  """
340
315
  :param pulumi.Input['CxAgentAdvancedSettingsAudioExportGcsDestinationArgs'] audio_export_gcs_destination: If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels:
341
316
  * Agent level
@@ -347,24 +322,11 @@ class CxAgentAdvancedSettingsArgs:
347
322
  * Page level
348
323
  * Parameter level
349
324
  Structure is documented below.
350
- :param pulumi.Input['CxAgentAdvancedSettingsLoggingSettingsArgs'] logging_settings: Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
351
- * Agent level
352
- Structure is documented below.
353
- :param pulumi.Input['CxAgentAdvancedSettingsSpeechSettingsArgs'] speech_settings: Settings for speech to text detection. Exposed at the following levels:
354
- * Agent level
355
- * Flow level
356
- * Page level
357
- * Parameter level
358
- Structure is documented below.
359
325
  """
360
326
  if audio_export_gcs_destination is not None:
361
327
  pulumi.set(__self__, "audio_export_gcs_destination", audio_export_gcs_destination)
362
328
  if dtmf_settings is not None:
363
329
  pulumi.set(__self__, "dtmf_settings", dtmf_settings)
364
- if logging_settings is not None:
365
- pulumi.set(__self__, "logging_settings", logging_settings)
366
- if speech_settings is not None:
367
- pulumi.set(__self__, "speech_settings", speech_settings)
368
330
 
369
331
  @property
370
332
  @pulumi.getter(name="audioExportGcsDestination")
@@ -398,37 +360,6 @@ class CxAgentAdvancedSettingsArgs:
398
360
  def dtmf_settings(self, value: Optional[pulumi.Input['CxAgentAdvancedSettingsDtmfSettingsArgs']]):
399
361
  pulumi.set(self, "dtmf_settings", value)
400
362
 
401
- @property
402
- @pulumi.getter(name="loggingSettings")
403
- def logging_settings(self) -> Optional[pulumi.Input['CxAgentAdvancedSettingsLoggingSettingsArgs']]:
404
- """
405
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
406
- * Agent level
407
- Structure is documented below.
408
- """
409
- return pulumi.get(self, "logging_settings")
410
-
411
- @logging_settings.setter
412
- def logging_settings(self, value: Optional[pulumi.Input['CxAgentAdvancedSettingsLoggingSettingsArgs']]):
413
- pulumi.set(self, "logging_settings", value)
414
-
415
- @property
416
- @pulumi.getter(name="speechSettings")
417
- def speech_settings(self) -> Optional[pulumi.Input['CxAgentAdvancedSettingsSpeechSettingsArgs']]:
418
- """
419
- Settings for speech to text detection. Exposed at the following levels:
420
- * Agent level
421
- * Flow level
422
- * Page level
423
- * Parameter level
424
- Structure is documented below.
425
- """
426
- return pulumi.get(self, "speech_settings")
427
-
428
- @speech_settings.setter
429
- def speech_settings(self, value: Optional[pulumi.Input['CxAgentAdvancedSettingsSpeechSettingsArgs']]):
430
- pulumi.set(self, "speech_settings", value)
431
-
432
363
 
433
364
  if not MYPY:
434
365
  class CxAgentAdvancedSettingsAudioExportGcsDestinationArgsDict(TypedDict):
@@ -537,176 +468,6 @@ class CxAgentAdvancedSettingsDtmfSettingsArgs:
537
468
  pulumi.set(self, "max_digits", value)
538
469
 
539
470
 
540
- if not MYPY:
541
- class CxAgentAdvancedSettingsLoggingSettingsArgsDict(TypedDict):
542
- enable_consent_based_redaction: NotRequired[pulumi.Input[bool]]
543
- """
544
- Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
545
- """
546
- enable_interaction_logging: NotRequired[pulumi.Input[bool]]
547
- """
548
- Enables DF Interaction logging.
549
- """
550
- enable_stackdriver_logging: NotRequired[pulumi.Input[bool]]
551
- """
552
- Enables Google Cloud Logging.
553
- """
554
- elif False:
555
- CxAgentAdvancedSettingsLoggingSettingsArgsDict: TypeAlias = Mapping[str, Any]
556
-
557
- @pulumi.input_type
558
- class CxAgentAdvancedSettingsLoggingSettingsArgs:
559
- def __init__(__self__, *,
560
- enable_consent_based_redaction: Optional[pulumi.Input[bool]] = None,
561
- enable_interaction_logging: Optional[pulumi.Input[bool]] = None,
562
- enable_stackdriver_logging: Optional[pulumi.Input[bool]] = None):
563
- """
564
- :param pulumi.Input[bool] enable_consent_based_redaction: Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
565
- :param pulumi.Input[bool] enable_interaction_logging: Enables DF Interaction logging.
566
- :param pulumi.Input[bool] enable_stackdriver_logging: Enables Google Cloud Logging.
567
- """
568
- if enable_consent_based_redaction is not None:
569
- pulumi.set(__self__, "enable_consent_based_redaction", enable_consent_based_redaction)
570
- if enable_interaction_logging is not None:
571
- pulumi.set(__self__, "enable_interaction_logging", enable_interaction_logging)
572
- if enable_stackdriver_logging is not None:
573
- pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
574
-
575
- @property
576
- @pulumi.getter(name="enableConsentBasedRedaction")
577
- def enable_consent_based_redaction(self) -> Optional[pulumi.Input[bool]]:
578
- """
579
- Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
580
- """
581
- return pulumi.get(self, "enable_consent_based_redaction")
582
-
583
- @enable_consent_based_redaction.setter
584
- def enable_consent_based_redaction(self, value: Optional[pulumi.Input[bool]]):
585
- pulumi.set(self, "enable_consent_based_redaction", value)
586
-
587
- @property
588
- @pulumi.getter(name="enableInteractionLogging")
589
- def enable_interaction_logging(self) -> Optional[pulumi.Input[bool]]:
590
- """
591
- Enables DF Interaction logging.
592
- """
593
- return pulumi.get(self, "enable_interaction_logging")
594
-
595
- @enable_interaction_logging.setter
596
- def enable_interaction_logging(self, value: Optional[pulumi.Input[bool]]):
597
- pulumi.set(self, "enable_interaction_logging", value)
598
-
599
- @property
600
- @pulumi.getter(name="enableStackdriverLogging")
601
- def enable_stackdriver_logging(self) -> Optional[pulumi.Input[bool]]:
602
- """
603
- Enables Google Cloud Logging.
604
- """
605
- return pulumi.get(self, "enable_stackdriver_logging")
606
-
607
- @enable_stackdriver_logging.setter
608
- def enable_stackdriver_logging(self, value: Optional[pulumi.Input[bool]]):
609
- pulumi.set(self, "enable_stackdriver_logging", value)
610
-
611
-
612
- if not MYPY:
613
- class CxAgentAdvancedSettingsSpeechSettingsArgsDict(TypedDict):
614
- endpointer_sensitivity: NotRequired[pulumi.Input[int]]
615
- """
616
- Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
617
- """
618
- models: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
619
- """
620
- Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
621
- An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
622
- """
623
- no_speech_timeout: NotRequired[pulumi.Input[str]]
624
- """
625
- Timeout before detecting no speech.
626
- A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
627
- """
628
- use_timeout_based_endpointing: NotRequired[pulumi.Input[bool]]
629
- """
630
- Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
631
- """
632
- elif False:
633
- CxAgentAdvancedSettingsSpeechSettingsArgsDict: TypeAlias = Mapping[str, Any]
634
-
635
- @pulumi.input_type
636
- class CxAgentAdvancedSettingsSpeechSettingsArgs:
637
- def __init__(__self__, *,
638
- endpointer_sensitivity: Optional[pulumi.Input[int]] = None,
639
- models: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
640
- no_speech_timeout: Optional[pulumi.Input[str]] = None,
641
- use_timeout_based_endpointing: Optional[pulumi.Input[bool]] = None):
642
- """
643
- :param pulumi.Input[int] endpointer_sensitivity: Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
644
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] models: Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
645
- An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
646
- :param pulumi.Input[str] no_speech_timeout: Timeout before detecting no speech.
647
- A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
648
- :param pulumi.Input[bool] use_timeout_based_endpointing: Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
649
- """
650
- if endpointer_sensitivity is not None:
651
- pulumi.set(__self__, "endpointer_sensitivity", endpointer_sensitivity)
652
- if models is not None:
653
- pulumi.set(__self__, "models", models)
654
- if no_speech_timeout is not None:
655
- pulumi.set(__self__, "no_speech_timeout", no_speech_timeout)
656
- if use_timeout_based_endpointing is not None:
657
- pulumi.set(__self__, "use_timeout_based_endpointing", use_timeout_based_endpointing)
658
-
659
- @property
660
- @pulumi.getter(name="endpointerSensitivity")
661
- def endpointer_sensitivity(self) -> Optional[pulumi.Input[int]]:
662
- """
663
- Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
664
- """
665
- return pulumi.get(self, "endpointer_sensitivity")
666
-
667
- @endpointer_sensitivity.setter
668
- def endpointer_sensitivity(self, value: Optional[pulumi.Input[int]]):
669
- pulumi.set(self, "endpointer_sensitivity", value)
670
-
671
- @property
672
- @pulumi.getter
673
- def models(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
674
- """
675
- Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
676
- An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
677
- """
678
- return pulumi.get(self, "models")
679
-
680
- @models.setter
681
- def models(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
682
- pulumi.set(self, "models", value)
683
-
684
- @property
685
- @pulumi.getter(name="noSpeechTimeout")
686
- def no_speech_timeout(self) -> Optional[pulumi.Input[str]]:
687
- """
688
- Timeout before detecting no speech.
689
- A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
690
- """
691
- return pulumi.get(self, "no_speech_timeout")
692
-
693
- @no_speech_timeout.setter
694
- def no_speech_timeout(self, value: Optional[pulumi.Input[str]]):
695
- pulumi.set(self, "no_speech_timeout", value)
696
-
697
- @property
698
- @pulumi.getter(name="useTimeoutBasedEndpointing")
699
- def use_timeout_based_endpointing(self) -> Optional[pulumi.Input[bool]]:
700
- """
701
- Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
702
- """
703
- return pulumi.get(self, "use_timeout_based_endpointing")
704
-
705
- @use_timeout_based_endpointing.setter
706
- def use_timeout_based_endpointing(self, value: Optional[pulumi.Input[bool]]):
707
- pulumi.set(self, "use_timeout_based_endpointing", value)
708
-
709
-
710
471
  if not MYPY:
711
472
  class CxAgentGitIntegrationSettingsArgsDict(TypedDict):
712
473
  github_settings: NotRequired[pulumi.Input['CxAgentGitIntegrationSettingsGithubSettingsArgsDict']]
@@ -1084,21 +845,6 @@ if not MYPY:
1084
845
  * Parameter level
1085
846
  Structure is documented below.
1086
847
  """
1087
- logging_settings: NotRequired[pulumi.Input['CxFlowAdvancedSettingsLoggingSettingsArgsDict']]
1088
- """
1089
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
1090
- * Agent level
1091
- Structure is documented below.
1092
- """
1093
- speech_settings: NotRequired[pulumi.Input['CxFlowAdvancedSettingsSpeechSettingsArgsDict']]
1094
- """
1095
- Settings for speech to text detection. Exposed at the following levels:
1096
- * Agent level
1097
- * Flow level
1098
- * Page level
1099
- * Parameter level
1100
- Structure is documented below.
1101
- """
1102
848
  elif False:
1103
849
  CxFlowAdvancedSettingsArgsDict: TypeAlias = Mapping[str, Any]
1104
850
 
@@ -1106,9 +852,7 @@ elif False:
1106
852
  class CxFlowAdvancedSettingsArgs:
1107
853
  def __init__(__self__, *,
1108
854
  audio_export_gcs_destination: Optional[pulumi.Input['CxFlowAdvancedSettingsAudioExportGcsDestinationArgs']] = None,
1109
- dtmf_settings: Optional[pulumi.Input['CxFlowAdvancedSettingsDtmfSettingsArgs']] = None,
1110
- logging_settings: Optional[pulumi.Input['CxFlowAdvancedSettingsLoggingSettingsArgs']] = None,
1111
- speech_settings: Optional[pulumi.Input['CxFlowAdvancedSettingsSpeechSettingsArgs']] = None):
855
+ dtmf_settings: Optional[pulumi.Input['CxFlowAdvancedSettingsDtmfSettingsArgs']] = None):
1112
856
  """
1113
857
  :param pulumi.Input['CxFlowAdvancedSettingsAudioExportGcsDestinationArgs'] audio_export_gcs_destination: If present, incoming audio is exported by Dialogflow to the configured Google Cloud Storage destination. Exposed at the following levels:
1114
858
  * Agent level
@@ -1120,24 +864,11 @@ class CxFlowAdvancedSettingsArgs:
1120
864
  * Page level
1121
865
  * Parameter level
1122
866
  Structure is documented below.
1123
- :param pulumi.Input['CxFlowAdvancedSettingsLoggingSettingsArgs'] logging_settings: Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
1124
- * Agent level
1125
- Structure is documented below.
1126
- :param pulumi.Input['CxFlowAdvancedSettingsSpeechSettingsArgs'] speech_settings: Settings for speech to text detection. Exposed at the following levels:
1127
- * Agent level
1128
- * Flow level
1129
- * Page level
1130
- * Parameter level
1131
- Structure is documented below.
1132
867
  """
1133
868
  if audio_export_gcs_destination is not None:
1134
869
  pulumi.set(__self__, "audio_export_gcs_destination", audio_export_gcs_destination)
1135
870
  if dtmf_settings is not None:
1136
871
  pulumi.set(__self__, "dtmf_settings", dtmf_settings)
1137
- if logging_settings is not None:
1138
- pulumi.set(__self__, "logging_settings", logging_settings)
1139
- if speech_settings is not None:
1140
- pulumi.set(__self__, "speech_settings", speech_settings)
1141
872
 
1142
873
  @property
1143
874
  @pulumi.getter(name="audioExportGcsDestination")
@@ -1171,37 +902,6 @@ class CxFlowAdvancedSettingsArgs:
1171
902
  def dtmf_settings(self, value: Optional[pulumi.Input['CxFlowAdvancedSettingsDtmfSettingsArgs']]):
1172
903
  pulumi.set(self, "dtmf_settings", value)
1173
904
 
1174
- @property
1175
- @pulumi.getter(name="loggingSettings")
1176
- def logging_settings(self) -> Optional[pulumi.Input['CxFlowAdvancedSettingsLoggingSettingsArgs']]:
1177
- """
1178
- Settings for logging. Settings for Dialogflow History, Contact Center messages, StackDriver logs, and speech logging. Exposed at the following levels:
1179
- * Agent level
1180
- Structure is documented below.
1181
- """
1182
- return pulumi.get(self, "logging_settings")
1183
-
1184
- @logging_settings.setter
1185
- def logging_settings(self, value: Optional[pulumi.Input['CxFlowAdvancedSettingsLoggingSettingsArgs']]):
1186
- pulumi.set(self, "logging_settings", value)
1187
-
1188
- @property
1189
- @pulumi.getter(name="speechSettings")
1190
- def speech_settings(self) -> Optional[pulumi.Input['CxFlowAdvancedSettingsSpeechSettingsArgs']]:
1191
- """
1192
- Settings for speech to text detection. Exposed at the following levels:
1193
- * Agent level
1194
- * Flow level
1195
- * Page level
1196
- * Parameter level
1197
- Structure is documented below.
1198
- """
1199
- return pulumi.get(self, "speech_settings")
1200
-
1201
- @speech_settings.setter
1202
- def speech_settings(self, value: Optional[pulumi.Input['CxFlowAdvancedSettingsSpeechSettingsArgs']]):
1203
- pulumi.set(self, "speech_settings", value)
1204
-
1205
905
 
1206
906
  if not MYPY:
1207
907
  class CxFlowAdvancedSettingsAudioExportGcsDestinationArgsDict(TypedDict):
@@ -1310,176 +1010,6 @@ class CxFlowAdvancedSettingsDtmfSettingsArgs:
1310
1010
  pulumi.set(self, "max_digits", value)
1311
1011
 
1312
1012
 
1313
- if not MYPY:
1314
- class CxFlowAdvancedSettingsLoggingSettingsArgsDict(TypedDict):
1315
- enable_consent_based_redaction: NotRequired[pulumi.Input[bool]]
1316
- """
1317
- Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
1318
- """
1319
- enable_interaction_logging: NotRequired[pulumi.Input[bool]]
1320
- """
1321
- Enables DF Interaction logging.
1322
- """
1323
- enable_stackdriver_logging: NotRequired[pulumi.Input[bool]]
1324
- """
1325
- Enables Google Cloud Logging.
1326
- """
1327
- elif False:
1328
- CxFlowAdvancedSettingsLoggingSettingsArgsDict: TypeAlias = Mapping[str, Any]
1329
-
1330
- @pulumi.input_type
1331
- class CxFlowAdvancedSettingsLoggingSettingsArgs:
1332
- def __init__(__self__, *,
1333
- enable_consent_based_redaction: Optional[pulumi.Input[bool]] = None,
1334
- enable_interaction_logging: Optional[pulumi.Input[bool]] = None,
1335
- enable_stackdriver_logging: Optional[pulumi.Input[bool]] = None):
1336
- """
1337
- :param pulumi.Input[bool] enable_consent_based_redaction: Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
1338
- :param pulumi.Input[bool] enable_interaction_logging: Enables DF Interaction logging.
1339
- :param pulumi.Input[bool] enable_stackdriver_logging: Enables Google Cloud Logging.
1340
- """
1341
- if enable_consent_based_redaction is not None:
1342
- pulumi.set(__self__, "enable_consent_based_redaction", enable_consent_based_redaction)
1343
- if enable_interaction_logging is not None:
1344
- pulumi.set(__self__, "enable_interaction_logging", enable_interaction_logging)
1345
- if enable_stackdriver_logging is not None:
1346
- pulumi.set(__self__, "enable_stackdriver_logging", enable_stackdriver_logging)
1347
-
1348
- @property
1349
- @pulumi.getter(name="enableConsentBasedRedaction")
1350
- def enable_consent_based_redaction(self) -> Optional[pulumi.Input[bool]]:
1351
- """
1352
- Enables consent-based end-user input redaction, if true, a pre-defined session parameter **$session.params.conversation-redaction** will be used to determine if the utterance should be redacted.
1353
- """
1354
- return pulumi.get(self, "enable_consent_based_redaction")
1355
-
1356
- @enable_consent_based_redaction.setter
1357
- def enable_consent_based_redaction(self, value: Optional[pulumi.Input[bool]]):
1358
- pulumi.set(self, "enable_consent_based_redaction", value)
1359
-
1360
- @property
1361
- @pulumi.getter(name="enableInteractionLogging")
1362
- def enable_interaction_logging(self) -> Optional[pulumi.Input[bool]]:
1363
- """
1364
- Enables DF Interaction logging.
1365
- """
1366
- return pulumi.get(self, "enable_interaction_logging")
1367
-
1368
- @enable_interaction_logging.setter
1369
- def enable_interaction_logging(self, value: Optional[pulumi.Input[bool]]):
1370
- pulumi.set(self, "enable_interaction_logging", value)
1371
-
1372
- @property
1373
- @pulumi.getter(name="enableStackdriverLogging")
1374
- def enable_stackdriver_logging(self) -> Optional[pulumi.Input[bool]]:
1375
- """
1376
- Enables Google Cloud Logging.
1377
- """
1378
- return pulumi.get(self, "enable_stackdriver_logging")
1379
-
1380
- @enable_stackdriver_logging.setter
1381
- def enable_stackdriver_logging(self, value: Optional[pulumi.Input[bool]]):
1382
- pulumi.set(self, "enable_stackdriver_logging", value)
1383
-
1384
-
1385
- if not MYPY:
1386
- class CxFlowAdvancedSettingsSpeechSettingsArgsDict(TypedDict):
1387
- endpointer_sensitivity: NotRequired[pulumi.Input[int]]
1388
- """
1389
- Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
1390
- """
1391
- models: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
1392
- """
1393
- Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
1394
- An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
1395
- """
1396
- no_speech_timeout: NotRequired[pulumi.Input[str]]
1397
- """
1398
- Timeout before detecting no speech.
1399
- A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
1400
- """
1401
- use_timeout_based_endpointing: NotRequired[pulumi.Input[bool]]
1402
- """
1403
- Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
1404
- """
1405
- elif False:
1406
- CxFlowAdvancedSettingsSpeechSettingsArgsDict: TypeAlias = Mapping[str, Any]
1407
-
1408
- @pulumi.input_type
1409
- class CxFlowAdvancedSettingsSpeechSettingsArgs:
1410
- def __init__(__self__, *,
1411
- endpointer_sensitivity: Optional[pulumi.Input[int]] = None,
1412
- models: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1413
- no_speech_timeout: Optional[pulumi.Input[str]] = None,
1414
- use_timeout_based_endpointing: Optional[pulumi.Input[bool]] = None):
1415
- """
1416
- :param pulumi.Input[int] endpointer_sensitivity: Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
1417
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] models: Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
1418
- An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
1419
- :param pulumi.Input[str] no_speech_timeout: Timeout before detecting no speech.
1420
- A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
1421
- :param pulumi.Input[bool] use_timeout_based_endpointing: Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
1422
- """
1423
- if endpointer_sensitivity is not None:
1424
- pulumi.set(__self__, "endpointer_sensitivity", endpointer_sensitivity)
1425
- if models is not None:
1426
- pulumi.set(__self__, "models", models)
1427
- if no_speech_timeout is not None:
1428
- pulumi.set(__self__, "no_speech_timeout", no_speech_timeout)
1429
- if use_timeout_based_endpointing is not None:
1430
- pulumi.set(__self__, "use_timeout_based_endpointing", use_timeout_based_endpointing)
1431
-
1432
- @property
1433
- @pulumi.getter(name="endpointerSensitivity")
1434
- def endpointer_sensitivity(self) -> Optional[pulumi.Input[int]]:
1435
- """
1436
- Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.
1437
- """
1438
- return pulumi.get(self, "endpointer_sensitivity")
1439
-
1440
- @endpointer_sensitivity.setter
1441
- def endpointer_sensitivity(self, value: Optional[pulumi.Input[int]]):
1442
- pulumi.set(self, "endpointer_sensitivity", value)
1443
-
1444
- @property
1445
- @pulumi.getter
1446
- def models(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
1447
- """
1448
- Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see [Speech models](https://cloud.google.com/dialogflow/cx/docs/concept/speech-models).
1449
- An object containing a list of **"key": value** pairs. Example: **{ "name": "wrench", "mass": "1.3kg", "count": "3" }**.
1450
- """
1451
- return pulumi.get(self, "models")
1452
-
1453
- @models.setter
1454
- def models(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
1455
- pulumi.set(self, "models", value)
1456
-
1457
- @property
1458
- @pulumi.getter(name="noSpeechTimeout")
1459
- def no_speech_timeout(self) -> Optional[pulumi.Input[str]]:
1460
- """
1461
- Timeout before detecting no speech.
1462
- A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
1463
- """
1464
- return pulumi.get(self, "no_speech_timeout")
1465
-
1466
- @no_speech_timeout.setter
1467
- def no_speech_timeout(self, value: Optional[pulumi.Input[str]]):
1468
- pulumi.set(self, "no_speech_timeout", value)
1469
-
1470
- @property
1471
- @pulumi.getter(name="useTimeoutBasedEndpointing")
1472
- def use_timeout_based_endpointing(self) -> Optional[pulumi.Input[bool]]:
1473
- """
1474
- Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.
1475
- """
1476
- return pulumi.get(self, "use_timeout_based_endpointing")
1477
-
1478
- @use_timeout_based_endpointing.setter
1479
- def use_timeout_based_endpointing(self, value: Optional[pulumi.Input[bool]]):
1480
- pulumi.set(self, "use_timeout_based_endpointing", value)
1481
-
1482
-
1483
1013
  if not MYPY:
1484
1014
  class CxFlowEventHandlerArgsDict(TypedDict):
1485
1015
  event: NotRequired[pulumi.Input[str]]