Gemini Enterprise for Customer Experience v1 API - Class PythonCodeCondition (1.0.0-beta01)

public sealed class PythonCodeCondition : IMessage<PythonCodeCondition>, IEquatable<PythonCodeCondition>, IDeepCloneable<PythonCodeCondition>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class PythonCodeCondition.

Python code block to evaluate the condition.

Inheritance

object > PythonCodeCondition

Namespace

Google.Cloud.Ces.V1

Assembly

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