Class: Aws::Types::GetIntentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#checksum::String

Returns the value of attribute checksum.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def checksum
  @checksum
end

#conclusion_statementTypes::Statement

Returns the value of attribute conclusion_statement.

Returns:



451
452
453
# File 'sig/types.rbs', line 451

def conclusion_statement
  @conclusion_statement
end

#confirmation_promptTypes::Prompt

Returns the value of attribute confirmation_prompt.

Returns:



448
449
450
# File 'sig/types.rbs', line 448

def confirmation_prompt
  @confirmation_prompt
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


456
457
458
# File 'sig/types.rbs', line 456

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def description
  @description
end

#dialog_code_hookTypes::CodeHook

Returns the value of attribute dialog_code_hook.

Returns:



452
453
454
# File 'sig/types.rbs', line 452

def dialog_code_hook
  @dialog_code_hook
end

#follow_up_promptTypes::FollowUpPrompt

Returns the value of attribute follow_up_prompt.



450
451
452
# File 'sig/types.rbs', line 450

def follow_up_prompt
  @follow_up_prompt
end

#fulfillment_activityTypes::FulfillmentActivity

Returns the value of attribute fulfillment_activity.



453
454
455
# File 'sig/types.rbs', line 453

def fulfillment_activity
  @fulfillment_activity
end

#input_contexts::Array[Types::InputContext]

Returns the value of attribute input_contexts.

Returns:



460
461
462
# File 'sig/types.rbs', line 460

def input_contexts
  @input_contexts
end

#kendra_configurationTypes::KendraConfiguration

Returns the value of attribute kendra_configuration.



459
460
461
# File 'sig/types.rbs', line 459

def kendra_configuration
  @kendra_configuration
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:

  • (::Time)


455
456
457
# File 'sig/types.rbs', line 455

def last_updated_date
  @last_updated_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def name
  @name
end

#output_contexts::Array[Types::OutputContext]

Returns the value of attribute output_contexts.

Returns:



461
462
463
# File 'sig/types.rbs', line 461

def output_contexts
  @output_contexts
end

#parent_intent_signature::String

Returns the value of attribute parent_intent_signature.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def parent_intent_signature
  @parent_intent_signature
end

#rejection_statementTypes::Statement

Returns the value of attribute rejection_statement.

Returns:



449
450
451
# File 'sig/types.rbs', line 449

def rejection_statement
  @rejection_statement
end

#sample_utterances::Array[::String]

Returns the value of attribute sample_utterances.

Returns:

  • (::Array[::String])


447
448
449
# File 'sig/types.rbs', line 447

def sample_utterances
  @sample_utterances
end

#slots::Array[Types::Slot]

Returns the value of attribute slots.

Returns:



446
447
448
# File 'sig/types.rbs', line 446

def slots
  @slots
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


457
458
459
# File 'sig/types.rbs', line 457

def version
  @version
end