public sealed class PythonCodeCondition : IMessage<PythonCodeCondition>, IEquatable<PythonCodeCondition>, IDeepCloneable<PythonCodeCondition>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class PythonCodeCondition.
Python code block to evaluate the condition.
Implements
IMessagePythonCodeCondition, IEquatablePythonCodeCondition, IDeepCloneablePythonCodeCondition, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.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 |
|