Class ToolFakeConfig
Configuration for tool behavior in fake mode.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class ToolFakeConfig : IDirectResponseSchema
Properties
CodeBlock
Optional. Code block which will be executed instead of a real tool call.
Declaration
[JsonProperty("codeBlock")]
public virtual CodeBlock CodeBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| CodeBlock |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnableFakeMode
Optional. Whether the tool is using fake mode.
Declaration
[JsonProperty("enableFakeMode")]
public virtual bool? EnableFakeMode { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |