Class: Aws::QConnect::Types::MessageTemplateSearchResultData

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

The result of message template search.

Constant Summary collapse

SENSITIVE =
[:channel]

Instance Attribute Summary collapse

Instance Attribute Details

#channelString

The channel of the message template.

Returns:

  • (String)


7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end

#channel_subtypeString

The channel subtype this message template applies to.

Returns:

  • (String)


7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end

#created_timeTime

The timestamp when the message template was created.

Returns:

  • (Time)


7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end

#descriptionString

The description of the message template.

Returns:

  • (String)


7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end

#grouping_configurationTypes::GroupingConfiguration

The configuration information of the grouping of Amazon Q in Connect users.



7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end

#is_activeBoolean

Whether the version of the message template is activated.

Returns:

  • (Boolean)


7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end

#knowledge_base_arnString

The Amazon Resource Name (ARN) of the knowledge base.

Returns:

  • (String)


7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end

#knowledge_base_idString

The identifier of the knowledge base.

Returns:

  • (String)


7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end

#languageString

The language code value for the language in which the quick response is written. The supported language codes include ‘de_DE`, `en_US`, `es_ES`, `fr_FR`, `id_ID`, `it_IT`, `ja_JP`, `ko_KR`, `pt_BR`, `zh_CN`, `zh_TW`

Returns:

  • (String)


7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end

#last_modified_byString

The Amazon Resource Name (ARN) of the user who last updated the message template data.

Returns:

  • (String)


7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when the message template data was last modified.

Returns:

  • (Time)


7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end

#message_template_arnString

The Amazon Resource Name (ARN) of the message template.

Returns:

  • (String)


7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end

#message_template_idString

The identifier of the message template.

Returns:

  • (String)


7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end

#nameString

The name of the message template.

Returns:

  • (String)


7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end

#source_configuration_summaryTypes::MessageTemplateSourceConfigurationSummary

The source configuration summary of the message template.



7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end

#version_numberInteger

The version number of the message template version.

Returns:

  • (Integer)


7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
# File 'lib/aws-sdk-qconnect/types.rb', line 7779

class MessageTemplateSearchResultData < Struct.new(
  :message_template_arn,
  :message_template_id,
  :knowledge_base_arn,
  :knowledge_base_id,
  :name,
  :channel,
  :channel_subtype,
  :created_time,
  :last_modified_time,
  :last_modified_by,
  :is_active,
  :version_number,
  :description,
  :source_configuration_summary,
  :grouping_configuration,
  :language,
  :tags)
  SENSITIVE = [:channel]
  include Aws::Structure
end