Show / Hide Table of Contents

Class MockConfig

Mock tool calls configuration for the session.

Inheritance
object
MockConfig
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX