public sealed class CesAppSpec : IMessage<CesAppSpec>, IEquatable<CesAppSpec>, IDeepCloneable<CesAppSpec>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class CesAppSpec.
Spec of CES app that the generator can choose from.
Implements
IMessageCesAppSpec, IEquatableCesAppSpec, IDeepCloneableCesAppSpec, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
CesAppSpec()
public CesAppSpec()CesAppSpec(CesAppSpec)
public CesAppSpec(CesAppSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
CesAppSpec |
Properties
CesApp
public string CesApp { get; set; }Optional. Format: projects/<Project ID>/locations/<Location ID>/apps/<app
ID>.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CesAppAsAppName
public AppName CesAppAsAppName { get; set; }| Property Value | |
|---|---|
| Type | Description |
AppName |
|
ConfirmationRequirement
public Tool.Types.ConfirmationRequirement ConfirmationRequirement { get; set; }Optional. Indicates whether the app requires human confirmation.
| Property Value | |
|---|---|
| Type | Description |
ToolTypesConfirmationRequirement |
|