1
1
/**
2
- * (C) Copyright IBM Corp. 2019, 2021.
2
+ * (C) Copyright IBM Corp. 2021.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
16
16
*/
17
17
18
18
/**
19
- * IBM OpenAPI SDK Code Generator Version: 99-SNAPSHOT-902c9336-20210513-140138
19
+ * IBM OpenAPI SDK Code Generator Version: 3.38.0-07189efd-20210827-205025
20
20
*/
21
21
22
22
using System . Collections . Generic ;
@@ -43,7 +43,7 @@ public partial class AssistantService : BaseService
43
43
/// <summary>
44
44
/// Gets and sets the version of the service.
45
45
/// Release date of the API version you want to use. Specify dates in YYYY-MM-DD format. The current version is
46
- /// `2020-04-01 `.
46
+ /// `2021-06-14 `.
47
47
/// </summary>
48
48
public string Version
49
49
{
@@ -68,30 +68,30 @@ public bool DisableSslVerification
68
68
/// AssistantService constructor.
69
69
/// </summary>
70
70
/// <param name="version">Release date of the API version you want to use. Specify dates in YYYY-MM-DD format.
71
- /// The current version is `2020-04-01 `.</param>
71
+ /// The current version is `2021-06-14 `.</param>
72
72
public AssistantService ( string version ) : this ( version , defaultServiceName , ConfigBasedAuthenticatorFactory . GetAuthenticator ( defaultServiceName ) ) { }
73
73
74
74
/// <summary>
75
75
/// AssistantService constructor.
76
76
/// </summary>
77
77
/// <param name="version">Release date of the API version you want to use. Specify dates in YYYY-MM-DD format.
78
- /// The current version is `2020-04-01 `.</param>
78
+ /// The current version is `2021-06-14 `.</param>
79
79
/// <param name="authenticator">The service authenticator.</param>
80
80
public AssistantService ( string version , Authenticator authenticator ) : this ( version , defaultServiceName , authenticator ) { }
81
81
82
82
/// <summary>
83
83
/// AssistantService constructor.
84
84
/// </summary>
85
85
/// <param name="version">Release date of the API version you want to use. Specify dates in YYYY-MM-DD format.
86
- /// The current version is `2020-04-01 `.</param>
86
+ /// The current version is `2021-06-14 `.</param>
87
87
/// <param name="serviceName">The service name to be used when configuring the client instance</param>
88
88
public AssistantService ( string version , string serviceName ) : this ( version , serviceName , ConfigBasedAuthenticatorFactory . GetAuthenticator ( serviceName ) ) { }
89
89
90
90
/// <summary>
91
91
/// AssistantService constructor.
92
92
/// </summary>
93
93
/// <param name="version">Release date of the API version you want to use. Specify dates in YYYY-MM-DD format.
94
- /// The current version is `2020-04-01 `.</param>
94
+ /// The current version is `2021-06-14 `.</param>
95
95
/// <param name="serviceName">The service name to be used when configuring the client instance</param>
96
96
/// <param name="authenticator">The service authenticator.</param>
97
97
public AssistantService ( string version , string serviceName , Authenticator authenticator ) : base ( authenticator , serviceName )
@@ -4605,8 +4605,8 @@ private void OnListLogsResponse(RESTConnector.Request req, RESTConnector.Respons
4605
4605
/// <param name="callback">The callback function that is invoked when the operation completes.</param>
4606
4606
/// <param name="filter">A cacheable parameter that limits the results to those matching the specified filter.
4607
4607
/// You must specify a filter query that includes a value for `language`, as well as a value for
4608
- /// `request.context.system.assistant_id`, `workspace_id`, or `request.context.metadata.deployment`. For more
4609
- /// information, see the
4608
+ /// `request.context.system.assistant_id`, `workspace_id`, or `request.context.metadata.deployment`. These
4609
+ /// required filters must be specified using the exact match (`::`) operator. For more information, see the
4610
4610
/// [documentation](https://cloud.ibm.com/docs/assistant?topic=assistant-filter-reference#filter-reference).</param>
4611
4611
/// <param name="sort">How to sort the returned log events. You can sort by **request_timestamp**. To reverse
4612
4612
/// the sort order, prefix the parameter value with a minus sign (`-`). (optional)</param>
0 commit comments