Google Cloud Dialogflow v2beta1 API - Class CesAppSpec (1.0.0-beta30)

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

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

Spec of CES app that the generator can choose from.

Inheritance

object > CesAppSpec

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

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; }

AppName-typed view over the CesApp resource name property.

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

HasProactiveEnabled

public bool HasProactiveEnabled { get; }

Gets whether the "proactive_enabled" field is set

Property Value
Type Description
bool

HasReactiveEnabled

public bool HasReactiveEnabled { get; }

Gets whether the "reactive_enabled" field is set

Property Value
Type Description
bool

ProactiveEnabled

public bool ProactiveEnabled { get; set; }

Optional. Only applicable for CompanionAgent. Indicates whether the ces app is enabled in proactive mode. At least one of proactive_enabled or reactive_enabled should be true; otherwise, the ces app will be ignored.

Property Value
Type Description
bool

ReactiveEnabled

public bool ReactiveEnabled { get; set; }

Optional. Only applicable for CompanionAgent. Indicates whether the ces app is enabled in reactive mode. At least one of proactive_enabled or reactive_enabled should be true; otherwise, the ces app will be ignored.

Property Value
Type Description
bool