aws-sdk-qconnect 1.22.0 → 1.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-qconnect/client.rb +3 -3
- data/lib/aws-sdk-qconnect/types.rb +1 -1
- data/lib/aws-sdk-qconnect.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0548641705a8579e610c19e9290afbd333cbd55add127f211d66dcb854693f20'
|
4
|
+
data.tar.gz: fb94f5d2d2a75da7967d743f034bc22ea458678bdf31c0de4509aed7574bbc8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd047b18432b8e45a66b0932730ea2dffe86636c203d79836889e4c11aa5cccdd195ba7af4cb1ff96a20c035514643dc9c0c95cd9ed8d4b07be7d217f9772827
|
7
|
+
data.tar.gz: 158e8320647ff2e824e31830994c2befcf639126118bf56a9f05eb65d7ab5b3652051c5b3ec75de868d570930c3d1ad09835812940d791af20d87f3b622c208f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.23.0
|
@@ -4733,10 +4733,10 @@ module Aws::QConnect
|
|
4733
4733
|
|
4734
4734
|
# Updates the template URI of a knowledge base. This is only supported
|
4735
4735
|
# for knowledge bases of type EXTERNAL. Include a single variable in
|
4736
|
-
#
|
4736
|
+
# `${variable}` format; this interpolated by Amazon Q in Connect using
|
4737
4737
|
# ingested content. For example, if you ingest a Salesforce article, it
|
4738
4738
|
# has an `Id` value, and you can set the template URI to
|
4739
|
-
# `https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav
|
4739
|
+
# `https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav/*${Id}*/view`.
|
4740
4740
|
#
|
4741
4741
|
# @option params [required, String] :knowledge_base_id
|
4742
4742
|
# The identifier of the knowledge base. This should not be a
|
@@ -5100,7 +5100,7 @@ module Aws::QConnect
|
|
5100
5100
|
tracer: tracer
|
5101
5101
|
)
|
5102
5102
|
context[:gem_name] = 'aws-sdk-qconnect'
|
5103
|
-
context[:gem_version] = '1.
|
5103
|
+
context[:gem_version] = '1.23.0'
|
5104
5104
|
Seahorse::Client::Request.new(handlers, context)
|
5105
5105
|
end
|
5106
5106
|
|
@@ -5396,7 +5396,7 @@ module Aws::QConnect
|
|
5396
5396
|
# Information about how to render the content.
|
5397
5397
|
#
|
5398
5398
|
# @!attribute [rw] template_uri
|
5399
|
-
# A URI template containing exactly one variable in
|
5399
|
+
# A URI template containing exactly one variable in `${variableName}
|
5400
5400
|
# `format. This can only be set for `EXTERNAL` knowledge bases. For
|
5401
5401
|
# Salesforce, ServiceNow, and Zendesk, the variable must be one of the
|
5402
5402
|
# following:
|
data/lib/aws-sdk-qconnect.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-qconnect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.23.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|