Class: Aws::Types::CreateQuickResponseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channels ⇒ ::Array[::String]

Returns the value of attribute channels.

Returns:

  • (::Array[::String])


223
224
225
# File 'sig/types.rbs', line 223

def channels
  @channels
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def client_token
  @client_token
end

#content ⇒ Types::QuickResponseDataProvider

Returns the value of attribute content.



225
226
227
# File 'sig/types.rbs', line 225

def content
  @content
end

#content_type ⇒ ::String

Returns the value of attribute content_type.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def content_type
  @content_type
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def description
  @description
end

#grouping_configuration ⇒ Types::GroupingConfiguration

Returns the value of attribute grouping_configuration.



228
229
230
# File 'sig/types.rbs', line 228

def grouping_configuration
  @grouping_configuration
end

#is_active ⇒ Boolean

Returns the value of attribute is_active.

Returns:

  • (Boolean)


229
230
231
# File 'sig/types.rbs', line 229

def is_active
  @is_active
end

#knowledge_base_id ⇒ ::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


230
231
232
# File 'sig/types.rbs', line 230

def knowledge_base_id
  @knowledge_base_id
end

#language ⇒ ::String

Returns the value of attribute language.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def language
  @language
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


232
233
234
# File 'sig/types.rbs', line 232

def name
  @name
end

#shortcut_key ⇒ ::String

Returns the value of attribute shortcut_key.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def shortcut_key
  @shortcut_key
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


234
235
236
# File 'sig/types.rbs', line 234

def tags
  @tags
end