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