aws-sdk-qconnect 1.23.0 → 1.25.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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