Class: Aws::Types::CreateIntentVersionResponse

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:



144
145
146
# File 'sig/types.rbs', line 144

def checksum
  @checksum
end

#conclusion_statementTypes::Statement

Returns the value of attribute conclusion_statement.

Returns:



137
138
139
# File 'sig/types.rbs', line 137

def conclusion_statement
  @conclusion_statement
end

#confirmation_promptTypes::Prompt

Returns the value of attribute confirmation_prompt.

Returns:



134
135
136
# File 'sig/types.rbs', line 134

def confirmation_prompt
  @confirmation_prompt
end

#created_date::Time

Returns the value of attribute created_date.

Returns:



142
143
144
# File 'sig/types.rbs', line 142

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def description
  @description
end

#dialog_code_hookTypes::CodeHook

Returns the value of attribute dialog_code_hook.

Returns:



138
139
140
# File 'sig/types.rbs', line 138

def dialog_code_hook
  @dialog_code_hook
end

#follow_up_promptTypes::FollowUpPrompt

Returns the value of attribute follow_up_prompt.

Returns:



136
137
138
# File 'sig/types.rbs', line 136

def follow_up_prompt
  @follow_up_prompt
end

#fulfillment_activityTypes::FulfillmentActivity

Returns the value of attribute fulfillment_activity.

Returns:



139
140
141
# File 'sig/types.rbs', line 139

def fulfillment_activity
  @fulfillment_activity
end

#input_contexts::Array[Types::InputContext]

Returns the value of attribute input_contexts.

Returns:



146
147
148
# File 'sig/types.rbs', line 146

def input_contexts
  @input_contexts
end

#kendra_configurationTypes::KendraConfiguration

Returns the value of attribute kendra_configuration.

Returns:



145
146
147
# File 'sig/types.rbs', line 145

def kendra_configuration
  @kendra_configuration
end

#last_updated_date::Time

Returns the value of attribute last_updated_date.

Returns:



141
142
143
# File 'sig/types.rbs', line 141

def last_updated_date
  @last_updated_date
end

#name::String

Returns the value of attribute name.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

def name
  @name
end

#output_contexts::Array[Types::OutputContext]

Returns the value of attribute output_contexts.

Returns:



147
148
149
# File 'sig/types.rbs', line 147

def output_contexts
  @output_contexts
end

#parent_intent_signature::String

Returns the value of attribute parent_intent_signature.

Returns:



140
141
142
# File 'sig/types.rbs', line 140

def parent_intent_signature
  @parent_intent_signature
end

#rejection_statementTypes::Statement

Returns the value of attribute rejection_statement.

Returns:



135
136
137
# File 'sig/types.rbs', line 135

def rejection_statement
  @rejection_statement
end

#sample_utterances::Array[::String]

Returns the value of attribute sample_utterances.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def sample_utterances
  @sample_utterances
end

#slots::Array[Types::Slot]

Returns the value of attribute slots.

Returns:



132
133
134
# File 'sig/types.rbs', line 132

def slots
  @slots
end

#version::String

Returns the value of attribute version.

Returns:



143
144
145
# File 'sig/types.rbs', line 143

def version
  @version
end