Show / Hide Table of Contents

Class ToolFakeConfig

Configuration for tool behavior in fake mode.

Inheritance
object
ToolFakeConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX