diff --git a/generated/google-apis-dialogflow_v3beta1/CHANGELOG.md b/generated/google-apis-dialogflow_v3beta1/CHANGELOG.md index a5e8d3c3b..bdfa8d8ab 100644 --- a/generated/google-apis-dialogflow_v3beta1/CHANGELOG.md +++ b/generated/google-apis-dialogflow_v3beta1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-dialogflow_v3beta1 +### v0.2.0 (2021-01-13) + +* Regenerated from discovery document revision 20210108 + ### v0.1.0 (2021-01-07) * Regenerated from discovery document revision 20201231 diff --git a/generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/classes.rb b/generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/classes.rb index 19053b5bd..8386c4884 100644 --- a/generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/classes.rb +++ b/generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/classes.rb @@ -1213,9 +1213,10 @@ module Google # conversation to another page in the same flow, or another flow. When we are in # a certain page, the TransitionRoutes are evalauted in the following order: * # TransitionRoutes defined in the page with intent specified. * TransitionRoutes - # defined in the transition route groups. * TransitionRoutes defined in flow - # with intent specified. * TransitionRoutes defined in the page with only - # condition specified. + # defined in the transition route groups with intent specified. * + # TransitionRoutes defined in flow with intent specified. * TransitionRoutes + # defined in the page with only condition specified. * TransitionRoutes defined + # in the transition route groups with only condition specified. # Corresponds to the JSON property `transitionRoutes` # @return [Array] attr_accessor :transition_routes @@ -1765,7 +1766,8 @@ module Google # Always present for WebhookRequest. Ignored for WebhookResponse. The unique # identifier of the session. This field can be used by the webhook to identify a - # user. Format: `projects//locations//agents//sessions/`. + # session. Format: `projects//locations//agents//sessions/` or `projects// + # locations//agents//environments//sessions/` if environment is specified. # Corresponds to the JSON property `session` # @return [String] attr_accessor :session @@ -5228,9 +5230,10 @@ module Google # conversation to another page in the same flow, or another flow. When we are in # a certain page, the TransitionRoutes are evalauted in the following order: * # TransitionRoutes defined in the page with intent specified. * TransitionRoutes - # defined in the transition route groups. * TransitionRoutes defined in flow - # with intent specified. * TransitionRoutes defined in the page with only - # condition specified. + # defined in the transition route groups with intent specified. * + # TransitionRoutes defined in flow with intent specified. * TransitionRoutes + # defined in the page with only condition specified. * TransitionRoutes defined + # in the transition route groups with only condition specified. # Corresponds to the JSON property `transitionRoutes` # @return [Array] attr_accessor :transition_routes @@ -6220,7 +6223,8 @@ module Google # Always present for WebhookRequest. Ignored for WebhookResponse. The unique # identifier of the session. This field can be used by the webhook to identify a - # user. Format: `projects//locations//agents//sessions/`. + # session. Format: `projects//locations//agents//sessions/` or `projects// + # locations//agents//environments//sessions/` if environment is specified. # Corresponds to the JSON property `session` # @return [String] attr_accessor :session @@ -6826,9 +6830,7 @@ module Google # @return [String] attr_accessor :name - # Transition routes associated with the TransitionRouteGroup. Duplicate - # transition routes (i.e. using the same `intent`) are not allowed. Note that - # the `name` field is not used in the transition route group scope. + # Transition routes associated with the TransitionRouteGroup. # Corresponds to the JSON property `transitionRoutes` # @return [Array] attr_accessor :transition_routes diff --git a/generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/gem_version.rb b/generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/gem_version.rb index c80e290a2..e73f2ebab 100644 --- a/generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/gem_version.rb +++ b/generated/google-apis-dialogflow_v3beta1/lib/google/apis/dialogflow_v3beta1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module DialogflowV3beta1 # Version of the google-apis-dialogflow_v3beta1 gem - GEM_VERSION = "0.1.0" + GEM_VERSION = "0.2.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.1.1" # Revision of the discovery document this client was generated from - REVISION = "20201231" + REVISION = "20210108" end end end diff --git a/generated/google-apis-dialogflow_v3beta1/synth.metadata b/generated/google-apis-dialogflow_v3beta1/synth.metadata index 535d0881c..d1f513ff0 100644 --- a/generated/google-apis-dialogflow_v3beta1/synth.metadata +++ b/generated/google-apis-dialogflow_v3beta1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "6de8b4ee653db67c0e789203767a89b32fcf8a51" + "sha": "416a3e07b1c434039131ec133ff43cd11975fd0e" } } ]