Class MockConfig
Mock tool calls configuration for the session.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class MockConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MockedToolCalls
Optional. All tool calls to mock for the duration of the session.
Declaration
[JsonProperty("mockedToolCalls")]
public virtual IList<MockedToolCall> MockedToolCalls { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<MockedToolCall> |
UnmatchedToolCallBehavior
Required. Beavhior for tool calls that don't match any args patterns in mocked_tool_calls.
Declaration
[JsonProperty("unmatchedToolCallBehavior")]
public virtual string UnmatchedToolCallBehavior { get; set; }
Property Value
| Type | Description |
|---|---|
| string |