Class: Stealth::Nlp::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/stealth/nlp/client.rb

Instance Method Summary collapse

Instance Method Details

#clientObject



8
9
10
# File 'lib/stealth/nlp/client.rb', line 8

def client
  nil
end

#understand(query:) ⇒ Object



12
13
14
# File 'lib/stealth/nlp/client.rb', line 12

def understand(query:)
  nil
end

#understand_speech(audio_file:, audio_config: nil) ⇒ Object



16
17
18
# File 'lib/stealth/nlp/client.rb', line 16

def understand_speech(audio_file:, audio_config: nil)
  nil
end