Definition
Assembly: CloudNimble.ClaudeEssentials.dll Namespace: CloudNimble.ClaudeEssentials.Hooks.Outputs Inheritance: System.ObjectSyntax
Summary
Represents the decision object for a PermissionRequest hook response. Contains the behavior decision and optional parameters.Type Parameters
TToolInput- The type representing the tool’s input parameters for updates. Use a specific tool input class or Object for dynamic inputs.
Constructors
.ctor
Syntax
.ctor Inherited
Inherited from
objectSyntax
Properties
Behavior
Gets or sets the behavior to take for the permission request.Syntax
Property Value
Type:CloudNimble.ClaudeEssentials.Hooks.Enums.PermissionRequestBehavior?
Interrupt
Gets or sets a value indicating whether to interrupt the current operation. Only applicable whenBehavior is PermissionRequestBehavior.Deny.
Syntax
Property Value
Type:bool
Message
Gets or sets the message to display when the permission is denied. Only applicable whenBehavior is PermissionRequestBehavior.Deny.
Syntax
Property Value
Type:string?
UpdatedInput
Gets or sets optional modifications to the tool’s input parameters. Only applicable whenBehavior is PermissionRequestBehavior.Allow.
Syntax
Property Value
Type:TToolInput?
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?