Dialogflow v3 API - Class CodeBlock (3.0.0)

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

Reference documentation and code samples for the Dialogflow v3 API class CodeBlock.

Represents a code block.

Inheritance

object > CodeBlock

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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