public sealed class PythonCodeCondition : IMessage<PythonCodeCondition>, IEquatable<PythonCodeCondition>, IDeepCloneable<PythonCodeCondition>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class PythonCodeCondition.
Python code block to evaluate the condition.
Implements
IMessagePythonCodeCondition, IEquatablePythonCodeCondition, IDeepCloneablePythonCodeCondition, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
PythonCodeCondition()
public PythonCodeCondition()PythonCodeCondition(PythonCodeCondition)
public PythonCodeCondition(PythonCodeCondition other)| Parameter | |
|---|---|
| Name | Description |
other |
PythonCodeCondition |
Properties
PythonCode
public string PythonCode { get; set; }Required. The python code to execute.
| Property Value | |
|---|---|
| Type | Description |
string |
|