google-apis-dialogflow_v2beta1 0.62.0 → 0.64.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: 7c48304084bbf56e046a01897e013d53d1917b9b34cd25ab0923e1d713ea75c0
4
- data.tar.gz: 369ebc4537789eaf04e4d4c10883989e5e8cc68aa3469d2f354087f63f214218
3
+ metadata.gz: 2d371e4d94e938778bf4e679753645ae220245f5a2f17aaa5f3c4eefe458afc2
4
+ data.tar.gz: 80da83a284cc5d6a0af04279d6741e00ee136e8849dd1ea5bfedb6d4d9105409
5
5
  SHA512:
6
- metadata.gz: 134328cd5828aa14f44f39ea9ca7c3da8bb3ba0137b4151074ff2942f2b2cf55a82702178afdc467055d3607de3a50b472595c7e5b5930fc862825d19adaa9e9
7
- data.tar.gz: bbf5fe1ca4c829d4f46f57078ca35f392d996658bdb5e53f0f4b0e9ff5c7b2832fd39614e1e2a9f68b15c1f3b0682703b9b8e25a44e451b4c66104828e404eb4
6
+ metadata.gz: 83d96e81e0a2ef51acf77be8220b3be115777449b170e0580dc71c2107707e39a6464cf6b9fe354fec10195d2e89359a63a70f45949da9fe87d0dc6807202f5e
7
+ data.tar.gz: 177314e21e03da5536a138bc04e898a6fd38dee2e7dd2de830b74ade0c009d01c561819393e6014bd22753eaa03b2cb68591e1e99125f843e108beb9b6bbdcc7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.64.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230717
6
+
7
+ ### v0.63.0 (2023-07-09)
8
+
9
+ * Regenerated from discovery document revision 20230705
10
+
3
11
  ### v0.62.0 (2023-07-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20230626
@@ -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::DialogflowV2beta1::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
 
@@ -6390,7 +6412,7 @@ module Google
6390
6412
  # Required. The unique identifier of the context. Format: `projects//agent/
6391
6413
  # sessions//contexts/`, or `projects//agent/environments//users//sessions//
6392
6414
  # contexts/`. The `Context ID` is always converted to lowercase, may only
6393
- # contain characters in a-zA-Z0-9_-% and may be at most 250 bytes long. If `
6415
+ # contain characters in `a-zA-Z0-9_-%` and may be at most 250 bytes long. If `
6394
6416
  # Environment ID` is not specified, we assume default 'draft' environment. If `
6395
6417
  # User ID` is not specified, we assume default '-' user. The following context
6396
6418
  # names are reserved for internal use by Dialogflow. You should not use these
@@ -6403,12 +6425,12 @@ module Google
6403
6425
  # Optional. The collection of parameters associated with this context. Depending
6404
6426
  # on your protocol or client library language, this is a map, associative array,
6405
6427
  # symbol table, dictionary, or JSON object composed of a collection of (MapKey,
6406
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
6407
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
6408
- # depending on parameter value type, could be one of string, number, boolean,
6409
- # null, list or map - MapValue value: - If parameter's entity type is a
6410
- # composite entity: map from composite entity property names to property values -
6411
- # Else: parameter value
6428
+ # MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
6429
+ # MapValue type: If parameter's entity type is a composite entity then use map,
6430
+ # otherwise, depending on the parameter value type, it could be one of string,
6431
+ # number, boolean, null, list or map. * MapValue value: If parameter's entity
6432
+ # type is a composite entity then use map from composite entity property names
6433
+ # to property values, otherwise, use parameter value.
6412
6434
  # Corresponds to the JSON property `parameters`
6413
6435
  # @return [Hash<String,Object>]
6414
6436
  attr_accessor :parameters
@@ -6811,12 +6833,12 @@ module Google
6811
6833
  # The collection of parameters associated with the event. Depending on your
6812
6834
  # protocol or client library language, this is a map, associative array, symbol
6813
6835
  # table, dictionary, or JSON object composed of a collection of (MapKey,
6814
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
6815
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
6816
- # depending on parameter value type, could be one of string, number, boolean,
6817
- # null, list or map - MapValue value: - If parameter's entity type is a
6818
- # composite entity: map from composite entity property names to property values -
6819
- # Else: parameter value
6836
+ # MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
6837
+ # MapValue type: If parameter's entity type is a composite entity then use map,
6838
+ # otherwise, depending on the parameter value type, it could be one of string,
6839
+ # number, boolean, null, list or map. * MapValue value: If parameter's entity
6840
+ # type is a composite entity then use map from composite entity property names
6841
+ # to property values, otherwise, use parameter value.
6820
6842
  # Corresponds to the JSON property `parameters`
6821
6843
  # @return [Hash<String,Object>]
6822
6844
  attr_accessor :parameters
@@ -6937,8 +6959,8 @@ module Google
6937
6959
  class GoogleCloudDialogflowV2GcsDestination
6938
6960
  include Google::Apis::Core::Hashable
6939
6961
 
6940
- # The Google Cloud Storage URIs for the output. A URI is of the form: gs://
6941
- # bucket/object-prefix-or-name Whether a prefix or name is used depends on the
6962
+ # The Google Cloud Storage URIs for the output. A URI is of the form: `gs://
6963
+ # bucket/object-prefix-or-name` Whether a prefix or name is used depends on the
6942
6964
  # use case. The requesting user must have "write-permission" to the bucket.
6943
6965
  # Corresponds to the JSON property `uri`
6944
6966
  # @return [String]
@@ -8597,12 +8619,13 @@ module Google
8597
8619
 
8598
8620
  # The collection of extracted parameters. Depending on your protocol or client
8599
8621
  # library language, this is a map, associative array, symbol table, dictionary,
8600
- # or JSON object composed of a collection of (MapKey, MapValue) pairs: - MapKey
8601
- # type: string - MapKey value: parameter name - MapValue type: - If parameter's
8602
- # entity type is a composite entity: map - Else: depending on parameter value
8603
- # type, could be one of string, number, boolean, null, list or map - MapValue
8604
- # value: - If parameter's entity type is a composite entity: map from composite
8605
- # entity property names to property values - Else: parameter value
8622
+ # or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey
8623
+ # type: string * MapKey value: parameter name * MapValue type: If parameter's
8624
+ # entity type is a composite entity then use map, otherwise, depending on the
8625
+ # parameter value type, it could be one of string, number, boolean, null, list
8626
+ # or map. * MapValue value: If parameter's entity type is a composite entity
8627
+ # then use map from composite entity property names to property values,
8628
+ # otherwise, use parameter value.
8606
8629
  # Corresponds to the JSON property `parameters`
8607
8630
  # @return [Hash<String,Object>]
8608
8631
  attr_accessor :parameters
@@ -9432,10 +9455,10 @@ module Google
9432
9455
 
9433
9456
  # Optional. The send time of the message from end user or human agent's
9434
9457
  # perspective. It is used for identifying the same message under one participant.
9435
- # Given two messages under the same participant: - If send time are different
9458
+ # Given two messages under the same participant: * If send time are different
9436
9459
  # regardless of whether the content of the messages are exactly the same, the
9437
9460
  # conversation will regard them as two distinct messages sent by the participant.
9438
- # - If send time is the same regardless of whether the content of the messages
9461
+ # * If send time is the same regardless of whether the content of the messages
9439
9462
  # are exactly the same, the conversation will regard them as same message, and
9440
9463
  # ignore the message received later. If the value is not provided, a new request
9441
9464
  # will always be regarded as a new message without any de-duplication.
@@ -9927,12 +9950,12 @@ module Google
9927
9950
  # utterance has been detected. Note that no-speech event is not expected in this
9928
9951
  # phase. The client provides this configuration in terms of the durations of
9929
9952
  # those two phases. The durations are measured in terms of the audio length
9930
- # fromt the the start of the input audio. The flow goes like below: --> Time
9953
+ # fromt the the start of the input audio. The flow goes like below: ``` --> Time
9931
9954
  # without speech detection | utterance only | utterance or no-speech event | | +-
9932
9955
  # ------------+ | +------------+ | +---------------+ ----------+ no barge-in +-|-
9933
9956
  # + barge-in +-|-+ normal period +----------- +-------------+ | +------------+ |
9934
- # +---------------+ No-speech event is a response with END_OF_UTTERANCE without
9935
- # any transcript following up.
9957
+ # +---------------+ ``` No-speech event is a response with END_OF_UTTERANCE
9958
+ # without any transcript following up.
9936
9959
  class GoogleCloudDialogflowV2beta1BargeInConfig
9937
9960
  include Google::Apis::Core::Hashable
9938
9961
 
@@ -10424,7 +10447,7 @@ module Google
10424
10447
  # /agent/sessions//contexts/`, - `projects//locations//agent/sessions//contexts/`
10425
10448
  # , - `projects//agent/environments//users//sessions//contexts/`, - `projects//
10426
10449
  # locations//agent/environments//users//sessions//contexts/`, The `Context ID`
10427
- # is always converted to lowercase, may only contain characters in a-zA-Z0-9_-%
10450
+ # is always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%`
10428
10451
  # and may be at most 250 bytes long. If `Environment ID` is not specified, we
10429
10452
  # assume default 'draft' environment. If `User ID` is not specified, we assume
10430
10453
  # default '-' user. The following context names are reserved for internal use by
@@ -10437,12 +10460,12 @@ module Google
10437
10460
  # Optional. The collection of parameters associated with this context. Depending
10438
10461
  # on your protocol or client library language, this is a map, associative array,
10439
10462
  # symbol table, dictionary, or JSON object composed of a collection of (MapKey,
10440
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
10441
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
10442
- # depending on parameter value type, could be one of string, number, boolean,
10443
- # null, list or map - MapValue value: - If parameter's entity type is a
10444
- # composite entity: map from composite entity property names to property values -
10445
- # Else: parameter value
10463
+ # MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
10464
+ # MapValue type: If parameter's entity type is a composite entity then use map,
10465
+ # otherwise, depending on the parameter value type, it could be one of string,
10466
+ # number, boolean, null, list or map. * MapValue value: If parameter's entity
10467
+ # type is a composite entity then use map from composite entity property names
10468
+ # to property values, otherwise, use parameter value.
10446
10469
  # Corresponds to the JSON property `parameters`
10447
10470
  # @return [Hash<String,Object>]
10448
10471
  attr_accessor :parameters
@@ -11325,12 +11348,12 @@ module Google
11325
11348
  # The collection of parameters associated with the event. Depending on your
11326
11349
  # protocol or client library language, this is a map, associative array, symbol
11327
11350
  # table, dictionary, or JSON object composed of a collection of (MapKey,
11328
- # MapValue) pairs: - MapKey type: string - MapKey value: parameter name -
11329
- # MapValue type: - If parameter's entity type is a composite entity: map - Else:
11330
- # depending on parameter value type, could be one of string, number, boolean,
11331
- # null, list or map - MapValue value: - If parameter's entity type is a
11332
- # composite entity: map from composite entity property names to property values -
11333
- # Else: parameter value
11351
+ # MapValue) pairs: * MapKey type: string * MapKey value: parameter name *
11352
+ # MapValue type: If parameter's entity type is a composite entity then use map,
11353
+ # otherwise, depending on the parameter value type, it could be one of string,
11354
+ # number, boolean, null, list or map. * MapValue value: If parameter's entity
11355
+ # type is a composite entity then use map from composite entity property names
11356
+ # to property values, otherwise, use parameter value.
11334
11357
  # Corresponds to the JSON property `parameters`
11335
11358
  # @return [Hash<String,Object>]
11336
11359
  attr_accessor :parameters
@@ -11604,8 +11627,8 @@ module Google
11604
11627
  class GoogleCloudDialogflowV2beta1GcsDestination
11605
11628
  include Google::Apis::Core::Hashable
11606
11629
 
11607
- # Required. The Google Cloud Storage URIs for the output. A URI is of the form:
11608
- # gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on
11630
+ # Required. The Google Cloud Storage URIs for the output. A URI is of the form: `
11631
+ # gs://bucket/object-prefix-or-name` Whether a prefix or name is used depends on
11609
11632
  # the use case. The requesting user must have "write-permission" to the bucket.
11610
11633
  # Corresponds to the JSON property `uri`
11611
11634
  # @return [String]
@@ -11625,8 +11648,8 @@ module Google
11625
11648
  class GoogleCloudDialogflowV2beta1GcsSource
11626
11649
  include Google::Apis::Core::Hashable
11627
11650
 
11628
- # Required. The Google Cloud Storage URIs for the inputs. A URI is of the form:
11629
- # gs://bucket/object-prefix-or-name Whether a prefix or name is used depends on
11651
+ # Required. The Google Cloud Storage URIs for the inputs. A URI is of the form: `
11652
+ # gs://bucket/object-prefix-or-name` Whether a prefix or name is used depends on
11630
11653
  # the use case.
11631
11654
  # Corresponds to the JSON property `uri`
11632
11655
  # @return [String]
@@ -11646,8 +11669,8 @@ module Google
11646
11669
  class GoogleCloudDialogflowV2beta1GcsSources
11647
11670
  include Google::Apis::Core::Hashable
11648
11671
 
11649
- # Required. Google Cloud Storage URIs for the inputs. A URI is of the form: gs://
11650
- # bucket/object-prefix-or-name Whether a prefix or name is used depends on the
11672
+ # Required. Google Cloud Storage URIs for the inputs. A URI is of the form: `gs:/
11673
+ # /bucket/object-prefix-or-name` Whether a prefix or name is used depends on the
11651
11674
  # use case.
11652
11675
  # Corresponds to the JSON property `uris`
11653
11676
  # @return [Array<String>]
@@ -12484,12 +12507,12 @@ module Google
12484
12507
  # utterance has been detected. Note that no-speech event is not expected in this
12485
12508
  # phase. The client provides this configuration in terms of the durations of
12486
12509
  # those two phases. The durations are measured in terms of the audio length
12487
- # fromt the the start of the input audio. The flow goes like below: --> Time
12510
+ # fromt the the start of the input audio. The flow goes like below: ``` --> Time
12488
12511
  # without speech detection | utterance only | utterance or no-speech event | | +-
12489
12512
  # ------------+ | +------------+ | +---------------+ ----------+ no barge-in +-|-
12490
12513
  # + barge-in +-|-+ normal period +----------- +-------------+ | +------------+ |
12491
- # +---------------+ No-speech event is a response with END_OF_UTTERANCE without
12492
- # any transcript following up.
12514
+ # +---------------+ ``` No-speech event is a response with END_OF_UTTERANCE
12515
+ # without any transcript following up.
12493
12516
  # Corresponds to the JSON property `bargeInConfig`
12494
12517
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BargeInConfig]
12495
12518
  attr_accessor :barge_in_config
@@ -12549,9 +12572,9 @@ module Google
12549
12572
  # A list of strings containing words and phrases that the speech recognizer
12550
12573
  # should recognize with higher likelihood. See [the Cloud Speech documentation](
12551
12574
  # https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) for more
12552
- # details. This field is deprecated. Please use [speech_contexts]() instead. If
12553
- # you specify both [phrase_hints]() and [speech_contexts](), Dialogflow will
12554
- # treat the [phrase_hints]() as a single additional [SpeechContext]().
12575
+ # details. This field is deprecated. Please use [`speech_contexts`]() instead.
12576
+ # If you specify both [`phrase_hints`]() and [`speech_contexts`](), Dialogflow
12577
+ # will treat the [`phrase_hints`]() as a single additional [`SpeechContext`]().
12555
12578
  # Corresponds to the JSON property `phraseHints`
12556
12579
  # @return [Array<String>]
12557
12580
  attr_accessor :phrase_hints
@@ -15483,12 +15506,13 @@ module Google
15483
15506
 
15484
15507
  # The collection of extracted parameters. Depending on your protocol or client
15485
15508
  # library language, this is a map, associative array, symbol table, dictionary,
15486
- # or JSON object composed of a collection of (MapKey, MapValue) pairs: - MapKey
15487
- # type: string - MapKey value: parameter name - MapValue type: - If parameter's
15488
- # entity type is a composite entity: map - Else: depending on parameter value
15489
- # type, could be one of string, number, boolean, null, list or map - MapValue
15490
- # value: - If parameter's entity type is a composite entity: map from composite
15491
- # entity property names to property values - Else: parameter value
15509
+ # or JSON object composed of a collection of (MapKey, MapValue) pairs: * MapKey
15510
+ # type: string * MapKey value: parameter name * MapValue type: If parameter's
15511
+ # entity type is a composite entity then use map, otherwise, depending on the
15512
+ # parameter value type, it could be one of string, number, boolean, null, list
15513
+ # or map. * MapValue value: If parameter's entity type is a composite entity
15514
+ # then use map from composite entity property names to property values,
15515
+ # otherwise, use parameter value.
15492
15516
  # Corresponds to the JSON property `parameters`
15493
15517
  # @return [Hash<String,Object>]
15494
15518
  attr_accessor :parameters
@@ -16698,12 +16722,12 @@ module Google
16698
16722
  # parameters are specified via the parameters field. Depending on your protocol
16699
16723
  # or client library language, this is a map, associative array, symbol table,
16700
16724
  # dictionary, or JSON object composed of a collection of (MapKey, MapValue)
16701
- # pairs: - MapKey type: string - MapKey value: parameter name - MapValue type: -
16702
- # If parameter's entity type is a composite entity: map - Else: depending on
16703
- # parameter value type, could be one of string, number, boolean, null, list or
16704
- # map - MapValue value: - If parameter's entity type is a composite entity: map
16705
- # from composite entity property names to property values - Else: parameter
16706
- # value
16725
+ # pairs: * MapKey type: string * MapKey value: parameter name * MapValue type:
16726
+ # If parameter's entity type is a composite entity then use map, otherwise,
16727
+ # depending on the parameter value type, it could be one of string, number,
16728
+ # boolean, null, list or map. * MapValue value: If parameter's entity type is a
16729
+ # composite entity then use map from composite entity property names to property
16730
+ # values, otherwise, use parameter value.
16707
16731
  # Corresponds to the JSON property `parameters`
16708
16732
  # @return [Hash<String,Object>]
16709
16733
  attr_accessor :parameters
@@ -16949,13 +16973,13 @@ module Google
16949
16973
  class GoogleCloudDialogflowV2beta1ValidationError
16950
16974
  include Google::Apis::Core::Hashable
16951
16975
 
16952
- # The names of the entries that the error is associated with. Format: - "
16953
- # projects//agent", if the error is associated with the entire agent. - "
16954
- # projects//agent/intents/", if the error is associated with certain intents. - "
16955
- # projects//agent/intents//trainingPhrases/", if the error is associated with
16956
- # certain intent training phrases. - "projects//agent/intents//parameters/", if
16957
- # the error is associated with certain intent parameters. - "projects//agent/
16958
- # entities/", if the error is associated with certain entities.
16976
+ # The names of the entries that the error is associated with. Format: - `
16977
+ # projects//agent`, if the error is associated with the entire agent. - `
16978
+ # projects//agent/intents/`, if the error is associated with certain intents. - `
16979
+ # projects//agent/intents//trainingPhrases/`, if the error is associated with
16980
+ # certain intent training phrases. - `projects//agent/intents//parameters/`, if
16981
+ # the error is associated with certain intent parameters. - `projects//agent/
16982
+ # entities/`, if the error is associated with certain entities.
16959
16983
  # Corresponds to the JSON property `entries`
16960
16984
  # @return [Array<String>]
16961
16985
  attr_accessor :entries
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 gem
19
- GEM_VERSION = "0.62.0"
19
+ GEM_VERSION = "0.64.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 = "20230626"
25
+ REVISION = "20230717"
26
26
  end
27
27
  end
28
28
  end
@@ -3072,6 +3072,7 @@ module Google
3072
3072
  class Representation < Google::Apis::Core::JsonRepresentation
3073
3073
  property :agent_content, :base64 => true, as: 'agentContent'
3074
3074
  property :agent_uri, as: 'agentUri'
3075
+ property :commit_sha, as: 'commitSha'
3075
3076
  end
3076
3077
  end
3077
3078
 
@@ -3376,6 +3377,7 @@ module Google
3376
3377
  hash :payload, as: 'payload'
3377
3378
  property :play_audio, as: 'playAudio', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessagePlayAudio::Representation
3378
3379
 
3380
+ property :response_type, as: 'responseType'
3379
3381
  property :telephony_transfer_call, as: 'telephonyTransferCall', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageTelephonyTransferCall::Representation
3380
3382
 
3381
3383
  property :text, as: 'text', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageText, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageText::Representation
@@ -3916,6 +3918,7 @@ module Google
3916
3918
  class Representation < Google::Apis::Core::JsonRepresentation
3917
3919
  property :agent_content, :base64 => true, as: 'agentContent'
3918
3920
  property :agent_uri, as: 'agentUri'
3921
+ property :commit_sha, as: 'commitSha'
3919
3922
  end
3920
3923
  end
3921
3924
 
@@ -1420,7 +1420,7 @@ module Google
1420
1420
  # /agent/sessions//contexts/`, - `projects//locations//agent/sessions//contexts/`
1421
1421
  # , - `projects//agent/environments//users//sessions//contexts/`, - `projects//
1422
1422
  # locations//agent/environments//users//sessions//contexts/`, The `Context ID`
1423
- # is always converted to lowercase, may only contain characters in a-zA-Z0-9_-%
1423
+ # is always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%`
1424
1424
  # and may be at most 250 bytes long. If `Environment ID` is not specified, we
1425
1425
  # assume default 'draft' environment. If `User ID` is not specified, we assume
1426
1426
  # default '-' user. The following context names are reserved for internal use by
@@ -2666,7 +2666,7 @@ module Google
2666
2666
  # /agent/sessions//contexts/`, - `projects//locations//agent/sessions//contexts/`
2667
2667
  # , - `projects//agent/environments//users//sessions//contexts/`, - `projects//
2668
2668
  # locations//agent/environments//users//sessions//contexts/`, The `Context ID`
2669
- # is always converted to lowercase, may only contain characters in a-zA-Z0-9_-%
2669
+ # is always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%`
2670
2670
  # and may be at most 250 bytes long. If `Environment ID` is not specified, we
2671
2671
  # assume default 'draft' environment. If `User ID` is not specified, we assume
2672
2672
  # default '-' user. The following context names are reserved for internal use by
@@ -3510,7 +3510,7 @@ module Google
3510
3510
  # Optional. Identifier of the conversation. Generally it's auto generated by
3511
3511
  # Google. Only set it if you cannot wait for the response to return a auto-
3512
3512
  # generated one to you. The conversation ID must be compliant with the
3513
- # regression fomula "a-zA-Z*" with the characters length in range of [3,64]. If
3513
+ # regression fomula `a-zA-Z*` with the characters length in range of [3,64]. If
3514
3514
  # the field is provided, the caller is resposible for 1. the uniqueness of the
3515
3515
  # ID, otherwise the request will be rejected. 2. the consistency for whether to
3516
3516
  # use custom ID or not under a project to better ensure uniqueness.
@@ -6052,7 +6052,7 @@ module Google
6052
6052
  # /agent/sessions//contexts/`, - `projects//locations//agent/sessions//contexts/`
6053
6053
  # , - `projects//agent/environments//users//sessions//contexts/`, - `projects//
6054
6054
  # locations//agent/environments//users//sessions//contexts/`, The `Context ID`
6055
- # is always converted to lowercase, may only contain characters in a-zA-Z0-9_-%
6055
+ # is always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%`
6056
6056
  # and may be at most 250 bytes long. If `Environment ID` is not specified, we
6057
6057
  # assume default 'draft' environment. If `User ID` is not specified, we assume
6058
6058
  # default '-' user. The following context names are reserved for internal use by
@@ -6848,7 +6848,7 @@ module Google
6848
6848
  # /agent/sessions//contexts/`, - `projects//locations//agent/sessions//contexts/`
6849
6849
  # , - `projects//agent/environments//users//sessions//contexts/`, - `projects//
6850
6850
  # locations//agent/environments//users//sessions//contexts/`, The `Context ID`
6851
- # is always converted to lowercase, may only contain characters in a-zA-Z0-9_-%
6851
+ # is always converted to lowercase, may only contain characters in `a-zA-Z0-9_-%`
6852
6852
  # and may be at most 250 bytes long. If `Environment ID` is not specified, we
6853
6853
  # assume default 'draft' environment. If `User ID` is not specified, we assume
6854
6854
  # default '-' user. The following context names are reserved for internal use by
@@ -7692,7 +7692,7 @@ module Google
7692
7692
  # Optional. Identifier of the conversation. Generally it's auto generated by
7693
7693
  # Google. Only set it if you cannot wait for the response to return a auto-
7694
7694
  # generated one to you. The conversation ID must be compliant with the
7695
- # regression fomula "a-zA-Z*" with the characters length in range of [3,64]. If
7695
+ # regression fomula `a-zA-Z*` with the characters length in range of [3,64]. If
7696
7696
  # the field is provided, the caller is resposible for 1. the uniqueness of the
7697
7697
  # ID, otherwise the request will be rejected. 2. the consistency for whether to
7698
7698
  # 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_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.62.0
4
+ version: 0.64.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-02 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_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.62.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.64.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []