Skip to content
Kward Search API index

Class: Kward::RPC::SessionManager::Turn

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/rpc/session_manager.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cancel_requestedObject

Returns the value of attribute cancel_requested

Returns:

  • (Object)

    the current value of cancel_requested



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def cancel_requested
  @cancel_requested
end

#cancellationObject

Returns the value of attribute cancellation

Returns:

  • (Object)

    the current value of cancellation



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def cancellation
  @cancellation
end

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def created_at
  @created_at
end

#display_inputObject

Returns the value of attribute display_input

Returns:

  • (Object)

    the current value of display_input



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def display_input
  @display_input
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def error
  @error
end

#eventsObject

Returns the value of attribute events

Returns:

  • (Object)

    the current value of events



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def events
  @events
end

#finished_atObject

Returns the value of attribute finished_at

Returns:

  • (Object)

    the current value of finished_at



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def finished_at
  @finished_at
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def id
  @id
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of input



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def input
  @input
end

#next_sequenceObject

Returns the value of attribute next_sequence

Returns:

  • (Object)

    the current value of next_sequence



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def next_sequence
  @next_sequence
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def options
  @options
end

#plugin_argumentsObject

Returns the value of attribute plugin_arguments

Returns:

  • (Object)

    the current value of plugin_arguments



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def plugin_arguments
  @plugin_arguments
end

#plugin_command_nameObject

Returns the value of attribute plugin_command_name

Returns:

  • (Object)

    the current value of plugin_command_name



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def plugin_command_name
  @plugin_command_name
end

#session_idObject

Returns the value of attribute session_id

Returns:

  • (Object)

    the current value of session_id



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def session_id
  @session_id
end

#started_atObject

Returns the value of attribute started_at

Returns:

  • (Object)

    the current value of started_at



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def started_at
  @started_at
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def status
  @status
end

#steeringObject

Returns the value of attribute steering

Returns:

  • (Object)

    the current value of steering



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def steering
  @steering
end

#streaming_behaviorObject

Returns the value of attribute streaming_behavior

Returns:

  • (Object)

    the current value of streaming_behavior



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def streaming_behavior
  @streaming_behavior
end

#tool_registryObject

Returns the value of attribute tool_registry

Returns:

  • (Object)

    the current value of tool_registry



68
69
70
# File 'lib/kward/rpc/session_manager.rb', line 68

def tool_registry
  @tool_registry
end