@@ -176,7 +176,7 @@ export namespace BotListResponse {
176176 description : string ;
177177
178178 /**
179- * The kind of the bot.
179+ * @deprecated The kind of the bot.
180180 */
181181 kind : string ;
182182
@@ -216,7 +216,7 @@ export namespace BotGetResponse {
216216 description : string ;
217217
218218 /**
219- * The kind of the bot.
219+ * @deprecated The kind of the bot.
220220 */
221221 kind : string ;
222222
@@ -709,7 +709,8 @@ export interface BotListParams {
709709 format ?: 'JSON' | 'CSV' ;
710710
711711 /**
712- * Filters results by bot kind.
712+ * Filters results by bot kind. Deprecated: the Verified Bot / Signed Agent
713+ * distinction is being removed.
713714 */
714715 kind ?: 'AGENT' | 'BOT' ;
715716
@@ -768,7 +769,8 @@ export interface BotSummaryParams {
768769 > ;
769770
770771 /**
771- * Filters results by bot kind.
772+ * Filters results by bot kind. Deprecated: the Verified Bot / Signed Agent
773+ * distinction is being removed.
772774 */
773775 botKind ?: Array < 'AGENT' | 'BOT' > ;
774776
@@ -875,7 +877,8 @@ export interface BotTimeseriesParams {
875877 > ;
876878
877879 /**
878- * Filters results by bot kind.
880+ * Filters results by bot kind. Deprecated: the Verified Bot / Signed Agent
881+ * distinction is being removed.
879882 */
880883 botKind ?: Array < 'AGENT' | 'BOT' > ;
881884
@@ -975,7 +978,8 @@ export interface BotTimeseriesGroupsParams {
975978 > ;
976979
977980 /**
978- * Filters results by bot kind.
981+ * Filters results by bot kind. Deprecated: the Verified Bot / Signed Agent
982+ * distinction is being removed.
979983 */
980984 botKind ?: Array < 'AGENT' | 'BOT' > ;
981985
0 commit comments