google-apis-dialogflow_v2 0.24.0 → 0.25.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3c7679bbb50a60bf6ac1a0a9ffe19c8c9ea147612bee1eaeedfdd07c23ea97f
4
- data.tar.gz: 8872eb1eac4e93e04a5959768f5674b4528270f93887f3dfa3dd2eb33952ced1
3
+ metadata.gz: 5556c2b0406910bc328d73b7a9899aabc5bced8f7164621831cb8a565e3409f1
4
+ data.tar.gz: cab4a40bd29bbcfbeb70bd92ebe5f2436d7fca0b3ac2b9906c189c3937f5e946
5
5
  SHA512:
6
- metadata.gz: 217148cbe2e4f76f26ce4e0c6cff402beee7d54a00d1e87b2ac7ae2692bf62ee3d4d700746dcc80c536adfb2f9875dec7cdc34d0a92f14abbdf88cce9ee7035b
7
- data.tar.gz: 551178f8ec72702875189410e01a25c1aa9b7a6a39220d96aee319c7d82f8d2eb48f3affb7bcc33322e425d5010874b0164b7915bf86cc454822b064cb6a9c52
6
+ metadata.gz: 68e2d56d988940f7e4b898f13d3f927691938af1e647af8c225cfcbde447127733ab82ca737f43b5299bae00cd43b0896e2cd20481514d591714ec9641d0c398
7
+ data.tar.gz: 84e1f4eb2ef0937b5577d84f01c5ca309a57a8bcb2cc1b96cfeb369dc0fb922a4858ab2d4886f7673e6f1992093cc7062df294924acae49eb37f9b3721cecfc1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.25.0 (2021-11-11)
4
+
5
+ * Regenerated from discovery document revision 20211105
6
+
3
7
  ### v0.24.0 (2021-10-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20211022
@@ -5916,10 +5916,13 @@ module Google
5916
5916
  # Required. ID of the Dialogflow agent environment to use. This project needs to
5917
5917
  # either be the same project as the conversation or you need to grant `service-@
5918
5918
  # gcp-sa-dialogflow.iam.gserviceaccount.com` the `Dialogflow API Service Agent`
5919
- # role in this project. Format: `projects//locations//agent/environments/`. If
5920
- # environment is not specified, the default `draft` environment is used. Refer
5921
- # to [DetectIntentRequest](/dialogflow/docs/reference/rpc/google.cloud.
5922
- # dialogflow.v2#google.cloud.dialogflow.v2.DetectIntentRequest) for more details.
5919
+ # role in this project. - For ES agents, use format: `projects//locations//agent/
5920
+ # environments/`. If environment is not specified, the default `draft`
5921
+ # environment is used. Refer to [DetectIntentRequest](/dialogflow/docs/reference/
5922
+ # rpc/google.cloud.dialogflow.v2#google.cloud.dialogflow.v2.DetectIntentRequest)
5923
+ # for more details. - For CX agents, use format `projects//locations//agents//
5924
+ # environments/`. If environment is not specified, the default `draft`
5925
+ # environment is used.
5923
5926
  # Corresponds to the JSON property `agent`
5924
5927
  # @return [String]
5925
5928
  attr_accessor :agent
@@ -6465,9 +6468,10 @@ module Google
6465
6468
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentHandoffConfig]
6466
6469
  attr_accessor :human_agent_handoff_config
6467
6470
 
6468
- # Language which represents the conversationProfile. If unspecified, the default
6469
- # language code en-us applies. Users need to create a ConversationProfile for
6470
- # each language they want to support.
6471
+ # Language code for the conversation profile. If not specified, the language is
6472
+ # en-US. Language at ConversationProfile should be set for all non en-US
6473
+ # languages. This should be a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.
6474
+ # txt) language tag. Example: "en-US".
6471
6475
  # Corresponds to the JSON property `languageCode`
6472
6476
  # @return [String]
6473
6477
  attr_accessor :language_code
@@ -6493,11 +6497,24 @@ module Google
6493
6497
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2NotificationConfig]
6494
6498
  attr_accessor :notification_config
6495
6499
 
6500
+ # Name of the CX SecuritySettings reference for the agent. Format: `projects//
6501
+ # locations//securitySettings/`.
6502
+ # Corresponds to the JSON property `securitySettings`
6503
+ # @return [String]
6504
+ attr_accessor :security_settings
6505
+
6496
6506
  # Configures speech transcription for ConversationProfile.
6497
6507
  # Corresponds to the JSON property `sttConfig`
6498
6508
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SpeechToTextConfig]
6499
6509
  attr_accessor :stt_config
6500
6510
 
6511
+ # The time zone of this conversational profile from the [time zone database](
6512
+ # https://www.iana.org/time-zones), e.g., America/New_York, Europe/Paris.
6513
+ # Defaults to America/New_York.
6514
+ # Corresponds to the JSON property `timeZone`
6515
+ # @return [String]
6516
+ attr_accessor :time_zone
6517
+
6501
6518
  # Output only. Update time of the conversation profile.
6502
6519
  # Corresponds to the JSON property `updateTime`
6503
6520
  # @return [String]
@@ -6519,7 +6536,9 @@ module Google
6519
6536
  @name = args[:name] if args.key?(:name)
6520
6537
  @new_message_event_notification_config = args[:new_message_event_notification_config] if args.key?(:new_message_event_notification_config)
6521
6538
  @notification_config = args[:notification_config] if args.key?(:notification_config)
6539
+ @security_settings = args[:security_settings] if args.key?(:security_settings)
6522
6540
  @stt_config = args[:stt_config] if args.key?(:stt_config)
6541
+ @time_zone = args[:time_zone] if args.key?(:time_zone)
6523
6542
  @update_time = args[:update_time] if args.key?(:update_time)
6524
6543
  end
6525
6544
  end
@@ -7504,7 +7523,8 @@ module Google
7504
7523
  # custom model, there is no recommended value. Tune this value by starting from
7505
7524
  # a very low value and slowly increasing until you have desired results. If this
7506
7525
  # field is not set, it defaults to 0.0, which means that all suggestions are
7507
- # returned. Supported features: ARTICLE_SUGGESTION.
7526
+ # returned. Supported features: ARTICLE_SUGGESTION, FAQ, SMART_REPLY,
7527
+ # SMART_COMPOSE.
7508
7528
  # Corresponds to the JSON property `confidenceThreshold`
7509
7529
  # @return [Float]
7510
7530
  attr_accessor :confidence_threshold
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2
18
18
  # Version of the google-apis-dialogflow_v2 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211022"
25
+ REVISION = "20211105"
26
26
  end
27
27
  end
28
28
  end
@@ -4179,8 +4179,10 @@ module Google
4179
4179
 
4180
4180
  property :notification_config, as: 'notificationConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2NotificationConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2NotificationConfig::Representation
4181
4181
 
4182
+ property :security_settings, as: 'securitySettings'
4182
4183
  property :stt_config, as: 'sttConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SpeechToTextConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SpeechToTextConfig::Representation
4183
4184
 
4185
+ property :time_zone, as: 'timeZone'
4184
4186
  property :update_time, as: 'updateTime'
4185
4187
  end
4186
4188
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-01 00:00:00.000000000 Z
11
+ date: 2021-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.25.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
63
63
  post_install_message:
64
64
  rdoc_options: []