Dialogflow v3 API - Class TestRunDifference (2.24.0)

public sealed class TestRunDifference : IMessage<TestRunDifference>, IEquatable<TestRunDifference>, IDeepCloneable<TestRunDifference>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class TestRunDifference.

The description of differences between original and replayed agent output.

Inheritance

object > TestRunDifference

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

TestRunDifference()

public TestRunDifference()

TestRunDifference(TestRunDifference)

public TestRunDifference(TestRunDifference other)
Parameter
Name Description
other TestRunDifference

Properties

Description

public string Description { get; set; }

A human readable description of the diff, showing the actual output vs expected output.

Property Value
Type Description
string

Type

public TestRunDifference.Types.DiffType Type { get; set; }

The type of diff.

Property Value
Type Description
TestRunDifference Types DiffType

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.