Class GoogleCloudDialogflowCxV3beta1TransitionCoverageTransitionNode
The source or target of a transition.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1TransitionCoverageTransitionNode : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Flow
Indicates a transition to a Flow. Only some fields such as name and displayname will be set.
Declaration
[JsonProperty("flow")]
public virtual GoogleCloudDialogflowCxV3beta1Flow Flow { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1Flow |
Page
Indicates a transition to a Page. Only some fields such as name and displayname will be set.
Declaration
[JsonProperty("page")]
public virtual GoogleCloudDialogflowCxV3beta1Page Page { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3beta1Page |