Class PythonFunction
A Python function tool.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class PythonFunction : IDirectResponseSchema
Properties
Description
Output only. The description of the Python function, parsed from the python code's docstring.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Optional. The name of the Python function to execute. Must match a Python function name defined in the python code. Case sensitive. If the name is not provided, the first function defined in the python code will be used.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PythonCode
Optional. The Python code to execute for the tool.
Declaration
[JsonProperty("pythonCode")]
public virtual string PythonCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |