Class: Google::Cloud::Dialogflow::V2::KnowledgeAssistAnswer::KnowledgeAnswer::EventSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/participant.rb

Overview

Details about source of Event answer.

Instance Attribute Summary collapse

Instance Attribute Details

#event::String

Returns Name of the triggered event.

Returns:

  • (::String)

    Name of the triggered event.



1646
1647
1648
1649
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 1646

class EventSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#snippets::Google::Cloud::Dialogflow::V2::KnowledgeAssistAnswer::KnowledgeAnswer::GenerativeSource

Returns Sources used in event fulfillment.



1646
1647
1648
1649
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 1646

class EventSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end