Class: Aws::Types::SessionSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_id ⇒ ::String

Returns the value of attribute bot_alias_id.

Returns:

  • (::String)


2941
2942
2943
# File 'sig/types.rbs', line 2941

def bot_alias_id
  @bot_alias_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2942
2943
2944
# File 'sig/types.rbs', line 2942

def bot_version
  @bot_version
end

#channel ⇒ ::String

Returns the value of attribute channel.

Returns:

  • (::String)


2944
2945
2946
# File 'sig/types.rbs', line 2944

def channel
  @channel
end

#conversation_duration_seconds ⇒ ::Integer

Returns the value of attribute conversation_duration_seconds.

Returns:

  • (::Integer)


2948
2949
2950
# File 'sig/types.rbs', line 2948

def conversation_duration_seconds
  @conversation_duration_seconds
end

#conversation_end_state ⇒ "Success", ...

Returns the value of attribute conversation_end_state.

Returns:

  • ("Success", "Failure", "Dropped")


2949
2950
2951
# File 'sig/types.rbs', line 2949

def conversation_end_state
  @conversation_end_state
end

#conversation_end_time ⇒ ::Time

Returns the value of attribute conversation_end_time.

Returns:

  • (::Time)


2947
2948
2949
# File 'sig/types.rbs', line 2947

def conversation_end_time
  @conversation_end_time
end

#conversation_start_time ⇒ ::Time

Returns the value of attribute conversation_start_time.

Returns:

  • (::Time)


2946
2947
2948
# File 'sig/types.rbs', line 2946

def conversation_start_time
  @conversation_start_time
end

#invoked_intent_samples ⇒ ::Array[Types::InvokedIntentSample]

Returns the value of attribute invoked_intent_samples.

Returns:



2952
2953
2954
# File 'sig/types.rbs', line 2952

def invoked_intent_samples
  @invoked_intent_samples
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2943
2944
2945
# File 'sig/types.rbs', line 2943

def locale_id
  @locale_id
end

#mode ⇒ "Speech", ...

Returns the value of attribute mode.

Returns:

  • ("Speech", "Text", "DTMF", "MultiMode")


2950
2951
2952
# File 'sig/types.rbs', line 2950

def mode
  @mode
end

#number_of_turns ⇒ ::Integer

Returns the value of attribute number_of_turns.

Returns:

  • (::Integer)


2951
2952
2953
# File 'sig/types.rbs', line 2951

def number_of_turns
  @number_of_turns
end

#originating_request_id ⇒ ::String

Returns the value of attribute originating_request_id.

Returns:

  • (::String)


2953
2954
2955
# File 'sig/types.rbs', line 2953

def originating_request_id
  @originating_request_id
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2945
2946
2947
# File 'sig/types.rbs', line 2945

def session_id
  @session_id
end