Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1FulfillIntentRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1FulfillIntentRequest

Returns a new instance of GoogleCloudDialogflowCxV3beta1FulfillIntentRequest.



7466
7467
7468
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7466

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

Instance Attribute Details

#matchGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Match

Corresponds to the JSON property match



7454
7455
7456
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7454

def match
  @match
end

#match_intent_requestGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1MatchIntentRequest

Corresponds to the JSON property matchIntentRequest



7459
7460
7461
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7459

def match_intent_request
  @match_intent_request
end

#output_audio_configGoogle::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1OutputAudioConfig

Corresponds to the JSON property outputAudioConfig



7464
7465
7466
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7464

def output_audio_config
  @output_audio_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7471
7472
7473
7474
7475
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 7471

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