Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CodeBlock.
Represents a code block.
Generated from protobuf message google.cloud.dialogflow.cx.v3.CodeBlock
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ code |
string
Optional. Source code of the block in Python. |
getCode
Optional. Source code of the block in Python.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCode
Optional. Source code of the block in Python.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|