diff --git a/api_names_out.yaml b/api_names_out.yaml index 08c905acb..aa58b5731 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -89330,6 +89330,7 @@ "/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1LookupEnvironmentHistoryResponse/nextPageToken": next_page_token "/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1Match": google_cloud_dialogflow_cx_v3beta1_match "/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1Match/confidence": confidence +"/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1Match/event": event "/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1Match/intent": intent "/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1Match/matchType": match_type "/dialogflow:v3beta1/GoogleCloudDialogflowCxV3beta1Match/parameters": parameters diff --git a/generated/google/apis/dialogflow_v3beta1.rb b/generated/google/apis/dialogflow_v3beta1.rb index 7dfc6ac77..6be08a9c8 100644 --- a/generated/google/apis/dialogflow_v3beta1.rb +++ b/generated/google/apis/dialogflow_v3beta1.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/dialogflow/ module DialogflowV3beta1 VERSION = 'V3beta1' - REVISION = '20201028' + REVISION = '20201102' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/dialogflow_v3beta1/classes.rb b/generated/google/apis/dialogflow_v3beta1/classes.rb index 21e650327..77dd62310 100644 --- a/generated/google/apis/dialogflow_v3beta1/classes.rb +++ b/generated/google/apis/dialogflow_v3beta1/classes.rb @@ -2321,6 +2321,11 @@ module Google # @return [Float] attr_accessor :confidence + # The event that matched the query. Only filled for `EVENT` match type. + # Corresponds to the JSON property `event` + # @return [String] + attr_accessor :event + # An intent represents a user's intent to interact with a conversational agent. # You can provide information for the Dialogflow API to use to match user input # to an intent by adding training phrases (i.e., examples of user input) to your @@ -2360,6 +2365,7 @@ module Google # Update properties of this object def update!(**args) @confidence = args[:confidence] if args.key?(:confidence) + @event = args[:event] if args.key?(:event) @intent = args[:intent] if args.key?(:intent) @match_type = args[:match_type] if args.key?(:match_type) @parameters = args[:parameters] if args.key?(:parameters) diff --git a/generated/google/apis/dialogflow_v3beta1/representations.rb b/generated/google/apis/dialogflow_v3beta1/representations.rb index 2d5085068..a7c6dff08 100644 --- a/generated/google/apis/dialogflow_v3beta1/representations.rb +++ b/generated/google/apis/dialogflow_v3beta1/representations.rb @@ -1999,6 +1999,7 @@ module Google # @private class Representation < Google::Apis::Core::JsonRepresentation property :confidence, as: 'confidence' + property :event, as: 'event' property :intent, as: 'intent', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Intent, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Intent::Representation property :match_type, as: 'matchType' diff --git a/generated/google/apis/dialogflow_v3beta1/synth.metadata b/generated/google/apis/dialogflow_v3beta1/synth.metadata index 88a73b724..8b2dda7a8 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": "768d3937e6c487b755846b65267c20674e52a10c" + "sha": "43cfa3100483f4f8916d7075445174cfefb89e90" } } ]