google-apis-dialogflow_v2 0.64.0 → 0.66.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: 6c46731162868997c9e2e4c7c7692acc3150642abe06dade6243d28efd72e333
4
- data.tar.gz: f9fcfd929646f3bef1526f0b6382c4a477cf9be6803243ed517035eec5b67caa
3
+ metadata.gz: 24f9bc0d5ed26843d620669e2081f1f58c97f189abf7cad243e0e3de33fab135
4
+ data.tar.gz: 81e07f20e429a933b322adf3568c498167b53cd8e675316f3e2b4901436344a9
5
5
  SHA512:
6
- metadata.gz: 87ff0514e344685b4700610a552fa68c17371e1db293a907e471200dac593871a95dfd284ab508521a9f0def0fd8a3a7380628b1cd5f9663eeea31f9530185cb
7
- data.tar.gz: 2976e22adfd19e8b62b30ced1029f67490417919be61e4a24758ce33a401b7fdeead315682f512c9644f59c06006894d5daab379c8f6262810787d2e05f234ae
6
+ metadata.gz: c222affc63f7c895552cef1fc7e6cb9da81592f60ec7cf62172bc3354640ea8e2dbecfbbf7c23cfc7f957b3f2684f35986997b5ffd8cb31c2a51cb6021c0357a
7
+ data.tar.gz: 816b9aadf30ffb6348fca8eee5830b2278e5e727496dfe2dc4d70dc5c1cf150f6ee35f52b6bdb040a579756fca494243dcd87332595eb068e9cf9149c9eb4b23
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.66.0 (2023-08-03)
4
+
5
+ * Regenerated from discovery document revision 20230722
6
+
7
+ ### v0.65.0 (2023-07-23)
8
+
9
+ * Regenerated from discovery document revision 20230717
10
+
3
11
  ### v0.64.0 (2023-07-09)
4
12
 
5
13
  * Regenerated from discovery document revision 20230705
@@ -666,7 +666,7 @@ module Google
666
666
  # @return [String]
667
667
  attr_accessor :agent_uri
668
668
 
669
- # Commit SHA of the git push. This field is populated if `git_destination` are
669
+ # Commit SHA of the git push. This field is populated if `git_destination` is
670
670
  # specified in ExportAgentRequest.
671
671
  # Corresponds to the JSON property `commitSha`
672
672
  # @return [String]
@@ -1836,6 +1836,11 @@ module Google
1836
1836
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio]
1837
1837
  attr_accessor :play_audio
1838
1838
 
1839
+ # Response type.
1840
+ # Corresponds to the JSON property `responseType`
1841
+ # @return [String]
1842
+ attr_accessor :response_type
1843
+
1839
1844
  # Represents the signal that telles the client to transfer the phone call
1840
1845
  # connected to the agent to a third-party endpoint.
1841
1846
  # Corresponds to the JSON property `telephonyTransferCall`
@@ -1861,6 +1866,7 @@ module Google
1861
1866
  @output_audio_text = args[:output_audio_text] if args.key?(:output_audio_text)
1862
1867
  @payload = args[:payload] if args.key?(:payload)
1863
1868
  @play_audio = args[:play_audio] if args.key?(:play_audio)
1869
+ @response_type = args[:response_type] if args.key?(:response_type)
1864
1870
  @telephony_transfer_call = args[:telephony_transfer_call] if args.key?(:telephony_transfer_call)
1865
1871
  @text = args[:text] if args.key?(:text)
1866
1872
  end
@@ -3751,7 +3757,7 @@ module Google
3751
3757
  # @return [String]
3752
3758
  attr_accessor :agent_uri
3753
3759
 
3754
- # Commit SHA of the git push. This field is populated if `git_destination` are
3760
+ # Commit SHA of the git push. This field is populated if `git_destination` is
3755
3761
  # specified in ExportAgentRequest.
3756
3762
  # Corresponds to the JSON property `commitSha`
3757
3763
  # @return [String]
@@ -6447,7 +6453,6 @@ module Google
6447
6453
  # @return [String]
6448
6454
  attr_accessor :request_id
6449
6455
 
6450
- # ============================================================================
6451
6456
  # Auxiliary proto messages. Represents the natural language text to be processed.
6452
6457
  # Corresponds to the JSON property `textInput`
6453
6458
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextInput]
@@ -7211,7 +7216,7 @@ module Google
7211
7216
  # Required. The unique identifier of the context. Format: `projects//agent/
7212
7217
  # sessions//contexts/`, or `projects//agent/environments//users//sessions//
7213
7218
  # contexts/`. The `Context ID` is always converted to lowercase, may only
7214
- # contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If `
7219
+ # contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `
7215
7220
  # Environment ID` is not specified, we assume default 'draft' environment. If `
7216
7221
  # User ID` is not specified, we assume default '-' user. The following context
7217
7222
  # names are reserved for internal use by Dialogflow. You should not use these
@@ -7224,12 +7229,12 @@ module Google
7224
7229
  # Optional. The collection of parameters associated with this context. Depending
7225
7230
  # on your protocol or client library language, this is a map, associative array,
7226
7231
  # symbol table, dictionary, or JSON object composed of a collection of (MapKey,
7227
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
7228
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
7229
- # depending on parameter value type, could be one of string, number, boolean,
7230
- # null, list or map - MapValue value: - If parameter's entity type is a
7231
- # composite entity: map from composite entity property names to property values -
7232
- # Else: parameter value
7232
+ # MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
7233
+ # MapValue type: If parameter's entity type is a composite entity then use map,
7234
+ # otherwise, depending on the parameter value type, it could be one of string,
7235
+ # number, boolean, null, list or map. * MapValue value: If parameter's entity
7236
+ # type is a composite entity then use map from composite entity property names
7237
+ # to property values, otherwise, use parameter value.
7233
7238
  # Corresponds to the JSON property `parameters`
7234
7239
  # @return [Hash<String,Object>]
7235
7240
  attr_accessor :parameters
@@ -8520,12 +8525,12 @@ module Google
8520
8525
  # The collection of parameters associated with the event. Depending on your
8521
8526
  # protocol or client library language, this is a map, associative array, symbol
8522
8527
  # table, dictionary, or JSON object composed of a collection of (MapKey,
8523
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
8524
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
8525
- # depending on parameter value type, could be one of string, number, boolean,
8526
- # null, list or map - MapValue value: - If parameter's entity type is a
8527
- # composite entity: map from composite entity property names to property values -
8528
- # Else: parameter value
8528
+ # MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
8529
+ # MapValue type: If parameter's entity type is a composite entity then use map,
8530
+ # otherwise, depending on the parameter value type, it could be one of string,
8531
+ # number, boolean, null, list or map. * MapValue value: If parameter's entity
8532
+ # type is a composite entity then use map from composite entity property names
8533
+ # to property values, otherwise, use parameter value.
8529
8534
  # Corresponds to the JSON property `parameters`
8530
8535
  # @return [Hash<String,Object>]
8531
8536
  attr_accessor :parameters
@@ -8834,8 +8839,8 @@ module Google
8834
8839
  class GoogleCloudDialogflowV2GcsDestination
8835
8840
  include Google::Apis::Core::Hashable
8836
8841
 
8837
- # The Google Cloud Storage URIs for the output. A URI is of the form: gs://
8838
- # bucket/object-prefix-or-name Whether a prefix or name is used depends on the
8842
+ # The Google Cloud Storage URIs for the output. A URI is of the form: `gs://
8843
+ # bucket/object-prefix-or-name` Whether a prefix or name is used depends on the
8839
8844
  # use case. The requesting user must have "write-permission" to the bucket.
8840
8845
  # Corresponds to the JSON property `uri`
8841
8846
  # @return [String]
@@ -8855,8 +8860,8 @@ module Google
8855
8860
  class GoogleCloudDialogflowV2GcsSources
8856
8861
  include Google::Apis::Core::Hashable
8857
8862
 
8858
- # Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://
8859
- # bucket/object-prefix-or-name Whether a prefix or name is used depends on the
8863
+ # Required. Google Cloud Storage URIs for the inputs. A URI is of the form: `gs:/
8864
+ # /bucket/object-prefix-or-name` Whether a prefix or name is used depends on the
8860
8865
  # use case.
8861
8866
  # Corresponds to the JSON property `uris`
8862
8867
  # @return [Array<String>]
@@ -9783,9 +9788,9 @@ module Google
9783
9788
  # A list of strings containing words and phrases that the speech recognizer
9784
9789
  # should recognize with higher likelihood. See [the Cloud Speech documentation](
9785
9790
  # https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more
9786
- # details. This field is deprecated. Please use [speech_contexts]() instead. If
9787
- # you specify both [phrase_hints]() and [speech_contexts](), Dialogflow will
9788
- # treat the [phrase_hints]() as a single additional [SpeechContext]().
9791
+ # details. This field is deprecated. Please use [`speech_contexts`]() instead.
9792
+ # If you specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow
9793
+ # will treat the [`phrase_hints`]() as a single additional [`SpeechContext`]().
9789
9794
  # Corresponds to the JSON property `phraseHints`
9790
9795
  # @return [Array<String>]
9791
9796
  attr_accessor :phrase_hints
@@ -11995,7 +12000,6 @@ module Google
11995
12000
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EventInput]
11996
12001
  attr_accessor :event
11997
12002
 
11998
- # ============================================================================
11999
12003
  # Auxiliary proto messages. Represents the natural language text to be processed.
12000
12004
  # Corresponds to the JSON property `text`
12001
12005
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextInput]
@@ -12038,6 +12042,13 @@ module Google
12038
12042
  # @return [Hash<String,Object>]
12039
12043
  attr_accessor :payload
12040
12044
 
12045
+ # The platform of the virtual agent response messages. If not empty, only emits
12046
+ # messages from this platform in the response. Valid values are the enum names
12047
+ # of platform.
12048
+ # Corresponds to the JSON property `platform`
12049
+ # @return [String]
12050
+ attr_accessor :platform
12051
+
12041
12052
  # Specifies whether to delete all contexts in the current session before the new
12042
12053
  # ones are activated.
12043
12054
  # Corresponds to the JSON property `resetContexts`
@@ -12085,6 +12096,7 @@ module Google
12085
12096
  @contexts = args[:contexts] if args.key?(:contexts)
12086
12097
  @geo_location = args[:geo_location] if args.key?(:geo_location)
12087
12098
  @payload = args[:payload] if args.key?(:payload)
12099
+ @platform = args[:platform] if args.key?(:platform)
12088
12100
  @reset_contexts = args[:reset_contexts] if args.key?(:reset_contexts)
12089
12101
  @sentiment_analysis_request_config = args[:sentiment_analysis_request_config] if args.key?(:sentiment_analysis_request_config)
12090
12102
  @session_entity_types = args[:session_entity_types] if args.key?(:session_entity_types)
@@ -12176,12 +12188,13 @@ module Google
12176
12188
 
12177
12189
  # The collection of extracted parameters. Depending on your protocol or client
12178
12190
  # library language, this is a map, associative array, symbol table, dictionary,
12179
- # or JSON object composed of a collection of (MapKey, MapValue) pairs: - MapKey
12180
- # type: string - MapKey value: parameter name - MapValue type: - If parameter's
12181
- # entity type is a composite entity: map - Else: depending on parameter value
12182
- # type, could be one of string, number, boolean, null, list or map - MapValue
12183
- # value: - If parameter's entity type is a composite entity: map from composite
12184
- # entity property names to property values - Else: parameter value
12191
+ # or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey
12192
+ # type: string * MapKey value: parameter name * MapValue type: If parameter's
12193
+ # entity type is a composite entity then use map, otherwise, depending on the
12194
+ # parameter value type, it could be one of string, number, boolean, null, list
12195
+ # or map. * MapValue value: If parameter's entity type is a composite entity
12196
+ # then use map from composite entity property names to property values,
12197
+ # otherwise, use parameter value.
12185
12198
  # Corresponds to the JSON property `parameters`
12186
12199
  # @return [Hash<String,Object>]
12187
12200
  attr_accessor :parameters
@@ -12969,7 +12982,6 @@ module Google
12969
12982
  # @return [Fixnum]
12970
12983
  attr_accessor :context_size
12971
12984
 
12972
- # ============================================================================
12973
12985
  # Auxiliary proto messages. Represents the natural language text to be processed.
12974
12986
  # Corresponds to the JSON property `currentTextInput`
12975
12987
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextInput]
@@ -13152,7 +13164,6 @@ module Google
13152
13164
  end
13153
13165
  end
13154
13166
 
13155
- # ============================================================================
13156
13167
  # Auxiliary proto messages. Represents the natural language text to be processed.
13157
13168
  class GoogleCloudDialogflowV2TextInput
13158
13169
  include Google::Apis::Core::Hashable
@@ -13284,13 +13295,13 @@ module Google
13284
13295
  class GoogleCloudDialogflowV2ValidationError
13285
13296
  include Google::Apis::Core::Hashable
13286
13297
 
13287
- # The names of the entries that the error is associated with. Format: - "
13288
- # projects//agent", if the error is associated with the entire agent. - "
13289
- # projects//agent/intents/", if the error is associated with certain intents. - "
13290
- # projects//agent/intents//trainingPhrases/", if the error is associated with
13291
- # certain intent training phrases. - "projects//agent/intents//parameters/", if
13292
- # the error is associated with certain intent parameters. - "projects//agent/
13293
- # entities/", if the error is associated with certain entities.
13298
+ # The names of the entries that the error is associated with. Format: - `
13299
+ # projects//agent`, if the error is associated with the entire agent. - `
13300
+ # projects//agent/intents/`, if the error is associated with certain intents. - `
13301
+ # projects//agent/intents//trainingPhrases/`, if the error is associated with
13302
+ # certain intent training phrases. - `projects//agent/intents//parameters/`, if
13303
+ # the error is associated with certain intent parameters. - `projects//agent/
13304
+ # entities/`, if the error is associated with certain entities.
13294
13305
  # Corresponds to the JSON property `entries`
13295
13306
  # @return [Array<String>]
13296
13307
  attr_accessor :entries
@@ -13734,7 +13745,7 @@ module Google
13734
13745
  # /agent/sessions//contexts/`, - `projects//locations//agent/sessions//contexts/`
13735
13746
  # , - `projects//agent/environments//users//sessions//contexts/`, - `projects//
13736
13747
  # locations//agent/environments//users//sessions//contexts/`, The `Context ID`
13737
- # is always converted to lowercase, may only contain characters in a-zA-Z0-9_-%
13748
+ # is always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%`
13738
13749
  # and may be at most 250 bytes long. If `Environment ID` is not specified, we
13739
13750
  # assume default 'draft' environment. If `User ID` is not specified, we assume
13740
13751
  # default '-' user. The following context names are reserved for internal use by
@@ -13747,12 +13758,12 @@ module Google
13747
13758
  # Optional. The collection of parameters associated with this context. Depending
13748
13759
  # on your protocol or client library language, this is a map, associative array,
13749
13760
  # symbol table, dictionary, or JSON object composed of a collection of (MapKey,
13750
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
13751
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
13752
- # depending on parameter value type, could be one of string, number, boolean,
13753
- # null, list or map - MapValue value: - If parameter's entity type is a
13754
- # composite entity: map from composite entity property names to property values -
13755
- # Else: parameter value
13761
+ # MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
13762
+ # MapValue type: If parameter's entity type is a composite entity then use map,
13763
+ # otherwise, depending on the parameter value type, it could be one of string,
13764
+ # number, boolean, null, list or map. * MapValue value: If parameter's entity
13765
+ # type is a composite entity then use map from composite entity property names
13766
+ # to property values, otherwise, use parameter value.
13756
13767
  # Corresponds to the JSON property `parameters`
13757
13768
  # @return [Hash<String,Object>]
13758
13769
  attr_accessor :parameters
@@ -13963,12 +13974,12 @@ module Google
13963
13974
  # The collection of parameters associated with the event. Depending on your
13964
13975
  # protocol or client library language, this is a map, associative array, symbol
13965
13976
  # table, dictionary, or JSON object composed of a collection of (MapKey,
13966
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
13967
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
13968
- # depending on parameter value type, could be one of string, number, boolean,
13969
- # null, list or map - MapValue value: - If parameter's entity type is a
13970
- # composite entity: map from composite entity property names to property values -
13971
- # Else: parameter value
13977
+ # MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
13978
+ # MapValue type: If parameter's entity type is a composite entity then use map,
13979
+ # otherwise, depending on the parameter value type, it could be one of string,
13980
+ # number, boolean, null, list or map. * MapValue value: If parameter's entity
13981
+ # type is a composite entity then use map from composite entity property names
13982
+ # to property values, otherwise, use parameter value.
13972
13983
  # Corresponds to the JSON property `parameters`
13973
13984
  # @return [Hash<String,Object>]
13974
13985
  attr_accessor :parameters
@@ -14089,8 +14100,8 @@ module Google
14089
14100
  class GoogleCloudDialogflowV2beta1GcsDestination
14090
14101
  include Google::Apis::Core::Hashable
14091
14102
 
14092
- # Required. The Google Cloud Storage URIs for the output. A URI is of the form:
14093
- # gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on
14103
+ # Required. The Google Cloud Storage URIs for the output. A URI is of the form: `
14104
+ # gs://bucket/object-prefix-or-name` Whether a prefix or name is used depends on
14094
14105
  # the use case. The requesting user must have "write-permission" to the bucket.
14095
14106
  # Corresponds to the JSON property `uri`
14096
14107
  # @return [String]
@@ -16257,12 +16268,13 @@ module Google
16257
16268
 
16258
16269
  # The collection of extracted parameters. Depending on your protocol or client
16259
16270
  # library language, this is a map, associative array, symbol table, dictionary,
16260
- # or JSON object composed of a collection of (MapKey, MapValue) pairs: - MapKey
16261
- # type: string - MapKey value: parameter name - MapValue type: - If parameter's
16262
- # entity type is a composite entity: map - Else: depending on parameter value
16263
- # type, could be one of string, number, boolean, null, list or map - MapValue
16264
- # value: - If parameter's entity type is a composite entity: map from composite
16265
- # entity property names to property values - Else: parameter value
16271
+ # or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey
16272
+ # type: string * MapKey value: parameter name * MapValue type: If parameter's
16273
+ # entity type is a composite entity then use map, otherwise, depending on the
16274
+ # parameter value type, it could be one of string, number, boolean, null, list
16275
+ # or map. * MapValue value: If parameter's entity type is a composite entity
16276
+ # then use map from composite entity property names to property values,
16277
+ # otherwise, use parameter value.
16266
16278
  # Corresponds to the JSON property `parameters`
16267
16279
  # @return [Hash<String,Object>]
16268
16280
  attr_accessor :parameters
@@ -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.64.0"
19
+ GEM_VERSION = "0.66.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230705"
25
+ REVISION = "20230722"
26
26
  end
27
27
  end
28
28
  end
@@ -3335,6 +3335,7 @@ module Google
3335
3335
  hash :payload, as: 'payload'
3336
3336
  property :play_audio, as: 'playAudio', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio::Representation
3337
3337
 
3338
+ property :response_type, as: 'responseType'
3338
3339
  property :telephony_transfer_call, as: 'telephonyTransferCall', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall::Representation
3339
3340
 
3340
3341
  property :text, as: 'text', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessageText, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessageText::Representation
@@ -6150,6 +6151,7 @@ module Google
6150
6151
  property :geo_location, as: 'geoLocation', class: Google::Apis::DialogflowV2::GoogleTypeLatLng, decorator: Google::Apis::DialogflowV2::GoogleTypeLatLng::Representation
6151
6152
 
6152
6153
  hash :payload, as: 'payload'
6154
+ property :platform, as: 'platform'
6153
6155
  property :reset_contexts, as: 'resetContexts'
6154
6156
  property :sentiment_analysis_request_config, as: 'sentimentAnalysisRequestConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SentimentAnalysisRequestConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SentimentAnalysisRequestConfig::Representation
6155
6157
 
@@ -1397,7 +1397,7 @@ module Google
1397
1397
  # Required. The unique identifier of the context. Format: `projects//agent/
1398
1398
  # sessions//contexts/`, or `projects//agent/environments//users//sessions//
1399
1399
  # contexts/`. The `Context ID` is always converted to lowercase, may only
1400
- # contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If `
1400
+ # contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `
1401
1401
  # Environment ID` is not specified, we assume default 'draft' environment. If `
1402
1402
  # User ID` is not specified, we assume default '-' user. The following context
1403
1403
  # names are reserved for internal use by Dialogflow. You should not use these
@@ -2589,7 +2589,7 @@ module Google
2589
2589
  # Required. The unique identifier of the context. Format: `projects//agent/
2590
2590
  # sessions//contexts/`, or `projects//agent/environments//users//sessions//
2591
2591
  # contexts/`. The `Context ID` is always converted to lowercase, may only
2592
- # contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If `
2592
+ # contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `
2593
2593
  # Environment ID` is not specified, we assume default 'draft' environment. If `
2594
2594
  # User ID` is not specified, we assume default '-' user. The following context
2595
2595
  # names are reserved for internal use by Dialogflow. You should not use these
@@ -3792,7 +3792,7 @@ module Google
3792
3792
  # Optional. Identifier of the conversation. Generally it's auto generated by
3793
3793
  # Google. Only set it if you cannot wait for the response to return a auto-
3794
3794
  # generated one to you. The conversation ID must be compliant with the
3795
- # regression fomula "a-zA-Z*" with the characters length in range of [3,64]. If
3795
+ # regression fomula `a-zA-Z*` with the characters length in range of [3,64]. If
3796
3796
  # the field is provided, the caller is resposible for 1. the uniqueness of the
3797
3797
  # ID, otherwise the request will be rejected. 2. the consistency for whether to
3798
3798
  # use custom ID or not under a project to better ensure uniqueness.
@@ -6195,7 +6195,7 @@ module Google
6195
6195
  # Required. The unique identifier of the context. Format: `projects//agent/
6196
6196
  # sessions//contexts/`, or `projects//agent/environments//users//sessions//
6197
6197
  # contexts/`. The `Context ID` is always converted to lowercase, may only
6198
- # contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If `
6198
+ # contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `
6199
6199
  # Environment ID` is not specified, we assume default 'draft' environment. If `
6200
6200
  # User ID` is not specified, we assume default '-' user. The following context
6201
6201
  # names are reserved for internal use by Dialogflow. You should not use these
@@ -6960,7 +6960,7 @@ module Google
6960
6960
  # Required. The unique identifier of the context. Format: `projects//agent/
6961
6961
  # sessions//contexts/`, or `projects//agent/environments//users//sessions//
6962
6962
  # contexts/`. The `Context ID` is always converted to lowercase, may only
6963
- # contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If `
6963
+ # contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `
6964
6964
  # Environment ID` is not specified, we assume default 'draft' environment. If `
6965
6965
  # User ID` is not specified, we assume default '-' user. The following context
6966
6966
  # names are reserved for internal use by Dialogflow. You should not use these
@@ -8271,7 +8271,7 @@ module Google
8271
8271
  # Optional. Identifier of the conversation. Generally it's auto generated by
8272
8272
  # Google. Only set it if you cannot wait for the response to return a auto-
8273
8273
  # generated one to you. The conversation ID must be compliant with the
8274
- # regression fomula "a-zA-Z*" with the characters length in range of [3,64]. If
8274
+ # regression fomula `a-zA-Z*` with the characters length in range of [3,64]. If
8275
8275
  # the field is provided, the caller is resposible for 1. the uniqueness of the
8276
8276
  # ID, otherwise the request will be rejected. 2. the consistency for whether to
8277
8277
  # use custom ID or not under a project to better ensure uniqueness.
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.64.0
4
+ version: 0.66.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: 2023-07-09 00:00:00.000000000 Z
11
+ date: 2023-08-06 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.64.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.66.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: []