Legacy Dev Forum Posts

 View Only

Sign Up

Looking for 'Body' Example for QualityAPI

  • 1.  Looking for 'Body' Example for QualityAPI

    Posted 06-05-2025 18:06

    CharlVW | 2020-10-21 01:17:14 UTC | #1

    Hi There,

    I am struggling to find detailed documentation on the format for the QualityApi PutQualityConversationEvaluation method.

    I am trying to update the Answer of an scored evaluation (Example, changing the answer for a YES/NO question from YES to NO for example?

    Can anyone assist with a C# example of the construct for the 'evaluation body' parameter?

    QualityApi AQ = new QualityApi(); var body = new Evaluation(); // Evaluation | evaluation try { // Update an evaluation Evaluation result = AQ.PutQualityConversationEvaluation("XXXXX-XXXXXX-9c6e8", "XXXXX-XXXXXX-0db64", body); Debug.WriteLine(result);

    } catch (Exception e) { Debug.Print("Exception when calling QualityApi.PutQualityConversationEvaluation: " + e.Message); }

    Thanks!


    system | 2020-11-21 01:17:16 UTC | #2

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 9129