public sealed class CalculateCoverageResponse : IMessage<CalculateCoverageResponse>, IEquatable<CalculateCoverageResponse>, IDeepCloneable<CalculateCoverageResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class CalculateCoverageResponse.
The response message for [TestCases.CalculateCoverage][google.cloud.dialogflow.cx.v3.TestCases.CalculateCoverage].
Implements
IMessageCalculateCoverageResponse, IEquatableCalculateCoverageResponse, IDeepCloneableCalculateCoverageResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
CalculateCoverageResponse()
public CalculateCoverageResponse()
CalculateCoverageResponse(CalculateCoverageResponse)
public CalculateCoverageResponse(CalculateCoverageResponse other)
Parameter | |
---|---|
Name | Description |
other | CalculateCoverageResponse |
Properties
Agent
public string Agent { get; set; }
The agent to calculate coverage for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
Property Value | |
---|---|
Type | Description |
string |
AgentAsAgentName
public AgentName AgentAsAgentName { get; set; }
Property Value | |
---|---|
Type | Description |
AgentName |
CoverageTypeCase
public CalculateCoverageResponse.CoverageTypeOneofCase CoverageTypeCase { get; }
Property Value | |
---|---|
Type | Description |
CalculateCoverageResponseCoverageTypeOneofCase |
IntentCoverage
public IntentCoverage IntentCoverage { get; set; }
Intent coverage.
Property Value | |
---|---|
Type | Description |
IntentCoverage |
RouteGroupCoverage
public TransitionRouteGroupCoverage RouteGroupCoverage { get; set; }
Transition route group coverage.
Property Value | |
---|---|
Type | Description |
TransitionRouteGroupCoverage |
TransitionCoverage
public TransitionCoverage TransitionCoverage { get; set; }
Transition (excluding transition route groups) coverage.
Property Value | |
---|---|
Type | Description |
TransitionCoverage |