Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent

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) ⇒ GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent

Returns a new instance of GoogleCloudDialogflowV2beta1HumanAgentAssistantEvent.



19545
19546
19547
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19545

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

Instance Attribute Details

#conversationString

Corresponds to the JSON property conversation

Returns:

  • (String)


19533
19534
19535
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19533

def conversation
  @conversation
end

#participantString

Corresponds to the JSON property participant

Returns:

  • (String)


19538
19539
19540
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19538

def participant
  @participant
end

#suggestion_resultsArray<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowV2beta1SuggestionResult>

Corresponds to the JSON property suggestionResults



19543
19544
19545
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19543

def suggestion_results
  @suggestion_results
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19550
19551
19552
19553
19554
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 19550

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