google-apis-dialogflow_v2 0.63.0 → 0.65.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: c7f5c565dabf2c6f2dbbba303820f8430c58fb96384e4f411faad974e364fcb4
4
- data.tar.gz: c933c2e5d19d3874ae154eafddda2cffd2725abcb07050f01f308aff7b26987b
3
+ metadata.gz: eba9ecceacdb3503a5788b9b4f4fe443c77f765069bd7073ab60f216ccb05a2e
4
+ data.tar.gz: 54351d54bf2048cc8d6e6d36feb27dc0e38fc09dfca3649dae10132175bd4953
5
5
  SHA512:
6
- metadata.gz: b3d028bc22c69e93bbe187b68df7c18ce6ca8ff5cae2160bdde54b685ee552dd80aeaad2eb7194d3530a78c36aa7196ae3cd102f538f3ca334e1bb82af90e2c5
7
- data.tar.gz: 79d0f3a31897b62feee7be8e85827e43fab69ea553eb9d08ed89c8f87be2a582343dbfc7205f024a93e200cc4aa605fe342d9aba316cef2223e8517f1ec02c63
6
+ metadata.gz: f0a8700cb11be05f6560c4eada55c6521db19d3efcf2cbe8a607a6bdcedc9c5e0efd91b8fa4cd46a085a56bdedc9efc23c1271e0d981cab1e759e2ffec21ec06
7
+ data.tar.gz: 159a65741c2fc58ed2586ddd4b4c536035cba8cd05f003191ca3230dd913f27133364cd14aecbe0135e234ea2d9ab1b9c30fcdf5c0d216fb8053ba9cd278f2c1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.65.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230717
6
+
7
+ ### v0.64.0 (2023-07-09)
8
+
9
+ * Regenerated from discovery document revision 20230705
10
+
3
11
  ### v0.63.0 (2023-06-25)
4
12
 
5
13
  * Regenerated from discovery document revision 20230621
@@ -653,7 +653,8 @@ module Google
653
653
  class GoogleCloudDialogflowCxV3ExportAgentResponse
654
654
  include Google::Apis::Core::Hashable
655
655
 
656
- # Uncompressed raw byte content for agent.
656
+ # Uncompressed raw byte content for agent. This field is populated if none of `
657
+ # agent_uri` and `git_destination` are specified in ExportAgentRequest.
657
658
  # Corresponds to the JSON property `agentContent`
658
659
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
659
660
  # @return [String]
@@ -665,6 +666,12 @@ module Google
665
666
  # @return [String]
666
667
  attr_accessor :agent_uri
667
668
 
669
+ # Commit SHA of the git push. This field is populated if `git_destination` is
670
+ # specified in ExportAgentRequest.
671
+ # Corresponds to the JSON property `commitSha`
672
+ # @return [String]
673
+ attr_accessor :commit_sha
674
+
668
675
  def initialize(**args)
669
676
  update!(**args)
670
677
  end
@@ -673,6 +680,7 @@ module Google
673
680
  def update!(**args)
674
681
  @agent_content = args[:agent_content] if args.key?(:agent_content)
675
682
  @agent_uri = args[:agent_uri] if args.key?(:agent_uri)
683
+ @commit_sha = args[:commit_sha] if args.key?(:commit_sha)
676
684
  end
677
685
  end
678
686
 
@@ -1828,6 +1836,11 @@ module Google
1828
1836
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio]
1829
1837
  attr_accessor :play_audio
1830
1838
 
1839
+ # Response type.
1840
+ # Corresponds to the JSON property `responseType`
1841
+ # @return [String]
1842
+ attr_accessor :response_type
1843
+
1831
1844
  # Represents the signal that telles the client to transfer the phone call
1832
1845
  # connected to the agent to a third-party endpoint.
1833
1846
  # Corresponds to the JSON property `telephonyTransferCall`
@@ -1853,6 +1866,7 @@ module Google
1853
1866
  @output_audio_text = args[:output_audio_text] if args.key?(:output_audio_text)
1854
1867
  @payload = args[:payload] if args.key?(:payload)
1855
1868
  @play_audio = args[:play_audio] if args.key?(:play_audio)
1869
+ @response_type = args[:response_type] if args.key?(:response_type)
1856
1870
  @telephony_transfer_call = args[:telephony_transfer_call] if args.key?(:telephony_transfer_call)
1857
1871
  @text = args[:text] if args.key?(:text)
1858
1872
  end
@@ -3730,7 +3744,8 @@ module Google
3730
3744
  class GoogleCloudDialogflowCxV3beta1ExportAgentResponse
3731
3745
  include Google::Apis::Core::Hashable
3732
3746
 
3733
- # Uncompressed raw byte content for agent.
3747
+ # Uncompressed raw byte content for agent. This field is populated if none of `
3748
+ # agent_uri` and `git_destination` are specified in ExportAgentRequest.
3734
3749
  # Corresponds to the JSON property `agentContent`
3735
3750
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
3736
3751
  # @return [String]
@@ -3742,6 +3757,12 @@ module Google
3742
3757
  # @return [String]
3743
3758
  attr_accessor :agent_uri
3744
3759
 
3760
+ # Commit SHA of the git push. This field is populated if `git_destination` is
3761
+ # specified in ExportAgentRequest.
3762
+ # Corresponds to the JSON property `commitSha`
3763
+ # @return [String]
3764
+ attr_accessor :commit_sha
3765
+
3745
3766
  def initialize(**args)
3746
3767
  update!(**args)
3747
3768
  end
@@ -3750,6 +3771,7 @@ module Google
3750
3771
  def update!(**args)
3751
3772
  @agent_content = args[:agent_content] if args.key?(:agent_content)
3752
3773
  @agent_uri = args[:agent_uri] if args.key?(:agent_uri)
3774
+ @commit_sha = args[:commit_sha] if args.key?(:commit_sha)
3753
3775
  end
3754
3776
  end
3755
3777
 
@@ -6431,7 +6453,6 @@ module Google
6431
6453
  # @return [String]
6432
6454
  attr_accessor :request_id
6433
6455
 
6434
- # ============================================================================
6435
6456
  # Auxiliary proto messages. Represents the natural language text to be processed.
6436
6457
  # Corresponds to the JSON property `textInput`
6437
6458
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextInput]
@@ -7195,7 +7216,7 @@ module Google
7195
7216
  # Required. The unique identifier of the context. Format: `projects//agent/
7196
7217
  # sessions//contexts/`, or `projects//agent/environments//users//sessions//
7197
7218
  # contexts/`. The `Context ID` is always converted to lowercase, may only
7198
- # 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 `
7199
7220
  # Environment ID` is not specified, we assume default 'draft' environment. If `
7200
7221
  # User ID` is not specified, we assume default '-' user. The following context
7201
7222
  # names are reserved for internal use by Dialogflow. You should not use these
@@ -7208,12 +7229,12 @@ module Google
7208
7229
  # Optional. The collection of parameters associated with this context. Depending
7209
7230
  # on your protocol or client library language, this is a map, associative array,
7210
7231
  # symbol table, dictionary, or JSON object composed of a collection of (MapKey,
7211
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
7212
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
7213
- # depending on parameter value type, could be one of string, number, boolean,
7214
- # null, list or map - MapValue value: - If parameter's entity type is a
7215
- # composite entity: map from composite entity property names to property values -
7216
- # 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.
7217
7238
  # Corresponds to the JSON property `parameters`
7218
7239
  # @return [Hash<String,Object>]
7219
7240
  attr_accessor :parameters
@@ -8504,12 +8525,12 @@ module Google
8504
8525
  # The collection of parameters associated with the event. Depending on your
8505
8526
  # protocol or client library language, this is a map, associative array, symbol
8506
8527
  # table, dictionary, or JSON object composed of a collection of (MapKey,
8507
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
8508
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
8509
- # depending on parameter value type, could be one of string, number, boolean,
8510
- # null, list or map - MapValue value: - If parameter's entity type is a
8511
- # composite entity: map from composite entity property names to property values -
8512
- # 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.
8513
8534
  # Corresponds to the JSON property `parameters`
8514
8535
  # @return [Hash<String,Object>]
8515
8536
  attr_accessor :parameters
@@ -8818,8 +8839,8 @@ module Google
8818
8839
  class GoogleCloudDialogflowV2GcsDestination
8819
8840
  include Google::Apis::Core::Hashable
8820
8841
 
8821
- # The Google Cloud Storage URIs for the output. A URI is of the form: gs://
8822
- # 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
8823
8844
  # use case. The requesting user must have "write-permission" to the bucket.
8824
8845
  # Corresponds to the JSON property `uri`
8825
8846
  # @return [String]
@@ -8839,8 +8860,8 @@ module Google
8839
8860
  class GoogleCloudDialogflowV2GcsSources
8840
8861
  include Google::Apis::Core::Hashable
8841
8862
 
8842
- # Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://
8843
- # 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
8844
8865
  # use case.
8845
8866
  # Corresponds to the JSON property `uris`
8846
8867
  # @return [Array<String>]
@@ -9767,9 +9788,9 @@ module Google
9767
9788
  # A list of strings containing words and phrases that the speech recognizer
9768
9789
  # should recognize with higher likelihood. See [the Cloud Speech documentation](
9769
9790
  # https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more
9770
- # details. This field is deprecated. Please use [speech_contexts]() instead. If
9771
- # you specify both [phrase_hints]() and [speech_contexts](), Dialogflow will
9772
- # 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`]().
9773
9794
  # Corresponds to the JSON property `phraseHints`
9774
9795
  # @return [Array<String>]
9775
9796
  attr_accessor :phrase_hints
@@ -11979,7 +12000,6 @@ module Google
11979
12000
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2EventInput]
11980
12001
  attr_accessor :event
11981
12002
 
11982
- # ============================================================================
11983
12003
  # Auxiliary proto messages. Represents the natural language text to be processed.
11984
12004
  # Corresponds to the JSON property `text`
11985
12005
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextInput]
@@ -12160,12 +12180,13 @@ module Google
12160
12180
 
12161
12181
  # The collection of extracted parameters. Depending on your protocol or client
12162
12182
  # library language, this is a map, associative array, symbol table, dictionary,
12163
- # or JSON object composed of a collection of (MapKey, MapValue) pairs: - MapKey
12164
- # type: string - MapKey value: parameter name - MapValue type: - If parameter's
12165
- # entity type is a composite entity: map - Else: depending on parameter value
12166
- # type, could be one of string, number, boolean, null, list or map - MapValue
12167
- # value: - If parameter's entity type is a composite entity: map from composite
12168
- # entity property names to property values - Else: parameter value
12183
+ # or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey
12184
+ # type: string * MapKey value: parameter name * MapValue type: If parameter's
12185
+ # entity type is a composite entity then use map, otherwise, depending on the
12186
+ # parameter value type, it could be one of string, number, boolean, null, list
12187
+ # or map. * MapValue value: If parameter's entity type is a composite entity
12188
+ # then use map from composite entity property names to property values,
12189
+ # otherwise, use parameter value.
12169
12190
  # Corresponds to the JSON property `parameters`
12170
12191
  # @return [Hash<String,Object>]
12171
12192
  attr_accessor :parameters
@@ -12953,7 +12974,6 @@ module Google
12953
12974
  # @return [Fixnum]
12954
12975
  attr_accessor :context_size
12955
12976
 
12956
- # ============================================================================
12957
12977
  # Auxiliary proto messages. Represents the natural language text to be processed.
12958
12978
  # Corresponds to the JSON property `currentTextInput`
12959
12979
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2TextInput]
@@ -13136,7 +13156,6 @@ module Google
13136
13156
  end
13137
13157
  end
13138
13158
 
13139
- # ============================================================================
13140
13159
  # Auxiliary proto messages. Represents the natural language text to be processed.
13141
13160
  class GoogleCloudDialogflowV2TextInput
13142
13161
  include Google::Apis::Core::Hashable
@@ -13268,13 +13287,13 @@ module Google
13268
13287
  class GoogleCloudDialogflowV2ValidationError
13269
13288
  include Google::Apis::Core::Hashable
13270
13289
 
13271
- # The names of the entries that the error is associated with. Format: - "
13272
- # projects//agent", if the error is associated with the entire agent. - "
13273
- # projects//agent/intents/", if the error is associated with certain intents. - "
13274
- # projects//agent/intents//trainingPhrases/", if the error is associated with
13275
- # certain intent training phrases. - "projects//agent/intents//parameters/", if
13276
- # the error is associated with certain intent parameters. - "projects//agent/
13277
- # entities/", if the error is associated with certain entities.
13290
+ # The names of the entries that the error is associated with. Format: - `
13291
+ # projects//agent`, if the error is associated with the entire agent. - `
13292
+ # projects//agent/intents/`, if the error is associated with certain intents. - `
13293
+ # projects//agent/intents//trainingPhrases/`, if the error is associated with
13294
+ # certain intent training phrases. - `projects//agent/intents//parameters/`, if
13295
+ # the error is associated with certain intent parameters. - `projects//agent/
13296
+ # entities/`, if the error is associated with certain entities.
13278
13297
  # Corresponds to the JSON property `entries`
13279
13298
  # @return [Array<String>]
13280
13299
  attr_accessor :entries
@@ -13718,7 +13737,7 @@ module Google
13718
13737
  # /agent/sessions//contexts/`, - `projects//locations//agent/sessions//contexts/`
13719
13738
  # , - `projects//agent/environments//users//sessions//contexts/`, - `projects//
13720
13739
  # locations//agent/environments//users//sessions//contexts/`, The `Context ID`
13721
- # is always converted to lowercase, may only contain characters in a-zA-Z0-9_-%
13740
+ # is always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%`
13722
13741
  # and may be at most 250 bytes long. If `Environment ID` is not specified, we
13723
13742
  # assume default 'draft' environment. If `User ID` is not specified, we assume
13724
13743
  # default '-' user. The following context names are reserved for internal use by
@@ -13731,12 +13750,12 @@ module Google
13731
13750
  # Optional. The collection of parameters associated with this context. Depending
13732
13751
  # on your protocol or client library language, this is a map, associative array,
13733
13752
  # symbol table, dictionary, or JSON object composed of a collection of (MapKey,
13734
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
13735
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
13736
- # depending on parameter value type, could be one of string, number, boolean,
13737
- # null, list or map - MapValue value: - If parameter's entity type is a
13738
- # composite entity: map from composite entity property names to property values -
13739
- # Else: parameter value
13753
+ # MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
13754
+ # MapValue type: If parameter's entity type is a composite entity then use map,
13755
+ # otherwise, depending on the parameter value type, it could be one of string,
13756
+ # number, boolean, null, list or map. * MapValue value: If parameter's entity
13757
+ # type is a composite entity then use map from composite entity property names
13758
+ # to property values, otherwise, use parameter value.
13740
13759
  # Corresponds to the JSON property `parameters`
13741
13760
  # @return [Hash<String,Object>]
13742
13761
  attr_accessor :parameters
@@ -13947,12 +13966,12 @@ module Google
13947
13966
  # The collection of parameters associated with the event. Depending on your
13948
13967
  # protocol or client library language, this is a map, associative array, symbol
13949
13968
  # table, dictionary, or JSON object composed of a collection of (MapKey,
13950
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
13951
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
13952
- # depending on parameter value type, could be one of string, number, boolean,
13953
- # null, list or map - MapValue value: - If parameter's entity type is a
13954
- # composite entity: map from composite entity property names to property values -
13955
- # Else: parameter value
13969
+ # MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
13970
+ # MapValue type: If parameter's entity type is a composite entity then use map,
13971
+ # otherwise, depending on the parameter value type, it could be one of string,
13972
+ # number, boolean, null, list or map. * MapValue value: If parameter's entity
13973
+ # type is a composite entity then use map from composite entity property names
13974
+ # to property values, otherwise, use parameter value.
13956
13975
  # Corresponds to the JSON property `parameters`
13957
13976
  # @return [Hash<String,Object>]
13958
13977
  attr_accessor :parameters
@@ -14073,8 +14092,8 @@ module Google
14073
14092
  class GoogleCloudDialogflowV2beta1GcsDestination
14074
14093
  include Google::Apis::Core::Hashable
14075
14094
 
14076
- # Required. The Google Cloud Storage URIs for the output. A URI is of the form:
14077
- # gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on
14095
+ # Required. The Google Cloud Storage URIs for the output. A URI is of the form: `
14096
+ # gs://bucket/object-prefix-or-name` Whether a prefix or name is used depends on
14078
14097
  # the use case. The requesting user must have "write-permission" to the bucket.
14079
14098
  # Corresponds to the JSON property `uri`
14080
14099
  # @return [String]
@@ -16241,12 +16260,13 @@ module Google
16241
16260
 
16242
16261
  # The collection of extracted parameters. Depending on your protocol or client
16243
16262
  # library language, this is a map, associative array, symbol table, dictionary,
16244
- # or JSON object composed of a collection of (MapKey, MapValue) pairs: - MapKey
16245
- # type: string - MapKey value: parameter name - MapValue type: - If parameter's
16246
- # entity type is a composite entity: map - Else: depending on parameter value
16247
- # type, could be one of string, number, boolean, null, list or map - MapValue
16248
- # value: - If parameter's entity type is a composite entity: map from composite
16249
- # entity property names to property values - Else: parameter value
16263
+ # or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey
16264
+ # type: string * MapKey value: parameter name * MapValue type: If parameter's
16265
+ # entity type is a composite entity then use map, otherwise, depending on the
16266
+ # parameter value type, it could be one of string, number, boolean, null, list
16267
+ # or map. * MapValue value: If parameter's entity type is a composite entity
16268
+ # then use map from composite entity property names to property values,
16269
+ # otherwise, use parameter value.
16250
16270
  # Corresponds to the JSON property `parameters`
16251
16271
  # @return [Hash<String,Object>]
16252
16272
  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.63.0"
19
+ GEM_VERSION = "0.65.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 = "20230621"
25
+ REVISION = "20230717"
26
26
  end
27
27
  end
28
28
  end
@@ -3030,6 +3030,7 @@ module Google
3030
3030
  class Representation < Google::Apis::Core::JsonRepresentation
3031
3031
  property :agent_content, :base64 => true, as: 'agentContent'
3032
3032
  property :agent_uri, as: 'agentUri'
3033
+ property :commit_sha, as: 'commitSha'
3033
3034
  end
3034
3035
  end
3035
3036
 
@@ -3334,6 +3335,7 @@ module Google
3334
3335
  hash :payload, as: 'payload'
3335
3336
  property :play_audio, as: 'playAudio', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio::Representation
3336
3337
 
3338
+ property :response_type, as: 'responseType'
3337
3339
  property :telephony_transfer_call, as: 'telephonyTransferCall', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall::Representation
3338
3340
 
3339
3341
  property :text, as: 'text', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessageText, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessageText::Representation
@@ -3874,6 +3876,7 @@ module Google
3874
3876
  class Representation < Google::Apis::Core::JsonRepresentation
3875
3877
  property :agent_content, :base64 => true, as: 'agentContent'
3876
3878
  property :agent_uri, as: 'agentUri'
3879
+ property :commit_sha, as: 'commitSha'
3877
3880
  end
3878
3881
  end
3879
3882
 
@@ -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.63.0
4
+ version: 0.65.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-06-25 00:00:00.000000000 Z
11
+ date: 2023-07-23 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.63.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.65.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: []