Class TestConfig (1.2.0)

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

Represents configurations for a test case.

Inheritance

Object > TestConfig

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

TestConfig()

public TestConfig()

TestConfig(TestConfig)

public TestConfig(TestConfig other)
Parameter
NameDescription
otherTestConfig

Properties

Flow

public string Flow { get; set; }

Flow name. If not set, default start flow is assumed. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/flows/&lt;Flow ID>.

Property Value
TypeDescription
String

FlowAsFlowName

public FlowName FlowAsFlowName { get; set; }

FlowName-typed view over the Flow resource name property.

Property Value
TypeDescription
FlowName

TrackingParameters

public RepeatedField<string> TrackingParameters { get; }

Session parameters to be compared when calculating differences.

Property Value
TypeDescription
RepeatedField<String>