aws-sdk-qconnect 1.23.0 → 1.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,7 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:qconnect)
23
23
  # structure.
24
24
  #
25
25
  # q_connect = Aws::QConnect::Client.new
26
- # resp = q_connect.create_ai_agent(params)
26
+ # resp = q_connect.activate_message_template(params)
27
27
  #
28
28
  # See {Client} for more information.
29
29
  #
@@ -54,7 +54,7 @@ module Aws::QConnect
54
54
  autoload :EndpointProvider, 'aws-sdk-qconnect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-qconnect/endpoints'
56
56
 
57
- GEM_VERSION = '1.23.0'
57
+ GEM_VERSION = '1.25.0'
58
58
 
59
59
  end
60
60