Sha256: 73302fe9282e1bd7ce74ba2cebfe6806ef3488b8e8d2fa525f6a035f38d37455

Contents?: true

Size: 355 Bytes

Versions: 1

Compression:

Stored size: 355 Bytes

Contents

module AdhearsionASR
  Result = Struct.new(:status, :confidence, :response, :interpretation, :nlsml) do
    def to_s
      response
    end

    def inspect
      "#<#{self.class} status=#{status.inspect}, confidence=#{confidence.inspect}, response=#{response.inspect}, interpretation=#{interpretation.inspect}, nlsml=#{nlsml.inspect}>"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
adhearsion-asr-0.1.0 lib/adhearsion-asr/result.rb