We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de47a6 commit a63118cCopy full SHA for a63118c
Scripts/Services/Conversation/v1/Conversation.cs
@@ -92,6 +92,7 @@ public Credentials Credentials
92
/// Conversation constructor
93
/// </summary>
94
/// <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.")]
96
public Conversation(Credentials credentials)
97
{
98
if (credentials.HasCredentials() || credentials.HasWatsonAuthenticationToken() || credentials.HasIamTokenData())
0 commit comments