java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Deserialization target class for discriminator value: search

Open kevinkowa opened this issue 3 years ago • 0 comments
trafficstars

Overview Calling log functions that contain both v1 & v2 responses causes an error if it contains an output type not available in v1 such as search which is not available in v1. This creates an issue with the de-serialization of the object since that is not available in v1.

RuntimeResponseGenericRuntimeResponseTypeSearch is not available in Assistant v1.

Follow up for https://github.com/IBM/java-sdk-core/issues/167

kevinkowa avatar Mar 16 '22 13:03 kevinkowa