Interface Intent.Message.MediaContent.ResponseMediaObjectOrBuilder

    • Method Detail

      • getName

        String getName()
         Required. Name of media card.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Required. Name of media card.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getDescription

        String getDescription()
         Optional. Description of media card.
         
        string description = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Optional. Description of media card.
         
        string description = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for description.
      • hasLargeImage

        boolean hasLargeImage()
         Optional. Image to display above media content.
         
        .google.cloud.dialogflow.v2.Intent.Message.Image large_image = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the largeImage field is set.
      • getLargeImage

        Intent.Message.Image getLargeImage()
         Optional. Image to display above media content.
         
        .google.cloud.dialogflow.v2.Intent.Message.Image large_image = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The largeImage.
      • getLargeImageOrBuilder

        Intent.Message.ImageOrBuilder getLargeImageOrBuilder()
         Optional. Image to display above media content.
         
        .google.cloud.dialogflow.v2.Intent.Message.Image large_image = 3 [(.google.api.field_behavior) = OPTIONAL];
      • hasIcon

        boolean hasIcon()
         Optional. Icon to display above media content.
         
        .google.cloud.dialogflow.v2.Intent.Message.Image icon = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the icon field is set.
      • getIcon

        Intent.Message.Image getIcon()
         Optional. Icon to display above media content.
         
        .google.cloud.dialogflow.v2.Intent.Message.Image icon = 4 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The icon.
      • getIconOrBuilder

        Intent.Message.ImageOrBuilder getIconOrBuilder()
         Optional. Icon to display above media content.
         
        .google.cloud.dialogflow.v2.Intent.Message.Image icon = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getContentUrl

        String getContentUrl()
         Required. Url where the media is stored.
         
        string content_url = 5;
        Returns:
        The contentUrl.
      • getContentUrlBytes

        com.google.protobuf.ByteString getContentUrlBytes()
         Required. Url where the media is stored.
         
        string content_url = 5;
        Returns:
        The bytes for contentUrl.