Class CalculateCoverageResponse (1.6.0)

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

The response message for [TestCases.CalculateCoverage][google.cloud.dialogflow.cx.v3.TestCases.CalculateCoverage].

Inheritance

Object > CalculateCoverageResponse

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

CalculateCoverageResponse()

public CalculateCoverageResponse()

CalculateCoverageResponse(CalculateCoverageResponse)

public CalculateCoverageResponse(CalculateCoverageResponse other)
Parameter
NameDescription
otherCalculateCoverageResponse

Properties

Agent

public string Agent { get; set; }

The agent to calculate coverage for. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>.

Property Value
TypeDescription
String

AgentAsAgentName

public AgentName AgentAsAgentName { get; set; }

AgentName-typed view over the Agent resource name property.

Property Value
TypeDescription
AgentName

CoverageTypeCase

public CalculateCoverageResponse.CoverageTypeOneofCase CoverageTypeCase { get; }
Property Value
TypeDescription
CalculateCoverageResponse.CoverageTypeOneofCase

IntentCoverage

public IntentCoverage IntentCoverage { get; set; }

Intent coverage.

Property Value
TypeDescription
IntentCoverage

RouteGroupCoverage

public TransitionRouteGroupCoverage RouteGroupCoverage { get; set; }

Transition route group coverage.

Property Value
TypeDescription
TransitionRouteGroupCoverage

TransitionCoverage

public TransitionCoverage TransitionCoverage { get; set; }

Transition (excluding transition route groups) coverage.

Property Value
TypeDescription
TransitionCoverage