aws-sdk-connectwisdomservice 1.41.0 → 1.42.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-connectwisdomservice/client.rb +3 -3
- data/lib/aws-sdk-connectwisdomservice/types.rb +1 -1
- data/lib/aws-sdk-connectwisdomservice.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: 68f23bc8abd0a8c0c321a32ef5d8b1e15e5fbb3c49ec8088221ee04f328e862b
|
4
|
+
data.tar.gz: d9e4b23beff7c23cc3d20c02894536d444a179f772b74c5f87a6ceb34240135e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c761e71ae796c05ea1e966cfade360d5a4e7569147f4f8f684f87872f1f4249f1fbba881c44980f8f03dfe77f91334067fd9cdddbdb4bbefdd6452457ddf03a8
|
7
|
+
data.tar.gz: 2ac533cab80e15b541edc14c71e63ad3c91e58913222aa2a6d07f63c19e12aade05ca522359fa95f647b18dd2f94685dcc33bd993fafda5f6064ab76dcbac3fc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.42.0
|
@@ -2701,10 +2701,10 @@ module Aws::ConnectWisdomService
|
|
2701
2701
|
|
2702
2702
|
# Updates the template URI of a knowledge base. This is only supported
|
2703
2703
|
# for knowledge bases of type EXTERNAL. Include a single variable in
|
2704
|
-
#
|
2704
|
+
# `${variable}` format; this interpolated by Wisdom using ingested
|
2705
2705
|
# content. For example, if you ingest a Salesforce article, it has an
|
2706
2706
|
# `Id` value, and you can set the template URI to
|
2707
|
-
# `https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav
|
2707
|
+
# `https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav/*${Id}*/view`.
|
2708
2708
|
#
|
2709
2709
|
# @option params [required, String] :knowledge_base_id
|
2710
2710
|
# The identifier of the knowledge base. This should not be a
|
@@ -2891,7 +2891,7 @@ module Aws::ConnectWisdomService
|
|
2891
2891
|
tracer: tracer
|
2892
2892
|
)
|
2893
2893
|
context[:gem_name] = 'aws-sdk-connectwisdomservice'
|
2894
|
-
context[:gem_version] = '1.
|
2894
|
+
context[:gem_version] = '1.42.0'
|
2895
2895
|
Seahorse::Client::Request.new(handlers, context)
|
2896
2896
|
end
|
2897
2897
|
|
@@ -3102,7 +3102,7 @@ module Aws::ConnectWisdomService
|
|
3102
3102
|
# Information about how to render the content.
|
3103
3103
|
#
|
3104
3104
|
# @!attribute [rw] template_uri
|
3105
|
-
# A URI template containing exactly one variable in
|
3105
|
+
# A URI template containing exactly one variable in `${variableName}
|
3106
3106
|
# `format. This can only be set for `EXTERNAL` knowledge bases. For
|
3107
3107
|
# Salesforce, ServiceNow, and Zendesk, the variable must be one of the
|
3108
3108
|
# following:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-connectwisdomservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.42.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
|