public sealed class CesToolSpec : IMessage<CesToolSpec>, IEquatable<CesToolSpec>, IDeepCloneable<CesToolSpec>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class CesToolSpec.
Spec of CES tool that the generator can choose from.
Implements
IMessageCesToolSpec, IEquatableCesToolSpec, IDeepCloneableCesToolSpec, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
CesToolSpec()
public CesToolSpec()CesToolSpec(CesToolSpec)
public CesToolSpec(CesToolSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
CesToolSpec |
Properties
CesTool
public string CesTool { get; set; }Optional. Format: projects/<Project ID>/locations/<Location ID>/apps/<app
ID>/tools/<tool ID>.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CesToolAsCesToolName
public CesToolName CesToolAsCesToolName { get; set; }CesToolName-typed view over the CesTool resource name property.
| Property Value | |
|---|---|
| Type | Description |
CesToolName |
|
ConfirmationRequirement
public Tool.Types.ConfirmationRequirement ConfirmationRequirement { get; set; }Optional. Indicates whether the tool requires human confirmation.
| Property Value | |
|---|---|
| Type | Description |
ToolTypesConfirmationRequirement |
|