Class InputAudioBufferDtmfEventReceivedEvent.Builder
-
- All Implemented Interfaces:
public final class InputAudioBufferDtmfEventReceivedEvent.BuilderA builder for InputAudioBufferDtmfEventReceivedEvent.
-
-
Method Summary
-
-
Method Detail
-
event
final InputAudioBufferDtmfEventReceivedEvent.Builder event(String event)
The telephone keypad that was pressed by the user.
-
event
final InputAudioBufferDtmfEventReceivedEvent.Builder event(JsonField<String> event)
Sets Builder.event to an arbitrary JSON value.
You should usually call Builder.event with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
receivedAt
final InputAudioBufferDtmfEventReceivedEvent.Builder receivedAt(Long receivedAt)
UTC Unix Timestamp when DTMF Event was received by server.
-
receivedAt
final InputAudioBufferDtmfEventReceivedEvent.Builder receivedAt(JsonField<Long> receivedAt)
Sets Builder.receivedAt to an arbitrary JSON value.
You should usually call Builder.receivedAt with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final InputAudioBufferDtmfEventReceivedEvent.Builder type(JsonValue type)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("input_audio_buffer.dtmf_event_received")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final InputAudioBufferDtmfEventReceivedEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final InputAudioBufferDtmfEventReceivedEvent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final InputAudioBufferDtmfEventReceivedEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final InputAudioBufferDtmfEventReceivedEvent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final InputAudioBufferDtmfEventReceivedEvent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final InputAudioBufferDtmfEventReceivedEvent build()
Returns an immutable instance of InputAudioBufferDtmfEventReceivedEvent.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.event() .receivedAt()
-
-
-
-