Class: LlamaHair::Types::OutputResponse

Inherits:
Struct
  • Object
show all
Defined in:
lib/llamahair/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeObject

Returns the value of attribute end_time

Returns:

  • (Object)

    the current value of end_time



31
32
33
# File 'lib/llamahair/types.rb', line 31

def end_time
  @end_time
end

#prompt_idObject

Returns the value of attribute prompt_id

Returns:

  • (Object)

    the current value of prompt_id



31
32
33
# File 'lib/llamahair/types.rb', line 31

def prompt_id
  @prompt_id
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



31
32
33
# File 'lib/llamahair/types.rb', line 31

def response
  @response
end

#start_timeObject

Returns the value of attribute start_time

Returns:

  • (Object)

    the current value of start_time



31
32
33
# File 'lib/llamahair/types.rb', line 31

def start_time
  @start_time
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



31
32
33
# File 'lib/llamahair/types.rb', line 31

def status
  @status
end

#team_idObject

Returns the value of attribute team_id

Returns:

  • (Object)

    the current value of team_id



31
32
33
# File 'lib/llamahair/types.rb', line 31

def team_id
  @team_id
end