@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TranscriptFilter extends Object implements Serializable, Cloneable, StructuredPojo
The object representing the filter that Amazon Lex will use to select the appropriate transcript.
| Constructor and Description |
|---|
TranscriptFilter() |
| Modifier and Type | Method and Description |
|---|---|
TranscriptFilter |
clone() |
boolean |
equals(Object obj) |
LexTranscriptFilter |
getLexTranscriptFilter()
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the
transcript format is the Amazon Lex format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLexTranscriptFilter(LexTranscriptFilter lexTranscriptFilter)
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the
transcript format is the Amazon Lex format.
|
String |
toString()
Returns a string representation of this object.
|
TranscriptFilter |
withLexTranscriptFilter(LexTranscriptFilter lexTranscriptFilter)
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the
transcript format is the Amazon Lex format.
|
public void setLexTranscriptFilter(LexTranscriptFilter lexTranscriptFilter)
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.
lexTranscriptFilter - The object representing the filter that Amazon Lex will use to select the appropriate transcript when the
transcript format is the Amazon Lex format.public LexTranscriptFilter getLexTranscriptFilter()
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.
public TranscriptFilter withLexTranscriptFilter(LexTranscriptFilter lexTranscriptFilter)
The object representing the filter that Amazon Lex will use to select the appropriate transcript when the transcript format is the Amazon Lex format.
lexTranscriptFilter - The object representing the filter that Amazon Lex will use to select the appropriate transcript when the
transcript format is the Amazon Lex format.public String toString()
toString in class ObjectObject.toString()public TranscriptFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.