Google Cloud Dialogflow v2beta1 API - Class CesToolSpec (1.0.0-beta29)

public sealed class CesToolSpec : IMessage<CesToolSpec>, IEquatable<CesToolSpec>, IDeepCloneable<CesToolSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class CesToolSpec.

Spec of CES tool that the generator can choose from.

Inheritance

object > CesToolSpec

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

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