class Google::Apis::DialogflowV3::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_v3/classes.rb, line 7603
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_v3/classes.rb, line 7608
def update!(**args)
  @intent = args[:intent] if args.key?(:intent)
end