public sealed class CodeBlock : IMessage<CodeBlock>, IEquatable<CodeBlock>, IDeepCloneable<CodeBlock>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class CodeBlock.
Represents a code block.
Implements
IMessageCodeBlock, IEquatableCodeBlock, IDeepCloneableCodeBlock, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
CodeBlock()
public CodeBlock()CodeBlock(CodeBlock)
public CodeBlock(CodeBlock other)| Parameter | |
|---|---|
| Name | Description |
other |
CodeBlock |
Properties
Code
public string Code { get; set; }Optional. Source code of the block in Python.
| Property Value | |
|---|---|
| Type | Description |
string |
|