RealtimeMessageSendFinalResult¶
-
class
oci.ai_speech.models.
RealtimeMessageSendFinalResult
(**kwargs)¶ Bases:
oci.ai_speech.models.realtime_message_out.RealtimeMessageOut
Tell service to send final result
Attributes
EVENT_SEND_FINAL_RESULT
str(object=’’) -> str event
[Required] Gets the event of this RealtimeMessageOut. Methods
__init__
(**kwargs)Initializes a new RealtimeMessageSendFinalResult object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
EVENT_SEND_FINAL_RESULT
= 'SEND_FINAL_RESULT'¶
-
__init__
(**kwargs)¶ Initializes a new RealtimeMessageSendFinalResult object with values from keyword arguments. The default value of the
event
attribute of this class isSEND_FINAL_RESULT
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: event (str) – The value to assign to the event property of this RealtimeMessageSendFinalResult. Allowed values for this property are: “SEND_FINAL_RESULT”
-
event
¶ [Required] Gets the event of this RealtimeMessageOut. Outgoing Types of message event sent from Client -> Service - SEND_FINAL_RESULT - sendFinalResult
Allowed values for this property are: “SEND_FINAL_RESULT”
Returns: The event of this RealtimeMessageOut. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-