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
Instance Attribute Summary collapse
-
#matched_intents ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ActionIntentMatchMatchedIntent>
Corresponds to the JSON property
matchedIntents.
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.
3628 3629 3630 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3628 def initialize(**args) update!(**args) end |
Instance Attribute Details
#matched_intents ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ActionIntentMatchMatchedIntent>
Corresponds to the JSON property matchedIntents
3626 3627 3628 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3626 def matched_intents @matched_intents end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3633 3634 3635 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 3633 def update!(**args) @matched_intents = args[:matched_intents] if args.key?(:matched_intents) end |