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

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 FAQ answer.

Instance Attribute Summary collapse

Instance Attribute Details

#question::String

Returns The corresponding FAQ question.

Returns:

  • (::String)

    The corresponding FAQ question.



1126
1127
1128
1129
# File 'proto_docs/google/cloud/dialogflow/v2/participant.rb', line 1126

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