Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1IntentInput

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dialogflow_v3beta1/classes.rb,
generated/google/apis/dialogflow_v3beta1/representations.rb,
generated/google/apis/dialogflow_v3beta1/representations.rb

Overview

Represents the intent to trigger programmatically rather than as a result of natural language processing.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1IntentInput

Returns a new instance of GoogleCloudDialogflowCxV3beta1IntentInput.



4073
4074
4075
# File 'generated/google/apis/dialogflow_v3beta1/classes.rb', line 4073

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#intentString

Required. The unique identifier of the intent. Format: projects//locations// agents//intents/. Corresponds to the JSON property intent

Returns:

  • (String)


4071
4072
4073
# File 'generated/google/apis/dialogflow_v3beta1/classes.rb', line 4071

def intent
  @intent
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4078
4079
4080
# File 'generated/google/apis/dialogflow_v3beta1/classes.rb', line 4078

def update!(**args)
  @intent = args[:intent] if args.key?(:intent)
end