Class: Aws::Types::UtteranceSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_intent_name ⇒ ::String

Returns the value of attribute associated_intent_name.

Returns:

  • (::String)


3890
3891
3892
# File 'sig/types.rbs', line 3890

def associated_intent_name
  @associated_intent_name
end

#associated_slot_name ⇒ ::String

Returns the value of attribute associated_slot_name.

Returns:

  • (::String)


3891
3892
3893
# File 'sig/types.rbs', line 3891

def associated_slot_name
  @associated_slot_name
end

#audio_voice_duration_millis ⇒ ::Integer

Returns the value of attribute audio_voice_duration_millis.

Returns:

  • (::Integer)


3886
3887
3888
# File 'sig/types.rbs', line 3886

def audio_voice_duration_millis
  @audio_voice_duration_millis
end

#bot_alias_id ⇒ ::String

Returns the value of attribute bot_alias_id.

Returns:

  • (::String)


3876
3877
3878
# File 'sig/types.rbs', line 3876

def bot_alias_id
  @bot_alias_id
end

#bot_response_audio_voice_id ⇒ ::String

Returns the value of attribute bot_response_audio_voice_id.

Returns:

  • (::String)


3894
3895
3896
# File 'sig/types.rbs', line 3894

def bot_response_audio_voice_id
  @bot_response_audio_voice_id
end

#bot_responses ⇒ ::Array[Types::UtteranceBotResponse]

Returns the value of attribute bot_responses.

Returns:



3897
3898
3899
# File 'sig/types.rbs', line 3897

def bot_responses
  @bot_responses
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


3877
3878
3879
# File 'sig/types.rbs', line 3877

def bot_version
  @bot_version
end

#channel ⇒ ::String

Returns the value of attribute channel.

Returns:

  • (::String)


3880
3881
3882
# File 'sig/types.rbs', line 3880

def channel
  @channel
end

#conversation_end_time ⇒ ::Time

Returns the value of attribute conversation_end_time.

Returns:

  • (::Time)


3883
3884
3885
# File 'sig/types.rbs', line 3883

def conversation_end_time
  @conversation_end_time
end

#conversation_start_time ⇒ ::Time

Returns the value of attribute conversation_start_time.

Returns:

  • (::Time)


3882
3883
3884
# File 'sig/types.rbs', line 3882

def conversation_start_time
  @conversation_start_time
end

#dialog_action_type ⇒ ::String

Returns the value of attribute dialog_action_type.

Returns:

  • (::String)


3893
3894
3895
# File 'sig/types.rbs', line 3893

def dialog_action_type
  @dialog_action_type
end

#input_type ⇒ ::String

Returns the value of attribute input_type.

Returns:

  • (::String)


3888
3889
3890
# File 'sig/types.rbs', line 3888

def input_type
  @input_type
end

#intent_state ⇒ "Failed", ...

Returns the value of attribute intent_state.

Returns:

  • ("Failed", "Fulfilled", "InProgress", "ReadyForFulfillment", "Waiting", "FulfillmentInProgress")


3892
3893
3894
# File 'sig/types.rbs', line 3892

def intent_state
  @intent_state
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


3878
3879
3880
# File 'sig/types.rbs', line 3878

def locale_id
  @locale_id
end

#mode ⇒ "Speech", ...

Returns the value of attribute mode.

Returns:

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


3881
3882
3883
# File 'sig/types.rbs', line 3881

def mode
  @mode
end

#output_type ⇒ ::String

Returns the value of attribute output_type.

Returns:

  • (::String)


3889
3890
3891
# File 'sig/types.rbs', line 3889

def output_type
  @output_type
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


3879
3880
3881
# File 'sig/types.rbs', line 3879

def session_id
  @session_id
end

#slots_filled_in_session ⇒ ::String

Returns the value of attribute slots_filled_in_session.

Returns:

  • (::String)


3895
3896
3897
# File 'sig/types.rbs', line 3895

def slots_filled_in_session
  @slots_filled_in_session
end

#utterance ⇒ ::String

Returns the value of attribute utterance.

Returns:

  • (::String)


3884
3885
3886
# File 'sig/types.rbs', line 3884

def utterance
  @utterance
end

#utterance_request_id ⇒ ::String

Returns the value of attribute utterance_request_id.

Returns:

  • (::String)


3896
3897
3898
# File 'sig/types.rbs', line 3896

def utterance_request_id
  @utterance_request_id
end

#utterance_timestamp ⇒ ::Time

Returns the value of attribute utterance_timestamp.

Returns:

  • (::Time)


3885
3886
3887
# File 'sig/types.rbs', line 3885

def utterance_timestamp
  @utterance_timestamp
end

#utterance_understood ⇒ Boolean

Returns the value of attribute utterance_understood.

Returns:

  • (Boolean)


3887
3888
3889
# File 'sig/types.rbs', line 3887

def utterance_understood
  @utterance_understood
end