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])


806
807
808
# File 'sig/types.rbs', line 806

def channels
  @channels
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


808
809
810
# File 'sig/types.rbs', line 808

def client_token
  @client_token
end

#contentTypes::QuickResponseDataProvider

Returns the value of attribute content.



800
801
802
# File 'sig/types.rbs', line 800

def content
  @content
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


801
802
803
# File 'sig/types.rbs', line 801

def content_type
  @content_type
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def description
  @description
end

#grouping_configurationTypes::GroupingConfiguration

Returns the value of attribute grouping_configuration.



802
803
804
# File 'sig/types.rbs', line 802

def grouping_configuration
  @grouping_configuration
end

#is_activeBoolean

Returns the value of attribute is_active.

Returns:

  • (Boolean)


805
806
807
# File 'sig/types.rbs', line 805

def is_active
  @is_active
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


798
799
800
# File 'sig/types.rbs', line 798

def knowledge_base_id
  @knowledge_base_id
end

#language::String

Returns the value of attribute language.

Returns:

  • (::String)


807
808
809
# File 'sig/types.rbs', line 807

def language
  @language
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


799
800
801
# File 'sig/types.rbs', line 799

def name
  @name
end

#shortcut_key::String

Returns the value of attribute shortcut_key.

Returns:

  • (::String)


804
805
806
# File 'sig/types.rbs', line 804

def shortcut_key
  @shortcut_key
end

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

Returns the value of attribute tags.

Returns:

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


809
810
811
# File 'sig/types.rbs', line 809

def tags
  @tags
end