Class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ConversationSignals

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDialogflowCxV3ConversationSignals

Returns a new instance of GoogleCloudDialogflowCxV3ConversationSignals.



313
314
315
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 313

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

Instance Attribute Details

#turn_signalsGoogle::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3TurnSignals

Corresponds to the JSON property turnSignals



311
312
313
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 311

def turn_signals
  @turn_signals
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



318
319
320
# File 'lib/google/apis/dialogflow_v2beta1/classes.rb', line 318

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