Reference documentation and code samples for the Google Cloud Ces V1 Client class BidiSessionServerMessage.
The top-level message returned from SessionService.BidiRunSession method.
Generated from protobuf message google.cloud.ces.v1.BidiSessionServerMessage
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ session_output
↳ recognition_result
↳ interruption_signal
↳ end_session
↳ go_away
GoAway
Optional. Indicates that the server will disconnect soon and the client should half-close and restart the connection.
getSessionOutput
Optional. Processing result from the CES agent.
hasSessionOutput
setSessionOutput
Optional. Processing result from the CES agent.
$this
getRecognitionResult
Optional. Realtime speech recognition result for the audio input.
hasRecognitionResult
setRecognitionResult
Optional. Realtime speech recognition result for the audio input.
$this
getInterruptionSignal
Optional. Interruption signal detected from the audio input.
hasInterruptionSignal
setInterruptionSignal
Optional. Interruption signal detected from the audio input.
$this
getEndSession
Optional. Indicates that the session has ended.
hasEndSession
setEndSession
Optional. Indicates that the session has ended.
$this
getGoAway
Optional. Indicates that the server will disconnect soon and the client should half-close and restart the connection.
hasGoAway
setGoAway
Optional. Indicates that the server will disconnect soon and the client should half-close and restart the connection.
$this
getMessageType
string

