Reference documentation and code samples for the Google Cloud Ces V1 Client class BidiSessionClientMessage.
The top-level message sent by the client for the SessionService.BidiRunSession method.
Generated from protobuf message google.cloud.ces.v1.BidiSessionClientMessage
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ config |
SessionConfig
Optional. The initial config message for the session. |
↳ realtime_input |
SessionInput
Optional. Realtime input for the session. |
getConfig
Optional. The initial config message for the session.
| Returns | |
|---|---|
| Type | Description |
SessionConfig|null |
|
hasConfig
setConfig
Optional. The initial config message for the session.
| Parameter | |
|---|---|
| Name | Description |
var |
SessionConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRealtimeInput
Optional. Realtime input for the session.
| Returns | |
|---|---|
| Type | Description |
SessionInput|null |
|
hasRealtimeInput
setRealtimeInput
Optional. Realtime input for the session.
| Parameter | |
|---|---|
| Name | Description |
var |
SessionInput
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMessageType
| Returns | |
|---|---|
| Type | Description |
string |
|