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
Name Description
other CalculateCoverageResponse

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
Type Description
String

AgentAsAgentName

public AgentName AgentAsAgentName { get; set; }

AgentName-typed view over the Agent resource name property.

Property Value
Type Description
AgentName

CoverageTypeCase

public CalculateCoverageResponse.CoverageTypeOneofCase CoverageTypeCase { get; }
Property Value
Type Description
CalculateCoverageResponse.CoverageTypeOneofCase

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

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.