public static final class Intent.Message.RbmCardContent.RbmMedia extends GeneratedMessageV3 implements Intent.Message.RbmCardContent.RbmMediaOrBuilder
Rich Business Messaging (RBM) Media displayed in Cards
The following media-types are currently supported:
Image Types
- image/jpeg
- image/jpg'
- image/gif
- image/png
Video Types
- video/h263
- video/m4v
- video/mp4
- video/mpeg
- video/mpeg4
- video/webm
Protobuf type
google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent.RbmMedia
Fields
FILE_URI_FIELD_NUMBER
public static final int FILE_URI_FIELD_NUMBER
Field Value
HEIGHT_FIELD_NUMBER
public static final int HEIGHT_FIELD_NUMBER
Field Value
THUMBNAIL_URI_FIELD_NUMBER
public static final int THUMBNAIL_URI_FIELD_NUMBER
Field Value
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstance()
public static Intent.Message.RbmCardContent.RbmMedia getDefaultInstance()
Returns
getDefaultInstanceForType()
public Intent.Message.RbmCardContent.RbmMedia getDefaultInstanceForType()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
getFileUri()
public String getFileUri()
Required. Publicly reachable URI of the file. The RBM platform
determines the MIME type of the file from the content-type field in
the HTTP headers when the platform fetches the file. The content-type
field must be present and accurate in the HTTP response from the URL.
string file_uri = 1;
Returns
Type | Description |
String | The fileUri.
|
getFileUriBytes()
public ByteString getFileUriBytes()
Required. Publicly reachable URI of the file. The RBM platform
determines the MIME type of the file from the content-type field in
the HTTP headers when the platform fetches the file. The content-type
field must be present and accurate in the HTTP response from the URL.
string file_uri = 1;
Returns
getHeight()
public Intent.Message.RbmCardContent.RbmMedia.Height getHeight()
Required for cards with vertical orientation. The height of the media
within a rich card with a vertical layout.
For a standalone card with horizontal layout, height is not
customizable, and this field is ignored.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent.RbmMedia.Height height = 3;
Returns
getHeightValue()
public int getHeightValue()
Required for cards with vertical orientation. The height of the media
within a rich card with a vertical layout.
For a standalone card with horizontal layout, height is not
customizable, and this field is ignored.
.google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent.RbmMedia.Height height = 3;
Returns
Type | Description |
int | The enum numeric value on the wire for height.
|
getParserForType()
public Parser<Intent.Message.RbmCardContent.RbmMedia> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getThumbnailUri()
public String getThumbnailUri()
Optional. Publicly reachable URI of the thumbnail.If you don't
provide a thumbnail URI, the RBM platform displays a blank
placeholder thumbnail until the user's device downloads the file.
Depending on the user's setting, the file may not download
automatically and may require the user to tap a download button.
string thumbnail_uri = 2;
Returns
Type | Description |
String | The thumbnailUri.
|
getThumbnailUriBytes()
public ByteString getThumbnailUriBytes()
Optional. Publicly reachable URI of the thumbnail.If you don't
provide a thumbnail URI, the RBM platform displays a blank
placeholder thumbnail until the user's device downloads the file.
Depending on the user's setting, the file may not download
automatically and may require the user to tap a download button.
string thumbnail_uri = 2;
Returns
Type | Description |
ByteString | The bytes for thumbnailUri.
|
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilder()
public static Intent.Message.RbmCardContent.RbmMedia.Builder newBuilder()
Returns
newBuilder(Intent.Message.RbmCardContent.RbmMedia prototype)
public static Intent.Message.RbmCardContent.RbmMedia.Builder newBuilder(Intent.Message.RbmCardContent.RbmMedia prototype)
Parameter
Returns
newBuilderForType()
public Intent.Message.RbmCardContent.RbmMedia.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Intent.Message.RbmCardContent.RbmMedia.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
parseDelimitedFrom(InputStream input)
public static Intent.Message.RbmCardContent.RbmMedia parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.RbmCardContent.RbmMedia parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(CodedInputStream input)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(InputStream input)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(InputStream input)
Parameter
Returns
Exceptions
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Intent.Message.RbmCardContent.RbmMedia parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<Intent.Message.RbmCardContent.RbmMedia> parser()
Returns
toBuilder()
public Intent.Message.RbmCardContent.RbmMedia.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions