Skip to content

Commit a63118c

Browse files
committed
feat(Conversation): Deprecated Conversation service
1 parent 3de47a6 commit a63118c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Scripts/Services/Conversation/v1/Conversation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public Credentials Credentials
9292
/// Conversation constructor
9393
/// </summary>
9494
/// <param name="credentials">The service credentials</param>
95+
[Obsolete("Conversation V1 is deprecated and will be removed in the next major release of the SDK. Use Assistant V1 or Assistant V2.")]
9596
public Conversation(Credentials credentials)
9697
{
9798
if (credentials.HasCredentials() || credentials.HasWatsonAuthenticationToken() || credentials.HasIamTokenData())

0 commit comments

Comments
 (0)