public sealed class TestConfig : IMessage<TestConfig>, IEquatable<TestConfig>, IDeepCloneable<TestConfig>, IBufferMessage, IMessageRepresents configurations for a test case.
Implements
IMessage<TestConfig>, IEquatable<TestConfig>, IDeepCloneable<TestConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
TestConfig()
public TestConfig()TestConfig(TestConfig)
public TestConfig(TestConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
TestConfig |
Properties
Flow
public string Flow { get; set; }Flow name. If not set, default start flow is assumed.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>.
| Property Value | |
|---|---|
| Type | Description |
String |
|
FlowAsFlowName
public FlowName FlowAsFlowName { get; set; }| Property Value | |
|---|---|
| Type | Description |
FlowName |
|
TrackingParameters
public RepeatedField<string> TrackingParameters { get; }Session parameters to be compared when calculating differences.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|