Skip to content
Kward Search API index

Class: Kward::Transport::InteractionRequest

Inherits:
Data
  • Object
show all
Defined in:
lib/kward/transport.rb

Instance Attribute Summary collapse

Instance Attribute Details

#choicesObject (readonly)

Returns the value of attribute choices

Returns:

  • (Object)

    the current value of choices



23
24
25
# File 'lib/kward/transport.rb', line 23

def choices
  @choices
end

#expires_atObject (readonly)

Returns the value of attribute expires_at

Returns:

  • (Object)

    the current value of expires_at



23
24
25
# File 'lib/kward/transport.rb', line 23

def expires_at
  @expires_at
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



23
24
25
# File 'lib/kward/transport.rb', line 23

def id
  @id
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



23
24
25
# File 'lib/kward/transport.rb', line 23

def kind
  @kind
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



23
24
25
# File 'lib/kward/transport.rb', line 23

def 
  @metadata
end

#promptObject (readonly)

Returns the value of attribute prompt

Returns:

  • (Object)

    the current value of prompt



23
24
25
# File 'lib/kward/transport.rb', line 23

def prompt
  @prompt
end

#session_idObject (readonly)

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



23
24
25
# File 'lib/kward/transport.rb', line 23

def session_id
  @session_id
end

#turn_idObject (readonly)

Returns the value of attribute turn_id

Returns:

  • (Object)

    the current value of turn_id



23
24
25
# File 'lib/kward/transport.rb', line 23

def turn_id
  @turn_id
end