Class: Aws::Types::CreateIntentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


931
932
933
# File 'sig/types.rbs', line 931

def bot_version
  @bot_version
end

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


933
934
935
# File 'sig/types.rbs', line 933

def creation_date_time
  @creation_date_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


920
921
922
# File 'sig/types.rbs', line 920

def description
  @description
end

#dialog_code_hook ⇒ Types::DialogCodeHookSettings

Returns the value of attribute dialog_code_hook.



923
924
925
# File 'sig/types.rbs', line 923

def dialog_code_hook
  @dialog_code_hook
end

#fulfillment_code_hook ⇒ Types::FulfillmentCodeHookSettings

Returns the value of attribute fulfillment_code_hook.



924
925
926
# File 'sig/types.rbs', line 924

def fulfillment_code_hook
  @fulfillment_code_hook
end

#initial_response_setting ⇒ Types::InitialResponseSetting

Returns the value of attribute initial_response_setting.



934
935
936
# File 'sig/types.rbs', line 934

def initial_response_setting
  @initial_response_setting
end

#input_contexts ⇒ ::Array[Types::InputContext]

Returns the value of attribute input_contexts.

Returns:



927
928
929
# File 'sig/types.rbs', line 927

def input_contexts
  @input_contexts
end

#intent_closing_setting ⇒ Types::IntentClosingSetting

Returns the value of attribute intent_closing_setting.



926
927
928
# File 'sig/types.rbs', line 926

def intent_closing_setting
  @intent_closing_setting
end

#intent_confirmation_setting ⇒ Types::IntentConfirmationSetting

Returns the value of attribute intent_confirmation_setting.



925
926
927
# File 'sig/types.rbs', line 925

def intent_confirmation_setting
  @intent_confirmation_setting
end

#intent_display_name ⇒ ::String

Returns the value of attribute intent_display_name.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def intent_display_name
  @intent_display_name
end

#intent_id ⇒ ::String

Returns the value of attribute intent_id.

Returns:

  • (::String)


917
918
919
# File 'sig/types.rbs', line 917

def intent_id
  @intent_id
end

#intent_name ⇒ ::String

Returns the value of attribute intent_name.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def intent_name
  @intent_name
end

#kendra_configuration ⇒ Types::KendraConfiguration

Returns the value of attribute kendra_configuration.



929
930
931
# File 'sig/types.rbs', line 929

def kendra_configuration
  @kendra_configuration
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


932
933
934
# File 'sig/types.rbs', line 932

def locale_id
  @locale_id
end

#output_contexts ⇒ ::Array[Types::OutputContext]

Returns the value of attribute output_contexts.

Returns:



928
929
930
# File 'sig/types.rbs', line 928

def output_contexts
  @output_contexts
end

#parent_intent_signature ⇒ ::String

Returns the value of attribute parent_intent_signature.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def parent_intent_signature
  @parent_intent_signature
end

#q_in_connect_intent_configuration ⇒ Types::QInConnectIntentConfiguration

Returns the value of attribute q_in_connect_intent_configuration.



936
937
938
# File 'sig/types.rbs', line 936

def q_in_connect_intent_configuration
  @q_in_connect_intent_configuration
end

#qn_a_intent_configuration ⇒ Types::QnAIntentConfiguration

Returns the value of attribute qn_a_intent_configuration.



935
936
937
# File 'sig/types.rbs', line 935

def qn_a_intent_configuration
  @qn_a_intent_configuration
end

#sample_utterances ⇒ ::Array[Types::SampleUtterance]

Returns the value of attribute sample_utterances.

Returns:



922
923
924
# File 'sig/types.rbs', line 922

def sample_utterances
  @sample_utterances
end