Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3IntentCoverageIntent

The agent's intent.

Inheritance
object
GoogleCloudDialogflowCxV3IntentCoverageIntent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3IntentCoverageIntent : IDirectResponseSchema

Properties

Covered

Whether the intent is covered by at least one of the agent's test cases.

Declaration
[JsonProperty("covered")]
public virtual bool? Covered { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Intent

The intent full resource name

Declaration
[JsonProperty("intent")]
public virtual string Intent { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX