Table of Contents

Class GeminiFunctionResponseContent

The response of a Gemini function call. Based on the Protocol Buffer Struct type.

public class GeminiFunctionResponseContent
Inheritance
GeminiFunctionResponseContent
Extension Methods

Fields

Name

The name of the function.

public string Name

Field Value

string

ResponseData

The actual JSON response data of the function.

public JObject ResponseData

Field Value

JObject