Show / Hide Table of Contents

Class GoogleCloudDialogflowV2Intent

Inheritance
object
GoogleCloudDialogflowV2Intent
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.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2Intent : IDirectResponseSchema

Properties

Action

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

DefaultResponsePlatforms

Declaration
[JsonProperty("defaultResponsePlatforms")]
public virtual IList<string> DefaultResponsePlatforms { get; set; }
Property Value
Type Description
IList<string>

DisplayName

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

ETag

The ETag of the item.

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

EndInteraction

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

Events

Declaration
[JsonProperty("events")]
public virtual IList<string> Events { get; set; }
Property Value
Type Description
IList<string>

FollowupIntentInfo

Declaration
[JsonProperty("followupIntentInfo")]
public virtual IList<GoogleCloudDialogflowV2IntentFollowupIntentInfo> FollowupIntentInfo { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2IntentFollowupIntentInfo>

InputContextNames

Declaration
[JsonProperty("inputContextNames")]
public virtual IList<string> InputContextNames { get; set; }
Property Value
Type Description
IList<string>

IsFallback

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

LiveAgentHandoff

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

Messages

Declaration
[JsonProperty("messages")]
public virtual IList<GoogleCloudDialogflowV2IntentMessage> Messages { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2IntentMessage>

MlDisabled

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

Name

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

OutputContexts

Declaration
[JsonProperty("outputContexts")]
public virtual IList<GoogleCloudDialogflowV2Context> OutputContexts { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2Context>

Parameters

Declaration
[JsonProperty("parameters")]
public virtual IList<GoogleCloudDialogflowV2IntentParameter> Parameters { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2IntentParameter>

ParentFollowupIntentName

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

Priority

Declaration
[JsonProperty("priority")]
public virtual int? Priority { get; set; }
Property Value
Type Description
int?

ResetContexts

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

RootFollowupIntentName

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

TrainingPhrases

Declaration
[JsonProperty("trainingPhrases")]
public virtual IList<GoogleCloudDialogflowV2IntentTrainingPhrase> TrainingPhrases { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowV2IntentTrainingPhrase>

WebhookState

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX