google-apis-dialogflow_v3beta1 0.29.0 → 0.32.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: 0d0d756587bb94fb04098cb6b747f8778d9c1b80f916837a5c86afd76980c1e2
4
- data.tar.gz: b08d29c175f9fcab3aa5d60a181802b716f963a19fb6170f63db3f3abbae0f30
3
+ metadata.gz: 4b109ff9e7c6243279e690399fb9e921f610c74ff06a00d6c04434a813b71b24
4
+ data.tar.gz: c655a272f16d933316745365e2a7cb56b4b76b2a4632eb14e4fa1b13f2da6ae2
5
5
  SHA512:
6
- metadata.gz: e84047944ec2fb1b8d1503cea00ea31fd8d6421ae77f635ec1e6e03993336c65274121cc6cb17b9b809f9450d65fae320e8ce1416465ca1202edee8779ef83a3
7
- data.tar.gz: c015c61daa2ea239f3d8370c52a36401d393f1a6ecd20d0023031b4ae3cc3d9ce6206af6b2834ec978a63bec3465fabcc1b08a83d45a3ce83c52dca311754777
6
+ metadata.gz: fadcd5e9378ae193eaff2e4734e2395932387d437d510638a8d36591a8fd196bf86a2f0f1c9e282f1cef8085ec74f51492b2547896117832a7aa4c8e41608d9f
7
+ data.tar.gz: df66af445b1fa4f18849561bca41653142b4421263cb0d09883687527f21c294978a36bfa4b253394b728b104706ea231eb45a495baf1138d2dfbe23aeb79155
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.32.0 (2022-03-31)
4
+
5
+ * Regenerated from discovery document revision 20220330
6
+
7
+ ### v0.31.0 (2022-03-16)
8
+
9
+ * Regenerated from discovery document revision 20220314
10
+
11
+ ### v0.30.0 (2022-03-11)
12
+
13
+ * Regenerated from discovery document revision 20220309
14
+
3
15
  ### v0.29.0 (2022-02-24)
4
16
 
5
17
  * Regenerated from discovery document revision 20220222
@@ -2284,12 +2284,24 @@ module Google
2284
2284
  class GoogleCloudDialogflowCxV3TestConfig
2285
2285
  include Google::Apis::Core::Hashable
2286
2286
 
2287
- # Flow name. If not set, default start flow is assumed. Format: `projects//
2288
- # locations//agents//flows/`.
2287
+ # Flow name to start the test case with. Format: `projects//locations//agents//
2288
+ # flows/`. Only one of `flow` and `page` should be set to indicate the starting
2289
+ # point of the test case. If both are set, `page` takes precedence over `flow`.
2290
+ # If neither is set, the test case will start with start page on the default
2291
+ # start flow.
2289
2292
  # Corresponds to the JSON property `flow`
2290
2293
  # @return [String]
2291
2294
  attr_accessor :flow
2292
2295
 
2296
+ # The page to start the test case with. Format: `projects//locations//agents//
2297
+ # flows//pages/`. Only one of `flow` and `page` should be set to indicate the
2298
+ # starting point of the test case. If both are set, `page` takes precedence over
2299
+ # `flow`. If neither is set, the test case will start with start page on the
2300
+ # default start flow.
2301
+ # Corresponds to the JSON property `page`
2302
+ # @return [String]
2303
+ attr_accessor :page
2304
+
2293
2305
  # Session parameters to be compared when calculating differences.
2294
2306
  # Corresponds to the JSON property `trackingParameters`
2295
2307
  # @return [Array<String>]
@@ -2302,6 +2314,7 @@ module Google
2302
2314
  # Update properties of this object
2303
2315
  def update!(**args)
2304
2316
  @flow = args[:flow] if args.key?(:flow)
2317
+ @page = args[:page] if args.key?(:page)
2305
2318
  @tracking_parameters = args[:tracking_parameters] if args.key?(:tracking_parameters)
2306
2319
  end
2307
2320
  end
@@ -2866,6 +2879,13 @@ module Google
2866
2879
  attr_accessor :enable_stackdriver_logging
2867
2880
  alias_method :enable_stackdriver_logging?, :enable_stackdriver_logging
2868
2881
 
2882
+ # Indiciates whether the agent is locked for changes. If the agent is locked,
2883
+ # modifications to the agent will be rejected except for RestoreAgent.
2884
+ # Corresponds to the JSON property `locked`
2885
+ # @return [Boolean]
2886
+ attr_accessor :locked
2887
+ alias_method :locked?, :locked
2888
+
2869
2889
  # The unique identifier of the agent. Required for the Agents.UpdateAgent method.
2870
2890
  # Agents.CreateAgent populates the name automatically. Format: `projects//
2871
2891
  # locations//agents/`.
@@ -2916,6 +2936,7 @@ module Google
2916
2936
  @display_name = args[:display_name] if args.key?(:display_name)
2917
2937
  @enable_spell_correction = args[:enable_spell_correction] if args.key?(:enable_spell_correction)
2918
2938
  @enable_stackdriver_logging = args[:enable_stackdriver_logging] if args.key?(:enable_stackdriver_logging)
2939
+ @locked = args[:locked] if args.key?(:locked)
2919
2940
  @name = args[:name] if args.key?(:name)
2920
2941
  @security_settings = args[:security_settings] if args.key?(:security_settings)
2921
2942
  @speech_to_text_settings = args[:speech_to_text_settings] if args.key?(:speech_to_text_settings)
@@ -4359,11 +4380,21 @@ module Google
4359
4380
 
4360
4381
  # Optional. The [Google Cloud Storage](https://cloud.google.com/storage/docs/)
4361
4382
  # URI to export the agent to. The format of this URI must be `gs:///`. If left
4362
- # unspecified, the serialized agent is returned inline.
4383
+ # unspecified, the serialized agent is returned inline. Dialogflow performs a
4384
+ # write operation for the Cloud Storage object on the caller's behalf, so your
4385
+ # request authentication must have write permissions for the object. For more
4386
+ # information, see [Dialogflow access control](https://cloud.google.com/
4387
+ # dialogflow/cx/docs/concept/access-control#storage).
4363
4388
  # Corresponds to the JSON property `agentUri`
4364
4389
  # @return [String]
4365
4390
  attr_accessor :agent_uri
4366
4391
 
4392
+ # Optional. The data format of the exported agent. If not specified, `BLOB` is
4393
+ # assumed.
4394
+ # Corresponds to the JSON property `dataFormat`
4395
+ # @return [String]
4396
+ attr_accessor :data_format
4397
+
4367
4398
  # Optional. Environment name. If not set, draft environment is assumed. Format: `
4368
4399
  # projects//locations//agents//environments/`.
4369
4400
  # Corresponds to the JSON property `environment`
@@ -4377,6 +4408,7 @@ module Google
4377
4408
  # Update properties of this object
4378
4409
  def update!(**args)
4379
4410
  @agent_uri = args[:agent_uri] if args.key?(:agent_uri)
4411
+ @data_format = args[:data_format] if args.key?(:data_format)
4380
4412
  @environment = args[:environment] if args.key?(:environment)
4381
4413
  end
4382
4414
  end
@@ -4414,7 +4446,11 @@ module Google
4414
4446
 
4415
4447
  # Optional. The [Google Cloud Storage](https://cloud.google.com/storage/docs/)
4416
4448
  # URI to export the flow to. The format of this URI must be `gs:///`. If left
4417
- # unspecified, the serialized flow is returned inline.
4449
+ # unspecified, the serialized flow is returned inline. Dialogflow performs a
4450
+ # write operation for the Cloud Storage object on the caller's behalf, so your
4451
+ # request authentication must have write permissions for the object. For more
4452
+ # information, see [Dialogflow access control](https://cloud.google.com/
4453
+ # dialogflow/cx/docs/concept/access-control#storage).
4418
4454
  # Corresponds to the JSON property `flowUri`
4419
4455
  # @return [String]
4420
4456
  attr_accessor :flow_uri
@@ -4497,7 +4533,11 @@ module Google
4497
4533
 
4498
4534
  # The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
4499
4535
  # export the test cases to. The format of this URI must be `gs:///`. If
4500
- # unspecified, the serialized test cases is returned inline.
4536
+ # unspecified, the serialized test cases is returned inline. Dialogflow performs
4537
+ # a write operation for the Cloud Storage object on the caller's behalf, so your
4538
+ # request authentication must have write permissions for the object. For more
4539
+ # information, see [Dialogflow access control](https://cloud.google.com/
4540
+ # dialogflow/cx/docs/concept/access-control#storage).
4501
4541
  # Corresponds to the JSON property `gcsUri`
4502
4542
  # @return [String]
4503
4543
  attr_accessor :gcs_uri
@@ -5117,7 +5157,11 @@ module Google
5117
5157
  attr_accessor :flow_content
5118
5158
 
5119
5159
  # The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
5120
- # import flow from. The format of this URI must be `gs:///`.
5160
+ # import flow from. The format of this URI must be `gs:///`. Dialogflow performs
5161
+ # a read operation for the Cloud Storage object on the caller's behalf, so your
5162
+ # request authentication must have read permissions for the object. For more
5163
+ # information, see [Dialogflow access control](https://cloud.google.com/
5164
+ # dialogflow/cx/docs/concept/access-control#storage).
5121
5165
  # Corresponds to the JSON property `flowUri`
5122
5166
  # @return [String]
5123
5167
  attr_accessor :flow_uri
@@ -5189,7 +5233,11 @@ module Google
5189
5233
  attr_accessor :content
5190
5234
 
5191
5235
  # The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
5192
- # import test cases from. The format of this URI must be `gs:///`.
5236
+ # import test cases from. The format of this URI must be `gs:///`. Dialogflow
5237
+ # performs a read operation for the Cloud Storage object on the caller's behalf,
5238
+ # so your request authentication must have read permissions for the object. For
5239
+ # more information, see [Dialogflow access control](https://cloud.google.com/
5240
+ # dialogflow/cx/docs/concept/access-control#storage).
5193
5241
  # Corresponds to the JSON property `gcsUri`
5194
5242
  # @return [String]
5195
5243
  attr_accessor :gcs_uri
@@ -6120,12 +6168,12 @@ module Google
6120
6168
  # The collection of parameters extracted from the query. Depending on your
6121
6169
  # protocol or client library language, this is a map, associative array, symbol
6122
6170
  # table, dictionary, or JSON object composed of a collection of (MapKey,
6123
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
6124
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
6125
- # depending on parameter value type, could be one of string, number, boolean,
6126
- # null, list or map - MapValue value: - If parameter's entity type is a
6127
- # composite entity: map from composite entity property names to property values -
6128
- # Else: parameter value
6171
+ # MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
6172
+ # MapValue type: If parameter's entity type is a composite entity then use map,
6173
+ # otherwise, depending on the parameter value type, it could be one of string,
6174
+ # number, boolean, null, list or map. * MapValue value: If parameter's entity
6175
+ # type is a composite entity then use map from composite entity property names
6176
+ # to property values, otherwise, use parameter value.
6129
6177
  # Corresponds to the JSON property `parameters`
6130
6178
  # @return [Hash<String,Object>]
6131
6179
  attr_accessor :parameters
@@ -6623,12 +6671,13 @@ module Google
6623
6671
  # You can reference the session parameters in the agent with the following
6624
6672
  # format: $session.params.parameter-id. Depending on your protocol or client
6625
6673
  # library language, this is a map, associative array, symbol table, dictionary,
6626
- # or JSON object composed of a collection of (MapKey, MapValue) pairs: - MapKey
6627
- # type: string - MapKey value: parameter name - MapValue type: - If parameter's
6628
- # entity type is a composite entity: map - Else: depending on parameter value
6629
- # type, could be one of string, number, boolean, null, list or map - MapValue
6630
- # value: - If parameter's entity type is a composite entity: map from composite
6631
- # entity property names to property values - Else: parameter value
6674
+ # or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey
6675
+ # type: string * MapKey value: parameter name * MapValue type: If parameter's
6676
+ # entity type is a composite entity then use map, otherwise, depending on the
6677
+ # parameter value type, it could be one of string, number, boolean, null, list
6678
+ # or map. * MapValue value: If parameter's entity type is a composite entity
6679
+ # then use map from composite entity property names to property values,
6680
+ # otherwise, use parameter value.
6632
6681
  # Corresponds to the JSON property `parameters`
6633
6682
  # @return [Hash<String,Object>]
6634
6683
  attr_accessor :parameters
@@ -6751,12 +6800,13 @@ module Google
6751
6800
 
6752
6801
  # The collected session parameters. Depending on your protocol or client library
6753
6802
  # language, this is a map, associative array, symbol table, dictionary, or JSON
6754
- # object composed of a collection of (MapKey, MapValue) pairs: - MapKey type:
6755
- # string - MapKey value: parameter name - MapValue type: - If parameter's entity
6756
- # type is a composite entity: map - Else: depending on parameter value type,
6757
- # could be one of string, number, boolean, null, list or map - MapValue value: -
6758
- # If parameter's entity type is a composite entity: map from composite entity
6759
- # property names to property values - Else: parameter value
6803
+ # object composed of a collection of (MapKey, MapValue) pairs: * MapKey type:
6804
+ # string * MapKey value: parameter name * MapValue type: If parameter's entity
6805
+ # type is a composite entity then use map, otherwise, depending on the parameter
6806
+ # value type, it could be one of string, number, boolean, null, list or map. *
6807
+ # MapValue value: If parameter's entity type is a composite entity then use map
6808
+ # from composite entity property names to property values, otherwise, use
6809
+ # parameter value.
6760
6810
  # Corresponds to the JSON property `parameters`
6761
6811
  # @return [Hash<String,Object>]
6762
6812
  attr_accessor :parameters
@@ -7225,7 +7275,11 @@ module Google
7225
7275
  attr_accessor :agent_content
7226
7276
 
7227
7277
  # The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to
7228
- # restore agent from. The format of this URI must be `gs:///`.
7278
+ # restore agent from. The format of this URI must be `gs:///`. Dialogflow
7279
+ # performs a read operation for the Cloud Storage object on the caller's behalf,
7280
+ # so your request authentication must have read permissions for the object. For
7281
+ # more information, see [Dialogflow access control](https://cloud.google.com/
7282
+ # dialogflow/cx/docs/concept/access-control#storage).
7229
7283
  # Corresponds to the JSON property `agentUri`
7230
7284
  # @return [String]
7231
7285
  attr_accessor :agent_uri
@@ -7928,12 +7982,24 @@ module Google
7928
7982
  class GoogleCloudDialogflowCxV3beta1TestConfig
7929
7983
  include Google::Apis::Core::Hashable
7930
7984
 
7931
- # Flow name. If not set, default start flow is assumed. Format: `projects//
7932
- # locations//agents//flows/`.
7985
+ # Flow name to start the test case with. Format: `projects//locations//agents//
7986
+ # flows/`. Only one of `flow` and `page` should be set to indicate the starting
7987
+ # point of the test case. If both are set, `page` takes precedence over `flow`.
7988
+ # If neither is set, the test case will start with start page on the default
7989
+ # start flow.
7933
7990
  # Corresponds to the JSON property `flow`
7934
7991
  # @return [String]
7935
7992
  attr_accessor :flow
7936
7993
 
7994
+ # The page to start the test case with. Format: `projects//locations//agents//
7995
+ # flows//pages/`. Only one of `flow` and `page` should be set to indicate the
7996
+ # starting point of the test case. If both are set, `page` takes precedence over
7997
+ # `flow`. If neither is set, the test case will start with start page on the
7998
+ # default start flow.
7999
+ # Corresponds to the JSON property `page`
8000
+ # @return [String]
8001
+ attr_accessor :page
8002
+
7937
8003
  # Session parameters to be compared when calculating differences.
7938
8004
  # Corresponds to the JSON property `trackingParameters`
7939
8005
  # @return [Array<String>]
@@ -7946,6 +8012,7 @@ module Google
7946
8012
  # Update properties of this object
7947
8013
  def update!(**args)
7948
8014
  @flow = args[:flow] if args.key?(:flow)
8015
+ @page = args[:page] if args.key?(:page)
7949
8016
  @tracking_parameters = args[:tracking_parameters] if args.key?(:tracking_parameters)
7950
8017
  end
7951
8018
  end
@@ -8708,9 +8775,9 @@ module Google
8708
8775
  # empty or unspecified, Dialogflow will use Google's default trust store to
8709
8776
  # verify certificates. N.B. Make sure the HTTPS server certificates are signed
8710
8777
  # with "subject alt name". For instance a certificate can be self-signed using
8711
- # the following command, openssl x509 -req -days 200 -in example.com.csr \ -
8778
+ # the following command, ``` openssl x509 -req -days 200 -in example.com.csr \ -
8712
8779
  # signkey example.com.key \ -out example.com.crt \ -extfile <(printf "\
8713
- # nsubjectAltName='DNS:www.example.com'")
8780
+ # nsubjectAltName='DNS:www.example.com'") ```
8714
8781
  # Corresponds to the JSON property `allowedCaCerts`
8715
8782
  # @return [Array<String>]
8716
8783
  attr_accessor :allowed_ca_certs
@@ -9679,7 +9746,9 @@ module Google
9679
9746
  # Required. The language of this query. See [Language Support](https://cloud.
9680
9747
  # google.com/dialogflow/docs/reference/language) for a list of the currently
9681
9748
  # supported language codes. Note that queries in the same session do not
9682
- # necessarily need to specify the same language.
9749
+ # necessarily need to specify the same language. This field is ignored when used
9750
+ # in the context of a WebhookResponse.followup_event_input field, because the
9751
+ # language was already defined in the originating detect intent request.
9683
9752
  # Corresponds to the JSON property `languageCode`
9684
9753
  # @return [String]
9685
9754
  attr_accessor :language_code
@@ -12416,7 +12485,9 @@ module Google
12416
12485
  # Required. The language of this query. See [Language Support](https://cloud.
12417
12486
  # google.com/dialogflow/docs/reference/language) for a list of the currently
12418
12487
  # supported language codes. Note that queries in the same session do not
12419
- # necessarily need to specify the same language.
12488
+ # necessarily need to specify the same language. This field is ignored when used
12489
+ # in the context of a WebhookResponse.followup_event_input field, because the
12490
+ # language was already defined in the originating detect intent request.
12420
12491
  # Corresponds to the JSON property `languageCode`
12421
12492
  # @return [String]
12422
12493
  attr_accessor :language_code
@@ -15538,8 +15609,7 @@ module Google
15538
15609
  # A generic empty message that you can re-use to avoid defining duplicated empty
15539
15610
  # messages in your APIs. A typical example is to use it as the request or the
15540
15611
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
15541
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
15542
- # `Empty` is empty JSON object ````.
15612
+ # protobuf.Empty) returns (google.protobuf.Empty); `
15543
15613
  class GoogleProtobufEmpty
15544
15614
  include Google::Apis::Core::Hashable
15545
15615
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3beta1
18
18
  # Version of the google-apis-dialogflow_v3beta1 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220222"
25
+ REVISION = "20220330"
26
26
  end
27
27
  end
28
28
  end
@@ -3214,6 +3214,7 @@ module Google
3214
3214
  # @private
3215
3215
  class Representation < Google::Apis::Core::JsonRepresentation
3216
3216
  property :flow, as: 'flow'
3217
+ property :page, as: 'page'
3217
3218
  collection :tracking_parameters, as: 'trackingParameters'
3218
3219
  end
3219
3220
  end
@@ -3374,6 +3375,7 @@ module Google
3374
3375
  property :display_name, as: 'displayName'
3375
3376
  property :enable_spell_correction, as: 'enableSpellCorrection'
3376
3377
  property :enable_stackdriver_logging, as: 'enableStackdriverLogging'
3378
+ property :locked, as: 'locked'
3377
3379
  property :name, as: 'name'
3378
3380
  property :security_settings, as: 'securitySettings'
3379
3381
  property :speech_to_text_settings, as: 'speechToTextSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SpeechToTextSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SpeechToTextSettings::Representation
@@ -3787,6 +3789,7 @@ module Google
3787
3789
  # @private
3788
3790
  class Representation < Google::Apis::Core::JsonRepresentation
3789
3791
  property :agent_uri, as: 'agentUri'
3792
+ property :data_format, as: 'dataFormat'
3790
3793
  property :environment, as: 'environment'
3791
3794
  end
3792
3795
  end
@@ -4759,6 +4762,7 @@ module Google
4759
4762
  # @private
4760
4763
  class Representation < Google::Apis::Core::JsonRepresentation
4761
4764
  property :flow, as: 'flow'
4765
+ property :page, as: 'page'
4762
4766
  collection :tracking_parameters, as: 'trackingParameters'
4763
4767
  end
4764
4768
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.32.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: 2022-02-28 00:00:00.000000000 Z
11
+ date: 2022-04-04 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_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
63
63
  post_install_message:
64
64
  rdoc_options: []