Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ActionIntentMatch
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ActionIntentMatch
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Overview
Stores metadata of the intent match action.
Instance Attribute Summary collapse
-
#matched_intents ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ActionIntentMatchMatchedIntent>
The matched intent.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ActionIntentMatch
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ActionIntentMatch.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ActionIntentMatch
Returns a new instance of GoogleCloudDialogflowCxV3beta1ActionIntentMatch.
4217 4218 4219 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4217 def initialize(**args) update!(**args) end |
Instance Attribute Details
#matched_intents ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ActionIntentMatchMatchedIntent>
The matched intent.
Corresponds to the JSON property matchedIntents
4215 4216 4217 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4215 def matched_intents @matched_intents end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4222 4223 4224 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 4222 def update!(**args) @matched_intents = args[:matched_intents] if args.key?(:matched_intents) end |