class Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1IntentInput
Represents the intent to trigger programmatically rather than as a result of natural language processing.
Attributes
intent[RW]
Required. The unique identifier of the intent. Format: `projects//locations// agents//intents/`. Corresponds to the JSON property `intent` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 3676 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dialogflow_v2beta1/classes.rb, line 3681 def update!(**args) @intent = args[:intent] if args.key?(:intent) end